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

1 2 3 45

  /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`
  /prebuilts/tools/common/proguard/proguard4.7/build/
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)
  /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) \
config.mk 146 $(shell test -d device && find device -maxdepth 4 -path '*/$(TARGET_DEVICE)/BoardConfig.mk') \
147 $(shell test -d vendor && find vendor -maxdepth 4 -path '*/$(TARGET_DEVICE)/BoardConfig.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 364 find $TOOLCHAIN_BUILD_PREFIX/bin -maxdepth 1 -type f -exec $STRIP {} \;
367 find $TOOLCHAIN_BUILD_PREFIX/lib -maxdepth 1 -type f \( -name "*.dll" -o -name "*.so" \) -exec $STRIP {} \;
build-device-llvm.sh 232 find $TOOLCHAIN_BUILD_PREFIX/$arch -maxdepth 1 -type f -exec $STRIP --strip-all {} \;
build-host-python.sh 374 GCC_DIRS=$(find $TOOLCHAIN_SRC_DIR/gcc/ -maxdepth 1 -name "gcc-*" -type d)
  /external/chromium_org/third_party/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/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/chromium_org/third_party/lcov/bin/
geninfo 234 our $maxdepth;
471 $maxdepth = "-maxdepth 1";
475 $maxdepth = "";
685 @file_list = `find "$directory" $maxdepth $follow -name \\*$ext -type f 2>/dev/null`;
    [all...]
lcov 178 our $maxdepth;
364 $maxdepth = "-maxdepth 1";
368 $maxdepth = "";
597 @file_list = `find "$current_dir" $maxdepth $follow -name \\*\\.da -o -name \\*\\.gcda -type f 2>/dev/null`;
    [all...]
  /build/
envsetup.sh     [all...]
  /external/chromium_org/build/android/
adb_gdb 897 SOLIB_DIRS=$(find $PULL_LIBS_DIR -mindepth 1 -maxdepth 4 -type d | \
  /external/robolectric/lib/main/
json-20080701.jar 
  /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...]
  /external/bison/build-aux/
texinfo.tex 399 \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 1067 milliseconds

1 2 3 45