Searched defs:throw_after (Results 1 - 13 of 13) sorted by relevance

/external/libcxx/test/std/strings/basic.string/string.capacity/
H A Dcapacity.pass.cpp26 S::allocator_type::throw_after = 0; member in class:S::allocator_type
41 S::allocator_type::throw_after = INT_MAX; member in class:S::allocator_type
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dnullptr_t_deleter_allocator_throw.pass.cpp35 test_allocator<A>::throw_after = 0; member in class:test_allocator
H A Dpointer_deleter_allocator_throw.pass.cpp36 test_allocator<A>::throw_after = 0; member in class:test_allocator
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
H A Dpush_back_exception_safety.pass.cpp93 C::allocator_type::throw_after = 1; member in class:C::allocator_type
H A Dpush_front_exception_safety.pass.cpp93 C::allocator_type::throw_after = 1; member in class:C::allocator_type
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/
H A Duninitialized_default_construct.pass.cpp40 static int throw_after; member in struct:ThrowsCounted
41 static void reset() { throw_after = count = constructed = 0; }
44 if (throw_after > 0 && --throw_after == 0) {
55 int ThrowsCounted::throw_after = 0; member in class:ThrowsCounted
66 ThrowsCounted::throw_after = 4; member in class:ThrowsCounted
H A Duninitialized_default_construct_n.pass.cpp40 static int throw_after; member in struct:ThrowsCounted
41 static void reset() { throw_after = count = constructed = 0; }
44 if (throw_after > 0 && --throw_after == 0) {
55 int ThrowsCounted::throw_after = 0; member in class:ThrowsCounted
65 ThrowsCounted::throw_after = 4; member in class:ThrowsCounted
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/
H A Duninitialized_value_construct.pass.cpp40 static int throw_after; member in struct:ThrowsCounted
41 static void reset() { throw_after = count = constructed = 0; }
44 if (throw_after > 0 && --throw_after == 0) {
55 int ThrowsCounted::throw_after = 0; member in class:ThrowsCounted
65 ThrowsCounted::throw_after = 4; member in class:ThrowsCounted
H A Duninitialized_value_construct_n.pass.cpp39 static int throw_after; member in struct:ThrowsCounted
40 static void reset() { throw_after = count = constructed = 0; }
43 if (throw_after > 0 && --throw_after == 0) {
54 int ThrowsCounted::throw_after = 0; member in class:ThrowsCounted
64 ThrowsCounted::throw_after = 4; member in class:ThrowsCounted
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.move/
H A Duninitialized_move.pass.cpp40 static int throw_after; member in struct:ThrowsCounted
41 static void reset() { throw_after = count = constructed = 0; }
44 if (throw_after > 0 && --throw_after == 0) {
56 int ThrowsCounted::throw_after = 0; member in class:ThrowsCounted
67 ThrowsCounted::throw_after = 4; member in class:ThrowsCounted
H A Duninitialized_move_n.pass.cpp40 static int throw_after; member in struct:ThrowsCounted
41 static void reset() { throw_after = count = constructed = 0; }
44 if (throw_after > 0 && --throw_after == 0) {
56 int ThrowsCounted::throw_after = 0; member in class:ThrowsCounted
67 ThrowsCounted::throw_after = 4; member in class:ThrowsCounted
/external/libcxx/test/support/
H A Dtest_allocator.h36 static int throw_after; member in class:test_alloc_base
44 int test_alloc_base::throw_after = INT_MAX; member in class:test_alloc_base
81 if (time_to_throw >= throw_after) {
145 if (time_to_throw >= throw_after) {
H A Dcount_new.hpp55 // throw_after has the default value it will never be decremented.
57 unsigned throw_after; member in class:MemCounter
74 if (throw_after == 0) {
75 throw_after = never_throw_value;
77 } else if (throw_after != never_throw_value) {
78 --throw_after;
96 if (throw_after == 0) {
97 throw_after = never_throw_value;
100 // don't decrement throw_after here. newCalled will end up doing that.
128 throw_after
[all...]

Completed in 198 milliseconds