Searched refs:ANDROID_MAX_LIST_NEST_DEPTH (Results 1 – 3 of 3) sorted by relevance
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 */110 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()121 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()279 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_end()373 (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) || in android_log_read_next_internal()379 ((context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) && in android_log_read_next_internal()496 elem.complete = context->list_nest_depth >= ANDROID_MAX_LIST_NEST_DEPTH; in android_log_read_next_internal()505 if (context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_read_next_internal()
552 #define ANDROID_MAX_LIST_NEST_DEPTH 8 macro
2438 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) { in TEST()2449 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) { in TEST()