Searched defs:orig (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/test/java/util/Collection/ |
D | SetFactories.java | 53 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/ |
D | MapFactories.java | 55 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/ |
D | ListFactories.java | 308 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/ |
D | MulticastSocketTest.java | 130 MulticastSocket orig = new MulticastSocket(); in constructorI() local
|
/libcore/ojluni/src/main/native/ |
D | jni_util.c | 847 Canonicalize(JNIEnv *env, char *orig, char *out, int len) in Canonicalize()
|
/libcore/ojluni/src/main/java/java/io/ |
D | ObjectOutputStream.java | 1155 Object orig = obj; in writeObject0() local
|