Home
last modified time | relevance | path

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

123

/external/apache-http/src/org/apache/http/io/
DSessionInputBuffer.java60 int readLine(CharArrayBuffer buffer) throws IOException; in readLine() method
62 String readLine() throws IOException; in readLine() method
/external/apache-http/src/org/apache/http/impl/conn/
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
/external/apache-http/src/org/apache/http/impl/io/
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
/external/guava/guava/src/com/google/common/io/
DLineReader.java73 public String readLine() throws IOException { in readLine() method in LineReader
DByteArrayDataInput.java94 String readLine(); in readLine() method
DLittleEndianDataInputStream.java60 public String readLine() { in readLine() method in LittleEndianDataInputStream
/external/guava/android/guava/src/com/google/common/io/
DLineReader.java73 public String readLine() throws IOException { in readLine() method in LineReader
DByteArrayDataInput.java94 String readLine(); in readLine() method
/external/cronet/stable/components/cronet/android/test/javatests/src/org/chromium/net/
DLogcatCapture.java71 String readLine() throws IOException { in readLine() method in LogcatCapture
/external/cronet/tot/components/cronet/android/test/javatests/src/org/chromium/net/
DLogcatCapture.java71 String readLine() throws IOException { in readLine() method in LogcatCapture
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/
DPEMUtil.java31 private String readLine( in readLine() method in PEMUtil
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPEMUtil.java31 private String readLine( in readLine() method in PEMUtil
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPEMUtil.java27 private String readLine( in readLine() method in PEMUtil
/external/jline/src/src/main/java/jline/
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
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
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
DUncheckedBufferedReader.java165 public String readLine() throws UncheckedIOException { in readLine() method in UncheckedBufferedReader
DSwappedDataInputStream.java163 public String readLine() throws IOException, EOFException { in readLine() method in SwappedDataInputStream
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LineEditor/
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
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DStrictLineReader.java125 public String readLine() throws IOException { in readLine() method in StrictLineReader
/external/llvm/lib/LineEditor/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
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
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DIOExtensions.cs87 public static string readLine( this TextReader reader ) in readLine() method in Antlr.Runtime.JavaExtensions.IOExtensions
/external/cronet/stable/third_party/icu/source/test/intltest/
Dtextfile.cpp78 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { in readLine() function in TextFile
/external/cronet/tot/third_party/icu/source/test/intltest/
Dtextfile.cpp78 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { in readLine() function in TextFile
/external/icu/icu4c/source/test/intltest/
Dtextfile.cpp78 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { in readLine() function in TextFile

123