Home
last modified time | relevance | path

Searched defs:allAnnotations (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/libcore/reflect/
DRecordComponents.java96 Annotation[][] allAnnotations = readElement("componentAnnotations", in getVisibleAnnotations() local
110 Annotation[][] allAnnotations = componentAnnotations; in getVisibleAnnotations() local
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DExecutableParameterTest.java287 Annotation[][] allAnnotations = getParameterAnnotations(executable, 1); in assertOnlyParameterAnnotations() local
295 Annotation[][] allAnnotations = executable.getParameterAnnotations(); in getParameterAnnotations() local