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

  /external/stlport/test/eh/
LeakCheck.h 68 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...]
test_hash_resize.h 27 gTestController.SetCurrentTestName("hash resize");
42 gTestController.SetCurrentTestName("iterator range n-size constructor");
49 gTestController.CancelFailureCountdown();
test_assign_op.h 33 gTestController.SetCurrentTestName("assignment operator");
40 gTestController.CancelFailureCountdown();
test_construct.h 35 gTestController.SetCurrentTestName("copy constructor");
41 gTestController.CancelFailureCountdown();
50 gTestController.SetCurrentTestName("default constructor");
62 gTestController.SetCurrentTestName("n-size constructor");
76 gTestController.SetCurrentTestName("n-size with instance constructor");
94 gTestController.SetCurrentTestName("pointer range constructor");
100 gTestController.CancelFailureCountdown();
111 gTestController.SetCurrentTestName("iterator range constructor");
117 gTestController.CancelFailureCountdown();
main.cpp 202 gTestController.SetVerbose(false);
205 gTestController.SetVerbose(true);
209 gTestController.IgnoreLeaks(true);
223 gTestController.TurnOffExceptions();
274 gTestController.TrackAllocations( track_allocations );
281 gTestController.SetCurrentContainer("algobase");
286 gTestController.SetCurrentContainer("algo");
292 gTestController.SetCurrentContainer("vector");
299 gTestController.SetCurrentContainer("bit_vector");
306 gTestController.SetCurrentContainer("list")
    [all...]
test_push_back.h 34 gTestController.SetCurrentTestName("push_back() method");
42 gTestController.CancelFailureCountdown();
nc_alloc.h 111 extern TestController gTestController;
118 gTestController.maybe_fail(0);
122 gTestController.maybe_fail(0);
test_algobase.cpp 38 gTestController.SetCurrentTestName("uninitialized_copy()");
58 gTestController.SetCurrentTestName("uninitialized_fill()");
76 gTestController.SetCurrentTestName("uninitialized_fill_n()");
test_push_front.h 30 gTestController.SetCurrentTestName("push_front() method");
test_algo.cpp 89 gTestController.SetCurrentTestName("stable_partition()");
103 gTestController.CancelFailureCountdown();
149 gTestController.CancelFailureCountdown();
183 gTestController.SetCurrentTestName("stable_sort() #1");
200 gTestController.SetCurrentTestName("stable_sort() #2");
217 gTestController.SetCurrentTestName("inplace_merge #1()");
234 gTestController.SetCurrentTestName("inplace_merge() #2");
test_insert.h 338 gTestController.SetCurrentTestName("single insertion at begin()");
340 gTestController.SetCurrentTestName("single insertion at end()");
343 gTestController.SetCurrentTestName("single insertion at random position");
354 gTestController.CancelFailureCountdown();
375 gTestController.SetCurrentTestName("n-ary insertion at begin()");
377 gTestController.SetCurrentTestName("n-ary insertion at end()");
380 gTestController.SetCurrentTestName("n-ary insertion at random position");
391 gTestController.CancelFailureCountdown();
409 gTestController.SetCurrentTestName("insertion of random value");
417 gTestController.CancelFailureCountdown()
    [all...]
nc_alloc.cpp 46 TestController gTestController;
191 if (gTestController.TrackingEnabled() &&
192 gTestController.LeakDetectionEnabled() &&
252 if ( gTestController.TrackingEnabled() && gTestController.LeakDetectionEnabled() ) {
test_list.cpp 46 gTestController.SetCurrentTestName("list::sort()");
53 gTestController.CancelFailureCountdown();
test_bit_vector.cpp 53 gTestController.SetCurrentTestName("BitVector::reserve()");
test_slist.cpp 44 gTestController.SetCurrentTestName("slist::sort()");
test_vector.cpp 53 gTestController.SetCurrentTestName("vector::reserve()");

Completed in 2377 milliseconds