Home
last modified time | relevance | path

Searched defs:writeLine (Results 1 – 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/io/
DSessionOutputBuffer.java60 void writeLine(String s) throws IOException; in writeLine() method
62 void writeLine(CharArrayBuffer buffer) throws IOException; in writeLine() method
/external/apache-http/src/org/apache/http/impl/conn/
DLoggingSessionOutputBuffer.java95 public void writeLine(final CharArrayBuffer buffer) throws IOException { in writeLine() method in LoggingSessionOutputBuffer
103 public void writeLine(final String s) throws IOException { in writeLine() method in LoggingSessionOutputBuffer
/external/apache-http/src/org/apache/http/impl/io/
DAbstractSessionOutputBuffer.java142 public void writeLine(final String s) throws IOException { in writeLine() method in AbstractSessionOutputBuffer
152 public void writeLine(final CharArrayBuffer s) throws IOException { in writeLine() method in AbstractSessionOutputBuffer
/external/smali/util/src/main/java/org/jf/util/
DIndentingWriter.java68 private void writeLine(char[] chars, int start, int len) throws IOException { in writeLine() method in IndentingWriter
80 private void writeLine(String str, int start, int len) throws IOException { in writeLine() method in IndentingWriter
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp35 void GLSLCodeGenerator::writeLine(const char* s) { in writeLine() function in SkSL::GLSLCodeGenerator
45 void GLSLCodeGenerator::writeLine(const String& s) { in writeLine() function in SkSL::GLSLCodeGenerator
49 void GLSLCodeGenerator::writeLine() { in writeLine() function in SkSL::GLSLCodeGenerator
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java1226 private void writeLine(OutputStream writer, String line) { in writeLine() method in XLIFF2ICUConverter