Home
last modified time | relevance | path

Searched refs:search (Results 76 – 100 of 890) sorted by relevance

12345678910>>...36

/OK3568_Linux_fs/yocto/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.
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/aclocal/
H A Dlib-prefix.m429 [[ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
30 --without-lib-prefix don't search for libraries in includedir and libdir]],
164 dnl library search path. If at least one of its elements ends in /lib64 or
234 AC_CACHE_CHECK([for the common suffixes of directories in the library search path],
261 dnl Find the compiler's search path. However, non-system compilers
262 dnl sometimes have odd library search paths. But we can't simply invoke
263 dnl '/usr/bin/gcc -print-search-dirs' because that would not take into
265 searchpath=`(LC_ALL=C $CC $CPPFLAGS $CFLAGS -print-search-dirs) 2>/dev/null \
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py444 for variable, search, replace in self.replacements:
448 def replace_value(search, replace, value): argument
450 if re.search(search, value):
453 new_value = re.sub(search, replace, value)
460 new_value = replace_value(search, replace, value)
469 new_value = replace_value(search, replace, a_value)
478 new_value = replace_value(search, replace, a_value)
/OK3568_Linux_fs/buildroot/utils/checkpackagelib/
H A Dlib_patch.py35 if self.NUMBERED_PATCH.search(text):
55 if self.SOB_ENTRY.search(text):
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Did3.c159 void lsx_id3_read_tag(sox_format_t * ft, sox_bool search) in lsx_id3_read_tag() argument
177 if (search) { in lsx_id3_read_tag()
225 void lsx_id3_read_tag(sox_format_t *ft, sox_bool search) { } in lsx_id3_read_tag() argument
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dstorage.py21 match = re.search('%s' % cls.device, output)
53 match = re.search('%s' % cls.test_msg, output)
76 match = re.search('%s' % cls.device, output)
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dbset.h338 struct bkey *search);
341 const struct bkey *search);
348 const struct bkey *search) in bch_bset_search() argument
350 return search ? __bch_bset_search(b, t, search) : t->data->start; in bch_bset_search()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/
H A Dalgorithm24 ForwardIterator search(ForwardIterator first, ForwardIterator last,
53 _ForwardIterator search(_ForwardIterator __f, _ForwardIterator __l, const _Searcher &__s)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dadvancing_front.h73 Node* search();
106 inline Node* AdvancingFront::search() in search() function
/OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/
H A Dfw_search_path.rst2 Firmware search paths
5 The following search paths are used to look for firmware on your
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-Don-t-search-system-for-headers-libraries.patch4 Subject: [PATCH] Don't search system for headers/libraries
25 # lib_dirs and inc_dirs are used to search for files;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dalgorithm24 ForwardIterator search(ForwardIterator first, ForwardIterator last,
53 _ForwardIterator search(_ForwardIterator __f, _ForwardIterator __l, const _Searcher &__s)
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dinstall-buildtools190 m = re.search(r"^(?P<distro>[a-zA-Z\-]+)(?P<version>[0-9.]+)(?P<milestone>_M[1-9])$",
247 m = re.search(regex, original.decode("utf-8"))
289 match = regex.search(line.decode('utf-8'))
301 m = re.search("extended", tmpbuildtools)
/OK3568_Linux_fs/buildroot/package/gob2/
H A D0001-dont-include-from-prefix.patch1 [PATCH] Don't search $prefix/include for header files
3 Don't add $prefix/include to the header file search path, as that breaks
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0001-civetweb-CMakeLists.txt-do-not-search-gcc-ar-and-gcc.patch4 Subject: [PATCH] civetweb/CMakeLists.txt: do not search gcc-ar and gcc-ranlib
6 Do not search gcc-ar and gcc-ranlib. Specify GCC_AR and GCC_RANLIB in
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-whoosh_2.7.4.bb1 SUMMARY = "Fast, pure-Python full text indexing, search, and spell checking library."
4 implemented in pure Python. Programmers can use it to easily add search \
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dwget.py387 m = regex.search(s)
435 m = self.suffix_regex_comp.search(newsuffix)
513 s = dirver_regex.search(dirver)
528 s = dirver_regex.search(line['href'].strip("/"))
620 if not re.search(r"\d+", package):
639 m = dirver_regex.search(path)
645 if not dirver_pn_regex.search(dirver):
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/
H A D0001-wscript-Widen-the-search-for-tags.patch4 Subject: [PATCH] wscript: Widen the search for tags
8 they are not annotated, therefore broaden the search to include all tags
/OK3568_Linux_fs/buildroot/package/python-pylibftdi/
H A D0001-do-not-use-find-library.patch3 Shortcut the search for the libraries in case the built in
25 - raise LibraryMissingError('{} library not found (search: {})'.format(
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-sax-writer-perl_0.57.bb11 HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/"
15 SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz"
H A Dlibxml-filter-buffertext-perl_1.01.bb11 HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/"
15 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_all_builds_page.py118 self.assertTrue(re.search(expected_text, content),
169 if re.search(self.PROJECT_NAME, content):
173 elif re.search(self.CLI_BUILDS_PROJECT_NAME, content):
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dplaces.qml171 //! [PlaceSearchSuggestionModel search text changed 1]
174 //! [PlaceSearchSuggestionModel search text changed 1]
186 //! [PlaceSearchSuggestionModel search text changed 2]
193 //! [PlaceSearchSuggestionModel search text changed 2]
199 //! [PlaceSearchSuggestionModel search text changed 3]
201 //! [PlaceSearchSuggestionModel search text changed 3]
372 //! [PlaceRecommendationModel search]
378 //! [PlaceRecommendationModel search]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/tracker/
H A Dtracker_3.3.2.bb1 SUMMARY = "Tracker is a file search engine"
31 # text search is not an option anymore and requires sqlite3 build with
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libreport/files/
H A D0004-configure.ac-remove-prog-test-of-augparse.patch26 - [echo "The augparse program was not found in the search path. Please ensure"]
27 - [echo "that it is installed and its directory is included in the search path."]

12345678910>>...36