HomeSort by relevance Sort by last modified time
    Searched defs:MAX_DEPTH (Results 1 - 14 of 14) sorted by null

  /system/core/include/utils/
CallStack.h 35 // Prune the lowest-most stack frames until we have at most MAX_DEPTH.
36 MAX_DEPTH = 31,
46 int32_t maxDepth=MAX_DEPTH);
69 void update(int32_t ignoreDepth=1, int32_t maxDepth=MAX_DEPTH, pid_t tid=CURRENT_THREAD);
90 backtrace_frame_t mStack[MAX_DEPTH];
  /external/smack/src/org/jivesoftware/smackx/provider/
CapsExtensionProvider.java 31 private static final int MAX_DEPTH = 10;
52 if (depth < MAX_DEPTH) {
  /system/core/libcorkscrew/
test.cpp 7 const size_t MAX_DEPTH = 32;
8 backtrace_frame_t* frames = (backtrace_frame_t*) malloc(sizeof(backtrace_frame_t) * MAX_DEPTH);
9 ssize_t frame_count = unwind_backtrace(frames, 0, MAX_DEPTH);
  /art/test/074-gc-thrash/src/
Main.java 195 private static final int MAX_DEPTH = 61;
197 private static String strong[] = new String[MAX_DEPTH];
198 private static WeakReference weak[] = new WeakReference[MAX_DEPTH];
209 iter += MAX_DEPTH;
222 for (int i = 0; i < MAX_DEPTH; i++) {
232 for (int i = 0; i < MAX_DEPTH; i++)
237 for (int i = 0; i < MAX_DEPTH; i++) {
244 System.out.println("Deep: iters=" + iter / MAX_DEPTH);
296 if (depth+1 < MAX_DEPTH)
  /dalvik/tests/074-gc-thrash/src/
Main.java 195 private static final int MAX_DEPTH = 61;
197 private static String strong[] = new String[MAX_DEPTH];
198 private static WeakReference weak[] = new WeakReference[MAX_DEPTH];
209 iter += MAX_DEPTH;
222 for (int i = 0; i < MAX_DEPTH; i++) {
232 for (int i = 0; i < MAX_DEPTH; i++)
237 for (int i = 0; i < MAX_DEPTH; i++) {
244 System.out.println("Deep: iters=" + iter / MAX_DEPTH);
296 if (depth+1 < MAX_DEPTH)
  /external/e2fsprogs/e2fsck/
pass2.c 280 #define MAX_DEPTH 32000
286 while (dx_db->type != DX_DIRBLOCK_ROOT && depth < MAX_DEPTH) {
    [all...]
  /art/runtime/
utils.cc 1049 const size_t MAX_DEPTH = 32;
1050 UniquePtr<backtrace_frame_t[]> frames(new backtrace_frame_t[MAX_DEPTH]);
1052 ssize_t frame_count = unwind_backtrace_thread(tid, frames.get(), ignore_count, MAX_DEPTH);
    [all...]
  /external/chromium_org/third_party/libxml/src/
valid.c 360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8)
    [all...]
  /external/libxml2/
valid.c 360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8)
    [all...]
  /external/valgrind/main/massif/
ms_main.c 386 #define MAX_DEPTH 200
432 else if VG_BINT_CLO(arg, "--depth", clo_depth, 1, MAX_DEPTH) {}
838 #define MAX_IPS (MAX_DEPTH + MAX_OVERESTIMATE)
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/sdk/tools/lib/
lint_checks.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 309 milliseconds