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

1 2

  /external/harfbuzz_ng/src/
check-c-linkage-decls.sh 9 test "x$HBHEADERS" = x && HBHEADERS=`find . -maxdepth 1 -name 'hb*.h'`
10 test "x$HBSOURCES" = x && HBSOURCES=`find . -maxdepth 1 -name 'hb*.h'`
check-header-guards.sh 9 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'`
check-includes.sh 9 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/
feedManipulationEclipse.sh 19 for f in `find $ECLIPSE_HOME/plugins -maxdepth 1 -name "org.eclipse.ant.ui*.jar" -type f`; do unzip $f lib/*.jar -d $tmpfolder; done
24 for f in `find $d -maxdepth 1 -name "*.jar" -type f -not -name "xercesImpl.jar"`; do CLASSPATH=$CLASSPATH":"$f; done
  /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/chromium/sdch/open-vcdiff/packages/
deb.sh 71 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
  /external/open-vcdiff/packages/
deb.sh 85 mv $(find tmp -mindepth 1 -maxdepth 1 -type f) "$destdir"
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 72 ext2_ino_t ino, int maxdepth,
87 if (!dir || (maxdepth < 0)) {
108 retval = ext2fs_get_pathname_int(fs, gp.parent, dir, maxdepth-1,
  /external/apache-harmony/
Android.mk 38 # We need to use -maxdepth 4 because there's a non-resource directory called "resources" deeper in the tree.
40 $(shell cd $(LOCAL_PATH) && find . -maxdepth 4 -name resources 2> /dev/null)
  /libcore/
Docs.mk 19 dalvik/src/main/java/dalvik/system/ -maxdepth 1) \
  /external/proguard/build/
build.sh 48 (cd "$SRC"; find $(dirname $1) -maxdepth 1 \
makefile 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
  /prebuilts/tools/common/proguard/proguard4.7/build/
build.sh 48 (cd "$SRC"; find $(dirname $1) -maxdepth 1 \
makefile 69 $(shell find $(SRC)/$(dir $(1)) -maxdepth 1 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
  /external/webkit/Source/JavaScriptCore/
create_hash_table 158 my $maxdepth = 0;
176 $maxdepth = $depth if ( $depth > $maxdepth);
  /external/smack/asmack-master/
build.bash 179 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/smali/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /build/core/
product.mk 31 $(shell test -d device && find device -maxdepth 6 -name AndroidProducts.mk) \
32 $(shell test -d vendor && find vendor -maxdepth 6 -name AndroidProducts.mk) \
definitions.mk 317 $(LOCAL_PATH) ; find -L $(1) -maxdepth 1 -name $(2))))
    [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
fatbuild.sh 218 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/iproute2/examples/
cbq.init-v0.7.3 583 -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| \
    [all...]
  /ndk/build/tools/
build-llvm.sh 361 find $TOOLCHAIN_BUILD_PREFIX/bin -maxdepth 1 -type f -exec $STRIP {} \;
364 find $TOOLCHAIN_BUILD_PREFIX/lib -maxdepth 1 -type f \( -name "*.dll" -o -name "*.so" \) -exec $STRIP {} \;
  /external/regex-re2/re2/
regexp.h 482 ParseFlags flags, int maxdepth);
parse.cc 813 int maxdepth) {
815 if (maxdepth <= 0)
865 maxdepth - 1);
916 maxdepth - 1);
    [all...]
  /external/robolectric/lib/main/
json-20080701.jar 

Completed in 1587 milliseconds

1 2