OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxFrames
(Results
1 - 2
of
2
) sorted by null
/sdk/emulator/qtools/
read_method.cpp
27
static const int
kMaxFrames
= 1000;
29
frame *frames[
kMaxFrames
];
42
if (top ==
kMaxFrames
) {
check_stack.cpp
47
static const int
kMaxFrames
= 1000;
49
frame *frames[
kMaxFrames
];
61
if (top ==
kMaxFrames
) {
Completed in 15 milliseconds