Home
last modified time | relevance | path

Searched refs:writeLine (Results 1 – 25 of 25) sorted by relevance

/external/smali/dexlib2/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
99 writeLine(chars, start, pos-start); in write()
109 writeLine(chars, start, pos-start); in write()
124 writeLine(str, start, end-start); in write()
127 writeLine(str, start, pos-start); in write()
192 writeLine(buffer, bufferIndex, 24-bufferIndex); in printUnsignedLongAsHex()
212 writeLine(buffer, bufferIndex, 24-bufferIndex); in printSignedLongAsDec()
232 writeLine(buffer, bufferIndex, 16-bufferIndex); in printSignedIntAsDec()
/external/apache-http/src/org/apache/http/impl/io/
DChunkedOutputStream.java102 this.out.writeLine(Integer.toHexString(this.cachePosition)); in flushCache()
104 this.out.writeLine(""); in flushCache()
118 this.out.writeLine(Integer.toHexString(this.cachePosition + len)); in flushCacheWithAppend()
121 this.out.writeLine(""); in flushCacheWithAppend()
127 this.out.writeLine("0"); in writeClosingChunk()
128 this.out.writeLine(""); in writeClosingChunk()
DAbstractMessageWriter.java84 this.sessionBuffer.writeLine in write()
88 this.sessionBuffer.writeLine(this.lineBuf); in write()
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
DHttpRequestWriter.java62 this.sessionBuffer.writeLine(buffer); in writeHeadLine()
DHttpResponseWriter.java62 this.sessionBuffer.writeLine(buffer); in writeHeadLine()
/external/llvm-project/clang-tools-extra/clang-doc/
DMDGenerator.cpp43 static void writeLine(const Twine &Text, raw_ostream &OS) { in writeLine() function
107 writeLine("<" + I.Name + Attrs.str() + CloseTag, OS); in writeDescription()
109 writeLine("</" + I.Name + ">", OS); in writeDescription()
130 writeLine("| enum class " + I.Name + " |", OS); in genMarkdown()
132 writeLine("| enum " + I.Name + " |", OS); in genMarkdown()
133 writeLine("--", OS); in genMarkdown()
140 writeLine(Members.str(), OS); in genMarkdown()
162 writeLine(genItalic(Access + " " + I.ReturnType.Type.Name + " " + I.Name + in genMarkdown()
166 writeLine(genItalic(I.ReturnType.Type.Name + " " + I.Name + "(" + in genMarkdown()
242 writeLine("Inherits from " + VParents, OS); in genMarkdown()
[all …]
/external/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp40 void GLSLCodeGenerator::writeLine(const char* s) { in writeLine() function in SkSL::GLSLCodeGenerator
42 this->writeLine(); in writeLine()
62 void GLSLCodeGenerator::writeLine(const String& s) { in writeLine() function in SkSL::GLSLCodeGenerator
63 this->writeLine(s.c_str()); in writeLine()
66 void GLSLCodeGenerator::writeLine() { in writeLine() function in SkSL::GLSLCodeGenerator
73 this->writeLine(); in finishLine()
163 this->writeLine(" {"); in writeStructDefinition()
175 this->writeLine(";"); in writeStructDefinition()
178 this->writeLine("};"); in writeStructDefinition()
1005 this->writeLine(" {"); in writeFunction()
[all …]
DSkSLMetalCodeGenerator.cpp60 void MetalCodeGenerator::writeLine(const char* s) { in writeLine() function in SkSL::MetalCodeGenerator
62 this->writeLine(); in writeLine()
69 void MetalCodeGenerator::writeLine(const String& s) { in writeLine() function in SkSL::MetalCodeGenerator
70 this->writeLine(s.c_str()); in writeLine()
73 void MetalCodeGenerator::writeLine() { in writeLine() function in SkSL::MetalCodeGenerator
80 this->writeLine(); in finishLine()
85 this->writeLine("#extension " + ext.name() + " : enable"); in writeExtension()
120 this->writeLine("struct " + type.name() + " {"); in writeStructDefinition()
124 this->writeLine("};"); in writeStructDefinition()
210 this->writeLine(";"); in getOutParamHelper()
[all …]
DSkSLGLSLCodeGenerator.h68 void writeLine();
70 void writeLine(const char* s);
76 void writeLine(const String& s);
DSkSLMetalCodeGenerator.h88 void writeLine();
90 void writeLine(const char* s);
94 void writeLine(const String& s);
DSkSLPipelineStageCodeGenerator.cpp58 void writeLine(const char* s = nullptr);
128 void PipelineStageCodeGenerator::writeLine(const char* s) { in writeLine() function in SkSL::PipelineStage::PipelineStageCodeGenerator
273 this->writeLine(); in writeFunction()
626 this->writeLine("{"); in writeBlock()
631 this->writeLine(); in writeBlock()
DSkSLCPPCodeGenerator.cpp539 this->writeLine(); in writeFunction()
549 this->writeLine(); in writeFunction()
/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.cpp37 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
61 this->writeLine(s.c_str()); in writeLine()
64 void GLSLCodeGenerator::writeLine() { in writeLine() function in SkSL::GLSLCodeGenerator
65 this->writeLine(""); in writeLine()
177 this->writeLine(" {"); in writeType()
186 this->writeLine(";"); in writeType()
1045 this->writeLine(") {"); in writeFunctionCall()
1055 this->writeLine("}"); in writeFunctionCall()
1142 this->writeLine(intf.fTypeName + " {"); in writeFunctionCall()
[all …]
DSkSLMetalCodeGenerator.cpp48 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
59 this->writeLine(s.c_str()); in writeLine()
62 void MetalCodeGenerator::writeLine() { in writeLine() function in SkSL::MetalCodeGenerator
63 this->writeLine(""); in writeLine()
67 this->writeLine("#extension " + ext.fName + " : enable"); in writeExtension()
81 this->writeLine("struct " + type.name() + " {"); in writeType()
756 this->writeLine(") {"); in writeFunction()
762 this->writeLine(" Globals globalStruct;"); in writeFunction()
763 this->writeLine(" thread Globals* _globals = &globalStruct;"); in writeFunction()
[all …]
DSkSLGLSLCodeGenerator.h88 void writeLine();
90 void writeLine(const char* s);
96 void writeLine(const String& s);
DSkSLMetalCodeGenerator.h120 void writeLine();
122 void writeLine(const char* s);
126 void writeLine(const String& s);
DSkSLPipelineStageCodeGenerator.cpp191 this->writeLine(); in writeFunction()
DSkSLCPPCodeGenerator.cpp442 this->writeLine(); in writeFunction()
/external/apache-http/src/org/apache/http/impl/conn/
DLoggingSessionOutputBuffer.java95 public void writeLine(final CharArrayBuffer buffer) throws IOException { in writeLine() method in LoggingSessionOutputBuffer
96 this.out.writeLine(buffer); in writeLine()
103 public void writeLine(final String s) throws IOException { in writeLine() method in LoggingSessionOutputBuffer
104 this.out.writeLine(s); in writeLine()
/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/boringssl/src/util/
Dconvert_comments.go89 func writeLine(out *bytes.Buffer, line string) { func
211 writeLine(&out, line)
239 writeLine(&out, newLine)
/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
1250 writeLine(writer, format.format(args)); in writeHeader()
/external/apache-http/
Dart-profile552 HPLorg/apache/http/impl/io/AbstractSessionOutputBuffer;->writeLine(Lorg/apache/http/util/CharArrayB…
593 HPLorg/apache/http/io/SessionOutputBuffer;->writeLine(Ljava/lang/String;)V
594 HPLorg/apache/http/io/SessionOutputBuffer;->writeLine(Lorg/apache/http/util/CharArrayBuffer;)V
/external/apache-http/api/
Dcurrent.txt2785 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…
2786 method @Deprecated public void writeLine(String) throws java.io.IOException;
3302 method @Deprecated public void writeLine(String) throws java.io.IOException;
3303 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…
3413 method @Deprecated public void writeLine(String) throws java.io.IOException;
3414 …method @Deprecated public void writeLine(org.apache.http.util.CharArrayBuffer) throws java.io.IOEx…