/external/proguard/src/proguard/classfile/editor/ |
D | ElementValuesEditor.java | 83 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/ |
D | ArrayElementValue.java | 34 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()
|
D | Annotation.java | 36 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()
|
D | TypeAnnotation.java | 53 ElementValue[] elementValues, in TypeAnnotation() argument 57 super(u2typeIndex, u2elementValuesCount, elementValues); in TypeAnnotation()
|
/external/doclava/src/com/google/doclava/ |
D | AnnotationInstanceInfo.java | 36 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()
|
D | AndroidAuxSource.java | 49 for (AnnotationValueInfo val : annotation.elementValues()) { in classAuxTags() 142 for (AnnotationValueInfo val : annotation.elementValues()) { in auxTags() 188 for (AnnotationValueInfo val : annotation.elementValues()) { in auxTags() 210 for (AnnotationValueInfo val : inner.elementValues()) { in auxTags()
|
D | Converter.java | 718 AnnotationDesc.ElementValuePair[] ev = a.elementValues(); 719 AnnotationValueInfo[] elementValues = new AnnotationValueInfo[ev.length]; 721 elementValues[i] = 724 return new AnnotationInstanceInfo(annotationType, elementValues);
|
D | AndroidLinter.java | 81 for (AnnotationValueInfo val : a.elementValues()) { in lintMethod()
|
D | Errors.java | 89 for (AnnotationValueInfo val : a.elementValues()) { in error()
|
D | Doclava.java | 1770 if (!annotation.elementValues().isEmpty()) { in writeSdkValues() 1771 String type = annotation.elementValues().get(0).valueString(); in writeSdkValues()
|
D | Stubs.java | 1416 for (AnnotationValueInfo val : a.elementValues()) { in checkSystemPermissions()
|
/external/proguard/src/proguard/shrink/ |
D | ClassShrinker.java | 267 shrinkArray(annotation.elementValues, in visitAnnotation() 347 shrinkArray(arrayElementValue.elementValues, in visitArrayElementValue()
|
/external/proguard/src/proguard/classfile/io/ |
D | ProgramClassReader.java | 785 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/ |
D | macros.cs | 206 each:elem = anno.elementValues ?><?cs
|