Home
last modified time | relevance | path

Searched defs:orig (Results 1 – 6 of 6) sorted by relevance

/libcore/ojluni/src/test/java/util/Collection/
DSetFactories.java53 Set<Integer> orig = genSet(); in copyOfResultsEqual() local
62 Set<Integer> orig = genSet(); in copyOfModifiedUnequal() local
72 Set<Integer> orig = genSet(); in copyOfIdentity() local
/libcore/ojluni/src/test/java/util/Map/
DMapFactories.java55 Map<Integer, String> orig = genMap(); in copyOfResultsEqual() local
64 Map<Integer, String> orig = genMap(); in copyOfModifiedUnequal() local
74 Map<Integer, String> orig = genMap(); in copyOfIdentity() local
/libcore/ojluni/src/test/java/util/List/
DListFactories.java308 List<Integer> orig = genList(); in copyOfResultsEqual() local
317 List<Integer> orig = genList(); in copyOfModifiedUnequal() local
327 List<Integer> orig = genList(); in copyOfIdentity() local
337 List<Integer> orig = List.of(0, 1, 2, 3); in copyOfSubList() local
346 List<Integer> orig = List.of(0, 1, 2, 3); in copyOfSubSubList() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DMulticastSocketTest.java130 MulticastSocket orig = new MulticastSocket(); in constructorI() local
/libcore/ojluni/src/main/native/
Djni_util.c847 Canonicalize(JNIEnv *env, char *orig, char *out, int len) in Canonicalize()
/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java1155 Object orig = obj; in writeObject0() local