Home
last modified time | relevance | path

Searched refs:elementValues (Results 1 – 14 of 14) 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()
DConverter.java727 AnnotationDesc.ElementValuePair[] ev = a.elementValues();
728 AnnotationValueInfo[] elementValues = new AnnotationValueInfo[ev.length];
730 elementValues[i] =
733 return new AnnotationInstanceInfo(annotationType, elementValues);
DAndroidLinter.java81 for (AnnotationValueInfo val : a.elementValues()) { in lintMethod()
DErrors.java89 for (AnnotationValueInfo val : a.elementValues()) { in error()
DDoclava.java1850 if (!annotation.elementValues().isEmpty()) { in writeSdkValues()
1851 String type = annotation.elementValues().get(0).valueString(); in writeSdkValues()
DStubs.java1696 for (AnnotationValueInfo val : a.elementValues()) {
/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