Home
last modified time | relevance | path

Searched refs:search (Results 51 – 75 of 802) sorted by relevance

12345678910>>...33

/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py72 match = sob_re.search(content)
83 match = status_re.search(content)
98 if cve_re.search(patch) or cve_re.search(content):
99 if not cve_tag_re.search(content):
/openbmc/linux/Documentation/kbuild/
H A Dkconfig.rst11 navigation, search, and other general help text.
202 For search help, enter / followed by TAB-TAB (to highlight
204 regular expressions (regexes) in the search string, so if you
212 is when the search matches the complete symbol name);
226 search results after exiting this new menu.
269 You can search either in the menu entry "prompt" strings
272 Use / to begin a search through the menu entries. This does
275 terminate the search mode.
282 current search results after exiting this new menu.
314 You can also enter a different search string without having
[all …]
/openbmc/openpower-hw-diags/util/
H A Ddata_file.cpp19 std::regex search{i_matchString}; in findFiles() local
23 if (std::regex_search(filename, search)) in findFiles()
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsssd.py23 match = re.search('ConfDB initialization has failed', output)
32 match = re.search('No domains configured, fatal error!', output)
H A Dsamhain.py30 match = re.search('FAILED: 0 ', output)
39 match = re.search('FAILED: 0 ', output)
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libproc/
H A Dlibproc-waitstat-perl_1.00.bb5 HOMEPAGE = "http://search.cpan.org/~rosch/Proc-WaitStat/"
15 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/Proc-WaitStat-${PV}.tar.gz"
/openbmc/entity-manager/scripts/
H A Dautojson.py48 single = CommentTracker.single_line_pattern.search(line)
54 multi_start = CommentTracker.multi_line_start_pattern.search(line)
65 multi_end = CommentTracker.multi_line_end_pattern.search(
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/
H A D0001-meson-add-option-to-set-dbus_interfacedir.patch50 'terminal-search-provider.cc',
51 'terminal-search-provider.hh',
55 'terminal-search-provider-gdbus-generated',
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dutils.py136 match = pattern.search(subject)
149 re.search(r'^v\d+', lbranch) or \
150 re.search(r'^\d+/\d+', lbranch)
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libconfig-tiny/
H A Dlibconfig-tiny-perl_2.30.bb6 HOMEPAGE = "https://search.cpan.org/dist/Config-Tiny"
16 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RS/RSAVAGE/Config-Tiny-${PV}.tgz"
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/
H A Dtest_sensors_sub_menu.robot15 ${xpath_sensors_search} //input[contains(@class,"search-input")]
21 ${xpath_clear_search_input} //*[@title="Clear search input"]
51 [Documentation] Verify search text input allowed from "Sensors" page.
74 [Documentation] Input invalid text in sensor search and verify error message.
81 Page Should Contain No items match the search query
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu374 elif re.search('\\.bin$', p) or re.search('bzImage', p) or \
375 re.search('zImage', p) or re.search('vmlinux', p) or \
376 re.search('fitImage', p) or re.search('uImage', p):
388 m = re.search('.*\\.(.*)$', self.rootfs)
409 elif os.path.isdir(p) or re.search(':', p) and re.search('/', p):
427 elif re.search('/', arg):
553 elif os.path.exists(arg) or (re.search(':', arg) and re.search('/', arg)):
555 elif re.search(r'-image-|-image$', arg):
822 s = re.search('-m +([0-9]+)', self.qemuparams)
1339 match = re.match(search, self.rootfs)
[all …]
/openbmc/openbmc/poky/scripts/
H A Drunqemu374 elif re.search('\\.bin$', p) or re.search('bzImage', p) or \
375 re.search('zImage', p) or re.search('vmlinux', p) or \
376 re.search('fitImage', p) or re.search('uImage', p):
388 m = re.search('.*\\.(.*)$', self.rootfs)
409 elif os.path.isdir(p) or re.search(':', p) and re.search('/', p):
427 elif re.search('/', arg):
553 elif os.path.exists(arg) or (re.search(':', arg) and re.search('/', arg)):
555 elif re.search(r'-image-|-image$', arg):
822 s = re.search('-m +([0-9]+)', self.qemuparams)
1339 match = re.match(search, self.rootfs)
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libenv/
H A Dlibenv-perl_1.04.bb6 HOMEPAGE = "http://search.cpan.org/~flora/Env/"
12 SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Env-${PV}.tar.gz"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/
H A Dlibdigest-sha1-perl_2.13.bb3 HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/"
9 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \
H A Dlibdigest-hmac-perl_1.03.bb3 HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/"
11 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \
/openbmc/phosphor-ipmi-blobs/example/
H A Dexample.cpp20 auto search = sessions.find(id); in getSession() local
21 if (search == sessions.end()) in getSession()
27 return &search->second; in getSession()
/openbmc/pldm/libpldmresponder/
H A Dfru_parser.cpp153 auto search = recordMap.find(dbusIntfName); in setupFruRecordMap() local
160 if (search != recordMap.end()) in setupFruRecordMap()
162 search->second.emplace_back(std::move(fruInfo)); in setupFruRecordMap()
/openbmc/linux/drivers/firmware/google/
H A DKconfig33 kernel to search for Coreboot CBMEM entries, and expose the
56 This option enables the kernel to search for a firmware log in
65 This option enables the kernel to search for a framebuffer in
73 This option enables the kernel to search for a firmware log in
/openbmc/entity-manager/src/
H A Dutils.cpp58 std::regex search(matchString); in findFiles() local
63 if (std::regex_search(path, match, search)) in findFiles()
76 std::regex search(matchString); in findFiles() local
88 if (std::regex_search(path, match, search)) in findFiles()
381 std::regex search(probe); in match() local
383 return std::regex_search(value, regMatch, search); in match()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A D0001-libpcap-search-sysroot-for-headers.patch4 Subject: [PATCH] libpcap: search sysroot for headers
7 the search path at the sysroot instead.
/openbmc/linux/drivers/md/bcache/
H A Dutil.h476 #define RB_SEARCH(root, search, member, cmp) \ argument
479 typeof(&(search)) this, ret = NULL; \
483 this = container_of(n, typeof(search), member); \
484 res = cmp(&(search), this); \
496 #define RB_GREATER(root, search, member, cmp) \ argument
499 typeof(&(search)) this, ret = NULL; \
503 this = container_of(n, typeof(search), member); \
504 res = cmp(&(search), this); \
/openbmc/linux/Documentation/w1/
H A Dw1-netlink.rst11 is found either due to automatic or requested search.
33 device (search/alarm search)
51 W1_CMD_SEARCH - search command
52 W1_CMD_ALARM_SEARCH - alarm search command
100 W1 search and alarm search commands.
202 read/write/search commands for all master/slave devices found on the bus.
/openbmc/openbmc/poky/meta/recipes-core/readline/files/
H A Dinputrc39 # alternate mappings for "page up" and "page down" to search the history
40 # "\e[5~": history-search-backward
41 # "\e[6~": history-search-forward
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dlayerdetails.js181 if (total === 0 && !tableParams.search) {
197 if (total === 0 && !tableParams.search)
232 var search = libtoaster.parseUrlParams();
233 search.limit = this.value;
235 window.location.search = libtoaster.dumpsUrlParams(search);

12345678910>>...33