Home
last modified time | relevance | path

Searched refs:search (Results 401 – 425 of 802) sorted by relevance

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

/openbmc/openbmc/poky/documentation/sphinx-static/
H A Dtheme_overrides.css160 .wy-side-nav-search {
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dsvn.py200 revision = re.search('^r([0-9]*)', output.splitlines()[1]).group(1)
/openbmc/openbmc/poky/meta/recipes-extended/slang/
H A Dslang_2.3.3.bb35 # There's no way to turn off rpaths and slang will -rpath to the default search
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A Drt_bmark.py287 m = rex.search(line)
/openbmc/linux/Documentation/arch/ia64/
H A Dirq-redir.rst60 search begins at the default CPU. Therefore most of the interrupts
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_sip.c416 if (hdr->search) { in ct_sip_get_header()
417 dptr = ct_sip_header_search(dptr, limit, hdr->search, in ct_sip_get_header()
450 dptr = ct_sip_header_search(dptr, limit, hdr->search, hdr->slen); in ct_sip_next_header()
763 if (hdr->search) { in ct_sip_get_sdp_header()
764 dptr = ct_sdp_header_search(dptr, limit, hdr->search, in ct_sip_get_sdp_header()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py87 elif targetpath_re.search(scriptval):
157 res = argopt_line_re.search(line)
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/
H A Dtest_views.py516 for search in list(string.ascii_letters):
517 search_data = get_data(table_cls(), {'search': search})
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0006-warn-for-uses-of-system-directories-when-cross-linki.patch200 + einfo (_("%X%P: error: library search path \"%s\" is unsafe for "
203 + einfo (_("%P: warning: library search path \"%s\" is unsafe for "
/openbmc/openbmc/
H A DREADME.md112 recommended you search through the issues before opening a new one.
116 First, please do a search on the internet. There's a good chance your question
/openbmc/u-boot/
H A D.travis.yml332 # search for TODO within source tree
336 # search for FIXME within source tree
340 # search for HACK within source tree and ignore HACKKIT board
/openbmc/u-boot/doc/
H A DREADME.distro46 Typical desktop/server PCs search all (or a user-defined subset of) attached
49 mentioned in this document will search for boot configuration files in the
69 U-Boot can also search for boot configuration files from a TFTP server.
273 that automatically search attached disks for boot configuration files and
/openbmc/u-boot/board/boundary/nitrogen6x/
H A DREADME43 in SPI NOR. The search is the same as for
/openbmc/linux/scripts/kconfig/
H A Dqconf.h225 void search(void);
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dksparser.py32 m = __expand_var_regexp__.search(line)
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py53 match = Base.endcommit_messages_regex.search(payload)
/openbmc/linux/Documentation/sphinx/
H A Dautomarkup.py274 match = RE_namespace.search(l)
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables-context.rst26 by BitBake to determine if BitBake's fetcher shall search only
/openbmc/openbmc/meta-arm/scripts/
H A Dmachine-summary.py79 … m = re.search(r"^[\t ]*Upstream[-_ ]Status:?[\t ]*(\w*)", f.read(), re.IGNORECASE | re.MULTILINE)
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-install.sh308 search --no-floppy --fs-uuid $boot_uuid --set root
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-devicetree.bbclass15 # recursivly search for devicetree files
/openbmc/linux/drivers/scsi/aic7xxx/
H A DKconfig.aic79xx75 are defined in the drivers/scsi/aic7xxx/aic79xx.h - search for the
/openbmc/linux/include/media/
H A Ddvb_frontend.h496 enum dvbfe_search (*search)(struct dvb_frontend *fe); member
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp269 auto search = base.find(attributeName); in getPIDAttribute() local
270 if (search == base.end()) in getPIDAttribute()
274 return search->second; in getPIDAttribute()
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py29 return _RE_DIGITS.search(s) is not None
98 return _RE_NAME.search(s) is not None

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