Home
last modified time | relevance | path

Searched refs:returned (Results 1 – 4 of 4) sorted by relevance

/libcore/support/src/test/java/tests/support/
DThrowingReader.java53 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/
DOldRuntimeTest.java457 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/
DDomTest.java1523 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/
Dknownfailures.txt191 …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)",