HomeSort by relevance Sort by last modified time
    Searched refs:maxdepth (Results 1 - 25 of 50) 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 \
  /prebuilts/tools/common/proguard/proguard4.7/build/
build.sh 48 (cd "$SRC"; find $(dirname $1) -maxdepth 1 \
  /external/webkit/Source/JavaScriptCore/
create_hash_table 158 my $maxdepth = 0;
176 $maxdepth = $depth if ( $depth > $maxdepth);
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/connectivity/network/BasicNetworkDemo/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/connectivity/network/NetworkConnect/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/content/contacts/BasicContactables/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/content/multiuser/AppRestrictions/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/input/gestures/BasicGestureDetect/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/input/multitouch/BasicMultitouch/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/media/BasicMediaRouter/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/ui/accessibility/BasicAccessibility/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/ui/actionbar/DoneBar/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`

Completed in 384 milliseconds

1 2