/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
OutputFinisher.java | 31 import java.util.HashSet; 143 public HashSet<Constant> getAllConstants() { 144 HashSet<Constant> result = new HashSet<Constant>(20); 160 private static void addConstants(HashSet<Constant> result, 184 private static void addConstants(HashSet<Constant> result,
|
/dalvik/dx/src/com/android/dx/dex/code/ |
OutputFinisher.java | 34 import java.util.HashSet; 151 public HashSet<Constant> getAllConstants() { 152 HashSet<Constant> result = new HashSet<Constant>(20); 168 private static void addConstants(HashSet<Constant> result, 192 private static void addConstants(HashSet<Constant> result,
|
/external/webkit/Source/WebCore/html/ |
HTMLCanvasElement.cpp | 113 HashSet<CanvasObserver*>::iterator end = m_observers.end(); 114 for (HashSet<CanvasObserver*>::iterator it = m_observers.begin(); it != end; ++it) 231 HashSet<CanvasObserver*>::iterator end = m_observers.end(); 232 for (HashSet<CanvasObserver*>::iterator it = m_observers.begin(); it != end; ++it) 270 HashSet<CanvasObserver*>::iterator end = m_observers.end(); 271 for (HashSet<CanvasObserver*>::iterator it = m_observers.begin(); it != end; ++it)
|
/cts/tools/signature-tools/src/signature/converter/doclet/ |
DocletToSigConverter.java | 21 import java.util.HashSet;
99 Set<IPackage> packages = new HashSet<IPackage>();
112 Set<IClassDefinition> classes = new HashSet<IClassDefinition>();
160 Set<ITypeReference> interfaces = new HashSet<ITypeReference>();
172 Set<IClassDefinition> innerClasses = new HashSet<IClassDefinition>();
178 Set<IConstructor> constructors = new HashSet<IConstructor>();
184 Set<IMethod> methods = new HashSet<IMethod>();
190 Set<IField> fields = new HashSet<IField>();
196 Set<IEnumConstant> enumConstants = new HashSet<IEnumConstant>();
222 new HashSet<IAnnotationField>(); [all...] |
/cts/tools/signature-tools/src/signature/compare/ |
ApiComparator.java | 93 import java.util.HashSet; 300 new HashSet<ITypeReferenceDelta<?>>(); 342 Set<ITypeReference> closure = new HashSet<ITypeReference>(); 465 Set<IMethod> toMethods = new HashSet<IMethod>(to.getMethods()); 467 Set<IMethod> fromMethods = new HashSet<IMethod>(from.getMethods()); 470 Set<IMethodDelta> deltas = new HashSet<IMethodDelta>(); 512 Set<IMethod> closure = new HashSet<IMethod>(); 607 Set<IAnnotationElement> elements = new HashSet<IAnnotationElement>( 610 Set<String> names = new HashSet<String>(); 666 Set<Modifier> modifierCopy = new HashSet<Modifier>(metho [all...] |
/cts/tools/dex-tools/src/dex/reader/ |
DexMethodImpl.java | 21 import java.util.HashSet; 85 annotations = new HashSet<DexAnnotation>();
|
/cts/tools/dex-tools/test/dex/reader/util/ |
JavaSourceToDexUtil.java | 22 import java.util.HashSet; 48 return getAllFrom(new HashSet<JavaSource>(Arrays.asList(source)));
|
/dalvik/hit/src/com/android/hit/ |
ClassObj.java | 22 import java.util.HashSet; 37 Set<ClassObj> mSubclasses = new HashSet<ClassObj>();
|
/external/android-mock/src/com/google/android/testing/mocking/ |
AndroidFrameworkMockGenerator.java | 27 import java.util.HashSet; 141 Set<GeneratedClassFile> classes = new HashSet<GeneratedClassFile>();
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
AbstractConnPool.java | 37 import java.util.HashSet; 101 issuedConnections = new HashSet<BasicPoolEntryRef>();
|
/external/emma/core/java12/com/vladium/emma/report/ |
SourcePathCache.java | 16 import java.util.HashSet; 206 final Set result = new HashSet (listing.length);
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
SubroutineScanner.java | 18 import java.util.HashSet; 38 Set done = new HashSet();
|
/external/webkit/Source/JavaScriptCore/runtime/ |
ArgList.h | 27 #include <wtf/HashSet.h> 39 typedef HashSet<MarkedArgumentBuffer*> ListSet;
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityARIAGrid.cpp | 62 void AccessibilityARIAGrid::addChild(AccessibilityObject* child, HashSet<AccessibilityObject*>& appendedRows, unsigned& columnCount) 105 HashSet<AccessibilityObject*> appendedRows;
|
/external/webkit/Source/WebCore/bindings/js/ |
ScriptDebugServer.h | 43 #include <wtf/HashSet.h> 89 typedef HashSet<ScriptDebugListener*> ListenerSet;
|
/external/webkit/Source/WebCore/loader/ |
CrossOriginPreflightResultCache.cpp | 53 static void addToAccessControlAllowList(const String& string, unsigned start, unsigned end, HashSet<String, HashType>& set) 75 static bool parseAccessControlAllowList(const String& string, HashSet<String, HashType>& set)
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedResource.h | 33 #include <wtf/HashSet.h> 294 HashSet<CachedResourceHandleBase*> m_handlesToRevalidate;
|
/external/webkit/Source/WebCore/page/animation/ |
AnimationBase.h | 34 #include <wtf/HashSet.h> 187 static HashSet<int> animatableShorthandsAffectingProperty(int property);
|
/external/webkit/Source/WebCore/platform/chromium/ |
ChromiumDataObjectLegacy.cpp | 102 HashSet<String> ChromiumDataObjectLegacy::types() const 105 HashSet<String> results;
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
SharedGraphicsContext3D.h | 40 #include <wtf/HashSet.h> 150 static HashSet<SharedGraphicsContext3D*>* allContexts();
|
/external/webkit/Source/WebCore/platform/haiku/ |
ClipboardHaiku.cpp | 118 HashSet<String> ClipboardHaiku::types() const 120 HashSet<String> result;
|
/external/webkit/Source/WebCore/platform/network/curl/ |
ResourceHandleCurl.cpp | 128 static HashSet<String>& allowsAnyHTTPSCertificateHosts() 130 static HashSet<String> hosts;
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceContainer.cpp | 96 HashSet<RenderObject*>::iterator end = m_clients.end(); 97 for (HashSet<RenderObject*>::iterator it = m_clients.begin(); it != end; ++it) {
|
/external/webkit/Source/WebCore/svg/ |
SVGFontElement.cpp | 104 static bool stringMatchesUnicodeRange(const String& unicodeString, const UnicodeRanges& ranges, const HashSet<String>& unicodeValues) 124 static bool stringMatchesGlyphName(const String& glyphName, const HashSet<String>& glyphValues)
|
/external/webkit/Source/WebCore/webaudio/ |
AudioNodeInput.cpp | 150 for (HashSet<AudioNodeOutput*>::iterator i = m_outputs.begin(); i != m_outputs.end(); ++i, ++j) { 167 for (HashSet<AudioNodeOutput*>::iterator i = m_outputs.begin(); i != m_outputs.end(); ++i) {
|