/external/apache-http/src/org/apache/http/io/ |
D | SessionOutputBuffer.java | 60 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/ |
D | LoggingSessionOutputBuffer.java | 95 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/ |
D | AbstractSessionOutputBuffer.java | 142 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/dexlib2/src/main/java/org/jf/util/ |
D | IndentingWriter.java | 68 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/boringssl/src/util/ |
D | convert_comments.go | 89 func writeLine(out *bytes.Buffer, line string) { func
|
/external/skqp/src/sksl/ |
D | SkSLGLSLCodeGenerator.cpp | 37 void GLSLCodeGenerator::writeLine(const char* s) { in writeLine() function in SkSL::GLSLCodeGenerator 60 void GLSLCodeGenerator::writeLine(const String& s) { in writeLine() function in SkSL::GLSLCodeGenerator 64 void GLSLCodeGenerator::writeLine() { in writeLine() function in SkSL::GLSLCodeGenerator
|
D | SkSLMetalCodeGenerator.cpp | 48 void MetalCodeGenerator::writeLine(const char* s) { in writeLine() function in SkSL::MetalCodeGenerator 58 void MetalCodeGenerator::writeLine(const String& s) { in writeLine() function in SkSL::MetalCodeGenerator 62 void MetalCodeGenerator::writeLine() { in writeLine() function in SkSL::MetalCodeGenerator
|
/external/skia/src/sksl/codegen/ |
D | SkSLGLSLCodeGenerator.cpp | 40 void GLSLCodeGenerator::writeLine(const char* s) { in writeLine() function in SkSL::GLSLCodeGenerator 62 void GLSLCodeGenerator::writeLine(const String& s) { in writeLine() function in SkSL::GLSLCodeGenerator 66 void GLSLCodeGenerator::writeLine() { in writeLine() function in SkSL::GLSLCodeGenerator
|
D | SkSLMetalCodeGenerator.cpp | 60 void MetalCodeGenerator::writeLine(const char* s) { in writeLine() function in SkSL::MetalCodeGenerator 69 void MetalCodeGenerator::writeLine(const String& s) { in writeLine() function in SkSL::MetalCodeGenerator 73 void MetalCodeGenerator::writeLine() { in writeLine() function in SkSL::MetalCodeGenerator
|
D | SkSLPipelineStageCodeGenerator.cpp | 128 void PipelineStageCodeGenerator::writeLine(const char* s) { in writeLine() function in SkSL::PipelineStage::PipelineStageCodeGenerator
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | MDGenerator.cpp | 43 static void writeLine(const Twine &Text, raw_ostream &OS) { in writeLine() function
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/ |
D | XLIFF2ICUConverter.java | 1226 private void writeLine(OutputStream writer, String line) { in writeLine() method in XLIFF2ICUConverter
|