HomeSort by relevance Sort by last modified time
    Searched refs:HashSet (Results 126 - 150 of 632) sorted by null

1 2 3 4 56 7 8 91011>>

  /dalvik/libcore/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java 22 import java.util.HashSet;
116 HashSet<String> hs = new HashSet<String>();
  /external/webkit/JavaScriptCore/debugger/
Debugger.cpp 37 HashSet<JSGlobalObject*>::iterator end = m_globalObjects.end();
38 for (HashSet<JSGlobalObject*>::iterator it = m_globalObjects.begin(); it != end; ++it)
64 typedef HashSet<FunctionExecutable*> FunctionExecutableSet;
  /external/webkit/WebCore/storage/
DatabaseTracker.h 37 #include <wtf/HashSet.h>
73 void getOpenDatabases(SecurityOrigin* origin, const String& name, HashSet<RefPtr<Database> >* databases);
80 typedef HashSet<Database*> DatabaseSet;
  /external/webkit/WebCore/svg/
SVGElementInstance.cpp 98 const HashSet<SVGElementInstance*>& set = element->instancesForElement();
103 const HashSet<SVGElementInstance*>::const_iterator end = set.end();
104 for (HashSet<SVGElementInstance*>::const_iterator it = set.begin(); it != end; ++it) {
SVGCursorElement.h 62 HashSet<SVGElement*> m_clients;
  /frameworks/base/services/java/com/android/server/am/
ContentProviderRecord.java 25 import java.util.HashSet;
29 final HashSet<ProcessRecord> clients = new HashSet<ProcessRecord>();
ProcessRecord.java 37 import java.util.HashSet;
48 final HashSet<String> pkgList = new HashSet();
92 final HashSet services = new HashSet();
94 final HashSet<ServiceRecord> executingServices
95 = new HashSet<ServiceRecord>();
97 final HashSet<ConnectionRecord> connections
98 = new HashSet<ConnectionRecord>();
100 final HashSet<ReceiverList> receivers = new HashSet<ReceiverList>()
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSetupAccountTypeUnitTests.java 32 import java.util.HashSet;
46 private HashSet<Account> mAccounts = new HashSet<Account>();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchableCorpusFactory.java 25 import java.util.HashSet;
77 HashSet<Source> claimedSources = new HashSet<Source>();
Suggestions.java 26 import java.util.HashSet;
127 HashSet<Corpus> corpora = new HashSet<Corpus>();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Util.java 27 import java.util.HashSet;
40 HashSet<A> set = new HashSet<A>(end);
  /dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/
SubjectTest.java 32 import java.util.HashSet;
100 Set <Principal> principal = new HashSet<Principal>();
101 Set <Object> pubCredentials = new HashSet<Object>();
102 Set <Object> privCredentials = new HashSet<Object>();
411 Set <Principal> principal = new HashSet<Principal>();
412 Set <Principal> principal1 = new HashSet<Principal>();
413 Set <Object> pubCredentials = new HashSet<Object>();
414 Set <Object> privCredentials = new HashSet<Object>();
490 Set <Principal> principal = new HashSet<Principal>();
491 Set <Object> pubCredentials = new HashSet<Object>()
    [all...]
  /cts/tools/signature-tools/src/signature/compare/
Main.java 34 import java.util.HashSet;
61 Set<String> fromFiles = new HashSet<String>();
97 Set<String> toFiles = new HashSet<String>();
135 Set<String> packages = new HashSet<String>();
  /dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java 30 import java.util.HashSet;
81 HashSet<SsaInsn> deletedInsns = (HashSet<SsaInsn>) new HashSet();
  /external/webkit/WebCore/platform/
ThreadGlobalData.cpp 59 , m_atomicStringTable(new HashSet<StringImpl*>)
  /external/webkit/WebCore/platform/gtk/
ClipboardGtk.h 50 virtual HashSet<String> types() const;
  /external/webkit/WebCore/platform/haiku/
ClipboardHaiku.h 51 HashSet<String> types() const;
  /external/webkit/WebCore/platform/mac/
ThreadCheck.mm 30 #import <wtf/HashSet.h>
101 DEFINE_STATIC_LOCAL(HashSet<String>, loggedFunctions, ());
  /external/webkit/WebCore/platform/wx/
ClipboardWx.h 49 virtual HashSet<String> types() const;
  /external/webkit/WebCore/rendering/
RenderText.h 70 virtual unsigned width(unsigned from, unsigned len, const Font&, int xPos, HashSet<const SimpleFontData*>* fallbackFonts = 0) const;
71 virtual unsigned width(unsigned from, unsigned len, int xPos, bool firstLine = false, HashSet<const SimpleFontData*>* fallbackFonts = 0) const;
136 void calcPrefWidths(int leadWidth, HashSet<const SimpleFontData*>& fallbackFonts);
149 int widthFromCache(const Font&, int start, int len, int xPos, HashSet<const SimpleFontData*>* fallbackFonts) const;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLocaleUtilsTest.java 24 import java.util.HashSet;
91 HashSet<String> allKeys = new HashSet<String>();
95 assertEquals(allKeys, new HashSet<String>(Arrays.asList(expectedKeys)));
  /cts/tools/dex-tools/src/dex/reader/
DexFieldImpl.java 26 import java.util.HashSet;
58 annotations = new HashSet<DexAnnotation>();
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
MockAbstractSelector.java 27 import java.util.HashSet;
70 private Set<SelectionKey> keys = new HashSet<SelectionKey>();
  /dalvik/libcore/security/src/main/java/java/security/cert/
PKIXParameters.java 27 import java.util.HashSet;
87 this.trustAnchors = new HashSet<TrustAnchor>(trustAnchors);
115 trustAnchors = new HashSet<TrustAnchor>();
157 this.trustAnchors = new HashSet<TrustAnchor>(trustAnchors);
383 initialPolicies = new HashSet();
392 HashSet modifiableSet = new HashSet(initialPolicies);
415 this.initialPolicies = new HashSet(initialPolicies);
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
PermissionCollectionTest.java 46 final private Set <Permission> setCol = new HashSet<Permission>();
103 Set<Permission> perm = new HashSet<Permission>();

Completed in 6845 milliseconds

1 2 3 4 56 7 8 91011>>