/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | LineNumberReaderTest.java | 59 lnr.readLine(); in test_getLineNumber() 60 lnr.readLine(); in test_getLineNumber() 74 line = lnr.readLine(); in test_markI() 77 .readLine())); in test_markI() 113 lnr.readLine(); in test_readLine() 114 line = lnr.readLine(); in test_readLine() 128 assertNotNull(reader.readLine()); in test_readLine() 129 assertNull(reader.readLine()); in test_readLine() 140 lnr.readLine(); in test_reset() 142 line = lnr.readLine(); in test_reset() [all …]
|
D | PrintWriterTest.java | 77 s = br.readLine(); in test_ConstructorLjava_io_OutputStream() 80 s = br.readLine(); in test_ConstructorLjava_io_OutputStream() 99 s = br.readLine(); in test_ConstructorLjava_io_OutputStreamZ() 104 s = br.readLine(); in test_ConstructorLjava_io_OutputStreamZ() 107 s = br.readLine(); in test_ConstructorLjava_io_OutputStreamZ() 254 s = br.readLine(); in test_print$C() 384 s = br.readLine(); in test_println() 386 s = br.readLine(); in test_println() 388 s = br.readLine(); in test_println() 408 s = br.readLine(); in test_println$C() [all …]
|
D | ConsoleTest.java | 87 String line = console.readLine(); in test_readLine() 92 String line = console.readLine("%d %s", 2, "Please input a line of string to test:"); in test_readLine_LString_LObject()
|
D | BufferedReaderTest.java | 65 assertEquals(line, bufferedReader.readLine()); in assertLines() 67 assertNull(bufferedReader.readLine()); in assertLines() 478 String r = br.readLine(); in test_readLine()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldBufferedReaderTest.java | 223 line = br.readLine(); in test_readLine() 226 line = br.readLine(); in test_readLine() 229 line = br.readLine(); in test_readLine() 235 br.readLine(); in test_readLine() 329 assertEquals("1", r.readLine()); in test_readLine_all_line_endings() 330 assertEquals("2", r.readLine()); in test_readLine_all_line_endings() 331 assertEquals("3", r.readLine()); in test_readLine_all_line_endings() 332 assertEquals("4", r.readLine()); in test_readLine_all_line_endings() 333 assertNull(r.readLine()); in test_readLine_all_line_endings() 340 assertEquals("", r.readLine()); // The '\r' we read() didn't count. in test_readLine_interaction_with_read() [all …]
|
D | OldLineNumberReaderTest.java | 36 line = lnr.readLine(); in test_markI() 39 line.equals(lnr.readLine())); in test_markI() 125 lnr.readLine(); in test_readLine() 126 line = lnr.readLine(); in test_readLine() 133 lnr.readLine(); in test_readLine() 146 lnr.readLine(); in test_reset() 148 line = lnr.readLine(); in test_reset()
|
D | OldAndroidDataInputStreamTest.java | 60 assertEquals("AbCdEfGhIjKlM", d.readLine()); in testDataInputStream() 61 assertEquals("OpQ", d.readLine()); in testDataInputStream() 62 assertEquals("StUvWxYz", d.readLine()); in testDataInputStream()
|
D | OldDataInputStreamTest.java | 265 line = dis.readLine(); in test_readLine() 268 line = dis.readLine(); in test_readLine() 271 line = dis.readLine(); in test_readLine() 277 dis.readLine(); in test_readLine()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ProcessManagerTest.java | 59 assertEquals(greeting, readLine(process)); in testCat() 133 assertEquals("/", readLine(process)); in testPwd() 144 assertEquals("foo", readLine(process)); in testEnvironment() 147 String readLine(Process process) throws IOException { in readLine() method in ProcessManagerTest 150 return reader.readLine(); in readLine() 161 while ((line = reader.readLine()) != null) { in logErrors() 224 while (reader.readLine() != null) { in countLines()
|
/libcore/ojluni/annotations/flagged_api/java/io/ |
D | Console.annotated.java | 43 public java.lang.String readLine(java.lang.String fmt, java.lang.Object... args) { throw new Runtim… in readLine() method in Console 45 public java.lang.String readLine() { throw new RuntimeException("Stub!"); } in readLine() method in Console
|
/libcore/ojluni/src/main/java/java/io/ |
D | LineNumberReader.java | 201 public String readLine() throws IOException { in readLine() method in LineNumberReader 203 String l = super.readLine(skipLF); in readLine()
|
D | BufferedReader.java | 325 String readLine(boolean ignoreLF) throws IOException { in readLine() method in BufferedReader 402 public String readLine() throws IOException { in readLine() method in BufferedReader 403 return readLine(false); in readLine() 585 nextLine = readLine(); in lines()
|
D | Console.java | 247 public String readLine(String fmt, Object ... args) { in readLine() method in Console 275 public String readLine() { in readLine() method in Console 276 return readLine(""); in readLine()
|
D | DataInput.java | 515 String readLine() throws IOException; in readLine() method
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | Console.java | 58 public java.lang.String readLine(java.lang.String fmt, java.lang.Object... args) { in readLine() method in Console 62 public java.lang.String readLine() { in readLine() method in Console
|
/libcore/ojluni/src/main/java/java/util/jar/ |
D | Manifest.java | 302 while ((len = fis.readLine(lbuf)) != -1) { in read() 468 public int readLine(byte[] b, int off, int len) throws IOException { in readLine() method in Manifest.FastInputStream 532 public int readLine(byte[] b) throws IOException { in readLine() method in Manifest.FastInputStream 533 return readLine(b, 0, b.length); in readLine()
|
/libcore/ojluni/src/test/java/net/Socks/ |
D | SocksIPv6Test.java | 154 actual = reader.readLine(); in testSocksOverIPv6() 187 actual = reader.readLine(); in testSocksOverIPv6Hostname()
|
/libcore/ojluni/src/test/java/util/Properties/ |
D | SaveEncoding.java | 80 firstLine = in.readLine(); in main()
|
/libcore/ojluni/src/main/java/jdk/internal/util/jar/ |
D | JarIndex.java | 294 while((line = br.readLine()) != null && !line.endsWith(".jar")); in read() 296 for(;line != null; line = br.readLine()) { in read()
|
/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/ |
D | UnsupportedNewApis.java | 70 while ((line = reader.readLine()) != null) { in parse()
|
D | ExpectedUpstreamFile.java | 44 while ((line = in.readLine()) != null) { in readAllEntries()
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | XMLReaderFactory.java | 134 className = reader.readLine(); in createXMLReader()
|
/libcore/ojluni/src/test/java/text/testlib/ |
D | HexDumpReader.java | 55 while ((line = reader.readLine()) != null) { in getStreamFromHexDump()
|
/libcore/luni/src/test/java/libcore/java/math/ |
D | CSVTest.java | 49 while ((line = br.readLine()) != null) { in TestCSVInputs()
|
/libcore/support/src/test/java/libcore/java/security/ |
D | CpuFeatures.java | 155 while ((line = br.readLine()) != null) { in cpuFieldContainsAes()
|