Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/io/
DChunkedOutputStream.java97 this.out.writeLine(Integer.toHexString(this.cachePosition)); in flushCache()
99 this.out.writeLine(""); in flushCache()
113 this.out.writeLine(Integer.toHexString(this.cachePosition + len)); in flushCacheWithAppend()
116 this.out.writeLine(""); in flushCacheWithAppend()
122 this.out.writeLine("0"); in writeClosingChunk()
123 this.out.writeLine(""); in writeClosingChunk()
DAbstractMessageWriter.java78 this.sessionBuffer.writeLine in write()
82 this.sessionBuffer.writeLine(this.lineBuf); in write()
DAbstractSessionOutputBuffer.java137 public void writeLine(final String s) throws IOException { in writeLine() method in AbstractSessionOutputBuffer
147 public void writeLine(final CharArrayBuffer s) throws IOException { in writeLine() method in AbstractSessionOutputBuffer
DHttpRequestWriter.java56 this.sessionBuffer.writeLine(buffer); in writeHeadLine()
DHttpResponseWriter.java56 this.sessionBuffer.writeLine(buffer); in writeHeadLine()
/external/apache-http/src/org/apache/http/impl/conn/
DLoggingSessionOutputBuffer.java90 public void writeLine(final CharArrayBuffer buffer) throws IOException { in writeLine() method in LoggingSessionOutputBuffer
91 this.out.writeLine(buffer); in writeLine()
98 public void writeLine(final String s) throws IOException { in writeLine() method in LoggingSessionOutputBuffer
99 this.out.writeLine(s); in writeLine()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DDumpLayer.cpp67 writeLine("{"); in beginLayer()
73 writeLine("}"); in endLayer()
82 void FileLayerDumper::writeLine(const char* str) in writeLine() function in WebCore::FileLayerDumper
DDumpLayer.h105 void writeLine(const char* str);
/external/apache-http/src/org/apache/http/io/
DSessionOutputBuffer.java55 void writeLine(String s) throws IOException; in writeLine() method
57 void writeLine(CharArrayBuffer buffer) throws IOException; in writeLine() method
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DDebugMethodItem.java51 protected static void writeLine(IndentingWriter writer, int line) throws IOException { in writeLine() method in DebugMethodItem
DMethodDefinition.java611 writeLine(writer, line); in addDebugInfo()