Home
last modified time | relevance | path

Searched refs:merged (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/reflect/
DAnnotationFactory.java144 List<AnnotationMember> merged = new ArrayList<AnnotationMember>(defs.length + old.length); in readObject() local
151 merged.add(el1); //phantom element in readObject()
158 merged.add(val.setDefinition(def)); in readObject()
162 merged.add(def); // brand new element in readObject()
164 elements = merged.toArray(new AnnotationMember[merged.size()]); in readObject()
/libcore/tools/expected_upstream/
Dojluni_merge_package.sh29 some classes from a package are to be merged; only a single
/libcore/ojluni/annotations/
DREADME1 This directory contains annotated stub files which can be merged into
/libcore/
DJavaLibrary.bp1150 "--validate-nullability-from-merged-stubs ",
1157 // (This is in addition to those which have annotations in the merged stubs.)