HomeSort by relevance Sort by last modified time
    Searched full:mindepth (Results 1 - 25 of 455) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/kati/testcase/tools/
findleaves.py 26 def perform_find(mindepth, prune, dirlist, filenames):
45 # mindepth
46 if mindepth > 0:
48 if depth < mindepth:
60 --mindepth=<mindepth>
75 mindepth = -1
81 if arg.startswith("--mindepth="):
83 mindepth = int(arg[len("--mindepth="):]
    [all...]
  /prebuilts/go/darwin-x86/test/bench/go1/
binarytree_test.go 31 const minDepth = 4
35 if minDepth+2 > n {
36 maxDepth = minDepth + 2
45 for depth := minDepth; depth <= maxDepth; depth += 2 {
46 iterations := 1 << uint(maxDepth-depth+minDepth)
  /prebuilts/go/linux-x86/test/bench/go1/
binarytree_test.go 31 const minDepth = 4
35 if minDepth+2 > n {
36 maxDepth = minDepth + 2
45 for depth := minDepth; depth <= maxDepth; depth += 2 {
46 iterations := 1 << uint(maxDepth-depth+minDepth)
  /build/make/tools/
findleaves.py 26 def perform_find(mindepth, prune, dirlist, filenames):
46 # mindepth
47 if mindepth > 0:
49 if depth < mindepth:
73 --mindepth=<mindepth>
88 mindepth = -1
94 if arg.startswith("--mindepth="):
96 mindepth = int(arg[len("--mindepth="):]
    [all...]
  /prebuilts/go/darwin-x86/test/bench/garbage/
tree.go 66 const minDepth = 4
74 if minDepth+2 > *n {
75 maxDepth = minDepth + 2
84 for depth := minDepth; depth <= maxDepth; depth += 2 {
85 iterations := 1 << uint(maxDepth-depth+minDepth)
  /prebuilts/go/linux-x86/test/bench/garbage/
tree.go 66 const minDepth = 4
74 if minDepth+2 > *n {
75 maxDepth = minDepth + 2
84 for depth := minDepth; depth <= maxDepth; depth += 2 {
85 iterations := 1 << uint(maxDepth-depth+minDepth)
  /external/autotest/site_utils/admin/
deploy_private_tests.sh 64 find ${PRIVATE_SERVER_TESTS_DIR} -mindepth 1 -maxdepth 1 \
67 find ${PRIVATE_CLIENT_TESTS_DIR} -mindepth 1 -maxdepth 1 \
71 find ${PRIVATE_SERVER_SUITES_DIR} -mindepth 1 -maxdepth 1 -type f \
  /external/lisa/tools/scripts/
cgroup_run_into.sh 41 find $CGMOUNT -type d -mindepth 1 | \
48 find $CGMOUNT -type d -mindepth 1 | \
  /external/valgrind/auxprogs/
posixtestsuite-1.5.1-diff.txt 34 - find functional/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" -exec dirname '{}' ';'
35 + find functional/ -maxdepth 2 -mindepth 2 -type f -name "Makefile" -exec dirname '{}' ';'
39 - find functional/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" -exec dirname '{}' ';'
40 + find functional/ -maxdepth 2 -mindepth 2 -type f -name "run.sh" -exec dirname '{}' ';'
44 - find stress/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" -exec dirname '{}' ';'
45 + find stress/ -maxdepth 2 -mindepth 2 -type f -name "Makefile" -exec dirname '{}' ';'
49 - find stress/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" -exec dirname '{}' ';'
50 + find stress/ -maxdepth 2 -mindepth 2 -type f -name "run.sh" -exec dirname '{}' ';'
  /build/kati/
find.h 50 int mindepth; member in struct:FindCommand
pathutil.go 817 mindepth int
859 if depth < fc.mindepth {
860 glog.V(3).Infof("findleaves depth=%d mindepth=%d", depth, fc.mindepth)
906 p.fc.mindepth = -1
929 case strings.HasPrefix(tok, "--mindepth="):
930 md := strings.TrimPrefix(tok, "--mindepth=")
935 p.fc.mindepth = int(i)
pathutil_test.go 715 mindepth: -1,
719 cmd: `build/tools/findleaves.py --prune=out --prune=.repo --prune=.git --mindepth=2 art bionic Android.mk`,
724 mindepth: 2,
771 mindepth: -1,
780 mindepth: 2,
789 mindepth: 3,
find.cc 182 if (d < fc.mindepth)
685 } else if (HasPrefix(tok, "--mindepth=")) {
686 string mindepth_str = tok.substr(strlen("--mindepth=")).as_string();
693 fc_->mindepth = d;
1044 : follows_symlinks(false), depth(INT_MAX), mindepth(INT_MIN),
  /build/kati/testcase/
find_command.mk 115 $(call run_find, build/tools/findleaves.py --mindepth=1 testdir file1)
116 $(call run_find, build/tools/findleaves.py --mindepth=2 testdir file1)
117 $(call run_find, build/tools/findleaves.py --mindepth=3 testdir file1)
118 $(call run_find, build/tools/findleaves.py --mindepth=2 testdir file1)
  /device/google/marlin/
preloads_copy.sh 28 for file in $(find ${mountpoint}/preloads -mindepth 1 -maxdepth 1); do
  /external/devlib/devlib/bin/scripts/
shutils.in 126 $FIND $CGMOUNT -type d -mindepth 1 | \
133 $FIND $CGMOUNT -type d -mindepth 1 | \
  /external/ltp/testcases/kernel/controllers/freezer/
libcgroup_freezer 186 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | \
190 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | \
194 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | \
200 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | \
205 LINES=$(find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | \
209 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | xargs -r0 rmdir
212 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | xargs -0r -n 1 ${XARGS_REPL_OPT} ls -ld "${XARGS_REPL_STR}/tasks"
242 find $TMP/${cgroup_subsys}_test -mindepth 1 -depth -type d -print0 | xargs -r0 rmdir
  /frameworks/base/core/java/android/nfc/cardemulation/
AidGroup.java 154 int minDepth = parser.getDepth();
155 while (eventType != XmlPullParser.END_DOCUMENT && parser.getDepth() >= minDepth) {
  /external/deqp/external/vulkancts/framework/vulkan/
vkTypeUtil.inl 161 inline VkViewport makeViewport (float x, float y, float width, float height, float minDepth, float maxDepth)
168 res.minDepth = minDepth;
  /external/cmockery/cmockery_0_1_2/packages/
deb.sh 67 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
  /system/tools/hidl/
update-makefiles-helper.sh 61 -mindepth 1 \
  /developers/build/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/androidtv/leanback/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/androidtv/sample-inputs/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/build/prebuilts/androidtv/visual-game-controller/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`

Completed in 756 milliseconds

1 2 3 4 5 6 7 8 91011>>