HomeSort by relevance Sort by last modified time
    Searched refs:HashMap (Results 1601 - 1625 of 2131) sorted by null

<<61626364656667686970>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
LeftRecursiveRuleAnalyzer.java 19 Map<Integer, Integer> tokenToPrec = new HashMap<Integer, Integer>();
31 public Map<Integer, ASSOC> altAssociativity = new HashMap<Integer, ASSOC>();
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 34 import java.util.HashMap;
140 return new HashMap<HttpRoute, RouteSpecificPool>();
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsTest.java 31 import java.util.HashMap;
445 final Map<String, String> extraHeaders = new HashMap<String, String>();
LoadUrlTest.java 23 import java.util.HashMap;
111 Map<String, String> result = new HashMap<String, String>();
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 266 HashMap<String, Element*>::const_iterator end = m_linkedDestinations.end();
267 for (HashMap<String, Element*>::const_iterator it = m_linkedDestinations.begin(); it != end; ++it) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 788 HashMap<WebFrame*, OwnPtr<FrameOwner> >::AddResult result =
810 HashMap<WebFrame*, OwnPtr<FrameOwner> >::AddResult result =
  /external/guava/guava/src/com/google/common/collect/
Maps.java 45 import java.util.HashMap;
74 * Creates a <i>mutable</i>, empty {@code HashMap} instance.
82 * @return a new, empty {@code HashMap}
84 public static <K, V> HashMap<K, V> newHashMap() {
85 return new HashMap<K, V>();
89 * Creates a {@code HashMap} instance, with a high enough "initial capacity"
97 * @return a new, empty {@code HashMap} with enough capacity to hold {@code
101 public static <K, V> HashMap<K, V> newHashMapWithExpectedSize(
103 return new HashMap<K, V>(capacity(expectedSize));
123 * Creates a <i>mutable</i> {@code HashMap} instance with the same mappings a
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Maps.java 43 import java.util.HashMap;
71 * Creates a <i>mutable</i>, empty {@code HashMap} instance.
79 * @return a new, empty {@code HashMap}
81 public static <K, V> HashMap<K, V> newHashMap() {
82 return new HashMap<K, V>();
86 * Creates a {@code HashMap} instance, with a high enough "initial capacity"
94 * @return a new, empty {@code HashMap} with enough capacity to hold {@code
98 public static <K, V> HashMap<K, V> newHashMapWithExpectedSize(
100 return new HashMap<K, V>(capacity(expectedSize));
120 * Creates a <i>mutable</i> {@code HashMap} instance with the same mappings a
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 9 import java.util.HashMap;
219 _names = new HashMap<String, Integer>();
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 33 import java.util.HashMap;
132 Map subroutineHeads = new HashMap();
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
ASMifierMethodVisitor.java 37 import java.util.HashMap;
55 this.labelNames = new HashMap();
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
TypeUtils.java 23 private static final Map transforms = new HashMap();
24 private static final Map rtransforms = new HashMap();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 10 import java.util.HashMap;
63 private static Map<RobolectricConfig, ResourceLoader> resourceLoaderForRootAndDirectory = new HashMap<RobolectricConfig, ResourceLoader>();
  /external/smack/src/org/apache/harmony/javax/security/auth/login/
LoginContext.java 27 import java.util.HashMap;
257 sharedState = new HashMap<String, Object>();
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 13 import java.util.HashMap;
666 dcArrayForms = new HashMap();
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodSubtypeSwitchingController.java 33 import java.util.HashMap;
202 final HashMap<InputMethodInfo, List<InputMethodSubtype>> immis =
  /frameworks/base/media/java/android/media/tv/
TvContract.java 28 import java.util.HashMap;
490 new HashMap<String, String>();
    [all...]
  /frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java 126 import java.util.HashMap;
186 final HashMap<String, InputMethodInfo> mMethodMap = new HashMap<String, InputMethodInfo>();
265 final HashMap<IBinder, ClientState> mClients
266 = new HashMap<IBinder, ClientState>();
316 private final HashMap<InputMethodInfo, ArrayList<InputMethodSubtype>>
318 new HashMap<InputMethodInfo, ArrayList<InputMethodSubtype>>();
    [all...]
  /frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
AppLaunch.java 38 import java.util.HashMap;
148 mNameToLaunchTime = new HashMap<String, Long>();
  /frameworks/base/tests/CoreTests/android/core/
RequestAPITest.java 29 import java.util.HashMap;
343 requestHandle.setupRedirect(REDIRECT_TO, statusCode, new HashMap<String, String>());
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
DelegateClassAdapterTest.java 45 import java.util.HashMap;
312 private final Map<String, byte[]> mClassDefs = new HashMap<String, byte[]>();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ImsSMSDispatcher.java 22 import java.util.HashMap;
331 HashMap map = tracker.mData;
  /frameworks/opt/vcard/java/com/android/vcard/
JapaneseUtils.java 19 import java.util.HashMap;
27 new HashMap<Character, String>();
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 53 import java.util.HashMap;
149 new HashMap<EntryLabel, EntryElement>();
  /frameworks/testing/support/src/android/support/test/internal/runner/
TestRequestBuilder.java 47 import java.util.HashMap;
410 = new HashMap<String, MethodFilter>();

Completed in 2163 milliseconds

<<61626364656667686970>>