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

1 2

  /build/tools/
findleaves.py 26 def perform_find(mindepth, prune, dirlist, filename):
45 # mindepth
46 if mindepth > 0:
48 if depth < mindepth:
59 --mindepth=<mindepth>
70 mindepth = -1
75 if arg.startswith("--mindepth="):
77 mindepth = int(arg[len("--mindepth="):]
    [all...]
  /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"
  /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`
  /developers/samples/android/ui/actionbarcompat/Basic/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/ui/actionbarcompat/ListPopupMenu/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/ui/actionbarcompat/ShareActionProvider/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/ui/actionbarcompat/Styled/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/ui/holo/BorderlessButtons/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/ui/lists/CustomChoiceList/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/ui/notifications/BasicNotifications/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/ui/views/HorizontalPaging/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /developers/samples/android/ui/views/TextSwitcher/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
  /external/smali/
gradlew 119 ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`

Completed in 1695 milliseconds

1 2