Searched defs:writeLine (Results 1 – 6 of 6) sorted by relevance
60 void writeLine(String s) throws IOException; in writeLine() method62 void writeLine(CharArrayBuffer buffer) throws IOException; in writeLine() method
95 public void writeLine(final CharArrayBuffer buffer) throws IOException { in writeLine() method in LoggingSessionOutputBuffer103 public void writeLine(final String s) throws IOException { in writeLine() method in LoggingSessionOutputBuffer
142 public void writeLine(final String s) throws IOException { in writeLine() method in AbstractSessionOutputBuffer152 public void writeLine(final CharArrayBuffer s) throws IOException { in writeLine() method in AbstractSessionOutputBuffer
68 private void writeLine(char[] chars, int start, int len) throws IOException { in writeLine() method in IndentingWriter80 private void writeLine(String str, int start, int len) throws IOException { in writeLine() method in IndentingWriter
35 void GLSLCodeGenerator::writeLine(const char* s) { in writeLine() function in SkSL::GLSLCodeGenerator45 void GLSLCodeGenerator::writeLine(const String& s) { in writeLine() function in SkSL::GLSLCodeGenerator49 void GLSLCodeGenerator::writeLine() { in writeLine() function in SkSL::GLSLCodeGenerator
1226 private void writeLine(OutputStream writer, String line) { in writeLine() method in XLIFF2ICUConverter