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

  /external/stlport/test/eh/
test_hash_set.cpp 80 typedef EH_STD::__hash_set__<TestClass, ThrowHash, ThrowEqual, eh_allocator(TestClass) > TestSet;
83 container_category(const TestSet&)
91 TestSet testSet, testSet2;
95 while ( testSet.size() < hash_setSize )
97 TestSet::value_type x;
98 testSet.insert( x );
99 testSet2.insert( TestSet::value_type() );
103 WeakCheck( testSet, test_hash_resize<TestSet>() );
    [all...]
test_set.cpp 68 typedef EH_STD::__set__<TestClass, ThrowCompare, eh_allocator(TestClass) > TestSet;
71 container_category(const TestSet&) {
76 TestSet testSet, testSet2;
80 while ( testSet.size() < setSize ) {
81 TestSet::value_type x;
82 testSet.insert( x );
83 testSet2.insert( TestSet::value_type() );
85 StrongCheck( testSet, test_insert_value<TestSet>(testSet) )
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
SynchronizedSetTest.java 39 TestSet<E> inner = new TestSet<E>(new HashSet<E>(), mutex);
52 static class TestSet<E> extends ForwardingSet<E> implements Serializable {
56 public TestSet(Set<E> delegate, Object mutex) {
  /external/v8/test/cctest/
test-hashmap.cc 93 void TestSet(IntKeyHash hash, int size) {
174 TestSet(Hash, 100);
175 TestSet(CollisionHash, 50);
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 43 function TestSet(construct, fix) {
73 TestSet(Set, Object.seal)
74 TestSet(Set, Object.freeze)
75 TestSet(Set, Object.preventExtensions)
collections.js 66 function TestSet(set, key) {
75 TestSet(set, new Object);
76 TestSet(set, i);
77 TestSet(set, i / 100);
78 TestSet(set, 'key-' + i);
82 TestSet(set, keys[i]);
295 function TestBogusReceivers(testSet) {
296 for (var i = 0; i < testSet.length; i++) {
297 var proto = testSet[i].proto;
298 var funcs = testSet[i].funcs
    [all...]
proxies.js 359 function TestSet(handler) {
383 TestSet({
387 TestSet({
392 TestSet({
397 TestSet({
406 TestSet({
413 TestSet({
419 TestSet({
425 TestSet({
433 TestSet({
    [all...]

Completed in 325 milliseconds