Searched refs:ANDROID_MAX_LIST_NEST_DEPTH (Results 1 - 5 of 5) sorted by relevance

/system/core/liblog/
H A Dlog_event_list.c35 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/
H A Dstats_event_list.c27 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/include/log/
H A Dlog_event_list.h49 #define ANDROID_MAX_LIST_NEST_DEPTH 8 macro
/system/core/liblog/include/log/
H A Dlog_event_list.h49 #define ANDROID_MAX_LIST_NEST_DEPTH 8 macro
/system/core/liblog/tests/
H A Dliblog_test.cpp3006 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) {
3017 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) {

Completed in 92 milliseconds