Home
last modified time | relevance | path

Searched refs:annos (Results 1 – 5 of 5) sorted by relevance

/dalvik/tests/004-annotations/src/android/test/anno/
DTestAnnotations.java29 Annotation[] annos; in printAnnotations() local
32 annos = clazz.getAnnotations(); in printAnnotations()
34 "(" + annos.length + "):"); in printAnnotations()
35 printAnnotationArray("", annos); in printAnnotations()
39 annos = c.getDeclaredAnnotations(); in printAnnotations()
41 printAnnotationArray(" ", annos); in printAnnotations()
50 annos = m.getDeclaredAnnotations(); in printAnnotations()
52 printAnnotationArray(" ", annos); in printAnnotations()
61 annos = f.getDeclaredAnnotations(); in printAnnotations()
63 printAnnotationArray(" ", annos); in printAnnotations()
/dalvik/vm/native/
Djava_lang_reflect_Method.cpp130 ArrayObject* annos = dvmGetMethodAnnotations(meth); in Dalvik_java_lang_reflect_Method_getDeclaredAnnotations() local
131 dvmReleaseTrackedAlloc((Object*)annos, NULL); in Dalvik_java_lang_reflect_Method_getDeclaredAnnotations()
132 RETURN_PTR(annos); in Dalvik_java_lang_reflect_Method_getDeclaredAnnotations()
180 ArrayObject* annos = dvmGetParameterAnnotations(meth); in Dalvik_java_lang_reflect_Method_getParameterAnnotations() local
181 dvmReleaseTrackedAlloc((Object*)annos, NULL); in Dalvik_java_lang_reflect_Method_getParameterAnnotations()
182 RETURN_PTR(annos); in Dalvik_java_lang_reflect_Method_getParameterAnnotations()
Djava_lang_reflect_Field.cpp615 ArrayObject* annos = dvmGetFieldAnnotations(field); in Dalvik_java_lang_reflect_Field_getDeclaredAnnotations() local
616 dvmReleaseTrackedAlloc((Object*) annos, NULL); in Dalvik_java_lang_reflect_Field_getDeclaredAnnotations()
617 RETURN_PTR(annos); in Dalvik_java_lang_reflect_Field_getDeclaredAnnotations()
Djava_lang_Class.cpp711 ArrayObject* annos = dvmGetClassAnnotations(clazz); in Dalvik_java_lang_Class_getDeclaredAnnotations() local
712 dvmReleaseTrackedAlloc((Object*) annos, NULL); in Dalvik_java_lang_Class_getDeclaredAnnotations()
713 RETURN_PTR(annos); in Dalvik_java_lang_Class_getDeclaredAnnotations()
/dalvik/tests/044-proxy/
Dexpected.txt49 Decl annos: []
50 Param annos (1) : [[]]