Home
last modified time | relevance | path

Searched refs:maxdepth (Results 1 – 25 of 88) sorted by relevance

1234

/external/clang/docs/
Dindex.rst9 :maxdepth: 1
17 :maxdepth: 1
46 :maxdepth: 1
64 :maxdepth: 1
75 :maxdepth: 1
/external/valgrind/auxprogs/
Dposixtestsuite-1.5.1-diff.txt34 - 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 '{}' ';'
/external/autotest/site_utils/admin/
Ddeploy_private_tests.sh64 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/llvm/docs/CommandGuide/
Dindex.rst15 :maxdepth: 1
38 :maxdepth: 1
48 :maxdepth: 1
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DJSONWriter.java60 private static final int maxdepth = 20; field in JSONWriter
99 this.stack = new JSONObject[maxdepth]; in JSONWriter()
271 if (this.top >= maxdepth) { in push()
/external/harfbuzz_ng/src/
Dcheck-header-guards.sh9 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…
Dcheck-c-linkage-decls.sh9 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*.h'`
Dcheck-includes.sh9 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…
Dcheck-externs.sh9 test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
/external/e2fsprogs/lib/ext2fs/
Dget_pathname.c72 ext2_ino_t ino, int maxdepth, in ext2fs_get_pathname_int() argument
87 if (!dir || (maxdepth < 0)) { in ext2fs_get_pathname_int()
120 retval = ext2fs_get_pathname_int(fs, gp.parent, dir, maxdepth-1, in ext2fs_get_pathname_int()
/external/toybox/toys/posix/
Ddu.c40 long maxdepth;
57 if (TT.maxdepth && TT.depth > TT.maxdepth) return; in print()
/external/python/cpython3/Doc/whatsnew/
Dindex.rst12 :maxdepth: 2
34 :maxdepth: 2
/external/devlib/devlib/bin/scripts/
Dshutils.in96 $FIND $CGROUP -type f -maxdepth 1 |
115 $FIND $CGMOUNT -type d -maxdepth 0 | \
233 PATHS=$($BUSYBOX find $BASEPATH -follow -maxdepth $MAXDEPTH)
/external/libunwind/src/x86_64/
DGtrace.c403 int maxdepth = 0; in tdep_trace() local
408 if (unlikely(! cursor || ! buffer || ! size || (maxdepth = *size) <= 0)) in tdep_trace()
436 while (depth < maxdepth) in tdep_trace()
/external/jemalloc/
Dcoverage.sh14 for f in `find . -maxdepth 1 -type f -name '*.gcov'` ; do
/external/python/cpython2/Doc/faq/
Dindex.rst8 :maxdepth: 1
/external/python/cpython3/Doc/faq/
Dindex.rst8 :maxdepth: 1
/external/python/cpython3/Doc/extending/
Dindex.rst51 :maxdepth: 2
68 :maxdepth: 2
/external/lisa/tools/scripts/
Dcgroup_run_into.sh30 find $CGMOUNT -type d -maxdepth 0 | \
/external/e2fsprogs/tests/
Dtest_script.in23 FAILED=$(find . -maxdepth 1 -name \*.failed)
/external/trappy/doc/api_reference/
Dindex.rst12 :maxdepth: 4
/external/bart/docs/api_reference/
Dindex.rst12 :maxdepth: 4
/external/clang/docs/analyzer/
Dindex.rst12 :maxdepth: 2
/external/libnl/python/doc/
Dindex.rst12 :maxdepth: 2
/external/python/cpython2/Doc/whatsnew/
Dindex.rst12 :maxdepth: 2

1234