HomeSort by relevance Sort by last modified time
    Searched defs:annos (Results 1 - 10 of 10) sorted by null

  /dalvik/vm/native/
java_lang_reflect_Method.cpp 130 ArrayObject* annos = dvmGetMethodAnnotations(meth); local
131 dvmReleaseTrackedAlloc((Object*)annos, NULL);
132 RETURN_PTR(annos);
180 ArrayObject* annos = dvmGetParameterAnnotations(meth); local
181 dvmReleaseTrackedAlloc((Object*)annos, NULL);
182 RETURN_PTR(annos);
java_lang_reflect_Field.cpp 615 ArrayObject* annos = dvmGetFieldAnnotations(field); local
616 dvmReleaseTrackedAlloc((Object*) annos, NULL);
617 RETURN_PTR(annos);
java_lang_Class.cpp 711 ArrayObject* annos = dvmGetClassAnnotations(clazz); local
712 dvmReleaseTrackedAlloc((Object*) annos, NULL);
713 RETURN_PTR(annos);
  /art/test/004-annotations/src/android/test/anno/
TestAnnotations.java 29 Annotation[] annos; local
32 annos = clazz.getAnnotations();
34 "(" + annos.length + "):");
35 printAnnotationArray("", annos);
39 annos = c.getDeclaredAnnotations();
41 printAnnotationArray(" ", annos);
50 annos = m.getDeclaredAnnotations();
52 printAnnotationArray(" ", annos);
61 annos = f.getDeclaredAnnotations();
63 printAnnotationArray(" ", annos);
    [all...]
  /dalvik/tests/004-annotations/src/android/test/anno/
TestAnnotations.java 29 Annotation[] annos; local
32 annos = clazz.getAnnotations();
34 "(" + annos.length + "):");
35 printAnnotationArray("", annos);
39 annos = c.getDeclaredAnnotations();
41 printAnnotationArray(" ", annos);
50 annos = m.getDeclaredAnnotations();
52 printAnnotationArray(" ", annos);
61 annos = f.getDeclaredAnnotations();
63 printAnnotationArray(" ", annos);
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
ShadowWrangler.java 318 Annotation[] annos = method.getAnnotations(); local
319 for (int i = 0; i < annos.length; i++) {
320 String name = annos[i].annotationType().getName();
323 Method m = (annos[i]).getClass().getMethod("i18nSafe");
324 return (Boolean) m.invoke(annos[i]);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 99 milliseconds