Home
last modified time | relevance | path

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

/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/ojluni/src/test/java/util/AbstractList/
DFailFastIterator.java40 List orig = new ArrayList(100); in main() local
/libcore/ojluni/src/test/java/text/Format/NumberFormat/
DBigDecimalParse.java683 private void checkParse(String orig, Number expected, Number got) { in checkParse()
692 private void checkType(String orig, String expected, String got) { in checkType()
701 private void checkParsePosition(String orig, int expected, int got) { in checkParsePosition()
DBigDecimalFormat.java1018 private void checkFormat(String orig, StringBuffer got, String expected, in checkFormat()
1029 private void checkFieldPosition(String orig, FieldPosition fp, int begin, in checkFieldPosition()
/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/Collection/
DSetFactories.java303 Set<Integer> orig = genSet(); in copyOfResultsEqual() local
312 Set<Integer> orig = genSet(); in copyOfModifiedUnequal() local
322 Set<Integer> orig = genSet(); in copyOfIdentity() local
/libcore/ojluni/src/test/java/util/EnumMap/
DSimpleSerialization.java73 private static String getFailureText(final Object orig, final Object copy) { in getFailureText()
/libcore/ojluni/src/test/java/security/KeyAgreement/
DKeySpecTest.java311 private static <T extends Object> T deserializedCopy(T orig, Class<T> type) in deserializedCopy()
/libcore/ojluni/src/test/java/lang/StackWalker/
DMultiThreadStackWalk.java118 private Env(Env orig, long start) { in Env() method in MultiThreadStackWalk.Env
/libcore/ojluni/src/test/java/util/HexFormat/
DHexFormatTest.java574 final int orig = 0x76543210; in testfromHexDigitsToInt() local
591 final long orig = 0xfedcba9876543210L; in testfromHexDigitsToLong() 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/test/java/lang/invoke/
DJavaDocExamplesTest.java163 Collection orig = Arrays.asList("x", "y"); in testFindConstructor() local
DMethodHandlesGeneralTest.java261 Object orig = argsWithSelf[0]; in testFindVirtual() local
/libcore/ojluni/src/main/java/java/io/
DObjectOutputStream.java1155 Object orig = obj; in writeObject0() local