Home
last modified time | relevance | path

Searched refs:elementValues (Results 1 – 19 of 19) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DElementValuesEditor.java83 targetAnnotation.elementValues, in addElementValue()
87 targetAnnotation.elementValues = in addElementValue()
89 targetAnnotation.elementValues, in addElementValue()
100 targetArrayElementValue.elementValues, in addElementValue()
104 targetArrayElementValue.elementValues = in addElementValue()
106 targetArrayElementValue.elementValues, in addElementValue()
126 targetAnnotation.elementValues, in deleteElementValue()
134 targetArrayElementValue.elementValues, in deleteElementValue()
147 ElementValue[] elementValues, in replaceElementValue() argument
152 elementValues, in replaceElementValue()
[all …]
/external/proguard/src/proguard/classfile/attribute/annotation/
DArrayElementValue.java34 public ElementValue[] elementValues; field in ArrayElementValue
50 ElementValue[] elementValues) in ArrayElementValue() argument
55 this.elementValues = elementValues; in ArrayElementValue()
79 elementValues[index].accept(clazz, annotation, elementValueVisitor); in elementValuesAccept()
DAnnotation.java36 public ElementValue[] elementValues; field in Annotation
66 ElementValue[] elementValues) in Annotation() argument
70 this.elementValues = elementValues; in Annotation()
127 elementValues[index].accept(clazz, this, elementValueVisitor); in elementValuesAccept()
DTypeAnnotation.java53 ElementValue[] elementValues, in TypeAnnotation() argument
57 super(u2typeIndex, u2elementValuesCount, elementValues); in TypeAnnotation()
/external/doclava/src/com/google/doclava/
DAnnotationInstanceInfo.java36 public AnnotationInstanceInfo(ClassInfo type, AnnotationValueInfo[] elementValues) { in AnnotationInstanceInfo() argument
38 mElementValues = new ArrayList<AnnotationValueInfo>(Arrays.asList(elementValues)); in AnnotationInstanceInfo()
53 ArrayList<AnnotationValueInfo> elementValues() { in elementValues() method in AnnotationInstanceInfo
137 for (int elemIdx = 0; elemIdx < aii.elementValues().size(); ++elemIdx) { in makeLinkListHDF()
139 final AnnotationValueInfo value = aii.elementValues().get(elemIdx); in makeLinkListHDF()
DAndroidAuxSource.java50 for (AnnotationValueInfo val : annotation.elementValues()) { in classAuxTags()
151 for (AnnotationValueInfo val : annotation.elementValues()) { in auxTags()
191 for (AnnotationValueInfo val : annotation.elementValues()) { in auxTags()
226 for (AnnotationValueInfo val : annotation.elementValues()) { in auxTags()
271 for (AnnotationValueInfo val : annotation.elementValues()) { in auxTags()
297 for (AnnotationValueInfo val : inner.elementValues()) { in auxTags()
DAndroidLinter.java81 for (AnnotationValueInfo val : a.elementValues()) { in lintMethod()
DConverter.java734 AnnotationDesc.ElementValuePair[] ev = a.elementValues();
735 AnnotationValueInfo[] elementValues = new AnnotationValueInfo[ev.length];
737 elementValues[i] =
740 return new AnnotationInstanceInfo(annotationType, elementValues);
DErrors.java89 for (AnnotationValueInfo val : a.elementValues()) { in error()
DDoclava.java1857 if (!annotation.elementValues().isEmpty()) { in writeSdkValues()
1858 String type = annotation.elementValues().get(0).valueString(); in writeSdkValues()
DStubs.java1696 for (AnnotationValueInfo val : a.elementValues()) {
/external/dagger2/java/dagger/internal/codegen/base/
DSimpleAnnotationMirror.java40 private final ImmutableMap<ExecutableElement, ? extends AnnotationValue> elementValues; field in SimpleAnnotationMirror
58 this.elementValues = in SimpleAnnotationMirror()
72 return elementValues; in getElementValues()
/external/auto/common/src/main/java/com/google/auto/common/
DSimpleAnnotationMirror.java47 private final ImmutableMap<ExecutableElement, ? extends AnnotationValue> elementValues; field in SimpleAnnotationMirror
79 this.elementValues = in SimpleAnnotationMirror()
110 return elementValues; in getElementValues()
/external/dagger2/java/dagger/model/
DKey.java116 ImmutableMap<ExecutableElement, AnnotationValue> elementValues = in stableAnnotationMirrorToString() local
118 if (!elementValues.isEmpty()) { in stableAnnotationMirrorToString()
120 elementValues.forEach( in stableAnnotationMirrorToString()
/external/turbine/java/com/google/turbine/processing/
DTurbineAnnotationMirror.java78 private final Supplier<ImmutableMap<ExecutableElement, AnnotationValue>> elementValues; field in TurbineAnnotationMirror
110 this.elementValues = in TurbineAnnotationMirror()
175 return elementValues.get(); in getElementValues()
/external/proguard/src/proguard/shrink/
DClassShrinker.java267 shrinkArray(annotation.elementValues, in visitAnnotation()
347 shrinkArray(arrayElementValue.elementValues, in visitArrayElementValue()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java785 annotation.elementValues = new ElementValue[annotation.u2elementValuesCount]; in visitAnnotation()
792 annotation.elementValues[index] = elementValue; in visitAnnotation()
948 arrayElementValue.elementValues = new ElementValue[arrayElementValue.u2elementValuesCount]; in visitArrayElementValue()
953 arrayElementValue.elementValues[index] = elementValue; in visitArrayElementValue()
/external/doclava/res/assets/templates/
Dmacros.cs209 each:elem = anno.elementValues ?><?cs
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt119 override fun elementValues(): Array<out AnnotationDesc.ElementValuePair>? = emptyArray() // TODO in annotationType() method in AnnotationDescAdapter