Home
last modified time | relevance | path

Searched refs:TestSet (Results 1 – 7 of 7) sorted by relevance

/external/stlport/test/eh/
Dtest_hash_set.cpp80 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 …]
Dtest_set.cpp68 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/mjsunit/harmony/
Dproxies-hash.js43 function TestSet(construct, fix) { class
73 TestSet(Set, Object.seal)
74 TestSet(Set, Object.freeze)
75 TestSet(Set, Object.preventExtensions)
Dcollections.js66 function TestSet(set, key) { class
75 TestSet(set, new Object);
76 TestSet(set, i);
77 TestSet(set, i / 100);
78 TestSet(set, 'key-' + i);
82 TestSet(set, keys[i]);
Dproxies.js359 function TestSet(handler) { class
383 TestSet({
387 TestSet({
392 TestSet({
397 TestSet({
406 TestSet({
413 TestSet({
419 TestSet({
425 TestSet({
433 TestSet({
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DSynchronizedSetTest.java39 TestSet<E> inner = new TestSet<E>(new HashSet<E>(), mutex); in create()
52 static class TestSet<E> extends ForwardingSet<E> implements Serializable { class in SynchronizedSetTest
56 public TestSet(Set<E> delegate, Object mutex) { in TestSet() method in SynchronizedSetTest.TestSet
/external/v8/test/cctest/
Dtest-hashmap.cc93 void TestSet(IntKeyHash hash, int size) { in TestSet() function
174 TestSet(Hash, 100); in TEST()
175 TestSet(CollisionHash, 50); in TEST()