Lines Matching refs:count

38   unsigned count[ANDROID_MAX_LIST_NEST_DEPTH + 1]; /* Number of elements   */  member
146 context->count[context->list_nest_depth]++; in android_log_write_list_begin()
159 context->count[context->list_nest_depth] = 0; in android_log_write_list_begin()
176 context->count[context->list_nest_depth]++; in android_log_write_int32()
196 context->count[context->list_nest_depth]++; in android_log_write_int64()
224 context->count[context->list_nest_depth]++; in android_log_write_string8_len()
251 context->count[context->list_nest_depth]++; in android_log_write_float32()
278 context->count[context->list_nest_depth]; in android_log_write_list_end()
301 context->storage[1] = context->count[0]; in android_log_write_list()
305 if (context->count[0] <= 1) { in android_log_write_list()
332 context->storage[1] = context->count[0]; in android_log_write_list_buffer()
336 if (context->count[0] <= 1) { in android_log_write_list_buffer()
364 (context->count[context->list_nest_depth] >= in android_log_read_next_internal()
369 !context->count[context->list_nest_depth]))) { in android_log_read_next_internal()
383 elem.complete = !context->count[0] && (!context->list_nest_depth || in android_log_read_next_internal()
384 ((context->list_nest_depth == 1) && !context->count[1])); in android_log_read_next_internal()
392 if (context->count[context->list_nest_depth]) { in android_log_read_next_internal()
423 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal()
425 if (!context->count[context->list_nest_depth] || in android_log_read_next_internal()
426 !--(context->count[context->list_nest_depth])) { in android_log_read_next_internal()
445 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal()
447 if (!context->count[context->list_nest_depth] || in android_log_read_next_internal()
448 !--(context->count[context->list_nest_depth])) { in android_log_read_next_internal()
481 elem.complete = !context->list_nest_depth && !context->count[0]; in android_log_read_next_internal()
483 if (!context->count[context->list_nest_depth] || in android_log_read_next_internal()
484 !--(context->count[context->list_nest_depth])) { in android_log_read_next_internal()
504 if (context->count[context->list_nest_depth]) { in android_log_read_next_internal()
505 context->count[context->list_nest_depth]--; in android_log_read_next_internal()
510 context->count[context->list_nest_depth] = event_list->element_count; in android_log_read_next_internal()