Home
last modified time | relevance | path

Searched refs:search (Results 351 – 375 of 802) sorted by relevance

1...<<11121314151617181920>>...33

/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0010-sync-with-OE-libtool-changes.patch12 search paths, they're a waste of space. This patch
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dsyscon.yaml15 search using a specific compatible value), interrogate the node (or
H A Dti,j721e-system-controller.yaml17 search using a specific compatible value), interrogate the node (or
/openbmc/linux/kernel/trace/
H A Dtrace_events_filter.c1083 enum regex_type filter_parse_regex(char *buff, int len, char **search, int *not) in filter_parse_regex() argument
1095 *search = buff; in filter_parse_regex()
1119 *search = buff + 1; in filter_parse_regex()
1127 char *search; in filter_build_regex() local
1131 type = filter_parse_regex(r->pattern, r->len, &search, &pred->not); in filter_build_regex()
1132 r->len = strlen(search); in filter_build_regex()
1133 memmove(r->pattern, search, r->len+1); in filter_build_regex()
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A D32and64bit.patch55 + /* The library is an elf library, now search for soname and
249 /* The library is an elf library, now search for soname and
/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/
H A Dpkgconfig.patch87 - if libdir_candidates=$(${CC:-cc} -print-search-dirs | \
90 - # From the output of -print-search-dirs, select valid pkgconfig dirs.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A D0001-cmake-Do-not-use-isystem.patch17 … This usually means that your header search paths are not configured properly. The …
/openbmc/qemu/scripts/qapi/
H A Dexpr.py109 if re.search(r'[a-z-]', stem):
133 if ((not permit_upper and re.search(r'[A-Z]', stem))
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Drunner.py115 m = re.search(r"^setUpModule \((?P<module_name>.*)\).*$", scase_str)
121 m = re.search(r"^setUpClass \((?P<class_name>.*)\).*$", scase_str)
/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfs.py65 m = ee.search(line)
71 m = r.search(line)
/openbmc/openbmc/poky/documentation/
H A Dwhat-i-wish-id-known.rst68 use Google to search for Yocto Project concepts or terms, Google consistently
76 for a concept or term by doing a search through the whole page. This manual
78 string search using Ctrl-F in this manual produces all the "hits" for a
81 possible to use the search bar in the menu or in the left navigation pane.
/openbmc/qemu/target/hexagon/
H A Dhex_common.py83 return re.compile(r"(if.*fBRANCH)|(if.*fJUMPR)").search(semdict[tag]) != None
87 return re.compile(r"(if.*fCALL)").search(semdict[tag]) != None
233 return re.compile(r"fPART1").search(semdict[tag])
237 return re.compile(r"\bEA\b").search(semdict[tag])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/
H A Dboinc-client_7.20.5.bb14 computer time to search for cures for diseases, model protein folding, study \
/openbmc/openbmc/meta-security/recipes-security/opendnssec/files/
H A Dlibxml2_conf.patch61 + # then use that information and don't search ssldirs
/openbmc/openbmc/poky/meta/recipes-extended/groff/
H A Dgroff_1.23.0.bb11 file://groff-not-search-fonts-on-build-host.patch \
/openbmc/openbmc-test-automation/lib/
H A Dpldm_utils.py90 value = re.search(r"\((.*?)\)", attr_values).group(1)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dprservice.py39 find_pr = re.search(r"PKGR: r[0-9]+\.([0-9]+)", package_data)
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dsystemd.py98 match = re.search('0 loaded units listed', output)
/openbmc/openbmc/poky/meta/recipes-extended/mc/
H A Dmc_4.8.31.bb3 …hat allows you to copy, move and delete files and whole directory trees, search for files and run …
/openbmc/linux/Documentation/security/
H A Ddigsig.rst63 * @keyring: keyring to search key in
/openbmc/linux/arch/alpha/lib/
H A Dstrrchr.S71 and t8, 0xf0, t2 # e0 : binary search for the high bit set
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/i2cdev/i2cdev/
H A Dfix-musl.patch41 #include <search.h>
/openbmc/phosphor-webui/app/common/styles/base/
H A Dfoundation.scss309 [type="search"] {
317 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
481 …, [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], […
501 …[type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='te…
545 input[type='search'] {
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py72 match = cls.CHARSET_RE.search(original_value)
536 found = strainer.search(i)
1638 def search(self, markup): member in SoupStrainer
1646 and self.search(element):
1711 return match_against.search(markup)
/openbmc/linux/Documentation/networking/
H A Dfib_trie.rst35 Note that the search algorithm will simply skip over these bits when
135 Inside each tnode, the search for longest matching prefix consists of searching

1...<<11121314151617181920>>...33