Home
last modified time | relevance | path

Searched defs:readLine (Results 1 – 25 of 1150) sorted by relevance

12345678910>>...46

/aosp_15_r20/external/jline/src/src/main/java/jline/
H A DConsoleReader.java282 public String readLine() throws IOException { in readLine() method in ConsoleReader
290 public String readLine(final Character mask) throws IOException { in readLine() method in ConsoleReader
456 public String readLine(final String prompt) throws IOException { in readLine() method in ConsoleReader
483 public String readLine(final String prompt, final Character mask) in readLine() method in ConsoleReader
743 private String readLine(InputStream in) throws IOException { in readLine() method in ConsoleReader
/aosp_15_r20/external/apache-http/src/org/apache/http/io/
H A DSessionInputBuffer.java60 int readLine(CharArrayBuffer buffer) throws IOException; in readLine() method
62 String readLine() throws IOException; in readLine() method
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/io/
H A DConsole.annotated.java43 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
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/conn/
H A DLoggingSessionInputBuffer.java100 public String readLine() throws IOException { in readLine() method in LoggingSessionInputBuffer
108 public int readLine(final CharArrayBuffer buffer) throws IOException { in readLine() method in LoggingSessionInputBuffer
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/binutils/
Daddr2liner.go57 readLine() (string, error) methodSpec
72 func (a *addr2LinerJob) readLine() (string, error) { func
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/io/
H A DAbstractSessionInputBuffer.java169 public int readLine(final CharArrayBuffer charbuffer) throws IOException { in readLine() method in AbstractSessionInputBuffer
266 public String readLine() throws IOException { in readLine() method in AbstractSessionInputBuffer
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DConsole.java58 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
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DBufferedReader.java325 String readLine(boolean ignoreLF) throws IOException { in readLine() method in BufferedReader
402 public String readLine() throws IOException { in readLine() method in BufferedReader
H A DConsole.java247 public String readLine(String fmt, Object ... args) { in readLine() method in Console
275 public String readLine() { in readLine() method in Console
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DBufferedReader.java325 String readLine(boolean ignoreLF) throws IOException { in readLine() method in BufferedReader
402 public String readLine() throws IOException { in readLine() method in BufferedReader
DConsole.java247 public String readLine(String fmt, Object ... args) { in readLine() method in Console
275 public String readLine() { in readLine() method in Console
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DBufferedReader.java325 String readLine(boolean ignoreLF) throws IOException { in readLine() method in BufferedReader
402 public String readLine() throws IOException { in readLine() method in BufferedReader
DConsole.java247 public String readLine(String fmt, Object ... args) { in readLine() method in Console
275 public String readLine() { in readLine() method in Console
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LineEditor/
H A DLineEditor.cpp251 std::optional<std::string> LineEditor::readLine() const { in readLine() function in LineEditor
295 std::optional<std::string> LineEditor::readLine() const { in readLine() function in LineEditor
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DReversedLinesFileReader.java177 private String readLine() { //NOPMD Bug in PMD in readLine() method in ReversedLinesFileReader.FilePart
468 public String readLine() throws IOException { in readLine() method in ReversedLinesFileReader
/aosp_15_r20/external/llvm/lib/LineEditor/
H A DLineEditor.cpp257 Optional<std::string> LineEditor::readLine() const { in readLine() function in LineEditor
301 Optional<std::string> LineEditor::readLine() const { in readLine() function in LineEditor
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
H A DLineEditor.cpp256 Optional<std::string> LineEditor::readLine() const { in readLine() function in LineEditor
300 Optional<std::string> LineEditor::readLine() const { in readLine() function in LineEditor
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/jar/
H A DManifest.java468 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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/jar/
DManifest.java468 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
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/jar/
DManifest.java468 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
/aosp_15_r20/frameworks/base/cmds/incident_helper/src/parsers/
H A DBatteryTypeParser.cpp31 bool readLine = false; in Parse() local
/aosp_15_r20/prebuilts/runtime/iorap/test/src/IorapTestApp/app/src/main/java/com/example/ioraptestapp/
H A DMainActivity.java39 String readLine = null; in LoadText() local
/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DLineReader.java73 public String readLine() throws IOException { in readLine() method in LineReader
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DLineReader.java73 public String readLine() throws IOException { in readLine() method in LineReader
/aosp_15_r20/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
H A DLogcatCapture.java71 String readLine() throws IOException { in readLine() method in LogcatCapture

12345678910>>...46