Searched refs:TestSet (Results 1 – 3 of 3) sorted by relevance
/external/stlport/test/eh/ |
D | test_hash_set.cpp | 80 typedef EH_STD::__hash_set__<TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestSet; typedef 83 container_category(const TestSet&) in container_category() argument 91 TestSet testSet, testSet2; in test_hash_set() 97 TestSet::value_type x; in test_hash_set() 99 testSet2.insert( TestSet::value_type() ); in test_hash_set() 103 WeakCheck( testSet, test_hash_resize<TestSet>() ); in test_hash_set() 107 WeakCheck( testSet, test_insert_value<TestSet>(testSet) ); in test_hash_set() 110 TestSet::value_type *insFirst = new TestSet::value_type[1+insCnt]; in test_hash_set() 112 ConstCheck( 0, test_construct_pointer_range<TestSet>(insFirst, insFirst+insCnt) ); in test_hash_set() 117 ConstCheck( 0, test_default_construct<TestSet>() ); in test_hash_set() [all …]
|
D | test_set.cpp | 68 typedef EH_STD::__set__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestSet; typedef 71 container_category(const TestSet&) { in container_category() argument 76 TestSet testSet, testSet2; in test_set() 81 TestSet::value_type x; in test_set() 83 testSet2.insert( TestSet::value_type() ); in test_set() 85 StrongCheck( testSet, test_insert_value<TestSet>(testSet) ); in test_set() 88 TestSet::value_type *insFirst = new TestSet::value_type[1+insCnt]; in test_set() 92 ConstCheck( 0, test_construct_pointer_range<TestSet>(insFirst, insFirst+insCnt) ); in test_set() 96 ConstCheck( 0, test_default_construct<TestSet>() ); in test_set() 97 ConstCheck( 0, test_construct_iter_range<TestSet>( testSet2 ) ); in test_set() [all …]
|
/external/v8/test/cctest/ |
D | test-hashmap.cc | 93 void TestSet(IntKeyHash hash, int size) { in TestSet() function 174 TestSet(Hash, 100); in TEST() 175 TestSet(CollisionHash, 50); in TEST()
|