OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_DEPTH
(Results
1 - 10
of
10
) sorted by null
/frameworks/native/include/utils/
CallStack.h
34
MAX_DEPTH
= 31
39
int32_t maxDepth=
MAX_DEPTH
);
56
void update(int32_t ignoreDepth=1, int32_t maxDepth=
MAX_DEPTH
);
68
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.c
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
);
/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
...]
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/sdk/tools/lib/
lint_checks.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 1527 milliseconds