| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/scene/ |
| H A D | scene_manager.cpp | 57 auto search = sceneMap.find(std::string(name)); in matchScene() local 59 if (search != sceneMap.end()) { in matchScene() 60 return search->second; in matchScene()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | testexport.py | 91 …native_rpm_file_list = [item for item in os.listdir(native_rpm_dir) if re.search("nativesdk-" + pa… 104 …target_rpm_file_list = [item for item in os.listdir(arch_rpm_dir) if re.search(param_list[0] + "-(… 128 … re.search(".*-([0-9]+\.[0-9]+)-.*rpm", target_rpm_file_list[0]).group(1))
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | importlayer.js | 51 { include_added: "true" , search: "openembedded-core" }, property 307 { include_added: "true" , search: name, format: "json" }, property 368 if (!layerNameInput.val() && $(this).val().search("/")){
|
| /OK3568_Linux_fs/buildroot/package/perl-locale-maketext-lexicon/ |
| H A D | Config.in | 6 http://search.cpan.org/dist/Locale-Maketext-Lexicon
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | memchr.S | 45 # search til the end of the address space, we will overflow 67 ldq_u $6, -1($5) #-e1 : eight or less bytes to search
|
| /OK3568_Linux_fs/buildroot/package/sqlite/ |
| H A D | Config.in | 27 bool "Enable version 3 of the full-text search engine" 31 full-text search engine is added to the build automatically.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanager/ |
| H A D | tst_qgeocodingmanager.h | 60 void search();
|
| /OK3568_Linux_fs/buildroot/package/python-whoosh/ |
| H A D | Config.in | 6 Whoosh is a fast, pure-Python full text indexing, search and
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | cookerdata.py | 187 search = [] 191 search.append(os.path.join(i, "conf", configfile)) 194 search.append(os.path.join(path, "conf", configfile)) 197 for i in search:
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | pseudo_files.c | 1321 struct inode_search *search = opaque; in inode_test() local 1323 return inode->i_ino == search->ino; in inode_test() 1328 struct inode_search *search = opaque; in inode_set() local 1330 if (get_pseudo_inode(search->ino, inode)) in inode_set() 1339 struct inode_search search = { in fetch_inode() local 1342 struct inode *inode = iget5_locked(sb, search.ino, inode_test, in fetch_inode() 1343 inode_set, &search); in fetch_inode()
|
| H A D | vfs.c | 311 struct inode_search *search = opaque; in inode_test() local 313 struct inode *backing_inode = d_inode(search->backing_dentry); in inode_test() 319 inode->i_ino == search->ino; in inode_test() 324 struct inode_search *search = opaque; in inode_set() local 326 struct dentry *backing_dentry = search->backing_dentry; in inode_set() 331 u64 size = search->size; in inode_set() 339 if (search->verity) in inode_set() 371 struct inode_search search = { in fetch_regular_inode() local 377 struct inode *inode = iget5_locked(sb, search.ino, inode_test, in fetch_regular_inode() 378 inode_set, &search); in fetch_regular_inode()
|
| /OK3568_Linux_fs/buildroot/package/perl-sys-cpu/ |
| H A D | Config.in | 8 http://search.cpan.org/dist/Sys-CPU/
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/harfbuzz/harfbuzz/ |
| H A D | CVE-2023-25193.patch | 50 - /* Now we search backwards for a non-mark glyph */ 51 + /* Now we search backwards for a non-mark glyph. 124 /* Now we search backwards for a non-mark glyph */
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/places/ |
| H A D | requesthandler.h | 84 QPlaceSearchReply * searchReply = manager->search(searchRequest); in simpleSearch() 91 void search() in search() function 101 /*QPlaceSearchReply * */ searchReply = manager->search(searchRequest); in search()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | toolbarsearch.h | 52 void search(const QUrl &url);
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys.py | 484 res = pkg_re.search(value) 491 res = pkgce_re.search(value) 504 res = progs_re.search(value) 524 res = lib_re.search(value) 530 res = libx_re.search(value)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-pyrex/ |
| H A D | pyrex-fix-optimized-mode.patch | 14 list of directories to search for Pyrex header files (.pxd) (in
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0012-Ensure-target-gcc-headers-can-be-included.patch | 10 found by gcc with the existing search paths. Add support for 14 Extend target gcc headers search to musl too
|
| /OK3568_Linux_fs/buildroot/package/gtksourceview/ |
| H A D | Config.in | 9 undo/redo, search and replace, a completion framework,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | vec.h | 609 bool contains (const T &search) const; 858 vec_safe_contains (vec<T, A, vl_embed> *v, const T &search) 860 return v ? v->contains (search) : false; 1226 vec<T, A, vl_embed>::contains (const T &search) const 1230 if ((*this)[i] == search) 1478 bool contains (const T &search) const; 2071 vec<T, va_heap, vl_ptr>::contains (const T &search) const 2073 return m_vec ? m_vec->contains (search) : false;
|
| H A D | dbgcnt.def | 27 This is primarily used to speed up the search for the bad transformation 28 an optimization pass does. By doing a binary search on N, 65 The following shell file can then be used to binary search for
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | vec.h | 609 bool contains (const T &search) const; 858 vec_safe_contains (vec<T, A, vl_embed> *v, const T &search) 860 return v ? v->contains (search) : false; 1226 vec<T, A, vl_embed>::contains (const T &search) const 1230 if ((*this)[i] == search) 1478 bool contains (const T &search) const; 2071 vec<T, va_heap, vl_ptr>::contains (const T &search) const 2073 return m_vec ? m_vec->contains (search) : false;
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/ |
| H A D | pinyindecoderservice.h | 52 int search(const QString &spelling);
|
| /OK3568_Linux_fs/kernel/Documentation/trace/postprocess/ |
| H A D | decode_msr.py | 22 m = re.search(r'(read|write)_msr:\s+([0-9a-f]+)', j)
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/ |
| H A D | pinyindecoderservice.h | 52 int search(const QString &spelling);
|