Searched refs:returned (Results 1 – 6 of 6) 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/main/java/sun/misc/ |
D | Service.java | 161 List names, Set returned) in parseLine() argument 183 if (!returned.contains(ln)) { in parseLine() 185 returned.add(ln); in parseLine() 214 private static Iterator parse(Class service, URL u, Set returned) in parse() argument 224 while ((lc = parseLine(service, u, r, lc, names, returned)) >= 0); in parse() 248 Set returned = new TreeSet(); field in Service.LazyIterator 275 pending = parse(service, (URL)configs.nextElement(), returned); in hasNext()
|
/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 | 188 …description: "If no schema is associated: returns empty string where actually null be returned?. T… 464 description: "Wrong value returned for Long: java.lang.String (VARCHAR)", 469 description: "Wrong value returned for Long: java.lang.String", 477 description: "If there is no current row 0 must be returned. res.close() does not wrap up", 686 description: "An other value is returned than was set (X * 1000)",
|
/libcore/ojluni/ |
D | NOTICE | 1464 other than the Unicode characters returned by char32At(). One
|