Searched refs:returned (Results 1 – 10 of 10) sorted by relevance
/libcore/support/src/test/java/tests/support/ |
D | ThrowingReader.java | 53 int returned = super.read(buf, offset, count); in read() local 54 total += returned; in read() 55 return returned; in read()
|
/libcore/ojluni/src/test/java/net/URLDecoder/ |
D | EncodingTest.java | 91 String returned; in testIllegalArgument() local 93 returned = URLDecoder.decode(illegal, StandardCharsets.UTF_8.name()); in testIllegalArgument() 95 returned = URLDecoder.decode(illegal, StandardCharsets.UTF_8); in testIllegalArgument()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldRuntimeTest.java | 459 byte[] returned = new byte[expected.length]; in test_getLocalizedInputStream() 466 lcIn.read(returned); in test_getLocalizedInputStream() 469 Arrays.equals(expected, returned)); in test_getLocalizedInputStream() 485 byte[] returned = out.toByteArray(); in test_getLocalizedOutputStream() 487 assertTrue("wrong result for String: " + returned.toString() + in test_getLocalizedOutputStream() 489 Arrays.equals(expected, returned)); in test_getLocalizedOutputStream()
|
/libcore/ojluni/src/test/java/util/Map/ |
D | Defaults.java | 487 String returned = map.merge(EXTRA_KEY, in testMerge() local 496 assertNull(returned, "wrong value"); in testMerge() 499 assertSame(returned, VALUES[2], "wrong value"); in testMerge() 502 assertSame(returned, VALUES[3], "wrong value"); in testMerge()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | DomTest.java | 1523 Node returned = menu.appendChild(fragment); in testAddingADocumentFragmentAddsItsChildren() local 1524 assertSame(fragment, returned); in testAddingADocumentFragmentAddsItsChildren() 1544 Node returned = menu.replaceChild(fragment, item); in testReplacingWithADocumentFragmentInsertsItsChildren() local 1545 assertSame(item, returned); in testReplacingWithADocumentFragmentInsertsItsChildren()
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | Charset-X-Coder.java.template | 77 * object is returned to describe the reason for termination. An invoker can 95 * the returned {@link CoderResult} object, or {@linkplain CodingErrorAction#REPLACE 302 * and must not be longer than the value returned by the 306 * must not be longer than the value returned by the
|
/libcore/expectations/ |
D | knownfailures.txt | 196 …description: "If no schema is associated: returns empty string where actually null be returned?. T… 472 description: "Wrong value returned for Long: java.lang.String (VARCHAR)", 477 description: "Wrong value returned for Long: java.lang.String", 485 description: "If there is no current row 0 must be returned. res.close() does not wrap up", 694 description: "An other value is returned than was set (X * 1000)",
|
/libcore/ojluni/src/test/java/util/Scanner/ |
D | input.txt | 27 * returned <code>true</code>. If the match is successful, the scanner
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 118 * buffers returned by this method typically have somewhat higher allocation 1589 * <p> Modifications to this buffer's content will cause the returned 1943 * <p> If the two buffers share a common prefix then the returned index is 1946 * If one buffer is a proper prefix of the other then the returned index is
|
/libcore/ojluni/src/main/ |
D | LICENSE | 1186 other than the Unicode characters returned by char32At(). One
|