HomeSort by relevance Sort by last modified time
    Searched refs:first_iter (Results 1 - 3 of 3) sorted by null

  /external/google-benchmark/test/
skip_with_error_test.cc 74 int first_iter = true; local
77 assert(first_iter);
78 first_iter = false;
110 bool first_iter = true; local
113 assert(first_iter);
114 first_iter = false;
  /external/libcxx/utils/google-benchmark/test/
skip_with_error_test.cc 74 int first_iter = true; local
77 assert(first_iter);
78 first_iter = false;
110 bool first_iter = true; local
113 assert(first_iter);
114 first_iter = false;
  /art/runtime/
thread_list.cc 425 bool first_iter = true; local
439 size_t barrier_count = first_iter ? count : 0;
440 first_iter = false; // Don't add to the barrier count from the second iteration on.
    [all...]

Completed in 641 milliseconds