Searched refs:PRIMITIVE_TYPES (Results 1 - 6 of 6) sorted by path

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationAnalyzer.java41 public static final Map<String, TypeKind> PRIMITIVE_TYPES; field in class:AnnotationAnalyzer
43 PRIMITIVE_TYPES = new HashMap<String, TypeKind>();
44 PRIMITIVE_TYPES.put("boolean", TypeKind.BOOLEAN);
45 PRIMITIVE_TYPES.put("byte", TypeKind.BYTE);
46 PRIMITIVE_TYPES.put("short", TypeKind.SHORT);
47 PRIMITIVE_TYPES.put("char", TypeKind.CHAR);
48 PRIMITIVE_TYPES.put("int", TypeKind.INT);
49 PRIMITIVE_TYPES.put("long", TypeKind.LONG);
50 PRIMITIVE_TYPES.put("float", TypeKind.FLOAT);
51 PRIMITIVE_TYPES
[all...]
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
H A DJavaAnalyzer.java37 public static final Map<String, Class> PRIMITIVE_TYPES; field in class:JavaAnalyzer
39 PRIMITIVE_TYPES = new HashMap<String, Class>();
40 PRIMITIVE_TYPES.put("boolean", boolean.class);
41 PRIMITIVE_TYPES.put("byte", byte.class);
42 PRIMITIVE_TYPES.put("short", short.class);
43 PRIMITIVE_TYPES.put("char", char.class);
44 PRIMITIVE_TYPES.put("int", int.class);
45 PRIMITIVE_TYPES.put("long", long.class);
46 PRIMITIVE_TYPES.put("float", float.class);
47 PRIMITIVE_TYPES
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 91 milliseconds