HomeSort by relevance Sort by last modified time
    Searched full:recurse (Results 76 - 100 of 682) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/proguard/src/proguard/io/
DirectoryPump.java 69 // Recurse into the subdirectory.
  /external/chromium_org/ppapi/tests/clang/
find_affected_interfaces.cc 56 // Recurse to the pointee type.
61 // Recurse to the return type and parameter types.
73 // For records (unions, structs), recurse to the fields.
  /external/doclava/src/com/google/doclava/
Hierarchy.java 62 recurse(nodes, "java.lang.Object", hdf.getChild("classes.0"), depth, depth); method
94 private static void recurse(HashMap<String, TreeSet<String>> nodes, String name, Data hdf, method in class:Hierarchy
135 recurse(nodes, s, children.getChild(index), totalDepth, remainingDepth); method
  /libcore/libart/src/main/java/java/lang/
ThreadGroup.java 279 * @param recurse indicates whether {@code Thread}s in subgroups should be
283 public int enumerate(Thread[] threads, boolean recurse) {
284 return enumerateGeneric(threads, recurse, 0, true);
311 * @param recurse indicates whether {@code ThreadGroup}s in subgroups should be
315 public int enumerate(ThreadGroup[] groups, boolean recurse) {
316 return enumerateGeneric(groups, recurse, 0, false);
322 * receiver. If <param>recurse</param> is true, recursively enumerate the
329 * @param recurse Indicates whether subgroups should be enumerated or not
336 private int enumerateGeneric(Object[] enumeration, boolean recurse, int enumerationIndex,
362 if (recurse) {
    [all...]
  /libcore/libdvm/src/main/java/java/lang/
ThreadGroup.java 279 * @param recurse indicates whether {@code Thread}s in subgroups should be
283 public int enumerate(Thread[] threads, boolean recurse) {
284 return enumerateGeneric(threads, recurse, 0, true);
311 * @param recurse indicates whether {@code ThreadGroup}s in subgroups should be
315 public int enumerate(ThreadGroup[] groups, boolean recurse) {
316 return enumerateGeneric(groups, recurse, 0, false);
322 * receiver. If <param>recurse</param> is true, recursively enumerate the
329 * @param recurse Indicates whether subgroups should be enumerated or not
336 private int enumerateGeneric(Object[] enumeration, boolean recurse, int enumerationIndex,
362 if (recurse) {
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.h 62 * @param recurse If TRUE, also recursively appends the contents of all
66 UnicodeString getText(UBool recurse) const;
130 void appendText(UnicodeString &text, UBool recurse) const;
  /external/icu4c/tools/toolutil/
xmlparser.h 62 * @param recurse If TRUE, also recursively appends the contents of all
66 UnicodeString getText(UBool recurse) const;
130 void appendText(UnicodeString &text, UBool recurse) const;
  /external/tcpdump/
print-ether.c 183 recurse:
238 goto recurse;
265 goto recurse;
  /system/core/libcutils/
dir_hash.c 129 static int recurse(HashAlgorithm algorithm, const char *directory_path, function
236 if (recurse(algorithm, name, out) < 0) {
276 if (recurse(algorithm, directory_path, &out) < 0) {
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/ui/
RecyclingImageView.java 81 // The drawable is a LayerDrawable, so recurse on each layer
  /external/bison/lib/
fstat.c 18 the system's <sys/stat.h> here, so that orig_fstat doesn't recurse to
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.h 42 // |recursive| indicates whether to recurse into sub-directories (if false,
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_tree_model.h 39 // |recursive| indicates whether to recurse into sub-directories (if false,
  /external/chromium_org/tools/memory_watcher/
memory_watcher.h 67 // recurse.
  /external/chromium_org/v8/test/webkit/fast/js/
deep-recursion-test-expected.txt 24 This test how deep we can recurse, and that we get an exception when we do, as opposed to a stack overflow.
deep-recursion-test.js 24 description("This test how deep we can recurse, and that we get an exception when we do, as opposed to a stack overflow.");
  /external/dropbear/libtommath/
bn_mp_exptmod.c 33 /* if exponent X is negative we have to recurse */
  /external/kernel-headers/original/linux/
rwsem.h 64 * nested locking. NOTE: rwsems are not allowed to recurse
  /external/libvorbis/lib/
Makefile.am 57 # recurse for alternate targets
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
MockFolder.java 48 public void delete(boolean recurse) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
TemplatedInputStream.java 70 return read(); // recurse to get the real char
  /system/core/toolbox/
rm.c 40 /* recurse over components */
  /bootable/recovery/minzip/
DirUtil.c 206 /* recurse over components */
258 /* recurse over directory components */
  /external/e2fsprogs/e2fsck/
message.c 238 int *first, int recurse)
247 if (*cpp && recurse < 10) {
253 print_e2fsck_message(ctx, str, pctx, *first, recurse+1);
519 int recurse)
529 expand_at_expression(ctx, *cp, pctx, &first, recurse);
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_qsort.c 186 #define Recurse(Trunc) \
342 /* Prepare to recurse/iterate. */
343 Recurse(trunc)
373 /* Prepare to recurse/iterate. */
374 Recurse(trunc)
411 /* Prepare to recurse/iterate. */
412 Recurse(TRUNC_words)

Completed in 1592 milliseconds

1 2 34 5 6 7 8 91011>>