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

<<11121314151617181920>>

  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentLoaderMac.mm 119 HashSet<unsigned long>::iterator it = m_loadingResources.find(identifier);
  /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/
PluginInfoStoreMac.mm 32 #import <wtf/HashSet.h>
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.h 43 #include <wtf/HashSet.h>
212 HashSet<String, CaseFoldingHash> m_mimeTypesWithCustomRepresentations;
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 23 import java.util.HashSet;
42 Set<LoadedClass> zygote = new HashSet<LoadedClass>();
  /frameworks/opt/vcard/java/com/android/vcard/
VCardConfig.java 22 import java.util.HashSet;
401 sJapaneseMobileTypeSet = new HashSet<Integer>();
  /libcore/luni/src/main/java/java/text/
AttributedString.java 24 import java.util.HashSet;
61 private HashSet<Attribute> attributesAllowed;
81 HashSet<Attribute> set = new HashSet<Attribute>(
103 clone.attributesAllowed = (HashSet<Attribute>) attributesAllowed
189 Set<AttributedIterator.Attribute> result = new HashSet<Attribute>(
510 ? new HashSet<Attribute>()
511 : new HashSet<Attribute>(Arrays.asList(attributes))));
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodOverridesTest.java 23 import java.util.HashSet;
167 Set<String> signatures = new HashSet<String>();
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ResolveCache.java 34 import java.util.HashSet;
49 private static final HashSet<String> sPreferResolve = Sets.newHashSet(
  /packages/apps/VideoEditor/src/com/android/videoeditor/
BaseAdapterWithImages.java 20 import java.util.HashSet;
123 mLoadingImages = new HashSet<K>();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 28 import java.util.HashSet;
64 public final Set<Key> mShiftLockKeys = new HashSet<Key>();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 35 import java.util.HashSet;
182 Set<String> existing = new HashSet<String>();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
WelcomeWizard.java 35 import java.util.HashSet;
112 Set<Integer> apiLevels = new HashSet<Integer>();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
PlatformToolPackage.java 29 import java.util.HashSet;
87 Set<String> names = new HashSet<String>();
  /external/antlr/src/org/antlr/runtime/misc/
DoubleKeyMap.java 54 Set<Value> s = new HashSet<Value>();
  /external/chromium/base/
stl_util-inl.h 192 template <class HashSet>
193 inline bool HashSetEquality(const HashSet& set_a, const HashSet& set_b) {
195 for (typename HashSet::const_iterator i = set_a.begin();
  /external/webkit/Source/WebCore/bridge/
IdentifierRep.cpp 39 typedef HashSet<IdentifierRep*> IdentifierSet;
  /external/webkit/Source/WebCore/dom/
Clipboard.h 68 virtual HashSet<String> types() const = 0;
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.h 33 #include <wtf/HashSet.h>
  /external/webkit/Source/WebCore/platform/chromium/
ClipboardChromium.cpp 125 HashSet<String> ClipboardChromium::types() const
127 HashSet<String> results;
356 HashSet<String> types = m_dataObject->types();
357 for (HashSet<String>::const_iterator it = types.begin(); it != types.end(); ++it)
ReadableDataObject.cpp 64 HashSet<String> ReadableDataObject::types() const
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontHaiku.cpp 106 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.h 47 static void getSupportedTypes(HashSet<String>&);
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.cpp 36 static HashSet<Scrollbar*>* gScrollbars;
51 gScrollbars = new HashSet<Scrollbar*>;
72 HashSet<Scrollbar*>::iterator end = gScrollbars->end();
73 for (HashSet<Scrollbar*>::iterator it = gScrollbars->begin(); it != end; ++it) {
  /external/webkit/Source/WebCore/platform/network/soup/
CookieJarSoup.cpp 125 void getHostnamesWithCookies(HashSet<String>& hostnames)
  /external/webkit/Source/WebCore/platform/win/
ClipboardWin.h 67 virtual HashSet<String> types() const;

Completed in 1092 milliseconds

<<11121314151617181920>>