Home
last modified time | relevance | path

Searched defs:getMap (Results 1 – 10 of 10) sorted by relevance

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
DClassMap.java61 private Map<Class<?>, V> getMap(Class<?> key) { in getMap() method in ClassMap
67 private Map<Class<?>, V> getMap(ClassLoader classLoader) { in getMap() method in ClassMap
/external/llvm/lib/Analysis/
DLibCallSemantics.cpp23 static StringMap<const LibCallFunctionInfo*> *getMap(void *Ptr) { in getMap() function
/external/smack/src/org/jivesoftware/smackx/workgroup/settings/
DGenericSettings.java44 public Map<String, String> getMap() { in getMap() method in GenericSettings
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DAbstractMapTester.java41 protected Map<K, V> getMap() { in getMap() method in AbstractMapTester
/external/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h78 const Map &getMap() { return Segments; } in getMap() function
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DDexFile.java302 /*package*/ MixedItemSection getMap() { in getMap() method in DexFile
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSuballocatedIntVector.java552 public final int[][] getMap() in getMap() method in SuballocatedIntVector
/external/clang/include/clang/ASTMatchers/
DASTMatchersInternal.h102 const IDToNodeMap &getMap() const { in getMap() function
DASTMatchers.h95 const IDToNodeMap &getMap() const { in getMap() function
/external/icu/icu4c/source/i18n/
Dtimezone.cpp733 static int32_t* getMap(USystemTimeZoneType type, int32_t& len, UErrorCode& ec) { in getMap() function in TZEnumeration