| /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 | 1 // Boost string_algo library find.hpp header file ---------------------------// 27 Defines a set of find algorithms. The algorithms are searching 35 // Generic find -----------------------------------------------// 37 //! Generic find algorithm 52 find( in find() function 63 //! Find first algorithm 84 return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search)); in find_first() 87 //! Find first algorithm ( case insensitive ) 111 … return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search,is_iequal(Loc))); in ifind_first() 116 //! Find last algorithm [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/ |
| H A D | finder.hpp | 29 // find first functor -----------------------------------------------// 31 // find a subsequence in the sequence ( functor ) 34 If the find fails, functor returns <End,End> 93 // find last functor -----------------------------------------------// 95 // find the last match a subsequence in the sequence ( functor ) 98 If the find fails, returns <End,End> 202 // find n-th functor -----------------------------------------------// 204 // find the n-th match of a subsequence in the sequence ( functor ) 207 If the find fails, returns <End,End> 271 // Instantiate find functor in find_forward() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | perf-with-kcore.sh | 24 echo "Failed to find perf" >&2 28 echo "Failed to find perf" >&2 62 echo "Failed to find kcore" >&2 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) [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/external/xserver/hw/xfree86/modes/ |
| H A D | xf86gtf.c | 154 /* 3. Find the frame rate required: in xf86GTFMode() 162 /* 4. Find number of lines in Top margin: in xf86GTFMode() 171 /* 5. Find number of lines in Bottom margin: in xf86GTFMode() 199 /* 8. Find the number of lines in V sync + back porch: in xf86GTFMode() 206 /* 9. Find the number of lines in V back porch alone: in xf86GTFMode() 216 /* 10. Find the total number of lines in Vertical field period: in xf86GTFMode() 233 /* 12. Find the actual horizontal period: in xf86GTFMode() 240 /* 13. Find the actual Vertical field frequency: in xf86GTFMode() 247 /* 14. Find the Vertical frame frequency: in xf86GTFMode() 255 /* 15. Find number of pixels in left margin: in xf86GTFMode() [all …]
|
| H A D | xf86cvt.c | 112 /* 4. Find total active pixels */ in xf86CVTMode() 115 /* 5. Find number of lines per field */ in xf86CVTMode() 121 /* 6. Find top and bottom margins */ in xf86CVTMode() 168 /* 9. Find number of lines in sync + backporch */ in xf86CVTMode() 175 /* 10. Find number of lines in back porch */ in xf86CVTMode() 179 /* 11. Find total number of lines in vertical field */ in xf86CVTMode() 200 /* 12. Find ideal blanking duty cycle from formula */ in xf86CVTMode() 210 /* 14. Find total number of pixels in a line. */ in xf86CVTMode() 245 /* 9. Find number of lines in vertical blanking */ in xf86CVTMode() 252 /* 11. Find total number of lines in vertical field */ in xf86CVTMode() [all …]
|
| /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/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-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/external/xserver/hw/xwayland/ |
| H A D | xwayland-cvt.c | 115 /* 4. Find total active pixels */ in xwayland_cvt() 118 /* 5. Find number of lines per field */ in xwayland_cvt() 124 /* 6. Find top and bottom margins */ in xwayland_cvt() 171 /* 9. Find number of lines in sync + backporch */ in xwayland_cvt() 178 /* 10. Find number of lines in back porch */ in xwayland_cvt() 182 /* 11. Find total number of lines in vertical field */ in xwayland_cvt() 204 /* 12. Find ideal blanking duty cycle from formula */ in xwayland_cvt() 214 /* 14. Find total number of pixels in a line. */ in xwayland_cvt() 249 /* 9. Find number of lines in vertical blanking */ in xwayland_cvt() 256 /* 11. Find total number of lines in vertical field */ in xwayland_cvt() [all …]
|
| /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/kernel/tools/perf/tests/ |
| H A D | expr.c | 64 TEST_ASSERT_VAL("find other", in test__expr() 67 TEST_ASSERT_VAL("find other", hashmap__size(&ctx.ids) == 3); in test__expr() 68 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BAR", in test__expr() 70 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BAZ", in test__expr() 72 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "BOZO", in test__expr() 76 TEST_ASSERT_VAL("find other", in test__expr() 79 TEST_ASSERT_VAL("find other", hashmap__size(&ctx.ids) == 2); in test__expr() 80 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "EVENT1,param=3/", in test__expr() 82 TEST_ASSERT_VAL("find other", hashmap__find(&ctx.ids, "EVENT2,param=3/", in test__expr()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | cuboot-hotfoot.c | 53 fatal("Can't find node for /plb/opb/serial@ef600300"); in hotfoot_fixups() 58 fatal("Can't find node for /plb/opb/ethernet@ef600900"); in hotfoot_fixups() 69 fatal("Can't find FDT node for nor_flash!??"); in hotfoot_fixups() 83 fatal("Can't find FDT node for partition@0"); in hotfoot_fixups() 90 fatal("Can't find FDT node for partition@1"); in hotfoot_fixups() 97 fatal("Can't find FDT node for partition@2"); in hotfoot_fixups() 104 fatal("Can't find FDT node for partition@3"); in hotfoot_fixups() 111 fatal("Can't find FDT node for partition@4"); in hotfoot_fixups() 118 fatal("Can't find FDT node for partition@6"); in hotfoot_fixups() 126 fatal("Can't find FDT node for partition@5"); in hotfoot_fixups()
|
| H A D | simpleboot.c | 36 /* Find the #address-cells and #size-cells properties */ in platform_init() 39 fatal("Cannot find root node\n"); in platform_init() 42 fatal("Cannot find #address-cells property"); in platform_init() 45 fatal("Cannot find #size-cells property"); in platform_init() 47 /* Find the memory range */ in platform_init() 51 fatal("Cannot find memory node\n"); in platform_init() 72 fatal("Cannot find cpu node\n"); in platform_init() 80 /* prepare the device tree and find the console */ in platform_init()
|
| /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/parallel/ |
| H A D | find_selectors.h | 27 * into the parallel find algorithm. 47 * @brief Test predicate on a single element, used for std::find() 55 * @param __pred Find predicate. 67 * @param __pred Find predicate. 85 * @param __pred Find predicate. 100 * @param __pred Find predicate. 125 * @param __pred Find predicate. 138 * @param __pred Find predicate. 165 * @param __pred Find predicate. */ 182 * @param __pred Find predicate. */
|
| H A D | find.h | 25 /** @file parallel/find.h 26 * @brief Parallel implementation base for std::find(), std::equal() 46 * @brief Parallel std::find, switch for different algorithms. 51 * @param __pred Find predicate. 83 * @brief Parallel std::find, equal splitting variant. 88 * @param __pred Find predicate. 162 * @brief Parallel std::find, growing block size variant. 167 * @param __pred Find predicate. 212 // Index of beginning of next free block (after sequential find). in __find_template() 247 // No chance to find first element. in __find_template() [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/parallel/ |
| H A D | find_selectors.h | 27 * into the parallel find algorithm. 47 * @brief Test predicate on a single element, used for std::find() 55 * @param __pred Find predicate. 67 * @param __pred Find predicate. 85 * @param __pred Find predicate. 100 * @param __pred Find predicate. 125 * @param __pred Find predicate. 138 * @param __pred Find predicate. 165 * @param __pred Find predicate. */ 182 * @param __pred Find predicate. */
|
| H A D | find.h | 25 /** @file parallel/find.h 26 * @brief Parallel implementation base for std::find(), std::equal() 46 * @brief Parallel std::find, switch for different algorithms. 51 * @param __pred Find predicate. 83 * @brief Parallel std::find, equal splitting variant. 88 * @param __pred Find predicate. 162 * @brief Parallel std::find, growing block size variant. 167 * @param __pred Find predicate. 212 // Index of beginning of next free block (after sequential find). in __find_template() 247 // No chance to find first element. in __find_template() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| 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 | 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"); 309 console.warn("Could not find element to get data from for this change"); [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()
|
| /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/kernel/tools/testing/selftests/tc-testing/tc-tests/filters/ |
| H A D | concurrency.json | 15 "cmdUnderTest": "bash -c \"find $BATCH_DIR/add* -print | xargs -n 1 -P 10 $TC -b\"", 40 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -b\"", 65 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"", 90 "cmdUnderTest": "bash -c \"find $BATCH_DIR/replace* -print | xargs -n 1 -P 10 $TC -b\"", 115 "cmdUnderTest": "bash -c \"find $BATCH_DIR/del* -print | xargs -n 1 -P 10 $TC -f -b\"", 137 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"", 141 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"", 163 "bash -c \"find $BATCH_DIR/init_* -print | xargs -n 1 -P 5 $TC -b\"", 167 "cmdUnderTest": "bash -c \"find $BATCH_DIR/par_* -print | xargs -n 1 -P 10 $TC -b\"",
|
| /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/scripts/ |
| H A D | documentation-file-ref-check | 43 # Step 1: find broken references 197 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search); 201 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search); 209 $f=qx(find $basedir -iname $new) if ($new); 215 $f=qx(find $basedir -iname $new) if ($new); 220 $f = qx(find $basedir -iname $new) if ($new); 223 my @find = split /\s+/, $f; 226 print STDERR "ERROR: Didn't find a replacement for $ref\n"; 227 } elsif (scalar(@find) > 1) { 229 foreach my $j (@find) { [all …]
|