/external/apache-http/src/org/apache/http/io/ |
D | SessionInputBuffer.java | 60 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/ |
D | LoggingSessionInputBuffer.java | 100 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/ |
D | AbstractSessionInputBuffer.java | 169 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/ |
D | LineReader.java | 73 public String readLine() throws IOException { in readLine() method in LineReader
|
D | ByteArrayDataInput.java | 94 String readLine(); in readLine() method
|
D | LittleEndianDataInputStream.java | 60 public String readLine() { in readLine() method in LittleEndianDataInputStream
|
/external/guava/android/guava/src/com/google/common/io/ |
D | LineReader.java | 73 public String readLine() throws IOException { in readLine() method in LineReader
|
D | ByteArrayDataInput.java | 94 String readLine(); in readLine() method
|
/external/cronet/stable/components/cronet/android/test/javatests/src/org/chromium/net/ |
D | LogcatCapture.java | 71 String readLine() throws IOException { in readLine() method in LogcatCapture
|
/external/cronet/tot/components/cronet/android/test/javatests/src/org/chromium/net/ |
D | LogcatCapture.java | 71 String readLine() throws IOException { in readLine() method in LogcatCapture
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/ |
D | PEMUtil.java | 31 private String readLine( in readLine() method in PEMUtil
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | PEMUtil.java | 31 private String readLine( in readLine() method in PEMUtil
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PEMUtil.java | 27 private String readLine( in readLine() method in PEMUtil
|
/external/jline/src/src/main/java/jline/ |
D | ConsoleReader.java | 282 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/ |
D | ReversedLinesFileReader.java | 177 private String readLine() { //NOPMD Bug in PMD in readLine() method in ReversedLinesFileReader.FilePart 468 public String readLine() throws IOException { in readLine() method in ReversedLinesFileReader
|
D | UncheckedBufferedReader.java | 165 public String readLine() throws UncheckedIOException { in readLine() method in UncheckedBufferedReader
|
D | SwappedDataInputStream.java | 163 public String readLine() throws IOException, EOFException { in readLine() method in SwappedDataInputStream
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 251 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/ |
D | StrictLineReader.java | 125 public String readLine() throws IOException { in readLine() method in StrictLineReader
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 257 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/ |
D | LineEditor.cpp | 256 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/ |
D | IOExtensions.cs | 87 public static string readLine( this TextReader reader ) in readLine() method in Antlr.Runtime.JavaExtensions.IOExtensions
|
/external/cronet/stable/third_party/icu/source/test/intltest/ |
D | textfile.cpp | 78 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { in readLine() function in TextFile
|
/external/cronet/tot/third_party/icu/source/test/intltest/ |
D | textfile.cpp | 78 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { in readLine() function in TextFile
|
/external/icu/icu4c/source/test/intltest/ |
D | textfile.cpp | 78 UBool TextFile::readLine(UnicodeString& line, UErrorCode& ec) { in readLine() function in TextFile
|