Home
last modified time | relevance | path

Searched refs:gTestController (Results 1 – 16 of 16) sorted by relevance

/external/stlport/test/eh/
DLeakCheck.h68 gTestController.SetCurrentTestCategory("weak");
70 gTestController.BeginLeakDetection();
76 gTestController.SetFailureCountdown(count);
83 gTestController.CancelFailureCountdown();
86 failed = gTestController.ReportLeaked();
90 gTestController.ReportSuccess(count);
106 gTestController.SetCurrentTestCategory("const");
108 gTestController.BeginLeakDetection();
113 gTestController.SetFailureCountdown(count);
120 gTestController.CancelFailureCountdown();
[all …]
Dmain.cpp202 gTestController.SetVerbose(false); in main()
205 gTestController.SetVerbose(true); in main()
209 gTestController.IgnoreLeaks(true); in main()
223 gTestController.TurnOffExceptions(); in main()
274 gTestController.TrackAllocations( track_allocations ); in main()
281 gTestController.SetCurrentContainer("algobase"); in main()
286 gTestController.SetCurrentContainer("algo"); in main()
292 gTestController.SetCurrentContainer("vector"); in main()
299 gTestController.SetCurrentContainer("bit_vector"); in main()
306 gTestController.SetCurrentContainer("list"); in main()
[all …]
Dtest_construct.h35 gTestController.SetCurrentTestName("copy constructor"); in test_copy_construct()
41 gTestController.CancelFailureCountdown(); in operator()
50 gTestController.SetCurrentTestName("default constructor"); in test_default_construct()
62 gTestController.SetCurrentTestName("n-size constructor"); in test_construct_n()
76 gTestController.SetCurrentTestName("n-size with instance constructor"); in test_construct_n_instance()
94 gTestController.SetCurrentTestName("pointer range constructor"); in test_construct_pointer_range()
100 gTestController.CancelFailureCountdown(); in operator()
111 gTestController.SetCurrentTestName("iterator range constructor"); in test_construct_iter_range()
117 gTestController.CancelFailureCountdown(); in operator()
Dtest_insert.h338 gTestController.SetCurrentTestName("single insertion at begin()"); in original()
340 gTestController.SetCurrentTestName("single insertion at end()"); in original()
343 gTestController.SetCurrentTestName("single insertion at random position"); in original()
354 gTestController.CancelFailureCountdown(); in operator()
375 gTestController.SetCurrentTestName("n-ary insertion at begin()"); in original()
377 gTestController.SetCurrentTestName("n-ary insertion at end()"); in original()
380 gTestController.SetCurrentTestName("n-ary insertion at random position"); in original()
391 gTestController.CancelFailureCountdown(); in operator()
409 gTestController.SetCurrentTestName("insertion of random value"); in test_insert_value()
417 gTestController.CancelFailureCountdown(); in operator()
[all …]
Dtest_algo.cpp89 gTestController.SetCurrentTestName("stable_partition()"); in test_stable_partition()
103 gTestController.CancelFailureCountdown(); in operator ()()
149 gTestController.CancelFailureCountdown(); in assert_sorted_version()
183 gTestController.SetCurrentTestName("stable_sort() #1"); in test_stable_sort_1()
200 gTestController.SetCurrentTestName("stable_sort() #2"); in test_stable_sort_2()
217 gTestController.SetCurrentTestName("inplace_merge #1()"); in test_inplace_merge_1()
234 gTestController.SetCurrentTestName("inplace_merge() #2"); in test_inplace_merge_2()
Dtest_hash_resize.h27 gTestController.SetCurrentTestName("hash resize"); in test_hash_resize()
42 gTestController.SetCurrentTestName("iterator range n-size constructor"); in test_construct_iter_range_n()
49 gTestController.CancelFailureCountdown(); in operator()
Dnc_alloc.h111 extern TestController gTestController;
118 gTestController.maybe_fail(0); in simulate_possible_failure()
122 gTestController.maybe_fail(0); in simulate_constructor()
Dnc_alloc.cpp46 TestController gTestController; variable
191 if (gTestController.TrackingEnabled() && in OperatorNew()
192 gTestController.LeakDetectionEnabled() && in OperatorNew()
252 if ( gTestController.TrackingEnabled() && gTestController.LeakDetectionEnabled() ) { in operator delete()
Dtest_algobase.cpp38 gTestController.SetCurrentTestName("uninitialized_copy()"); in test_uninitialized_copy()
58 gTestController.SetCurrentTestName("uninitialized_fill()"); in test_uninitialized_fill()
76 gTestController.SetCurrentTestName("uninitialized_fill_n()"); in test_uninitialized_fill_n()
Dtest_assign_op.h33 gTestController.SetCurrentTestName("assignment operator"); in test_assign_op()
40 gTestController.CancelFailureCountdown(); in operator()
Dtest_push_back.h34 gTestController.SetCurrentTestName("push_back() method"); in test_push_back()
42 gTestController.CancelFailureCountdown(); in operator()
Dtest_list.cpp46 gTestController.SetCurrentTestName("list::sort()"); in test_list_sort()
53 gTestController.CancelFailureCountdown(); in operator ()()
Dtest_push_front.h30 gTestController.SetCurrentTestName("push_front() method"); in test_push_front()
Dtest_slist.cpp44 gTestController.SetCurrentTestName("slist::sort()"); in test_slist_sort()
Dtest_bit_vector.cpp53 gTestController.SetCurrentTestName("BitVector::reserve()"); in test_BitVector_reserve()
Dtest_vector.cpp53 gTestController.SetCurrentTestName("vector::reserve()"); in test_reserve()