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

  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendBase.cpp 46 #include "wtf/HashSet.h"
168 typedef HashMap<DatabaseGuid, HashSet<DatabaseBackendBase*>*> GuidDatabaseMap;
224 HashSet<DatabaseBackendBase*>* hashSet = guidToDatabaseMap().get(m_guid);
225 if (!hashSet) {
226 hashSet = new HashSet<DatabaseBackendBase*>;
227 guidToDatabaseMap().set(m_guid, hashSet);
230 hashSet->add(this);
262 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/robolectric/lib/main/
h2-1.2.147.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 99 milliseconds