Home
last modified time | relevance | path

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

12345678910>>...31

/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py38 preamble = re.search( preamble_regex, data )
55 cpuid = re.search( cpuid_regex, entry )
60 name = re.search( name_regex, entry )
/openbmc/openbmc/poky/meta/lib/patchtest/
H A Dmbox.py74 match = pattern.search(self.patches[0].subject)
104 re.search(r'^v\d+', lbranch) or \
105 re.search(r'^\d+/\d+', lbranch)
/openbmc/openbmc/poky/scripts/contrib/
H A Dpatchreview.py76 match = sob_re.search(content)
86 match = status_re.search(content)
101 if cve_re.search(patch) or cve_re.search(content):
102 if not cve_tag_re.search(content):
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu324 if not re.search('.qemuboot.conf$', '\n'.join(os.listdir(p)), re.M):
374 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):
454 s = re.search('^DEPLOY_DIR_IMAGE="(.*)"', self.bitbake_e, re.M)
465 s = re.search('^IMAGE_LINK_NAME="(.*)"', self.bitbake_e, re.M)
553 elif os.path.exists(arg) or (re.search(':', arg) and re.search('/', arg)):
[all …]
/openbmc/openbmc/poky/scripts/
H A Drunqemu324 if not re.search('.qemuboot.conf$', '\n'.join(os.listdir(p)), re.M):
374 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):
454 s = re.search('^DEPLOY_DIR_IMAGE="(.*)"', self.bitbake_e, re.M)
465 s = re.search('^IMAGE_LINK_NAME="(.*)"', self.bitbake_e, re.M)
553 elif os.path.exists(arg) or (re.search(':', arg) and re.search('/', arg)):
[all …]
/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/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/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/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/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/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/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibconfig-general-perl_2.67.bb2 HOMEPAGE = "http://search.cpan.org/dist/Config-General/"
9 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/${SRCNAME}-${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/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/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js17 search : null, property in tableInit.tableParams
71 if (tableParams.search)
82 if (tableParams.search) {
85 $("#no-results-search-input-"+ctx.tableName).val(tableParams.search);
89 $("#new-search-input-"+ctx.tableName).val(tableParams.search);
637 'search': tableParams.search, property in tableInit.filterOpenClicked.params
774 tableParams.search = searchTerm;
790 tableParams.search = null;
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);
/openbmc/openbmc/poky/meta/recipes-devtools/file/files/
H A D0001-Use-4-in-default-reset-previous-negative-offset-in-m.patch34 ->>>>(-6.l) search/9000 kmp.json Keyman Compiled Package File
41 #>30 search/100/b application/epub+zip EPUB document
48 >>30 search/100/b !application/epub+zip
73 +>>>>>>(-6.l) search/9000 kmp.json Keyman Compiled Package File
/openbmc/webui-vue/docs/guide/components/table/
H A Dindex.md208 for search. Add the
213 Import the `<search>` and `<table-cell-count>` components and include them in
218 Add the `@change-search` and `@clear-search` event listeners on the `<search>`
227 if there are no search matches.
229 ![Table search example](./table-search.png)
231 ![Table search active example](./table-search-active.png)
233 ![Table search empty example](./table-search-empty.png)
240 <search
/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/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/openbmc/poky/meta/recipes-kernel/kmod/
H A Dkmod_33.bb21 file://depmod-search.conf \
65 # install depmod.d file for search/ dir
66 … install -Dm644 "${UNPACKDIR}/depmod-search.conf" "${D}${nonarch_base_libdir}/depmod.d/search.conf"
/openbmc/u-boot/test/py/tests/
H A Dtest_sf.py75 m = re.search('page size (.+?) Bytes', output)
79 m = re.search('erase size (.+?) KiB', output)
84 m = re.search('total (.+?) MiB', output)

12345678910>>...31