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

  /external/webkit/Source/WebCore/storage/
AbstractDatabase.cpp 40 #include <wtf/HashSet.h>
127 typedef HashMap<int, HashSet<AbstractDatabase*>*> GuidDatabaseMap;
197 HashSet<AbstractDatabase*>* hashSet = guidToDatabaseMap().get(m_guid);
198 if (!hashSet) {
199 hashSet = new HashSet<AbstractDatabase*>;
200 guidToDatabaseMap().set(m_guid, hashSet);
203 hashSet->add(this);
224 HashSet<AbstractDatabase*>* 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;
  /external/webkit/Source/WebKit2/UIProcess/Plugins/
PluginInfoStore.cpp 56 static void addFromVector(HashSet<T, U, V>& hashSet, const W& vector)
59 hashSet.add(vector[i]);
63 typedef HashSet<String, CaseFoldingHash> PathHashSet;
65 typedef HashSet<String> PathHashSet;
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 102 milliseconds