HomeSort by relevance Sort by last modified time
    Searched refs:AnnotationValue (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/r8/src/test/examples/multidex003/
AnnotationValue.java 7 public enum AnnotationValue {
Annotated.java 7 @TestAnnotation(AnnotationValue.V1)
Annotated2.java 8 @TestAnnotation2(AnnotationValue.V1)
TestAnnotation.java 12 AnnotationValue value();
TestAnnotation2.java 12 AnnotationValue value();
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/
AnnotationValue.java 19 public enum AnnotationValue {
Annotated.java 19 @TestAnnotation(AnnotationValue.V1)
Annotated2.java 19 @TestAnnotation2(AnnotationValue.V1)
TestAnnotation.java 24 AnnotationValue value();
TestAnnotation2.java 24 AnnotationValue value();
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
MapKeys.java 32 import javax.lang.model.element.AnnotationValue;
86 static Optional<? extends AnnotationValue> unwrapValue(AnnotationMirror mapKey) {
92 : Optional.<AnnotationValue>absent();
157 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey);
170 * <p>Note that {@link AnnotationValue#toString()} is the source-code representation of the value
178 extends SimpleAnnotationValueVisitor6<Snippet, AnnotationValue> {
187 public Snippet visitEnumConstant(VariableElement c, AnnotationValue p) {
193 public Snippet visitAnnotation(AnnotationMirror a, AnnotationValue p) {
198 public Snippet visitType(TypeMirror t, AnnotationValue p) {
203 public Snippet visitString(String s, AnnotationValue p)
    [all...]
ConfigurationAnnotations.java 38 import javax.lang.model.element.AnnotationValue;
124 List<? extends AnnotationValue> vals, String elementName) {
127 new Function<AnnotationValue, TypeMirror>() {
129 public TypeMirror apply(AnnotationValue typeValue) {
ContributionBinding.java 40 import javax.lang.model.element.AnnotationValue;
254 * {@link AnnotationValue#getValue()} on a single member or the whole {@link AnnotationMirror}
266 Optional<? extends AnnotationValue> unwrappedValue = unwrapValue(mapKey);
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/ext/
element_ext.kt 25 import javax.lang.model.element.AnnotationValue
72 override fun visitArray(values: MutableList<out AnnotationValue>?, p: Void?)
97 fun AnnotationValue.toListOfClassTypes(): List<TypeMirror> {
101 fun AnnotationValue.toType(): TypeMirror {
105 fun AnnotationValue.toClassType(): TypeMirror? {
144 override fun visitArray(vals: MutableList<out AnnotationValue>?, p: Void?): List<String> {
151 fun AnnotationValue.getAsInt(def: Int? = null): Int? {
155 fun AnnotationValue.getAsString(def: String? = null): String? {
159 fun AnnotationValue.getAsBoolean(def: Boolean): Boolean {
163 fun AnnotationValue.getAsStringList(): List<String>
    [all...]
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/processor/
SuppressWarningProcessor.kt 22 import javax.lang.model.element.AnnotationValue
47 override fun visitArray(values: List<AnnotationValue>?, elementName: String?)
EntityProcessor.kt 42 import javax.lang.model.element.AnnotationValue
459 val annotationValue = AnnotationMirrors
461 return if (annotationValue == "") {
464 annotationValue
477 override fun visitArray(values: MutableList<out AnnotationValue>?, tableName: String)
511 override fun visitArray(values: MutableList<out AnnotationValue>?, void: Void?)
  /external/doclava/src/com/google/doclava/
Converter.java 23 import com.sun.javadoc.AnnotationValue;
764 private static HashMap<AnnotationValue, AnnotationValueInfo> mAnnotationValues =
765 new HashMap<AnnotationValue, AnnotationValueInfo>();
766 private static HashSet<AnnotationValue> mAnnotationValuesNeedingInit =
767 new HashSet<AnnotationValue>();
769 private static AnnotationValueInfo obtainAnnotationValue(AnnotationValue o, MethodInfo element) {
785 private static void initAnnotationValue(AnnotationValue o, AnnotationValueInfo v) {
797 } else if (orig instanceof AnnotationValue[]) {
798 AnnotationValue[] old = (AnnotationValue[]) orig
    [all...]
  /art/runtime/
dex_file_annotations.cc 38 struct DexFile::AnnotationValue {
380 DexFile::AnnotationValue* annotation_value,
582 DexFile::AnnotationValue new_annotation_value;
701 DexFile::AnnotationValue annotation_value;
833 DexFile::AnnotationValue annotation_value;
    [all...]
  /prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/
qdox-1.12.jar 
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
AnnotationClass.java 29 import javax.lang.model.element.AnnotationValue;
220 for (AnnotationValue value : annotation.getElementValues().values()) {
  /external/mockito/lib/
byte-buddy-1.6.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/
byte-buddy-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/
byte-buddy-1.6.5.jar 
  /cts/tools/utils/
DescriptionGenerator.java 46 import com.sun.javadoc.AnnotationValue;
599 AnnotationValue av = evp.value();

Completed in 1493 milliseconds

1 2 3