Searched refs:ANDROID_MAX_LIST_NEST_DEPTH (Results 1 – 5 of 5) sorted by relevance
38 unsigned count[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* Number of elements */39 unsigned list[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* pos for list counter */137 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()148 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_begin()263 if (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_write_list_end()363 (context->list_nest_depth > ANDROID_MAX_LIST_NEST_DEPTH) || in android_log_read_next_internal()368 (context->list_stop || ((context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) && in android_log_read_next_internal()500 elem.complete = context->list_nest_depth >= ANDROID_MAX_LIST_NEST_DEPTH; in android_log_read_next_internal()509 if (context->list_nest_depth <= ANDROID_MAX_LIST_NEST_DEPTH) { in android_log_read_next_internal()
28 unsigned count[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* Number of elements */29 unsigned list[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* pos for list counter */
34 #define ANDROID_MAX_LIST_NEST_DEPTH 8 macro
2611 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) { in TEST()2622 for (size_t i = 0; i < ANDROID_MAX_LIST_NEST_DEPTH; ++i) { in TEST()