Home
last modified time | relevance | path

Searched full:reverse (Results 1 – 25 of 435) sorted by relevance

12345678910>>...18

/openbmc/u-boot/common/eeprom/
H A Deeprom_field.c14 char *delimiter, bool reverse) in __eeprom_field_print_bin() argument
17 int from = reverse ? field->size - 1 : 0; in __eeprom_field_print_bin()
18 int to = reverse ? 0 : field->size - 1; in __eeprom_field_print_bin()
21 for (i = from; i != to; reverse ? i-- : i++) in __eeprom_field_print_bin()
28 const char *value, bool reverse) in __eeprom_field_update_bin() argument
31 int k, j, i = reverse ? len - 1 : 0; in __eeprom_field_update_bin()
46 if ((reverse && i < 0) || (!reverse && i >= len)) in __eeprom_field_update_bin()
50 if (reverse && i == 0) { in __eeprom_field_update_bin()
55 tmp[k] = value[reverse ? i - 1 + k : i + k]; in __eeprom_field_update_bin()
63 i = reverse ? i - 2 : i + 2; in __eeprom_field_update_bin()
[all …]
/openbmc/openbmc/poky/meta-selftest/lib/devtool/
H A Dtest.py4 """Reverse the value passed to verify the plugin is executing."""
8 parser_build = subparsers.add_parser('selftest-reverse', help='Reverse value (for selftest)',
10 parser_build.add_argument('value', help='Value to reverse')
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_landing_page.py10 from django.urls import reverse
36 self.get(reverse('landing'))
54 self.get(reverse('landing'))
70 self.get(reverse('landing'))
82 self.get(reverse('landing'))
95 self.get(reverse('landing'))
109 self.get(reverse('landing'))
128 self.get(reverse('landing'))
142 self.get(reverse('landing'))
156 self.get(reverse('landing'))
[all …]
H A Dtest_all_projects_page.py13 from django.urls import reverse
101 url = reverse('all-projects')
112 url = reverse('all-projects')
132 self.get(reverse('all-projects'))
167 self.get(reverse('all-projects'))
205 self.get(reverse('all-projects'))
215 expected_url = reverse(
227 expected_url = reverse('project', args=(self.project.id,))
235 url = reverse('all-projects')
291 url = reverse('all-projects')
[all …]
H A Dtest_sample.py19 from django.urls import reverse
26 url = reverse('landing')
33 url = reverse('all-builds')
H A Dtest_project_builds_page.py13 from django.urls import reverse
82 url = reverse('projectbuilds', args=(project_id,))
129 url = reverse('projectbuilds', args=(self.project1.id,))
144 url = reverse('projectbuilds', args=(self.default_project.id,))
154 url = reverse('projectbuilds', args=(self.project1.id,))
H A Dtest_project_config_page.py11 from django.urls import reverse
44 url = reverse('projectconf', args=(self.project1.id,));
65 url = reverse('projectconf', args=(self.project1.id,));
86 url = reverse('projectconf', args=(self.project1.id,));
119 url = reverse('projectconf', args=(self.project1.id,))
174 url = reverse('projectconf', args=(self.project1.id,))
H A Dtest_all_builds_page.py13 from django.urls import reverse
94 url = reverse('builddashboard', args=(build.id,))
176 url = reverse('all-builds')
198 url = reverse('all-builds')
226 url = reverse('all-builds')
259 url = reverse('all-builds')
291 url = reverse('all-builds')
324 url = reverse('all-builds')
351 url = reverse('all-builds')
429 url = reverse('all-builds')
[all …]
H A Dtest_js_unit_tests.py14 from django.urls import reverse
27 url = reverse('js-unit-tests')
H A Dtest_new_project_page.py9 from django.urls import reverse
48 url = reverse('newproject')
80 url = reverse('newproject')
H A Dtest_project_page.py10 from django.urls import reverse
42 url = reverse("project", args=(default_project.id,))
/openbmc/qemu/tests/functional/
H A Dreverse_debugging.py1 # Reverse debugging test
21 Test GDB reverse debugging commands: reverse step and reverse continue.
23 VM snapshot to allow reverse execution.
26 After that the execution is replayed to the end, and reverse continue
139 self.fail('Reverse step is not supported by QEMU')
141 self.fail('Reverse continue is not supported by QEMU')
152 # visit the recorded instruction in reverse order
186 logger.info('running reverse continue to reach %x' % steps[-1])
187 # reverse continue - will return after stopping at the breakpoint
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association/
H A DDefinitions.interface.yaml4 endpoint/reverse.
9 An array of forward, reverse, endpoint tuples where:
11 reverse - The type of the association to create for the endpoint.
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py16 from django.urls import reverse
67 response = self.client.get(reverse('all-projects'), follow=True)
74 url = reverse('all-projects')
95 layers_url = reverse('xhr_layerstypeahead', args=(self.project.id,))
96 prj_url = reverse('xhr_projectstypeahead')
100 reverse('xhr_recipestypeahead', args=(self.project.id,)),
101 reverse('xhr_machinestypeahead', args=(self.project.id,))]
152 api_url = reverse('xhr_layer', args=(self.project.id,))
184 url = reverse('xhr_customrecipe')
196 self.assertEqual(reverse('customrecipe', args=args), data['url'])
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dpackage_included_tabs.html23 {% if active_tab == "reverse" %}
29 …lp" title="The package runtime reverse dependencies (i.e. the packages in this image that depend o…
30 Reverse runtime dependencies ({{reverse_count}})
H A Dcustomrecipe.html93 <!-- package reverse dependencies modal -->
94 <div style="display:none" id="package-reverse-deps-modal" class="modal fade in" tabindex="-1" role=…
99 <h3><span class="package-to-rm-name"></span> reverse dependencies</h3>
102 …<p> <strong class="reverse-deps-count"></strong> <span class="reverse-deps-package"></span> in you…
103 <ul id="package-reverse-dep-list">
105 … you must remove <span class="reverse-deps-this"></span> <strong class="reverse-deps-count"></stro…
108 …<p class="help-block text-left">Total package size: <strong id="package-reverse-deps-total-size"><…
109 …ton id="rm-package-reverse-deps-modal-btn" type="submit" class="btn btn-primary" data-dismiss="mod…
/openbmc/qemu/docs/system/
H A Dreplay.rst194 Reverse debugging
197 Reverse debugging allows "executing" the program in reverse direction.
198 GDB remote protocol supports "reverse step" and "reverse continue"
202 Recorded executions may be used to enable reverse debugging. QEMU can't
208 - ``reverse-stepi`` (or ``rsi``) - step one instruction backwards
209 - ``reverse-continue`` (or ``rc``) - find last breakpoint in the past
211 Reverse step loads the nearest snapshot and replays the execution until
214 Reverse continue may include several passes of examining the execution
228 Therefore usage of the reverse debugging requires at least one snapshot
236 created in temporary overlay. This allows using reverse debugging, but with
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dproject_url_tag.py6 from django.urls import reverse
32 return reverse('projectbuilds', args=(project.id,))
34 return reverse('project', args=(project.id,))
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_executor_test.cpp54 // Reverse true conditions in TEST()
70 // Reverse false conditions in TEST()
90 // Reverse true conditions in TEST()
106 // Reverse false conditions in TEST()
126 // Reverse true conditions in TEST()
142 // Reverse false conditions in TEST()
163 // Reverse true conditions in TEST()
179 // Reverse false conditions in TEST()
229 // Reverse true conditions in TEST()
245 // Reverse false conditions in TEST()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dcustomrecipe.js8 var rmdPkgReverseDepsModalBtn = $("#rm-package-reverse-deps-modal-btn");
88 var modal = $("#package-reverse-deps-modal");
89 var depsList = modal.find("#package-reverse-dep-list");
102 modal.find(".reverse-deps-count").text(depsCount);
103 modal.find(".reverse-deps-count-plus1").text((depsCount+1) + " packages");
104 modal.find(".reverse-deps-depends").text(vDepends);
105 modal.find(".reverse-deps-package").text(vPackage);
106 modal.find(".reverse-deps-this").text(vThis);
117 modal.find("#package-reverse-deps-total-size").text(
194 revDepList = " and its " + depsRemovedLength + " reverse dependenc" + ending;
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dfunctional_helpers.py17 from django.urls import reverse
157 projs = requests.get(self.live_server_url + reverse('newproject'))
161 …req = requests.get(self.live_server_url + reverse('xhr_projectstypeahead'), {'search': project_nam…
165 del_url = reverse('xhr_project', args=(result['id'],))
169 self.get(reverse('newproject'))
201 …req = requests.get(self.live_server_url + reverse('xhr_projectstypeahead'), {'search': project_nam…
H A Dtest_create_new_project.py11 from django.urls import reverse
84 self.get(reverse('newproject'))
106 self.get(reverse('newproject'))
/openbmc/entity-manager/src/entity_manager/
H A Dtopology.cpp25 AssocName::AssocName(const std::string& name, const std::string& reverse, in AssocName() argument
28 name(name), reverse(reverse), allowedOnBoardTypes(allowedOnBoardTypes), in AssocName()
34 return {reverse, name, allowedOnBoardTypesReverse, allowedOnBoardTypes}; in getReverse()
186 // the reverse association, do not associate in fillAssocsForPortId()
228 result[upstream].insert({assocName.name, assocName.reverse, downstream}); in fillAssocForPortId()
H A Dtopology.hpp17 std::string reverse; member in AssocName
19 AssocName(const std::string& name, const std::string& reverse,
28 // The type (e.g. Chassis, Board, Valve, ...) on which the reverse
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/
H A Dtinyproxy.conf294 # Configure one or more ReversePath directives to enable reverse proxy
295 # support. With reverse proxying it's possible to make a number of
308 # When using tinyproxy as a reverse proxy, it is STRONGLY recommended
314 # Use a cookie to track reverse proxy mappings. If you need to reverse
320 # The URL that's used to access this reverse proxy. The URL is used to
322 # have a chain of reverse proxies, you'll need to put the outermost

12345678910>>...18