Searched refs:returned (Results 1 – 4 of 4) 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/luni/src/test/java/libcore/java/lang/ |
D | OldRuntimeTest.java | 457 byte[] returned = new byte[expected.length]; in test_getLocalizedInputStream() 464 lcIn.read(returned); in test_getLocalizedInputStream() 467 Arrays.equals(expected, returned)); in test_getLocalizedInputStream() 483 byte[] returned = out.toByteArray(); in test_getLocalizedOutputStream() 485 assertTrue("wrong result for String: " + returned.toString() + in test_getLocalizedOutputStream() 487 Arrays.equals(expected, returned)); in test_getLocalizedOutputStream()
|
/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/expectations/ |
D | knownfailures.txt | 191 …description: "If no schema is associated: returns empty string where actually null be returned?. T… 467 description: "Wrong value returned for Long: java.lang.String (VARCHAR)", 472 description: "Wrong value returned for Long: java.lang.String", 480 description: "If there is no current row 0 must be returned. res.close() does not wrap up", 689 description: "An other value is returned than was set (X * 1000)",
|