OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_DEPTH
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/include/utils/
CallStack.h
33
MAX_DEPTH
= 31
53
void update(int32_t ignoreDepth=1, int32_t maxDepth=
MAX_DEPTH
);
68
const void* mStack[
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
390
#define
MAX_DEPTH
200
436
else if VG_BINT_CLO(arg, "--depth", clo_depth, 1,
MAX_DEPTH
) {}
842
#define MAX_IPS (
MAX_DEPTH
+ MAX_OVERESTIMATE)
[
all
...]
Completed in 104 milliseconds