HomeSort by relevance Sort by last modified time
    Searched defs:PRIMITIVE_TO_TYPE (Results 1 - 4 of 4) sorted by null

  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
TypeId.java 68 private static final Map<Class<?>, TypeId<?>> PRIMITIVE_TO_TYPE = new HashMap<>();
70 PRIMITIVE_TO_TYPE.put(boolean.class, BOOLEAN);
71 PRIMITIVE_TO_TYPE.put(byte.class, BYTE);
72 PRIMITIVE_TO_TYPE.put(char.class, CHAR);
73 PRIMITIVE_TO_TYPE.put(double.class, DOUBLE);
74 PRIMITIVE_TO_TYPE.put(float.class, FLOAT);
75 PRIMITIVE_TO_TYPE.put(int.class, INT);
76 PRIMITIVE_TO_TYPE.put(long.class, LONG);
77 PRIMITIVE_TO_TYPE.put(short.class, SHORT);
78 PRIMITIVE_TO_TYPE.put(void.class, VOID)
    [all...]
  /prebuilts/tools/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.2.0/
dexmaker-2.2.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 

Completed in 454 milliseconds