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

  /external/libcxx/test/support/
test_allocator.h 34 static int time_to_throw; member in class:test_alloc_base
42 int test_alloc_base::time_to_throw = 0; member in class:test_alloc_base
81 if (time_to_throw >= throw_after) {
88 ++time_to_throw;
145 if (time_to_throw >= throw_after) {
152 ++time_to_throw;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_allocator.h 34 static int time_to_throw; member in class:test_alloc_base
42 int test_alloc_base::time_to_throw = 0; member in class:test_alloc_base
81 if (time_to_throw >= throw_after) {
88 ++time_to_throw;
145 if (time_to_throw >= throw_after) {
152 ++time_to_throw;

Completed in 74 milliseconds