/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf/ |
H A D | sort-pmuevents.py | 38 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 D | mbox.py | 74 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 D | patchreview.py | 76 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 D | runqemu | 324 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 D | runqemu | 324 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 D | test_sensors_sub_menu.robot | 15 ${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 D | utils.cpp | 58 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 D | autojson.py | 48 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 D | w1-netlink.rst | 11 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 D | util.h | 476 #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 D | Kconfig | 33 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 D | libconfig-general-perl_2.67.bb | 2 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 D | example.cpp | 20 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 D | fru_parser.cpp | 153 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 D | data_file.cpp | 19 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 D | sssd.py | 23 match = re.search('ConfDB initialization has failed', output) 32 match = re.search('No domains configured, fatal error!', output)
|
H A D | samhain.py | 30 match = re.search('FAILED: 0 ', output) 39 match = re.search('FAILED: 0 ', output)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | table.js | 17 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 D | layerdetails.js | 181 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 D | 0001-Use-4-in-default-reset-previous-negative-offset-in-m.patch | 34 ->>>>(-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 D | index.md | 208 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  231  233  240 <search
|
/openbmc/openbmc/poky/meta/recipes-core/readline/files/ |
H A D | inputrc | 39 # 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 D | 0001-libpcap-search-sysroot-for-headers.patch | 4 Subject: [PATCH] libpcap: search sysroot for headers 7 the search path at the sysroot instead.
|
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/ |
H A D | kmod_33.bb | 21 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 D | test_sf.py | 75 m = re.search('page size (.+?) Bytes', output) 79 m = re.search('erase size (.+?) KiB', output) 84 m = re.search('total (.+?) MiB', output)
|