Home
last modified time | relevance | path

Searched refs:search (Results 101 – 125 of 802) sorted by relevance

12345678910>>...33

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/
H A D0001-configure.ac-unify-search-dirs-for-pcap-and-add-lib3.patch4 Subject: [PATCH] configure.ac: unify search dirs for pcap and add lib32
19 * then search for
22 was added, but only for search of dynamic library in:
28 and it was added to static library search as well
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py111 search = request.GET.get("search", None)
112 if search:
113 self.apply_search(search)
279 search = request.GET.get("search", None)
311 if search:
312 self.apply_search(search)
/openbmc/linux/scripts/
H A Dheaderdep.pl76 sub search { subroutine
96 my $path = search($header);
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/
H A Dlibnet-ssleay-perl_1.85.bb7 HOMEPAGE = "http://search.cpan.org/dist/Net-SSLeay/"
26 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz \
/openbmc/phosphor-pid-control/dbus/
H A Ddbusutil.cpp78 const std::string& search, in findSensors() argument
82 std::regex reg('/' + search + '$'); in findSensors()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcgi/
H A Dlibcgi-perl_4.60.bb5 HOMEPAGE = "http://search.cpan.org/~leejo/CGI-4.28/lib/CGI.pod"
11 SRC_URI = "http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-${PV}.tar.gz"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmime/
H A Dlibmime-types-perl_2.26.bb8 HOMEPAGE = "http://search.cpan.org/~markov/MIME-Types-${PV}"
14 SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/
H A Dtracker_3.7.1.bb1 SUMMARY = "Tracker is a file search engine"
27 # text search is not an option anymore and requires sqlite3 build with
/openbmc/linux/drivers/md/bcache/
H A Dbset.h345 struct bkey *search);
348 const struct bkey *search);
355 const struct bkey *search) in bch_bset_search() argument
357 return search ? __bch_bset_search(b, t, search) : t->data->start; in bch_bset_search()
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Dfs_loader.txt16 Example of storage device and partition search set for mmc, usb, sata and
19 Example of storage type and device partition search set for mmc, usb,
/openbmc/openbmc/poky/meta/recipes-extended/perl/
H A Dlibxml-sax-perl_1.02.bb2 HOMEPAGE = "http://search.cpan.org/dist/XML-SAX/"
18 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz"
/openbmc/qemu/scripts/
H A Dpython_qmp_updater.py62 m = start_reg.search(text)
103 m_args = re.search('(?P<pad> *).*$', args)
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch9 which is a default search path for GCC (aka multi_suffix in the
20 The default gcc search path in the target sysroot for a "lib64" mutlilib
34 binaries can be found first. With this change the search path becomes:
/openbmc/openbmc/poky/meta/recipes-support/libffi/libffi/
H A Dnot-win32.patch7 introduces convoluted path manipulation involving gcc search paths to the
10 it can't tell that this path is on the default search path and returns
/openbmc/openbmc/poky/scripts/
H A Dinstall-buildtools195 m = re.search(r"^(?P<distro>[a-zA-Z\-]+)(?P<version>[0-9.]+)(?P<milestone>_M[1-9])$",
257 m = re.search(regex, original.decode("utf-8"))
299 match = regex.search(line.decode('utf-8'))
311 m = re.search("extended", tmpbuildtools)
/openbmc/openbmc/poky/meta/recipes-kernel/kmod/kmod/
H A Ddepmod-search.conf5 search updates extramodules built-in
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py177 search, filter = matchstr.split(':')
178 for pattern in (search, filter):
182 if fname not in result and re.search(pattern, fname):
/openbmc/linux/lib/
H A Dinterval_tree_test.c30 search(struct rb_root_cached *root, unsigned long start, unsigned long last) in search() function
112 results += search(&root, start, last); in interval_tree_test_init()
/openbmc/qemu/tests/docker/
H A Ddocker.py125 search = ldd_re.search(line)
126 if search:
128 libs.append(search.group(1))
184 if re.search("flags:.*F.*\n", entry):
189 m = re.search(r"interpreter (\S+)\n", entry)
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A Dcfg1 search.file ($cmdpath)/EFI/BOOT/grub.cfg root
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/spandsp/spandsp/
H A Dconfigure.patch3 Subject: [PATCH 2/2] configure: Replace manual search for libxml by
9 The manual search fails if the include directories (and build environment)
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbblayers.py25 find_in_contents = re.search("openembedded-core", result.output)
57 …find_in_contents = re.search(r"##### bbappended from meta-selftest #####\n(.*\n)*include test_reci…
108 …find_in_contents = re.search(re.escape(layername) + r'\s+' + re.escape(layerpath) + r'\s+' + re.es…
118 …find_in_contents = re.search(r'(^|\s)' + re.escape(layername) + r'($|\s)', bb_vars['BBFILE_COLLECT…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibdbi-perl_1.643.bb7 HOMEPAGE = "http://search.cpan.org/dist/DBI/"
12 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-${PV}.tar.gz \
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0002-binutils-cross-Do-not-generate-linker-script-directo.patch32 -# Always search $(tooldir)/lib, aka /usr/local/TARGET/lib when native
42 - # and ${TOOL_LIB}/lib${LIBPATH_SUFFIX} are in the default search path,
/openbmc/linux/arch/alpha/lib/
H A Dev6-memchr.S43 # search til the end of the address space, we will overflow
58 addq $16, $5, $5 # E : Max search address
65 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3

12345678910>>...33