Home
last modified time | relevance | path

Searched refs:SetCurrentTestName (Results 1 – 13 of 13) sorted by relevance

/external/stlport/test/eh/
Dtest_construct.h35 gTestController.SetCurrentTestName("copy constructor"); in test_copy_construct()
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()
111 gTestController.SetCurrentTestName("iterator range constructor"); in test_construct_iter_range()
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()
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()
409 gTestController.SetCurrentTestName("insertion of random value"); in test_insert_value()
433 gTestController.SetCurrentTestName("insertion of random value without resize"); in test_insert_noresize()
505 gTestController.SetCurrentTestName("range insertion"); in fFirst()
510 gTestController.SetCurrentTestName("range insertion at begin()"); in fFirst()
[all …]
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_algo.cpp89 gTestController.SetCurrentTestName("stable_partition()"); in test_stable_partition()
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()
Dnc_alloc.h88 static void SetCurrentTestName(const char* str);
172 inline void TestController::SetCurrentTestName(const char* str) { in SetCurrentTestName() function
Dtest_assign_op.h33 gTestController.SetCurrentTestName("assignment operator"); in test_assign_op()
Dtest_push_back.h34 gTestController.SetCurrentTestName("push_back() method"); in test_push_back()
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_list.cpp46 gTestController.SetCurrentTestName("list::sort()"); in test_list_sort()
Dtest_bit_vector.cpp53 gTestController.SetCurrentTestName("BitVector::reserve()"); in test_BitVector_reserve()
Dtest_vector.cpp53 gTestController.SetCurrentTestName("vector::reserve()"); in test_reserve()