Searched
refs:HashSet (Results
351 -
375 of
1003) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/platform/chromium/ |
ClipboardChromium.h | 64 virtual HashSet<String> types() const;
|
/external/webkit/Source/WebCore/platform/graphics/ |
Font.h | 34 #include <wtf/HashSet.h> 100 float width(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const; 177 float floatWidthForSimpleText(const TextRun&, GlyphBuffer*, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const; 192 float floatWidthForComplexText(const TextRun&, HashSet<const SimpleFontData*>* fallbackFonts = 0, GlyphOverflow* = 0) const;
|
IntRectHash.h | 33 #include <wtf/HashSet.h>
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
MediaPlayerPrivateAndroid.h | 110 static void getSupportedTypes(HashSet<String>&) { }
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundationObjC.h | 68 static void getSupportedTypes(HashSet<String>& types);
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
QTMovieTask.cpp | 32 #include <wtf/HashSet.h>
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
MediaPlayerPrivateWinCE.h | 101 static void getSupportedTypes(HashSet<String>& types);
|
/external/webkit/Source/WebCore/platform/gtk/ |
ClipboardGtk.h | 60 virtual HashSet<String> types() const;
|
/external/webkit/Source/WebCore/platform/mac/ |
ClipboardMac.h | 64 virtual HashSet<String> types() const;
|
/external/webkit/Source/WebCore/platform/network/win/ |
CookieJarWin.cpp | 89 void getHostnamesWithCookies(HashSet<String>& hostnames)
|
/external/webkit/Source/WebCore/platform/qt/ |
ClipboardQt.h | 60 virtual HashSet<String> types() const;
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
DocumentLoaderGtk.cpp | 96 HashSet<unsigned long>::iterator it = m_loadingResources.find(identifier);
|
/external/webkit/Source/WebKit/qt/ |
WebKit_pch.h | 57 #include <wtf/HashSet.h>
|
/external/webkit/Source/WebKit2/UIProcess/ |
WebPreferences.cpp | 60 for (HashSet<WebPageGroup*>::iterator it = m_pageGroups.begin(), end = m_pageGroups.end(); it != end; ++it)
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
GeocoderTest.java | 26 import java.util.HashSet;
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
TestSuiteBuilderTest.java | 36 import java.util.HashSet; 178 private Set<String> failures = new HashSet<String>(); 179 private Set<String> errors = new HashSet<String>(); 180 private Set<String> testsSeen = new HashSet<String>();
|
/cts/tests/tests/app/src/android/app/cts/ |
SystemFeaturesTest.java | 44 import java.util.HashSet; 55 private HashSet<String> mAvailableFeatures; 69 mAvailableFeatures = new HashSet<String>(); 90 Set<String> notOfficialFeatures = new HashSet<String>(mAvailableFeatures); 238 Set<String> features = new HashSet<String>();
|
/dalvik/dx/src/com/android/dx/ssa/ |
ConstCollector.java | 38 import java.util.HashSet; 167 final HashSet<TypedConstant> usedByLocal 168 = new HashSet<TypedConstant>(); 330 final HashSet<TypedConstant> usedByLocal 331 = new HashSet<TypedConstant>();
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/ |
TestUtils.java | 44 import java.util.HashSet; 125 HashSet set = new HashSet(); 275 HashSet s = new HashSet();
|
/external/proguard/src/proguard/optimize/peephole/ |
ClassMerger.java | 312 Set set = new HashSet(); 334 Set set = new HashSet(); 354 Set set = new HashSet(); 371 Set set = new HashSet(); 439 Set targetSet = new HashSet();
|
/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...] |
/frameworks/base/core/java/android/os/ |
RecoverySystem.java | 39 import java.util.HashSet; 94 private static HashSet<Certificate> getTrustedCerts(File keystore) 96 HashSet<Certificate> trusted = new HashSet<Certificate>(); 224 HashSet<Certificate> trusted = getTrustedCerts(
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
PKIXCertPathValidatorSpi.java | 20 import java.util.HashSet; 47 private static final Set<BigInteger> SERIAL_BLACKLIST = new HashSet<BigInteger>(Arrays.asList( 210 Set policySet = new HashSet(); 214 PKIXPolicyNode validPolicyTree = new PKIXPolicyNode(new ArrayList(), 0, policySet, null, new HashSet(), 227 Set acceptablePolicies = new HashSet(); 424 criticalExtensions = new HashSet(criticalExtensions); 440 criticalExtensions = new HashSet(); 489 criticalExtensions = new HashSet(criticalExtensions); 505 criticalExtensions = new HashSet();
|
/external/webkit/Source/WebCore/rendering/svg/ |
SVGResources.cpp | 46 static HashSet<AtomicStringImpl*>& clipperFilterMaskerTags() 48 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, s_tagList, ()); 91 static HashSet<AtomicStringImpl*>& markerTags() 93 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, s_tagList, ()); 104 static HashSet<AtomicStringImpl*>& fillAndStrokeTags() 106 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, s_tagList, ()); 125 static HashSet<AtomicStringImpl*>& chainableResourceTags() 127 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, s_tagList, ()); 409 void SVGResources::buildSetOfResources(HashSet<RenderSVGResourceContainer*>& set)
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch_test.java | 27 import java.util.HashSet; 396 row_set = new HashSet<Long>(); 399 row_set = new HashSet<Long>(); 403 row_set = new HashSet<Long>(); 408 row_set = new HashSet<Long>(); 414 row_set = new HashSet<Long>(); 421 row_set = new HashSet<Long>(); 429 row_set = new HashSet<Long>(); 449 row_set = new HashSet<Long>(); 452 row_set = new HashSet<Long>() [all...] |
Completed in 2051 milliseconds
<<11121314151617181920>>