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

<<21222324252627282930>>

  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java 43 import java.util.HashSet;
96 private HashSet<Integer> mPending;
152 mPending = new HashSet<Integer>();
  /sdk/anttasks/src/com/android/ant/
NewSetupTask.java 46 import java.util.HashSet;
321 HashSet<String> visitedJars = new HashSet<String>();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 61 import java.util.HashSet;
314 Set<String> validIds = new HashSet<String>(idCounts.size());
325 Set<String> validIds = new HashSet<String>(actionList.size());
SelectionManager.java 54 import java.util.HashSet;
211 Set<CanvasViewInfo> oldSelected = new HashSet<CanvasViewInfo>();
544 Set<CanvasViewInfo> result = new HashSet<CanvasViewInfo>(toggled);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 57 import java.util.HashSet;
630 HashSet<IViewRule> rules = new HashSet<IViewRule>(mRulesCache.values());
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeMoveParticipant.java 66 import java.util.HashSet;
97 private Set<AndroidLayoutFileChanges> mFileChanges = new HashSet<AndroidLayoutFileChanges>();
263 Set<AndroidLayoutChangeDescription> changes = new HashSet<AndroidLayoutChangeDescription>();
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/
HierarchyViewerDirector.java 53 import java.util.HashSet;
409 HashSet<IDevice> deviceSet = new HashSet<IDevice>();
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
JythonUtils.java 26 import java.util.HashSet;
496 HashSet<String> methodNames = new HashSet<String>();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ArchiveInstaller.java 40 import java.util.HashSet;
    [all...]
  /system/media/mca/filterfw/java/android/filterfw/core/
Filter.java 34 import java.util.HashSet;
61 private HashSet<Frame> mFramesToRelease;
75 mFramesToRelease = new HashSet<Frame>();
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 584 static HashSet<String> mimeTypeCache()
586 DEFINE_STATIC_LOCAL(HashSet<String>, cache, ());
621 void MediaPlayerPrivateAVFoundationObjC::getSupportedTypes(HashSet<String>& supportedTypes)
  /cts/tests/src/android/widget/cts/util/
ListScenario.java 20 import java.util.HashSet;
63 private Set<Integer> mUnselectableItems = new HashSet<Integer>();
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 36 import java.util.HashSet;
411 Set<String> ssids = new HashSet<String>();
  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 22 import java.util.HashSet;
237 annotations = new HashSet<DexAnnotation>();
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 29 import java.util.HashSet;
336 Set<String> keyCheckSet = new HashSet<String>();
  /cts/tools/utils/
CollectAllTests.java 39 import java.util.HashSet;
378 Set<String> testNames = new HashSet<String>();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CollectionsTest.java 31 import java.util.HashSet;
519 Collections.nCopies(-2, new HashSet());
    [all...]
IdentityHashMapTest.java 22 import java.util.HashSet;
339 Set newset = new HashSet();
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestCertUtils.java 594 HashSet s = new HashSet();
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 17 import java.util.HashSet;
79 private static Set noParams = new HashSet();
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 33 import java.util.HashSet;
44 private HashSet<String> mClassNames;
53 mClassNames = new HashSet<String>();
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 12 import java.util.HashSet;
323 final Set /* String */ columnNames = new HashSet ();
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 32 #include <wtf/HashSet.h>
58 typedef HashSet<RefPtr<OpaqueJSWeakObjectMap> > WeakMapSet;
  /external/webkit/Source/WebCore/bindings/v8/
npruntime.cpp 35 #include <wtf/HashSet.h>
363 typedef WTF::HashSet<NPObject*> NPObjectSet;
  /external/webkit/Source/WebCore/html/
HTMLObjectElement.cpp 158 HashSet<StringImpl*, CaseFoldingHash> uniqueParamNames;
399 DEFINE_STATIC_LOCAL(HashSet<AtomicStringImpl*>, tagList, ());

Completed in 2990 milliseconds

<<21222324252627282930>>