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

  /frameworks/native/include/utils/
CallStack.h 34 MAX_DEPTH = 31
54 void update(int32_t ignoreDepth=1, int32_t maxDepth=MAX_DEPTH);
66 backtrace_frame_t mStack[MAX_DEPTH];
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
TooManyViewsDetector.java 66 private static final int MAX_DEPTH;
93 MAX_DEPTH = maxDepth;
125 if (mDepth == MAX_DEPTH && !mWarnedAboutDepth) {
132 context.file.getName(), 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...]
  /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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 204 milliseconds