HomeSort by relevance Sort by last modified time
    Searched refs:AnnotationValueInfo (Results 1 - 7 of 7) sorted by null

  /build/tools/droiddoc/src/
AnnotationInstanceInfo.java 20 private AnnotationValueInfo[] mElementValues;
22 public AnnotationInstanceInfo(ClassInfo type, AnnotationValueInfo[] elementValues)
33 AnnotationValueInfo[] elementValues()
45 AnnotationValueInfo[] values = mElementValues;
48 AnnotationValueInfo value = values[i];
AnnotationValueInfo.java 17 public class AnnotationValueInfo
23 public AnnotationValueInfo(MethodInfo element)
60 else if (v instanceof AnnotationValueInfo[]) {
62 AnnotationValueInfo[] array = (AnnotationValueInfo[])v;
Converter.java 652 AnnotationValueInfo[] elementValues = new AnnotationValueInfo[ev.length];
692 private static HashMap<AnnotationValue,AnnotationValueInfo> mAnnotationValues = new HashMap();
695 private static AnnotationValueInfo obtainAnnotationValue(AnnotationValue o, MethodInfo element)
700 AnnotationValueInfo v = mAnnotationValues.get(o);
702 v = new AnnotationValueInfo(element);
712 private static void initAnnotationValue(AnnotationValue o, AnnotationValueInfo v) {
729 AnnotationValueInfo[] array = new AnnotationValueInfo[old.length];
748 AnnotationValueInfo v = mAnnotationValues.get(o)
    [all...]
Android.mk 20 AnnotationValueInfo.java \
MethodInfo.java 295 public void init(AnnotationValueInfo defaultAnnotationElementValue)
626 public AnnotationValueInfo defaultAnnotationElementValue()
667 private AnnotationValueInfo mDefaultAnnotationElementValue;
Stubs.java 771 AnnotationValueInfo def = ann.defaultAnnotationElementValue();
    [all...]
DroidDoc.java     [all...]

Completed in 82 milliseconds