| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pcp/ |
| H A D | pcp.inc | 11 file://0001-configure-Limit-the-header-search-to-sysroot.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/ |
| H A D | 0001-configure-Do-not-add-native-paths-to-pkgconfig-searc.patch | 4 Subject: [PATCH] configure: Do not add native paths to pkgconfig search
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtext/ |
| H A D | libtext-charwidth-perl_0.04.bb | 13 HOMEPAGE = "http://search.cpan.org/~kubota/Text-CharWidth-${PV}/"
|
| H A D | libtext-wrapi18n-perl_0.06.bb | 14 HOMEPAGE = "http://search.cpan.org/~kubota/Text-WrapI18N-${PV}/"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/ |
| H A D | libxml-simple-perl_2.25.bb | 7 HOMEPAGE = "http://search.cpan.org/~markov/XML-LibXML-Simple-0.93/lib/XML/LibXML/Simple.pod"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/groff/files/ |
| H A D | groff-not-search-fonts-on-build-host.patch | 5 build host. It causes non-determinism issue. So not search font dirs on host.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | envelope-detector.txt | 4 signal by a binary search using the output of a comparator wired to
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_filter.c | 892 enum regex_type filter_parse_regex(char *buff, int len, char **search, int *not) in filter_parse_regex() argument 904 *search = buff; in filter_parse_regex() 928 *search = buff + 1; in filter_parse_regex() 936 char *search; in filter_build_regex() local 940 type = filter_parse_regex(r->pattern, r->len, &search, &pred->not); in filter_build_regex() 941 r->len = strlen(search); in filter_build_regex() 942 memmove(r->pattern, search, r->len+1); in filter_build_regex()
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/marvell/a38x/ |
| H A D | ddr3_training_ip_engine.c | 156 u32 *ddr3_tip_get_buf_ptr(u32 dev_num, enum hws_search_dir search, in ddr3_tip_get_buf_ptr() argument 163 [MAX_INTERFACE_NUM * MAX_BUS_NUM * BUS_WIDTH_IN_BITS * search + in ddr3_tip_get_buf_ptr() 587 enum hws_search_dir search, in ddr3_tip_read_training_result() argument 617 result_type, direction, search, pup_num, in ddr3_tip_read_training_result() 667 ddr3_tip_get_buf_ptr(dev_num, search, result_type, in ddr3_tip_read_training_result()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | browserwindow.cpp | 457 QString search = QInputDialog::getText(this, tr("Find"), in handleFindActionTriggered() local 460 if (ok && !search.isEmpty()) { in handleFindActionTriggered() 461 m_lastSearch = search; in handleFindActionTriggered()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0018-CVE-2022-38128-1.patch | 7 time taken to search the list of abbrevs converted to internal form is 168 + If FREE_LIST is non-NULL search the already decoded abbrevs on 171 + newly allocated list. If FREE_LIST is NULL, no search is done and
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | libtoaster.js | 43 xhrParams.search = query; 243 var string = window.location.search; 784 if (location.href.search('#warnings') > -1) {
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | browserwindow.cpp | 457 QString search = QInputDialog::getText(this, tr("Find"), in handleFindActionTriggered() local 460 if (ok && !search.isEmpty()) { in handleFindActionTriggered() 461 m_lastSearch = search; in handleFindActionTriggered()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | fitimage.py | 205 in_signed = re.search('\((.*)\)', line).groups()[0] 524 in_signed = re.search('\((.*)\)', line).groups()[0] 678 in_signed = re.search('\((.*)\)', line).groups()[0]
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | rcu.rst | 73 this name came from, search for "read-copy update" to find it. 78 search for the string "Patent" in Documentation/RCU/RTFP.txt to find them.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | placemanagerengine_esri.cpp | 94 QPlaceSearchReply *PlaceManagerEngineEsri::search(const QPlaceSearchRequest &request) in search() function in PlaceManagerEngineEsri 104 return QPlaceManagerEngine::search(request); in search()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0002-don-t-use-glibc-specific-qsort_r.patch | 139 - val = typesafe_bsearch_r(&search, node->values, node->values_count, trie_values_cm… 141 + val = bsearch(&search, node->values, node->values_count, sizeof(struct trie_value_…
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-fs-ext4 | 23 will search to find the best extent 30 will search to find the best extent
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qplacemanagerengineosm.cpp | 127 QPlaceSearchReply *QPlaceManagerEngineOsm::search(const QPlaceSearchRequest &request) in search() function in QPlaceManagerEngineOsm 137 return QPlaceManagerEngine::search(request); in search()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
| H A D | libhugetlbfs-elf_i386-avoid-search-host-library-path.patch | 4 Subject: [PATCH] libhugetlbfs/elf_i386: avoid search host library path for
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/ |
| H A D | binutils-cross.inc | 15 # Specify lib-path else we use a load of search dirs which we don't use
|
| /OK3568_Linux_fs/buildroot/package/poke/ |
| H A D | Config.in | 17 search, inspect, create, shuffle and modify abstract entities
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacemanager.h | 76 QPlaceSearchReply *search(const QPlaceSearchRequest &query) const;
|
| /OK3568_Linux_fs/yocto/poky/documentation/sphinx/ |
| H A D | yocto-vars.py | 51 if PATTERN.search(p.read_text()):
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/automake/automake/ |
| H A D | new_rt_path_for_test-driver.patch | 27 # Directory to search for AC_LIBSOURCE files, as set by AC_CONFIG_LIBOBJ_DIR
|