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

  /dalvik/vm/reflect/
Reflect.h 215 struct AnnotationValue {
261 AnnotationValue* value);
Annotation.cpp 318 const u1** pPtr, AnnotationValue* pValue,
496 AnnotationValue avalue;
656 AnnotationValue avalue;
    [all...]
  /external/android-mock/tests/com/google/android/testing/mocking/
UsesMocksProcessorTest.java 40 import javax.lang.model.element.AnnotationValue;
90 private AnnotationValue getMockAnnotationValue(Class<?> clazz) {
91 AnnotationValue mockValue = EasyMock.createMock(AnnotationValue.class);
  /external/doclava/src/com/google/doclava/
Converter.java 631 private static HashMap<AnnotationValue, AnnotationValueInfo> mAnnotationValues =
632 new HashMap<AnnotationValue, AnnotationValueInfo>();
633 private static HashSet<AnnotationValue> mAnnotationValuesNeedingInit =
634 new HashSet<AnnotationValue>();
636 private static AnnotationValueInfo obtainAnnotationValue(AnnotationValue o, MethodInfo element) {
652 private static void initAnnotationValue(AnnotationValue o, AnnotationValueInfo v) {
664 } else if (orig instanceof AnnotationValue[]) {
665 AnnotationValue[] old = (AnnotationValue[]) orig;
680 HashSet<AnnotationValue> set = mAnnotationValuesNeedingInit
    [all...]
  /external/android-mock/src/com/google/android/testing/mocking/
UsesMocksProcessor.java 35 import javax.lang.model.element.AnnotationValue;
140 for (AnnotationValue annotationValue : mirror.getElementValues().values()) {
141 for (Object classFileName : (Iterable<?>) annotationValue.getValue()) {
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 69 import com.sun.javadoc.AnnotationValue;
262 private Object convertAnnotationValue(AnnotationValue annotationValue) {
263 if (annotationValue == null) {
266 Object value = annotationValue.value();
293 } else if (value instanceof AnnotationValue) {
294 return convertAnnotationValue((AnnotationValue) value);
295 } else if (value instanceof AnnotationValue[]) {
296 AnnotationValue[] arr = (AnnotationValue[]) value;
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 44 import com.sun.javadoc.AnnotationValue;
576 AnnotationValue av = evp.value();
  /dalvik/vm/oo/
Class.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 571 milliseconds