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

<<11121314151617181920>>

  /external/webkit/Source/WebKit2/UIProcess/
WebContext.h 39 #include <wtf/HashSet.h>
144 static HashSet<String, CaseFoldingHash> pdfAndPostScriptMIMETypes();
232 HashSet<String> m_schemesToRegisterAsEmptyDocument;
233 HashSet<String> m_schemesToRegisterAsSecure;
234 HashSet<String> m_schemesToSetDomainRelaxationForbiddenFor;
  /frameworks/base/core/java/android/preference/
MultiSelectListPreference.java 27 import java.util.HashSet;
44 private Set<String> mValues = new HashSet<String>();
45 private Set<String> mNewValues = new HashSet<String>();
212 final Set<String> result = new HashSet<String>();
244 values = new HashSet<String>();
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
SamplingProfiler.java 21 import java.util.HashSet;
418 Set<Thread> n = new HashSet<Thread>(Arrays.asList(newThreads));
419 Set<Thread> o = new HashSet<Thread>(Arrays.asList(oldThreads));
422 Set<Thread> added = new HashSet<Thread>(n);
426 Set<Thread> removed = new HashSet<Thread>(o);
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 22 import java.util.HashSet;
37 HashSet<AttributedCharacterIterator.Attribute> attr =
38 new HashSet<AttributedCharacterIterator.Attribute>();
176 HashSet<AttributedCharacterIterator.Attribute> attr =
177 new HashSet<AttributedCharacterIterator.Attribute>();
  /sdk/anttasks/src/com/android/ant/
AidlExecTask.java 30 import java.util.HashSet;
199 HashSet<String> sourceFiles = new HashSet<String>();
209 HashSet<String> sourceFiles = new HashSet<String>();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/heap/
NativeSymbolResolverTask.java 37 import java.util.HashSet;
96 mUnresolvableAddresses = new HashSet<Long>();
98 mUnmappedAddresses = new HashSet<Long>();
100 mNotFoundLibraries = new HashSet<String>();
128 Set<Long> mappedAddresses = new HashSet<Long>();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
AbstractPropertiesFieldsPart.java 36 import java.util.HashSet;
142 HashSet<String> allKeywords = new HashSet<String>(mNameToField.keySet());
266 HashSet<String> allKeywords = new HashSet<String>(mNameToField.keySet());
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 33 import java.util.HashSet;
112 HashSet<String> s = new HashSet<String>();
118 s = new HashSet<String>();
343 return new HashSet<String>(mProperties.keySet());
  /external/doclava/src/com/google/doclava/
Stubs.java 29 import java.util.HashSet;
35 HashSet<String> stubPackages) {
37 final HashSet<ClassInfo> notStrippable = new HashSet<ClassInfo>();
149 public static void cantStripThis(ClassInfo cl, HashSet<ClassInfo> notStrippable, String why) {
220 private static void cantStripThis(ArrayList<MethodInfo> mInfos, HashSet<ClassInfo> notStrippable) {
288 static void writeClassFile(String stubsDir, HashSet<ClassInfo> notStrippable, ClassInfo cl) {
318 static void writeClassFile(PrintStream stream, HashSet<ClassInfo> notStrippable, ClassInfo cl) {
326 static void writeClass(PrintStream stream, HashSet<ClassInfo> notStrippable, ClassInfo cl) {
343 HashSet<String> classDeclTypeVars = new HashSet()
    [all...]
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java 25 import java.util.HashSet;
145 private final HashSet<String> mCompletedUtterances = new HashSet<String>();
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ClassProjection.java 20 import java.util.HashSet;
85 interfaces = new HashSet<ITypeReference>();
109 methods = new HashSet<IMethod>();
  /dalvik/hit/src/com/android/hit/
Queries.java 21 import java.util.HashSet;
200 HashSet<RootObj> result = new HashSet<RootObj>();
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 28 import java.util.HashSet;
248 HashSet<String> foundSections = new HashSet<String>();
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetTest.java 26 import java.util.HashSet;
36 Set knownRegisteredCharsets = new HashSet();
39 Set unknownRegisteredCharsets = new HashSet();
  /external/guava/src/com/google/common/collect/
Sets.java 35 import java.util.HashSet;
140 // HashSet
143 * Creates a <i>mutable</i>, empty {@code HashSet} instance.
151 * @return a new, empty {@code HashSet}
153 public static <E> HashSet<E> newHashSet() {
154 return new HashSet<E>();
158 * Creates a <i>mutable</i> {@code HashSet} instance containing the given
168 * @return a new {@code HashSet} containing those elements (minus duplicates)
170 public static <E> HashSet<E> newHashSet(E... elements) {
172 HashSet<E> set = new HashSet<E>(capacity)
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AXObjectCache.h 34 #include <wtf/HashSet.h>
160 HashSet<Node*> m_textMarkerNodes;
164 HashSet<AXID> m_idsInUse;
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceLoader.h 36 #include <wtf/HashSet.h>
133 HashSet<String> m_validatedURLs;
137 typedef HashSet<RefPtr<CachedResourceRequest> > RequestSet;
  /external/webkit/Source/WebCore/platform/chromium/
ChromiumDataObject.cpp 102 HashSet<String> ChromiumDataObject::types() const
110 HashSet<String> results;
233 HashSet<String> ignoredResults =
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.h 30 #include <wtf/HashSet.h>
50 ComplexTextController(const Font*, const TextRun&, bool mayUseNaturalWritingDirection = false, HashSet<const SimpleFontData*>* fallbackFonts = 0, bool forTextEmphasis = false);
182 HashSet<const SimpleFontData*>* m_fallbackFonts;
  /external/webkit/Source/WebCore/platform/network/
CredentialStorage.cpp 35 #include <wtf/HashSet.h>
47 static HashSet<String>& originsWithCredentials()
49 DEFINE_STATIC_LOCAL(HashSet<String>, set, ());
  /external/webkit/Source/WebCore/platform/network/cf/
DNSCFNet.cpp 32 #include <wtf/HashSet.h>
113 HashSet<String> m_names;
167 HashSet<String>::iterator currentName = m_names.begin();
  /external/webkit/Source/WebCore/webaudio/
AudioContext.h 34 #include <wtf/HashSet.h>
250 HashSet<AudioNodeInput*> m_dirtyAudioNodeInputs;
251 HashSet<AudioNodeOutput*> m_dirtyAudioNodeOutputs;