OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_MAX_LIST_NEST_DEPTH
(Results
1 - 4
of
4
) sorted by null
/system/core/liblog/
log_event_list.c
35
unsigned count[
ANDROID_MAX_LIST_NEST_DEPTH
+ 1]; /* Number of elements */
36
unsigned list[
ANDROID_MAX_LIST_NEST_DEPTH
+ 1]; /* pos for list counter */
108
if (context->list_nest_depth >
ANDROID_MAX_LIST_NEST_DEPTH
) {
119
if (context->list_nest_depth >
ANDROID_MAX_LIST_NEST_DEPTH
) {
275
if (context->list_nest_depth >
ANDROID_MAX_LIST_NEST_DEPTH
) {
401
(context->list_nest_depth >
ANDROID_MAX_LIST_NEST_DEPTH
) ||
406
((context->list_nest_depth <=
ANDROID_MAX_LIST_NEST_DEPTH
) &&
524
elem.complete = context->list_nest_depth >=
ANDROID_MAX_LIST_NEST_DEPTH
;
533
if (context->list_nest_depth <=
ANDROID_MAX_LIST_NEST_DEPTH
) {
/system/core/libstats/
stats_event_list.c
27
unsigned count[
ANDROID_MAX_LIST_NEST_DEPTH
+ 1]; /* Number of elements */
28
unsigned list[
ANDROID_MAX_LIST_NEST_DEPTH
+ 1]; /* pos for list counter */
/system/core/liblog/include/log/
log_event_list.h
49
#define
ANDROID_MAX_LIST_NEST_DEPTH
8
/system/core/liblog/tests/
liblog_test.cpp
[
all
...]
Completed in 94 milliseconds