Home
last modified time | relevance | path

Searched refs:search (Results 51 – 75 of 890) sorted by relevance

12345678910>>...36

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/build/linux/
H A Dgdbinit2 #set solib-search-path $SDK_OUT_DIR/oem/usr/lib
3 set solib-search-path $AIQ_OUT_DIR
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dbblayers.py17 find_in_contents = re.search("openembedded-core", result.output)
49 …find_in_contents = re.search("##### bbappended from meta-selftest #####\n(.*\n)*include test_recip…
99 …find_in_contents = re.search(re.escape(layername) + r'\s+' + re.escape(layerpath) + r'\s+' + re.es…
109 …find_in_contents = re.search(r'(^|\s)' + re.escape(layername) + r'($|\s)', bb_vars['BBFILE_COLLECT…
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py38 preamble = re.search( preamble_regex, data )
55 cpuid = re.search( cpuid_regex, entry )
60 name = re.search( name_regex, entry )
/OK3568_Linux_fs/buildroot/package/readline/
H A Dinputrc28 #"\e[1~": history-search-backward
32 "\e[5~": history-search-backward
33 "\e[6~": history-search-forward
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg711.c2165 static int16_t search( in search() function
2219 seg = search(pcm_val, seg_aend, 8); in sox_13linear2alaw()
2321 seg = search(pcm_val, seg_uend, 8); in sox_14linear2ulaw()
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A Dkconfig.rst11 navigation, search, and other general help text.
183 For search help, enter / followed by TAB-TAB (to highlight
185 regular expressions (regexes) in the search string, so if you
193 is when the search matches the complete symbol name);
246 You can search either in the menu entry "prompt" strings
249 Use / to begin a search through the menu entries. This does
252 terminate the search mode.
287 You can also enter a different search string without having
298 There is no search command in gconfig. However, gconfig does
/OK3568_Linux_fs/buildroot/package/perl-net-ssleay/
H A D0001-fix-build-system.patch6 Also, avoid adding hard-coded includes and libraries search
8 and linkers already know where to search, anyway.
30 +# Buildroot already has the correct include and library search paths.
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dutil.h495 #define RB_SEARCH(root, search, member, cmp) \ argument
498 typeof(&(search)) this, ret = NULL; \
502 this = container_of(n, typeof(search), member); \
503 res = cmp(&(search), this); \
515 #define RB_GREATER(root, search, member, cmp) \ argument
518 typeof(&(search)) this, ret = NULL; \
522 this = container_of(n, typeof(search), member); \
523 res = cmp(&(search), this); \
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js17 search : null, property
71 if (tableParams.search)
82 if (tableParams.search) {
85 $("#no-results-search-input-"+ctx.tableName).val(tableParams.search);
89 $("#new-search-input-"+ctx.tableName).val(tableParams.search);
637 'search': tableParams.search, property
774 tableParams.search = searchTerm;
790 tableParams.search = null;
H A Dlayerdetails.js181 if (total === 0 && !tableParams.search) {
197 if (total === 0 && !tableParams.search)
232 var search = libtoaster.parseUrlParams();
233 search.limit = this.value;
235 window.location.search = libtoaster.dumpsUrlParams(search);
/OK3568_Linux_fs/buildroot/package/ripgrep/
H A DConfig.in6 ripgrep is a line-oriented search tool that
11 ripgrep is similar to other popular search tools like
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libipc/
H A Dlibipc-signal-perl_1.00.bb5 HOMEPAGE = "http://search.cpan.org/~rosch/IPC-Signal-1.00/"
13 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/IPC-Signal-${PV}.tar.gz"
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/
H A Dkmod_29.bb21 file://depmod-search.conf \
66 # install depmod.d file for search/ dir
67 … install -Dm644 "${WORKDIR}/depmod-search.conf" "${D}${nonarch_base_libdir}/depmod.d/search.conf"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibconfig-general-perl_2.63.bb2 HOMEPAGE = "http://search.cpan.org/dist/Config-General/"
9 SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/${SRCNAME}-${PV}.tar.gz"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libproc/
H A Dlibproc-waitstat-perl_1.00.bb5 HOMEPAGE = "http://search.cpan.org/~rosch/Proc-WaitStat/"
15 SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RO/ROSCH/Proc-WaitStat-${PV}.tar.gz"
/OK3568_Linux_fs/buildroot/package/xapian/
H A DConfig.in7 Xapian is an open Source search engine Library
9 to easily add advanced indexing and search facilities to
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/readline/files/
H A Dinputrc39 # alternate mappings for "page up" and "page down" to search the history
40 # "\e[5~": history-search-backward
41 # "\e[6~": history-search-forward
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dwidgets.py108 search = request.GET.get("search", None)
109 if search:
110 self.apply_search(search)
276 search = request.GET.get("search", None)
307 if search:
308 self.apply_search(search)
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0032-Correct-library-search-path-for-OpenEmbedded-Host.patch4 Subject: [PATCH] Correct library search path for OpenEmbedded Host
8 So the library search path is not found with default triple
22 …o/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/clang --print-search-dirs
27 …o/x86_64-linux/compiler-rt-native/13.0.1-r0/recipe-sysroot-native/usr/bin/clang --print-search-dirs
/OK3568_Linux_fs/kernel/drivers/firmware/google/
H A DKconfig49 This option enables the kernel to search for a firmware log in
58 This option enables the kernel to search for a framebuffer in
66 This option enables the kernel to search for a firmware log in
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_random_mapping.c24 static ump_dd_mem *search(struct rb_root *root, int id) in search() function
131 mem = search(&map->root, id); in ump_random_mapping_get()
167 mem = search(&map->root, id); in ump_random_mapping_remove_internal()
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dstrchr.S22 zapnot a1, 1, a1 # e0 : zero extend the search character
24 sll a1, 8, t5 # e0 : replicate the search character
56 and t0, 0xf0, t2 # e0 : binary search for that set bit
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libenv/
H A Dlibenv-perl_1.04.bb6 HOMEPAGE = "http://search.cpan.org/~flora/Env/"
12 SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Env-${PV}.tar.gz"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libdigest/
H A Dlibdigest-hmac-perl_1.03.bb3 HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/"
11 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \
H A Dlibdigest-sha1-perl_2.13.bb3 HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/"
9 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \

12345678910>>...36