Home
last modified time | relevance | path

Searched refs:toConstant (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DConstantBindingBuilderImpl.java56 toConstant(String.class, value); in to()
61 toConstant(Integer.class, value); in to()
66 toConstant(Long.class, value); in to()
71 toConstant(Boolean.class, value); in to()
76 toConstant(Double.class, value); in to()
81 toConstant(Float.class, value); in to()
86 toConstant(Short.class, value); in to()
91 toConstant(Character.class, value); in to()
96 toConstant(Byte.class, value); in to()
101 toConstant(Class.class, value); in to()
[all …]
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAnnotationId.java117 Constant pairValue = Element.toConstant(element.getValue()); in set()
241 static Constant toConstant(Object value) { in toConstant() method in AnnotationId.Element