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 23 static int time_to_throw; member in class:test_alloc_base
31 int test_alloc_base::time_to_throw = 0; member in class:test_alloc_base
66 if (time_to_throw >= throw_after) {
73 ++time_to_throw;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 23 static int time_to_throw; member in class:test_alloc_base
31 int test_alloc_base::time_to_throw = 0; member in class:test_alloc_base
66 if (time_to_throw >= throw_after) {
73 ++time_to_throw;
126 if (time_to_throw >= throw_after) {
133 ++time_to_throw;

Completed in 371 milliseconds