Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 25 of 67) sorted by relevance

123

/libcore/ojluni/src/test/java/util/Map/
DMapFactories.java56 Map<Integer, String> copy = Map.copyOf(orig); in copyOfResultsEqual() local
65 Map<Integer, String> copy = Map.copyOf(orig); in copyOfModifiedUnequal() local
91 Map<Integer, String> copy = Map.copyOf(map); in copyOfRejectsNullKey() local
98 Map<Integer, String> copy = Map.copyOf(map); in copyOfRejectsNullValue() local
/libcore/ojluni/src/main/java/java/security/cert/
DPKIXRevocationChecker.java201 Map<X509Certificate, byte[]> copy = new HashMap<>(responses.size()); in setOcspResponses() local
220 Map<X509Certificate, byte[]> copy = new HashMap<>(ocspResponses.size()); in getOcspResponses() local
267 PKIXRevocationChecker copy = (PKIXRevocationChecker)super.clone(); in clone() local
/libcore/ojluni/src/test/java/util/List/
DListFactories.java282 List<String> copy = serialClone(act); in serialEquality() local
309 List<Integer> copy = List.copyOf(orig); in copyOfResultsEqual() local
318 List<Integer> copy = List.copyOf(orig); in copyOfModifiedUnequal() local
339 List<Integer> copy = List.copyOf(sub); in copyOfSubList() local
348 List<Integer> copy = List.copyOf(sub); in copyOfSubSubList() local
/libcore/ojluni/src/test/java/time/test/java/time/chrono/
DTestChronoLocalDate.java101 List<ChronoLocalDate> copy = new ArrayList<>(dates); in test_date_comparator_checkGenerics_ISO() local
/libcore/luni/src/test/java/libcore/java/util/
DMapCopyOfTest.java43 var copy = Map.Entry.copyOf(entry); in createsCopy_whenNonNull() local
DArbitrarilyJumpableGeneratorTest.java59 public ArbitrarilyJumpableGenerator copy() { in copy() method in ArbitrarilyJumpableGeneratorTest.StubGenerator
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DGenericSignatureFormatErrorTest.java86 private void copy(InputStream is, OutputStream os) { in copy() method in GenericSignatureFormatErrorTest
/libcore/ojluni/src/test/java/util/Vector/
DSimpleSerialization.java71 private static String getFailureText(final Object orig, final Object copy) { in getFailureText()
/libcore/ojluni/src/test/java/util/Collections/
DEmptyCollectionSerialization.java70 Object copy = patheticDeepCopy(singleton); in serializableSingletons() local
/libcore/ojluni/src/test/java/util/Collection/
DSetFactories.java277 Set<String> copy = serialClone(act); in serialEquality() local
304 Set<Integer> copy = Set.copyOf(orig); in copyOfResultsEqual() local
313 Set<Integer> copy = Set.copyOf(orig); in copyOfModifiedUnequal() local
/libcore/luni/src/main/java/libcore/internal/
DJava9LanguageFeatures.java72 public static byte[] copy(byte[] bytes) throws IOException { in copy() method in Java9LanguageFeatures
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DAdaptableX509CertSelector.java248 AdaptableX509CertSelector copy = in clone() local
/libcore/ojluni/annotations/flagged_api/java/util/random/
DRandomGenerator.annotated.java102 public java.util.random.RandomGenerator.ArbitrarilyJumpableGenerator copy(); in copy() method
125 public java.util.random.RandomGenerator.JumpableGenerator copy(); in copy() method
148 public java.util.random.RandomGenerator.LeapableGenerator copy(); in copy() method
/libcore/ojluni/src/main/java/jdk/random/
DXoroshiro128PlusPlus.java193 public Xoroshiro128PlusPlus copy() { in copy() method in Xoroshiro128PlusPlus
DXoshiro256PlusPlus.java213 public Xoshiro256PlusPlus copy() { in copy() method in Xoshiro256PlusPlus
/libcore/ojluni/src/main/java/java/nio/file/
DTempFileHelper.java112 FileAttribute<?>[] copy = new FileAttribute<?>[attrs.length+1]; in create() local
/libcore/ojluni/src/main/java/java/util/random/
DRandomGenerator.java1135 JumpableGenerator copy(); in copy() method
1309 LeapableGenerator copy(); in copy() method
1448 ArbitrarilyJumpableGenerator copy(); in copy() method
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DTeeOpTest.java53 List<Integer> copy = new ArrayList<>(); in testTee() local
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
DNodeTest.java113 Integer[] copy = new Integer[(int) n.count()]; in testCopyTo() local
DIntNodeTest.java135 int[] copy = new int[(int) n.count()]; in testCopyTo() local
DLongNodeTest.java135 long[] copy = new long[(int) n.count()]; in testCopyTo() local
DDoubleNodeTest.java135 double[] copy = new double[(int) n.count()]; in testCopyTo() local
/libcore/luni/src/main/java/libcore/io/
DStreams.java264 public static int copy(@NonNull InputStream in, @NonNull OutputStream out) throws IOException { in copy() method in Streams
/libcore/luni/src/main/java/libcore/reflect/
DAnnotationMember.java158 protected AnnotationMember setDefinition(AnnotationMember copy) { in setDefinition()
/libcore/ojluni/src/test/java/time/tck/java/time/zone/
DTCKZoneRulesProvider.java146 NavigableMap<String, ZoneRules> copy = new TreeMap<>(versions); in test_getVersions_String() local

123