HomeSort by relevance Sort by last modified time
    Searched refs:HashSet (Results 501 - 525 of 1003) sorted by null

<<21222324252627282930>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractMapTest.java 26 import java.util.HashSet;
46 final Set mySet = new HashSet(1);
164 class MySet extends HashSet {
  /external/webkit/Source/WebCore/page/
FrameTree.cpp 227 const HashSet<Page*>& pages = page->group().pages();
228 HashSet<Page*>::const_iterator end = pages.end();
229 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
DOMTimer.cpp 34 #include <wtf/HashSet.h>
  /external/webkit/Source/WebCore/platform/
ScrollView.h 36 #include <wtf/HashSet.h>
79 const HashSet<RefPtr<Widget> >* children() const { return &m_children; }
343 HashSet<RefPtr<Widget> > m_children;
Pasteboard.h 30 #include <wtf/HashSet.h>
  /external/webkit/Source/WebCore/platform/qt/
ClipboardQt.cpp 193 HashSet<String> ClipboardQt::types() const
196 return HashSet<String>();
199 HashSet<String> result;
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.cpp 213 HashSet<RenderObject*> notlayoutedObjects;
250 HashSet<RenderObject*>::iterator end = notlayoutedObjects.end();
251 for (HashSet<RenderObject*>::iterator it = notlayoutedObjects.begin(); it != end; ++it)
  /frameworks/base/core/java/android/preference/
PreferenceManager.java 33 import java.util.HashSet;
210 final HashSet<String> inflatedRes = new HashSet<String>();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 20 import java.util.HashSet;
228 HashSet<Integer> recentTasksToKeepInCache = new HashSet<Integer>();
  /frameworks/base/services/java/com/android/server/
PackageManagerBackupAgent.java 41 import java.util.HashSet;
68 private final HashSet<String> mExisting = new HashSet<String>();
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 38 import java.util.HashSet;
223 Set<Integer> threadsSeen = new HashSet<Integer>();
224 Set<Integer> threadsActive = new HashSet<Integer>();
  /libcore/luni/src/main/java/java/nio/
SelectorImpl.java 34 import java.util.HashSet;
56 private final Set<SelectionKeyImpl> mutableKeys = new HashSet<SelectionKeyImpl>();
65 private final Set<SelectionKey> mutableSelectedKeys = new HashSet<SelectionKey>();
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 22 import java.util.HashSet;
144 Set<Thread> initialPlusNew = new HashSet<Thread>();
149 assertEquals(initialPlusNew, new HashSet<Thread>(Arrays.asList(afterStartThreads)));
  /libcore/support/src/test/java/org/apache/harmony/testframework/serialization/
SerializationTest.java 40 import java.util.HashSet;
243 Collection<Permission> refCollection = new HashSet<Permission>(
245 Collection<Permission> tstCollection = new HashSet<Permission>(
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 44 import java.util.HashSet;
231 HashSet<Long> readOnlyRawContacts = Sets.newHashSet();
232 HashSet<Long> writableRawContacts = Sets.newHashSet();
  /packages/apps/Contacts/tests/src/com/android/contacts/widget/
CompositeListAdapterTest.java 29 import java.util.HashSet;
39 HashSet<Integer> enabledItems = new HashSet<Integer>();
  /packages/apps/Settings/src/com/android/settings/accounts/
ManageAccountsSettings.java 51 import java.util.HashSet;
191 HashSet<String> userFacing = new HashSet<String>();
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DbModifierWithNotification.java 48 import java.util.HashSet;
173 Set<String> modifiedPackages = new HashSet<String>();
191 Set<String> impactedPackages = new HashSet<String>();
  /cts/tools/dx-tests/src/util/
CollectAllTests.java 37 import java.util.HashSet;
60 private static HashSet<String> OPCODES = null;
97 OPCODES = new HashSet<String>();
322 Set<String> entries = new HashSet<String>();
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 50 import java.util.HashSet;
171 private HashSet<String> mValidPackages = new HashSet<String>();
174 private HashSet<String> mInvalidPackages = new HashSet<String>();
230 private HashSet<String> mTombstones = null;
826 private static boolean loadPackageListFromFile(String fileName, HashSet<String> list) {
    [all...]
  /external/proguard/src/proguard/
GPL.java 63 Set packageNames = new HashSet();
  /external/proguard/src/proguard/io/
JarWriter.java 49 private final Set jarEntryNames = new HashSet();
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.h 160 HashSet<CanvasObserver*> m_observers;
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.cpp 414 static HashSet<FontSelector*>* gClients;
419 gClients = new HashSet<FontSelector*>;
458 HashSet<FontSelector*>::iterator end = gClients->end();
459 for (HashSet<FontSelector*>::iterator it = gClients->begin(); it != end; ++it)
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 131 static void getSupportedTypes(HashSet<String>&);

Completed in 810 milliseconds

<<21222324252627282930>>