OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxdepth
(Results
26 - 50
of
66
) sorted by null
1
2
3
/developers/samples/android/media/MediaRecorder/
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`
/development/samples/training/testingfun/
gradlew
119
ROOTDIRSRAW=`find -L / -
maxdepth
1 -mindepth 1 -type d 2>/dev/null`
/external/proguard/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)
/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) \
/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
...]
/external/chromium_org/third_party/lcov/bin/
geninfo
129
our $
maxdepth
;
280
$
maxdepth
= "-
maxdepth
1";
284
$
maxdepth
= "";
482
@file_list = `find "$directory" $
maxdepth
$follow -name \\*$data_file_extension -type f 2>/dev/null`;
[
all
...]
lcov
160
our $
maxdepth
;
277
$
maxdepth
= "-
maxdepth
1";
281
$
maxdepth
= "";
473
@file_list = `find "$current_dir" $
maxdepth
$follow -name \\*\\.da -o -name \\*\\.gcda -type f 2>/dev/null`;
[
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 {} \;
Completed in 2408 milliseconds
1
2
3