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

  /external/dbus/
cleanup-man-pages.sh 28 (find . -maxdepth 1 -name "_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all underscore-prefixed items"
29 (find . -maxdepth 1 -name "DBus*Internal*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
30 (find . -maxdepth 1 -name "dbus_*_internal_*" | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move all internal-containing items"
65 (find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all dbus-prefixed items"
66 (find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBUS_-prefixed items"
67 (find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS keep) || die "could not move all DBus-prefixed items"
71 (find . -maxdepth 1 -type f | xargs -I ITEMS /bin/mv ITEMS nuke) || die "could not move remaining items"
75 MISSING_COUNT=`find . -maxdepth 1 -type f -name "*" | wc -l`
  /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 82 find $TEMP_SDK_DIR -maxdepth 1 -name "*.[ht]*" -type f -print0 | xargs -0 $UNIX2DOS
83 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/e2fsprogs/lib/ext2fs/
get_pathname.c 69 ext2_ino_t ino, int maxdepth,
84 if (!dir || (maxdepth < 0)) {
105 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);
  /build/core/
product.mk 26 $(shell test -d device && find device -maxdepth 6 -name AndroidProducts.mk) \
27 $(shell test -d vendor && find vendor -maxdepth 6 -name AndroidProducts.mk) \
definitions.mk 312 $(LOCAL_PATH) ; find $(1) -maxdepth 1 -name $(2))))
    [all...]
  /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...]
  /external/regex-re2/re2/
regexp.h 481 ParseFlags flags, int maxdepth);
parse.cc 814 int maxdepth) {
816 if (maxdepth <= 0)
866 maxdepth - 1);
917 maxdepth - 1);
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 198 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
990 \def\doublecolumnout{\splittopskip=\topskip \splitmaxdepth=\maxdepth
    [all...]
  /external/grub/docs/
texinfo.tex 366 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 420 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
    [all...]

Completed in 955 milliseconds