/libcore/luni/src/test/java/libcore/java/net/ |
D | UrlEncodingTest.java | 243 private void assertDecoded(String decoded, String original) throws Exception { in assertDecoded() 253 private void assertEncoded(String encoded, String original) throws Exception { in assertEncoded() 259 private void assertRoundTrip(String original, String encoded) throws Exception { in assertRoundTrip()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | DomTest.java | 420 String original = domToString(document); in testDoctypeSetTextContent() local 426 String original = domToString(document); in testDocumentSetTextContent() local 432 String original = domToString(document); in testElementSetTextContent() local 454 String original = domToString(document); in testNotationSetTextContent() local 482 String original = domToString(document); in testAttributeSetTextContent() local 489 String original = domToString(document); in testTextSetTextContent() local 496 String original = domToString(document); in testCdataSetTextContent() local 504 String original = domToString(document); in testProcessingInstructionSetTextContent() local 511 String original = domToString(document); in testCommentSetTextContent() local 698 String original = domToString(document); in testReplaceWholeTextFirst() local [all …]
|
/libcore/luni/src/test/java/libcore/java/lang/annotation/ |
D | AnnotationTypeMismatchExceptionTest.java | 35 AnnotationTypeMismatchException original = new AnnotationTypeMismatchException(m, "poop"); in testSerialization() local
|
/libcore/luni/src/main/java/java/util/ |
D | Arrays.java | 2432 public static boolean[] copyOf(boolean[] original, int newLength) { in copyOf() 2451 public static byte[] copyOf(byte[] original, int newLength) { in copyOf() 2470 public static char[] copyOf(char[] original, int newLength) { in copyOf() 2489 public static double[] copyOf(double[] original, int newLength) { in copyOf() 2508 public static float[] copyOf(float[] original, int newLength) { in copyOf() 2527 public static int[] copyOf(int[] original, int newLength) { in copyOf() 2546 public static long[] copyOf(long[] original, int newLength) { in copyOf() 2565 public static short[] copyOf(short[] original, int newLength) { in copyOf() 2584 public static <T> T[] copyOf(T[] original, int newLength) { in copyOf() 2608 public static <T, U> T[] copyOf(U[] original, int newLength, Class<? extends T[]> newType) { in copyOf() [all …]
|
D | Locale.java | 2066 private static String convertGrandfatheredTag(String original) { in convertGrandfatheredTag()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
D | CipherThread.java | 50 public void checkEncodedData(byte[] original, byte[] encoded) in checkEncodedData() 60 public void checkPaddedEncodedData(byte[] original, byte[] encoded, int offset) in checkPaddedEncodedData()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | BitSetTest.java | 67 BitSet original = BitSet.valueOf(longs); in assertBitSet() local 115 BitSet original = BitSet.valueOf(bytes); in assertBitSet() local
|
/libcore/luni/src/test/java/libcore/javax/security/auth/x500/ |
D | X500PrincipalTest.java | 107 X500Principal original = new X500Principal(name); in testIA5StringEncoding() local
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldStackTraceElementTest.java | 32 private Original original; field in OldStackTraceElementTest
|
/libcore/json/src/test/java/org/json/ |
D | JSONStringerTest.java | 220 private void assertEscapedAllWays(String escaped, String original) throws JSONException { in assertEscapedAllWays()
|
/libcore/luni/src/main/java/libcore/icu/ |
D | TimeZoneNames.java | 90 String original = result[i][j]; in internStrings() local
|
/libcore/luni/src/main/java/java/math/ |
D | BigInt.java | 93 void putDecString(String original) { in putDecString() 102 void putHexString(String original) { in putHexString()
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | ZipFileTest.java | 67 private static void replaceBytes(byte[] buffer, byte[] original, byte[] replacement) { in replaceBytes()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | TreeMapTest.java | 1586 NavigableMap<Integer, Object> original = new TreeMap<Integer, Object>(); in test_headMapLjava_lang_ObjectZL() local 1706 NavigableMap<Integer, Object> original = new TreeMap<Integer, Object>(); in test_tailMapLjava_lang_ObjectZL() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/ |
D | SAXParserTestSupport.java | 142 public static boolean equalsMaps(HashMap<String, String> original, in equalsMaps() argument
|
/libcore/luni/src/main/native/ |
D | libcore_icu_ICU.cpp | 691 UnicodeString original(s); in ICU_toLowerCase() local 706 UnicodeString original(s); in ICU_toUpperCase() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | URITest.java | 1392 private void testNormalize(String original, String expected) throws URISyntaxException { in testNormalize()
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
D | ObjectInputStreamTest.java | 1121 Integer original = new Integer(10); in test_resolveObjectLjava_lang_Object() local
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | SSLSocketTest.java | 574 final UncaughtExceptionHandler original = self.getUncaughtExceptionHandler(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException() local
|
/libcore/benchmarks/libs/ |
D | caliper.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |