| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | perf-with-kcore.sh | 109 …find "$USER_HOME/.debug" -xdev -type d ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE… 110 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$SUDO_USER" -ls -exec chown "$SUDO_USE… 111 …find "$USER_HOME/.debug" -xdev -type l ! -user "$SUDO_USER" -ls -exec chown -h "$SUDO_USE… 114 …find "$USER_HOME/.debug" -xdev -type d ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID… 115 …find "$USER_HOME/.debug" -xdev -type f -links 1 ! -group "$SUDO_GID" -ls -exec chgrp "$SUDO_GID… 116 …find "$USER_HOME/.debug" -xdev -type l ! -group "$SUDO_GID" -ls -exec chgrp -h "$SUDO_GID… 128 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -user "$USER" -print -quit) 129 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type f -links 1 ! -user "$USER" -print -quit) 130 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type l ! -user "$USER" -print -quit) 132 PERMISSIONS_OK+=$(find "$HOME/.debug" -xdev -type d ! -group "$GROUPS" -print -quit) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | find.hpp | 52 find( in find() function 84 return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search)); in find_first() 111 … return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search,is_iequal(Loc))); in ifind_first() 137 return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search)); in find_last() 164 … return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search, is_iequal(Loc))); in ifind_last() 192 return ::boost::algorithm::find(Input, ::boost::algorithm::nth_finder(Search,Nth)); in find_nth() 223 … return ::boost::algorithm::find(Input, ::boost::algorithm::nth_finder(Search,Nth,is_iequal(Loc))); in ifind_nth() 253 return ::boost::algorithm::find(Input, ::boost::algorithm::head_finder(N)); in find_head() 284 return ::boost::algorithm::find(Input, ::boost::algorithm::tail_finder(N)); in find_tail() 314 … return ::boost::algorithm::find(Input, ::boost::algorithm::token_finder(Pred, eCompress)); in find_token() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/ |
| H A D | Makefile | 543 -find . -name "*.o" -exec rm {} \; 544 -find . -name "*.ko" -exec rm {} \; 545 -find . -name ".*.cmd" -exec rm {} \; 546 -find . -name "*.mod.c" -exec rm {} \; 547 -find . -name "*.mod" -exec rm {} \; 548 -find . -name "Module.symvers" -exec rm {} \; 549 -find . -name "Module.markers" -exec rm {} \; 550 -find . -name "modules.order" -exec rm {} \; 551 -find . -name ".*.dwo" -exec rm {} \; 552 -find . -name "*dwo" -exec rm {} \; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/query/ |
| H A D | find.hpp | 30 struct find struct 54 , result_of::find<Sequence, T> 56 find(Sequence& seq) in find() function 58 typedef typename result_of::find<Sequence, T>::filter filter; in find() 64 inline typename result_of::find<Sequence const, T>::type const 65 find(Sequence const& seq) in find() function 67 typedef typename result_of::find<Sequence const, T>::filter filter; in find()
|
| H A D | find_fwd.hpp | 19 struct find; 27 , result_of::find<Sequence, T> 29 find(Sequence& seq); 33 inline typename result_of::find<Sequence const, T>::type const 34 find(Sequence const& seq);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/ |
| H A D | Makefile | 532 -find . -name "*.o" -exec rm {} \; 533 -find . -name "*.ko" -exec rm {} \; 534 -find . -name ".*.cmd" -exec rm {} \; 535 -find . -name "*.mod.c" -exec rm {} \; 536 -find . -name "Module.symvers" -exec rm {} \; 537 -find . -name "Module.markers" -exec rm {} \; 538 -find . -name "modules.order" -exec rm {} \; 539 -find . -name ".*.dwo" -exec rm {} \; 540 -find . -name "*dwo" -exec rm {} \; 551 -find . -name "*.o" -exec rm {} \; [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | layerdetails.js | 110 mParent.find("textarea,input").val(currentVal.text()); 112 if ( mParent.find("textarea,input").val().length == 0 ) { 113 mParent.find(".change-btn").attr("disabled", "disabled"); 119 mParent.find(".cancel").show(); 125 mParent.find("input").val(""); 126 mParent.find("textarea").val(""); 127 mParent.find(".change-btn").click(); 305 var entryElement = mParent.find("input"); 307 entryElement = mParent.find("textarea"); 332 inputArea.find(".text-muted").hide(); [all …]
|
| H A D | customrecipe.js | 58 var depsList = modal.find("#package-add-dep-list"); 61 modal.find(".package-to-add-name").text(targetPkg.name); 72 modal.find("#package-deps-total-size").text( 89 var depsList = modal.find("#package-reverse-dep-list"); 101 modal.find(".package-to-rm-name").text(targetPkg.name); 102 modal.find(".reverse-deps-count").text(depsCount); 103 modal.find(".reverse-deps-count-plus1").text((depsCount+1) + " packages"); 104 modal.find(".reverse-deps-depends").text(vDepends); 105 modal.find(".reverse-deps-package").text(vPackage); 106 modal.find(".reverse-deps-this").text(vThis); [all …]
|
| H A D | table.js | 192 var tableHeadRow = table.find("thead > tr"); 193 var editColMenu = $("#table-chrome-"+ctx.tableName).find(".editcol"); 241 header.find('.icon-caret-down').show(); 243 header.find('.icon-caret-up').show(); 280 var togglerInput = toggler.find("input"); 288 toggler.find("label").addClass("text-muted"); 289 toggler.find("label").parent().addClass("disabled"); 346 table.find("."+cols_hidden[i]).hide(); 356 table.find("."+defaultHiddenCols[i]).hide(); 436 table.find("."+col).show(); [all …]
|
| H A D | newcustomimage_modal.js | 22 var nameInput = imgCustomModal.find('input'); 96 newCustomImgBtn.find('[data-role="loading-state"]').hide(); 97 newCustomImgBtn.find('[data-role="submit-state"]').show(); 107 newCustomImgBtn.find('[data-role="submit-state"]').hide(); 108 newCustomImgBtn.find('[data-role="loading-state"]').show(); 191 imageSelectRadiosContainer.find("input:radio:first").attr("checked", "checked"); 196 imageSelectRadiosContainer.find("input:radio").each(function(){
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0018-clang-Use-python3-in-python-scripts.patch | 12 .../find-all-symbols/tool/run-find-all-symbols.py | 2 +- 21 …ang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py b/clang-tools-extra/clang-include-… 23 --- a/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py 24 +++ b/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.py 29 #=- run-find-all-symbols.py - Parallel find-all-symbols runner -*- python -*-=#
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/ |
| H A D | babeltrace2_2.0.4.bb | 42 for d in $(find "${S}/tests" -type d -printf '%P ') ; do 44 find "${S}/tests/$d" -maxdepth 1 -executable -type f \ 46 find "${S}/tests/$d" -maxdepth 1 -name *.sh \ 48 find "${S}/tests/$d" -maxdepth 1 -name *.py \ 50 find "${S}/tests/$d" -maxdepth 1 -name *.expect \ 59 for d in $(find "${B}/tests" -type d -not -name .libs -printf '%P ') ; do 61 find "${B}/tests/$d" -maxdepth 1 -executable -type f \ 65 find "${B}/tests/$d" -maxdepth 1 -name *.sh \ 69 for d in $(find "${B}/tests" -type d -name .libs -printf '%P ') ; do 70 for f in $(find "${B}/tests/$d" -maxdepth 1 -executable -type f -printf '%P ') ; do [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | tags.sh | 39 ALLSOURCE_ARCHS=$(find ${tree}arch/ -mindepth 1 -maxdepth 1 -type d -printf '%f ') 48 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print; 54 include=$(find ${tree}arch/$1/ -name include -type d -print); 57 find $include $ignore -name "$2" -not -type l -print; 64 find ${tree}include $ignore -name config -prune -o -name "$1" \ 72 find ${tree}* $ignore \ 99 include/generated/autoconf.h $(find $ignore -name "*.cmd" -exec \ 115 find ${tree}arch/ -maxdepth 1 $ignore \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-font/ |
| H A D | xorg-font-common.inc | 24 find ${D}${libdir}/X11/fonts -type f -name fonts.dir | xargs rm -f 25 find ${D}${libdir}/X11/fonts -type f -name fonts.scale | xargs rm -f 26 find ${D}${datadir}/fonts/X11 -type f -name fonts.dir | xargs rm -f 27 find ${D}${datadir}/fonts/X11 -type f -name fonts.scale | xargs rm -f 34 for fontdir in `find $D/usr/lib/X11/fonts -type d`; do 38 for fontdir in `find $D/usr/share/fonts/X11 -type d`; do
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | strcasestr.c | 46 xstrcasestr(const char *s, const char *find) in xstrcasestr() argument 51 if ((c = *find++) != 0) { in xstrcasestr() 53 len = strlen(find); in xstrcasestr() 59 } while (strncasecmp(s, find, len) != 0); in xstrcasestr()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | check_build_completeness.py | 5 necessary_bits = logfile.find("The necessary bits to build these optional modules were not found") 6 to_find_bits = logfile.find("To find the necessary bits, look in setup.py in detect_modules() for t… 10 failed_to_build = logfile.find("Failed to build these modules:") 12 failed_to_build_end = logfile.find("\n\n", failed_to_build)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/script/ |
| H A D | pre-regular-test.sh | 14 find ../load1.sh | xargs -i sed -i 's/ssvcfg.sh/ssvcfg1.sh/g' {} 15 find ../ssvcfg1.sh | xargs -i sed -i 's/sta.cfg/sta1.cfg/g' {} 16 find ../sta1.cfg | xargs -i sed -i 's/hw_cap_ampdu_rx = on/hw_cap_ampdu_rx = off/g' {} 17 find ../sta1.cfg | xargs -i sed -i 's/hw_cap_ampdu_tx = on/hw_cap_ampdu_tx = off/g' {}
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/ |
| H A D | debug_map_base.hpp | 121 find(key_const_reference) const; 124 find(key_const_reference); 153 if (find(r_key) != m_keys.end()) in insert_new() 178 iterator it = find(r_key); in erase_existing() 205 if (find(r_key) == m_keys.end()) in check_key_exists() 220 if (find(r_key) != m_keys.end()) in check_key_does_not_exist() 259 find(key_const_reference r_key) const in find() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC 272 find(key_const_reference r_key) in find() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/ |
| H A D | debug_map_base.hpp | 121 find(key_const_reference) const; 124 find(key_const_reference); 153 if (find(r_key) != m_keys.end()) in insert_new() 178 iterator it = find(r_key); in erase_existing() 205 if (find(r_key) == m_keys.end()) in check_key_exists() 220 if (find(r_key) != m_keys.end()) in check_key_does_not_exist() 259 find(key_const_reference r_key) const in find() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC 272 find(key_const_reference r_key) in find() function in __gnu_pbds::detail::PB_DS_CLASS_C_DEC
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | 0001-Port-gentest.py-to-Python-3.patch | 99 - if string.find(name, 'Free') != -1: 100 + if name.find('Free') != -1: 146 - if string.find(name, "file") != -1 or \ 147 - string.find(name, "uri") != -1 or \ 148 - string.find(name, "URI") != -1 or \ 149 - string.find(info, "filename") != -1 or \ 150 - string.find(info, "URI") != -1 or \ 151 - string.find(info, "URL") != -1: 152 - if string.find(function, "Save") != -1 or \ 153 - string.find(function, "Create") != -1 or \ [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | custom_tile_loader.cpp | 14 auto cachedTileData = dataCache.find(tileID.canonical); in fetchTile() 18 auto tileCallbacks = tileCallbackMap.find(tileID.canonical); in fetchTile() 37 if (tileCallbackMap.find(tileID.canonical) != tileCallbackMap.end()) { in cancelTile() 43 auto tileCallbacks = tileCallbackMap.find(tileID.canonical); in removeTile() 60 auto iter = tileCallbackMap.find(tileID); in setTileData() 71 auto tileCallbacks = tileCallbackMap.find(tileID); in invalidateTile() 87 auto tileRange = tileRanges.find(zoom); in invalidateRegion()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/ |
| H A D | test_tree.py | 63 self.assertEqual(soup.find("b").string, "2") 67 self.assertEqual(soup.find(string='Räksmörgås'), 'Räksmörgås') 72 self.assertEqual("here it is", soup.find(id='Räksmörgås').text) 148 self.assertEqual("4", soup.find("mathml:msqrt").string) 149 self.assertEqual("a", soup.find(attrs= { "svg:fill" : "red" }).name) 458 text = self.tree.find(text="Start here") 462 text = self.tree.find(text="Start here") 490 last = self.tree.find(text="Three") 507 text = self.tree.find(text="One") 512 start = self.tree.find(text="Two") [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/ |
| H A D | string_view.tcc | 52 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find() function in std::experimental::fundamentals_v1::basic_string_view 73 find(_CharT __c, size_type __pos) const noexcept in find() function in std::experimental::fundamentals_v1::basic_string_view 79 const _CharT* __p = traits_type::find(this->_M_str + __pos, __n, __c); in find() 131 const _CharT* __p = traits_type::find(__str, __n, in find_first_of() 152 if (traits_type::find(__str, __n, this->_M_str[__size])) in find_last_of() 167 if (!traits_type::find(__str, __n, this->_M_str[__pos])) in find_first_not_of() 196 if (!traits_type::find(__str, __n, this->_M_str[__size])) in find_last_not_of()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/ |
| H A D | string_view.tcc | 52 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find() function in std::experimental::fundamentals_v1::basic_string_view 73 find(_CharT __c, size_type __pos) const noexcept in find() function in std::experimental::fundamentals_v1::basic_string_view 79 const _CharT* __p = traits_type::find(this->_M_str + __pos, __n, __c); in find() 131 const _CharT* __p = traits_type::find(__str, __n, in find_first_of() 152 if (traits_type::find(__str, __n, this->_M_str[__size])) in find_last_of() 167 if (!traits_type::find(__str, __n, this->_M_str[__pos])) in find_first_not_of() 196 if (!traits_type::find(__str, __n, this->_M_str[__size])) in find_last_not_of()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | string_view.tcc | 48 find(const _CharT* __str, size_type __pos, size_type __n) const noexcept in find() function in std::basic_string_view 69 find(_CharT __c, size_type __pos) const noexcept in find() function in std::basic_string_view 75 const _CharT* __p = traits_type::find(this->_M_str + __pos, __n, __c); in find() 128 const _CharT* __p = traits_type::find(__str, __n, in find_first_of() 150 if (traits_type::find(__str, __n, this->_M_str[__size])) in find_last_of() 166 if (!traits_type::find(__str, __n, this->_M_str[__pos])) in find_first_not_of() 196 if (!traits_type::find(__str, __n, this->_M_str[__size])) in find_last_not_of()
|