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

  /cts/tools/dx-tests/etc/morescripts/
detailCount.sh 23 for mypack in `find dxc -maxdepth 4 -mindepth 4 -name "Test_*.java" | sort`
  /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/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/webkit/JavaScriptCore/
create_hash_table 158 my $maxdepth = 0;
176 $maxdepth = $depth if ( $depth > $maxdepth);
  /build/core/
notice_files.mk 5 notice_file:=$(shell find $(LOCAL_PATH) -maxdepth 1 -name NOTICE)
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 279 $(LOCAL_PATH) ; find $(1) -maxdepth 1 -name $(2))))
    [all...]
  /cts/tools/dx-tests/scripts/
collect_dasm_files.sh 125 for srcfile in `find src/${srcdir} -maxdepth 1 -type f ! -name "T_*.java" -a -name "*.java"`; do
139 for srcfile in `find src/${srcdir} -maxdepth 1 -type f ! -name "Main_*.java" -a ! -name "Test_*.java" -a -name "*.java"`; do
  /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)
  /development/build/tools/
patch_windows_sdk.sh 104 find $TEMP_SDK_DIR -maxdepth 1 -name "*.[ht]*" -type f -print0 | xargs -0 unix2dos
105 find $TEMP_SDK_DIR -maxdepth 3 -name "*.bat" -type f -print0 | xargs -0 unix2dos
make_windows_sdk.sh 231 find "$TEMP_SDK_DIR" -maxdepth 1 -type f -writable -print0 | xargs -0 unix2dos -D
232 find "$TEMP_SDK_DIR" -maxdepth 3 -name "*.bat" -type f -writable -print0 | xargs -0 unix2dos -D
  /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/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...]

Completed in 1473 milliseconds