Searched defs:getMap (Results 1 - 23 of 23) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DAbstractBiMapTester.java36 protected BiMap<K, V> getMap() { method in class:AbstractBiMapTester
37 return (BiMap<K, V>) super.getMap();
51 Helpers.assertEqualIgnoringOrder(getMap().inverse().entrySet(), reversedEntries);
54 assertEquals("Wrong key for value " + entry.getValue(), entry.getKey(), getMap()
65 BiMap<V, K> inv = getMap().inverse();
73 getMap().get(entry.getValue()));
/external/llvm/lib/Analysis/
H A DLibCallSemantics.cpp24 static StringMap<const LibCallFunctionInfo*> *getMap(void *Ptr) { function
29 delete getMap(Impl);
46 StringMap<const LibCallFunctionInfo*> *Map = getMap(Impl);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
H A DClassMap.java41 getMap(key).put(key, value);
45 return getMap(key).get(key);
49 getMap(key).remove(key);
53 getMap(classLoader).clear();
61 private Map<Class<?>, V> getMap(Class<?> key) { method in class:ClassMap
63 return getMap(classLoader);
67 private Map<Class<?>, V> getMap(ClassLoader classLoader) { method in class:ClassMap
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DSuballocatedIntVector.java552 public final int[][] getMap() method in class:SuballocatedIntVector
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDexFile.java302 /*package*/ MixedItemSection getMap() { method in class:DexFile
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractMapTester.java42 protected Map<K, V> getMap() { method in class:AbstractMapTester
53 return getMap().entrySet();
64 getMap().containsKey(element));
71 getMap().containsValue(element));
132 assertFalse(message, getMap().containsKey(null));
148 assertFalse(message, getMap().containsValue(null));
178 equal(getMap().get(entry.getKey()), entry.getValue()));
196 entry.getValue(), getMap().get(entry.getKey()));
221 * uses {@link #getMap()}, it also ensures that callers don't pass an
225 return getMap()
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCounter.java171 public Map<T, RWLong> getMap() { method in class:Counter
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodePropertySource.java142 public Map getMap() { method in class:UnicodePropertySource.MapFilter
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h78 const Map &getMap() { return Segments; } function in class:llvm::LiveIntervalUnion
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h97 const IDToNodeMap &getMap() const { function in class:clang::ast_matchers::BoundNodes
98 return MyBoundNodes.getMap();
H A DASTMatchersInternal.h105 const IDToNodeMap &getMap() const { function in class:clang::ast_matchers::internal::BoundNodesMap
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp755 static int32_t* getMap(USystemTimeZoneType type, int32_t& len, UErrorCode& ec) { function in class:TZEnumeration
797 int32_t *baseMap = getMap(type, baseLen, ec);
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
H A DUnicodeProperty.java1095 public Map getMap() { method in class:UnicodeProperty.MapFilter
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 870 milliseconds