HomeSort by relevance Sort by last modified time
    Searched full:maxdepth (Results 26 - 50 of 526) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/harfbuzz_ng/src/
check-c-linkage-decls.sh 9 test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
10 test "x$HBSOURCES" = x && HBSOURCES=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
check-header-guards.sh 9 test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
10 test "x$HBSOURCES" = x && HBSOURCES=`cd "$srcdir"; find . -maxdepth 1 -name 'hb-*.cc' -or -name 'hb-*.hh'`
check-includes.sh 9 test "x$HBHEADERS" = x && HBHEADERS=`cd "$srcdir"; find . -maxdepth 1 -name 'hb*.h'`
10 test "x$HBSOURCES" = x && HBSOURCES=`cd "$srcdir"; find . -maxdepth 1 -name 'hb-*.cc' -or -name 'hb-*.hh'`
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
binary_dictionary_shortcut_iterator.h 46 const int maxDepth, int *const outTarget, int *const outTargetLength,
48 mShortcutStructurePolicy->getNextShortcut(maxDepth, outTarget, outTargetLength,
  /external/chromium-trace/catapult/tracing/tracing/ui/analysis/
generic_object_view.html 77 label, object, indent, depth, maxDepth, suffix) {
78 if (depth > maxDepth) {
176 label, object, indent, depth, maxDepth, suffix);
181 label, object, indent, depth, maxDepth, suffix);
185 label, object, indent, depth, maxDepth, suffix) {
209 indent, depth + 1, maxDepth,
215 indent + label.length + 1, depth + 1, maxDepth,
222 label, object, indent, depth, maxDepth, suffix) {
232 indent, depth, maxDepth,
238 indent + label.length + 1, depth + 1, maxDepth,
    [all...]
  /build/kati/testcase/
find_command.mk 103 @echo maxdepth
104 $(call run_find, find testdir -maxdepth 1)
105 $(call run_find, find testdir -maxdepth 2)
106 $(call run_find, find testdir -maxdepth 0)
107 $(call run_find, find testdir -maxdepth hoge)
108 $(call run_find, find testdir -maxdepth 1hoge)
109 $(call run_find, find testdir -maxdepth -1)
  /external/testng/src/test/java/test/
GraphTest.java 156 final int maxDepth = 7;
159 // Add maxDepth groups of new nodes, where each group contains nodesPerDepth
163 for (int depth = 1; depth <= maxDepth; depth++) {
177 // Finally, make all of the nodes in the group at depth maxDepth
181 String node = String.valueOf(i + (100 * maxDepth));
185 // Now we're done building the graph, which has (maxDepth * nodesPerDepth) + 2
194 Assert.assertTrue(predecessors.size() == (maxDepth * nodesPerDepth));
  /external/autotest/site_utils/admin/
deploy_private_tests.sh 64 find ${PRIVATE_SERVER_TESTS_DIR} -mindepth 1 -maxdepth 1 \
67 find ${PRIVATE_CLIENT_TESTS_DIR} -mindepth 1 -maxdepth 1 \
71 find ${PRIVATE_SERVER_SUITES_DIR} -mindepth 1 -maxdepth 1 -type f \
  /external/clang/docs/analyzer/
index.rst 12 :maxdepth: 2
  /external/mesa3d/src/gallium/docs/source/
index.rst 12 :maxdepth: 2
  /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
  /external/valgrind/auxprogs/
posixtestsuite-1.5.1-diff.txt 34 - find functional/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" -exec dirname '{}' ';'
35 + find functional/ -maxdepth 2 -mindepth 2 -type f -name "Makefile" -exec dirname '{}' ';'
39 - find functional/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" -exec dirname '{}' ';'
40 + find functional/ -maxdepth 2 -mindepth 2 -type f -name "run.sh" -exec dirname '{}' ';'
44 - find stress/ -type f -maxdepth 2 -mindepth 2 -name "Makefile" -exec dirname '{}' ';'
45 + find stress/ -maxdepth 2 -mindepth 2 -type f -name "Makefile" -exec dirname '{}' ';'
49 - find stress/ -type f -maxdepth 2 -mindepth 2 -name "run.sh" -exec dirname '{}' ';'
50 + find stress/ -maxdepth 2 -mindepth 2 -type f -name "run.sh" -exec dirname '{}' ';'
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefsSection.java 154 * @param maxDepth maximum recursion depth; if negative, this will
158 private int orderItems0(Type type, int idx, int maxDepth) {
165 if (maxDepth < 0) {
169 maxDepth--;
174 idx = orderItems0(superclass, idx, maxDepth);
180 idx = orderItems0(interfaces.getType(i), idx, maxDepth);
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefsSection.java 153 * @param maxDepth maximum recursion depth; if negative, this will
157 private int orderItems0(Type type, int idx, int maxDepth) {
164 if (maxDepth < 0) {
168 maxDepth--;
173 idx = orderItems0(superclass, idx, maxDepth);
179 idx = orderItems0(interfaces.getType(i), idx, maxDepth);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDefsSection.java 154 * @param maxDepth maximum recursion depth; if negative, this will
158 private int orderItems0(Type type, int idx, int maxDepth) {
165 if (maxDepth < 0) {
169 maxDepth--;
174 idx = orderItems0(superclass, idx, maxDepth);
180 idx = orderItems0(interfaces.getType(i), idx, maxDepth);
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 40 if opts.maxDepth is not None and depth >= opts.maxDepth:
68 parser.add_option("", "--max-depth", dest="maxDepth",
  /external/e2fsprogs/lib/ext2fs/
get_pathname.c 72 ext2_ino_t ino, int maxdepth,
87 if (!dir || (maxdepth < 0)) {
120 retval = ext2fs_get_pathname_int(fs, gp.parent, dir, maxdepth-1,
  /external/iproute2/
Makefile 63 install -m 0644 README.iproute2+tc $(shell find examples -maxdepth 1 -type f) \
65 install -m 0644 $(shell find examples/diffserv -maxdepth 1 -type f) \
68 install -m 0644 $(shell find etc/iproute2 -maxdepth 1 -type f) $(DESTDIR)$(CONFDIR)
  /external/chromium-trace/catapult/third_party/webapp2/docs/
index.rst 47 :maxdepth: 1
58 :maxdepth: 3
73 :maxdepth: 2
83 :maxdepth: 1
103 :maxdepth: 1
114 :maxdepth: 1
  /external/apache-harmony/
Android.mk 29 # We need to use -maxdepth 4 because there's a non-resource directory called "resources" deeper in the tree.
31 $(foreach dir,$(1),$(patsubst %,./%,$(shell cd $(LOCAL_PATH) && find $(dir) -maxdepth 4 -name resources 2> /dev/null)))
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixStack.java 32 public MatrixStack(int maxDepth) {
33 commonInit(maxDepth);
36 private void commonInit(int maxDepth) {
37 mMatrix = new float[maxDepth * MATRIX_SIZE];
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
index.rst 16 :maxdepth: 1
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
index.rst 19 :maxdepth: 1
  /external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
index.rst 13 :maxdepth: 1

Completed in 731 milliseconds

12 3 4 5 6 7 8 91011>>