OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxdepth
(Results
1 - 17
of
17
) 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`
/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)
/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
/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)
/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
305
$(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/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 387 milliseconds