HomeSort by relevance Sort by last modified time
    Searched refs:maxdepth (Results 1 - 25 of 414) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/cldr/tools/scripts/build/bin-build/
cleanup.sh 2 /usr/bin/find ${BUILDER_DIR} -maxdepth 1 -name 'build_*' -mtime +7 -ls -exec echo rm -rf {} \;
  /external/fonttools/Doc/source/pens/
index.rst 6 :maxdepth: 1
  /external/fonttools/Doc/source/ttLib/
index.rst 6 :maxdepth: 1
  /external/fonttools/Doc/source/varLib/
index.rst 6 :maxdepth: 2
  /external/fonttools/Doc/source/misc/
index.rst 6 :maxdepth: 2
  /external/jemalloc/
coverage.sh 14 for f in `find . -maxdepth 1 -type f -name '*.gcov'` ; do
  /external/harfbuzz_ng/src/
check-header-guards.sh 9 test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h' ! -name 'hb-gobject-structs.h'`
10 test "x$HBSOURCES" = x && HBSOURCES=`cd "$srcdir"; find . -maxdepth 1 -name 'hb-*.cc' -or -name 'hb-*.hh'`
check-c-linkage-decls.sh 9 test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
10 test "x$HBSOURCES" = x && HBSOURCES=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.cc'`
check-includes.sh 9 test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
10 test "x$HBSOURCES" = x && HBSOURCES=`cd "$srcdir"; find . -maxdepth 1 -name 'hb-*.cc' -or -name 'hb-*.hh'`
check-externs.sh 9 test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
  /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 \
  /build/kati/
pathutil_test.go 149 maxdepth := 1<<31 - 1
159 depth: maxdepth,
167 depth: maxdepth,
175 depth: maxdepth,
183 depth: maxdepth,
191 depth: maxdepth,
199 depth: maxdepth,
207 depth: maxdepth,
215 depth: maxdepth,
223 depth: maxdepth,
    [all...]
  /development/build/tools/
patch_windows_sdk.sh 83 find $TEMP_SDK_DIR -maxdepth 1 -name "*.[ht]*" -type f -print0 | xargs -0 $UNIX2DOS
84 find $TEMP_SDK_DIR -maxdepth 3 -name "*.bat" -type f -print0 | xargs -0 $UNIX2DOS
  /external/e2fsprogs/tests/
test_script.in 23 FAILED=$(find . -maxdepth 1 -name \*.failed)
  /external/fonttools/Doc/source/designspaceLib/
index.rst 10 :maxdepth: 1
  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.sh 93 find /tmp -maxdepth 1 \(\
  /external/bcc/tools/old/
offcputime.py 12 # Currently limited to a stack trace depth of 21 (maxdepth + 1).
51 maxdepth = 20 # and MAXDEPTH variable
65 #define MAXDEPTH 20
71 u64 ret[MAXDEPTH];
119 // unrolled loop (MAXDEPTH):
189 for i in reversed(range(0, maxdepth)):
198 for i in range(0, maxdepth):
wakeuptime.py 12 # Currently limited to a stack trace depth of 21 (maxdepth + 1).
51 maxdepth = 20 # and MAXDEPTH variable
65 #define MAXDEPTH 20
72 u64 ret[MAXDEPTH];
132 // unrolled loop (MAXDEPTH):
203 for i in reversed(range(0, maxdepth)):
213 for i in range(0, maxdepth):
stackcount.py 15 # Currently limited to a stack trace depth of 11 (maxdepth + 1).
65 maxdepth = 10 # and MAXDEPTH variable
75 #define MAXDEPTH 10
79 u64 ret[MAXDEPTH];
107 // unrolled loop, 10 (MAXDEPTH) frames deep:
167 for i in range(0, maxdepth):
  /art/tools/
build_linux_bionic.sh 65 find $out_dir/ -maxdepth 1 -mindepth 1 \
69 find $out_dir/soong/ -maxdepth 1 -mindepth 1 \
  /external/cmockery/cmockery_0_1_2/packages/
deb.sh 67 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
  /external/webrtc/tools/valgrind-webrtc/
webrtc_tests.sh 80 find /tmp -maxdepth 1 \(\
  /build/kati/testcase/
find_command.mk 104 @echo maxdepth
105 $(call run_find, find testdir -maxdepth 1)
106 $(call run_find, find testdir -maxdepth 2)
107 $(call run_find, find testdir -maxdepth 0)
108 $(call run_find, find testdir -maxdepth hoge)
109 $(call run_find, find testdir -maxdepth 1hoge)
110 $(call run_find, find testdir -maxdepth -1)
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 72 ext2_ino_t ino, int maxdepth,
87 if (!dir || (maxdepth < 0)) {
120 retval = ext2fs_get_pathname_int(fs, gp.parent, dir, maxdepth-1,
  /external/grpc-grpc/tools/run_tests/dockerize/
docker_run_tests.sh 43 find . -maxdepth 1 -mindepth 1 -type d | sort | while read d ; do

Completed in 459 milliseconds

1 2 3 4 5 6 7 8 91011>>