Home
last modified time | relevance | path

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

12

/external/clang/docs/
Dindex.rst9 :maxdepth: 1
17 :maxdepth: 1
32 :maxdepth: 1
50 :maxdepth: 1
60 :maxdepth: 1
/external/valgrind/main/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/llvm/docs/CommandGuide/
Dindex.rst15 :maxdepth: 1
36 :maxdepth: 1
46 :maxdepth: 1
/external/harfbuzz_ng/src/
Dcheck-header-guards.sh9 test "x$HBHEADERS" = x && HBHEADERS=`find . -maxdepth 1 -name 'hb*.h'`
10 test "x$HBSOURCES" = x && HBSOURCES=`find . -maxdepth 1 -name 'hb-*.cc' -or -name 'hb-*.hh'`
Dcheck-c-linkage-decls.sh9 test "x$HBHEADERS" = x && HBHEADERS=`find . -maxdepth 1 -name 'hb*.h'`
10 test "x$HBSOURCES" = x && HBSOURCES=`find . -maxdepth 1 -name 'hb*.h'`
Dcheck-includes.sh9 test "x$HBHEADERS" = x && HBHEADERS=`find . -maxdepth 1 -name 'hb*.h'`
10 test "x$HBSOURCES" = x && HBSOURCES=`find . -maxdepth 1 -name 'hb-*.cc' -or -name 'hb-*.hh'`
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
DfeedManipulationEclipse.sh19 for f in `find $ECLIPSE_HOME/plugins -maxdepth 1 -name "org.eclipse.ant.ui*.jar" -type f`; do unzip…
24 …for f in `find $d -maxdepth 1 -name "*.jar" -type f -not -name "xercesImpl.jar"`; do CLASSPATH=$C…
/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()
108 retval = ext2fs_get_pathname_int(fs, gp.parent, dir, maxdepth-1, in ext2fs_get_pathname_int()
/external/smack/asmack-master/
Dbuild.bash179 for PATCH in `(cd "../../../${1}" ; find -maxdepth 1 -type f)|sort` ; do
257 for dir in `find patch -maxdepth 1 -mindepth 1 -type d`; do
340 find $RELEASE_DIR -maxdepth 1 -and \( -name '*.jar' -or -name '*.zip' \) -print0 \
344 find $RELEASE_DIR -maxdepth 1 -and \( -name '*.jar' -or -name '*.zip' \) -print0 \
/external/clang/docs/analyzer/
Dindex.rst12 :maxdepth: 2
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
Dindex.rst12 :maxdepth: 2
/external/mesa3d/src/gallium/docs/source/
Dindex.rst12 :maxdepth: 2
/external/open-vcdiff/packages/
Ddeb.sh85 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
/external/chromium_org/third_party/tcmalloc/vendor/packages/
Ddeb.sh71 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
/external/chromium_org/sdch/open-vcdiff/packages/
Ddeb.sh85 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
/external/chromium/sdch/open-vcdiff/packages/
Ddeb.sh71 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
/external/chromium_org/tools/valgrind/
Dchrome_tests.sh73 find /tmp -maxdepth 1 \(\
/external/iproute2/examples/
Dcbq.init-v0.7.3583 -not -name '*~' -maxdepth 1 -printf "%f\n"| sort`
589 -not -name '*~' -maxdepth 1| xargs sed -n 's/#.*//; \
715 [ `find $CBQ_PATH -maxdepth 1 -newer $CBQ_CACHE| \
/external/chromium_org/build/linux/
Dsysroot_ld_path.sh90 find "$LD_SO_CONF_D" -maxdepth 1 -name '*.conf' -print -quit > /dev/null
/external/proguard/build/
Dbuild.sh48 (cd "$SRC"; find $(dirname $1) -maxdepth 1 \
/external/apache-harmony/
DAndroid.mk35 $(shell cd $(LOCAL_PATH) && find . -maxdepth 4 -name resources 2> /dev/null)
/external/qemu/distrib/sdl-1.2.15/build-scripts/
Dfatbuild.sh218 target=`find . -mindepth 4 -maxdepth 4 -type f -name '*.dylib' | head -1 | sed 's|.*/||'`
219 (lipo -create -o $output/$target `find . -mindepth 4 -maxdepth 4 -type f -name "*.dylib"` &&
/external/ceres-solver/docs/source/
Dindex.rst38 :maxdepth: 1
/external/smali/
Dgradlew119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
/external/chromium_org/native_client_sdk/src/doc/
Dindex.rst7 :maxdepth: 2

12