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

  /external/deqp/framework/delibs/depool/
dePoolHashSet.h 48 * HashSet* HashSet_create (deMemPool* pool);
49 * int HashSet_getNumElements (const HashSet* hashSet);
50 * Set<Value>* HashSet_find (const HashSet* hashSet, Key key); TODO: better API
51 * Hash<Set*>* HashSet_getHash (const HashSet* hashSet); TODO: better API
52 * deBool HashSet_insert (HashSet* hashSet, Key key, Value value);
53 * void HashSet_delete (HashSet* hashSet, Key key, Value value)
    [all...]
dePoolHashSet.c 34 deTestHashSet* hashSet = deTestHashSet_create(pool);
38 DE_TEST_ASSERT(deTestHashSet_getNumElements(hashSet) == 0);
43 deTestHashSet_insert(hashSet, (deInt16)i, 2*j + 5);
45 DE_TEST_ASSERT(deTestHashSet_getNumElements(hashSet) == 19);
52 deTestHashSet_delete(hashSet, (deInt16)i, 2*j + 5);
54 DE_TEST_ASSERT(deTestHashSet_getNumElements(hashSet) == 19);
58 DE_TEST_ASSERT(deTestHash_getNumElements(hashSet) == 0);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendBase.cpp 47 #include "wtf/HashSet.h"
169 typedef HashMap<DatabaseGuid, HashSet<DatabaseBackendBase*>*> GuidDatabaseMap;
225 HashSet<DatabaseBackendBase*>* hashSet = guidToDatabaseMap().get(m_guid);
226 if (!hashSet) {
227 hashSet = new HashSet<DatabaseBackendBase*>;
228 guidToDatabaseMap().set(m_guid, hashSet);
231 hashSet->add(this);
271 HashSet<DatabaseBackendBase*>* hashSet = guidToDatabaseMap().get(m_guid)
    [all...]
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java 11 import java.util.HashSet;
34 private HashSet<HashCodeAndEqualsMockWrapper> backingHashSet = new HashSet<HashCodeAndEqualsMockWrapper>();
131 private HashSet<HashCodeAndEqualsMockWrapper> asWrappedMocks(Collection<?> mocks) {
133 HashSet<HashCodeAndEqualsMockWrapper> hashSet = new HashSet<HashCodeAndEqualsMockWrapper>();
136 hashSet.add(HashCodeAndEqualsMockWrapper.of(mock));
138 return hashSet;
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ArrayMapTests.java 25 import java.util.HashSet;
211 private static boolean compareSets(HashSet set, ArraySet array) {
313 Log.e("test", "HashSet of " + set.size() + " entries:");
338 HashSet<ControlledHash> hashSet = new HashSet<ControlledHash>();
352 hashChanged = hashSet.add(key);
359 hashChanged = hashSet.remove(key);
373 dump(hashSet, arraySet);
384 if (!compareSets(hashSet, arraySet))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Visitor.h 41 #include "wtf/HashSet.h"
295 void trace(const HashSet<T, U, V>& hashSet)
297 OffHeapCollectionTraceTrait<HashSet<T, U, V> >::trace(this, hashSet);
301 void trace(const ListHashSet<T, inlineCapacity, U>& hashSet)
303 OffHeapCollectionTraceTrait<ListHashSet<T, inlineCapacity, U> >::trace(this, hashSet);
307 void trace(const LinkedHashSet<T, U>& hashSet)
309 OffHeapCollectionTraceTrait<LinkedHashSet<T, U> >::trace(this, hashSet);
484 struct OffHeapCollectionTraceTrait<WTF::HashSet<T, HashFunctions, Traits, WTF::DefaultAllocator> >
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 

Completed in 1530 milliseconds