/external/apache-http/src/org/apache/http/impl/io/ |
D | IdentityOutputStream.java | 82 public void write(byte[] b, int off, int len) throws IOException { in write() method in IdentityOutputStream 89 public void write(byte[] b) throws IOException { in write() method in IdentityOutputStream 93 public void write(int b) throws IOException { in write() method in IdentityOutputStream
|
D | ContentLengthOutputStream.java | 104 public void write(byte[] b, int off, int len) throws IOException { in write() method in ContentLengthOutputStream 118 public void write(byte[] b) throws IOException { in write() method in ContentLengthOutputStream 122 public void write(int b) throws IOException { in write() method in ContentLengthOutputStream
|
D | ChunkedOutputStream.java | 140 public void write(int b) throws IOException { in write() method in ChunkedOutputStream 155 public void write(byte b[]) throws IOException { in write() method in ChunkedOutputStream 159 public void write(byte src[], int off, int len) throws IOException { in write() method in ChunkedOutputStream
|
D | AbstractSessionOutputBuffer.java | 98 public void write(final byte[] b, int off, int len) throws IOException { in write() method in AbstractSessionOutputBuffer 123 public void write(final byte[] b) throws IOException { in write() method in AbstractSessionOutputBuffer 130 public void write(int b) throws IOException { in write() method in AbstractSessionOutputBuffer
|
D | AbstractMessageWriter.java | 70 public void write( in write() method in AbstractMessageWriter
|
/external/apache-http/src/org/apache/http/io/ |
D | SessionOutputBuffer.java | 49 void write(byte[] b, int off, int len) throws IOException; in write() method 51 void write(byte[] b) throws IOException; in write() method 53 void write(int b) throws IOException; in write() method
|
D | HttpMessageWriter.java | 50 void write(HttpMessage message) in write() method
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | LoggingSessionOutputBuffer.java | 65 public void write(byte[] b, int off, int len) throws IOException { in write() method in LoggingSessionOutputBuffer 72 public void write(int b) throws IOException { in write() method in LoggingSessionOutputBuffer 79 public void write(byte[] b) throws IOException { in write() method in LoggingSessionOutputBuffer
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLWriter.java | 38 public void write (final String s) in write() method in HTMLWriter 55 public void write (final char c) in write() method in HTMLWriter
|
/external/webkit/WebKit/android/wds/ |
D | Connection.h | 58 int write(const char buf[], size_t length) const { in write() function 61 int write(const char buf[]) const { in write() function
|
/external/opencore/baselibs/gen_data_structures/src/ |
D | pv_string.h | 157 inline void String::write(int index, char c) in write() function 163 inline void String::write(unsigned int offset, unsigned int length, char *ptr) in write() function
|
/external/opencore/oscl/oscl/osclutil/src/ |
D | oscl_string.cpp | 187 OSCL_EXPORT_REF void OSCL_String::write(uint32 index, chartype c) in write() function in OSCL_String 209 OSCL_EXPORT_REF void OSCL_wString::write(uint32 index, chartype c) in write() function in OSCL_wString 232 OSCL_EXPORT_REF void OSCL_String::write(uint32 offset, uint32 length, const chartype* ptr) in write() function in OSCL_String 262 OSCL_EXPORT_REF void OSCL_wString::write(uint32 offset, uint32 length, const chartype* ptr) in write() function in OSCL_wString
|
/external/webkit/WebCore/rendering/ |
D | SVGRenderTreeAsText.cpp | 457 void write(TextStream& ts, const RenderSVGContainer& container, int indent) in write() function 474 void write(TextStream& ts, const RenderSVGRoot& root, int indent) in write() function 491 void write(TextStream& ts, const RenderSVGText& text, int indent) in write() function 508 void write(TextStream& ts, const RenderSVGInlineText& text, int indent) in write() function 525 void write(TextStream& ts, const RenderPath& path, int indent) in write() function
|
/external/emma/core/java12/com/vladium/util/ |
D | ByteArrayOStream.java | 241 public final void write (final int b) in write() method in ByteArrayOStream 265 public final void write (final byte [] buf, final int offset, final int length) in write() method in ByteArrayOStream
|
/external/emma/core/java12/com/vladium/emma/report/xml/ |
D | ReportGenerator.java | 266 public void write (final char [] cbuf, final int off, final int len) throws IOException in write() method in ReportGenerator.IndentingWriter 272 public void write (int c) throws IOException in write() method in ReportGenerator.IndentingWriter 278 public void write (final String s, final int off, final int len) throws IOException in write() method in ReportGenerator.IndentingWriter
|
/external/icu4c/tools/makeconv/ |
D | makeconv.h | 54 (*write)(NewConverter *cnvData, const UConverterStaticData *staticData, member
|
/external/skia/src/core/ |
D | SkStream.cpp | 509 bool SkFILEWStream::write(const void* buffer, size_t size) in write() function in SkFILEWStream 537 bool SkMemoryWStream::write(const void* buffer, size_t size) in write() function in SkMemoryWStream 610 bool SkDynamicMemoryWStream::write(const void* buffer, size_t count) in write() function in SkDynamicMemoryWStream 645 bool SkDynamicMemoryWStream::write(const void* buffer, size_t offset, size_t count) in write() function in SkDynamicMemoryWStream 727 bool SkDebugWStream::write(const void* buffer, size_t size) in write() function in SkDebugWStream
|
/external/dosfstools/src/ |
D | io.c | 72 #define write(a,b,c) WriteVolume(b,c) macro 186 int fs_close(int write) in fs_close()
|
/external/zlib/contrib/iostream2/ |
D | zstream.h | 208 int write(const void* buf, size_t len) { in write() function 264 inline int write(ozstream& zs, const T* x, Items items) { in write() function
|
/external/skia/src/svg/ |
D | SkSVGElements.cpp | 92 void SkSVGElement::write(SkSVGParser& , SkString& ) { in write() function in SkSVGElement
|
/external/webkit/WebCore/loader/ |
D | PluginDocument.cpp | 66 bool PluginTokenizer::write(const SegmentedString&, bool) in write() function in WebCore::PluginTokenizer
|
D | MediaDocument.cpp | 71 bool MediaTokenizer::write(const SegmentedString&, bool) in write() function in WebCore::MediaTokenizer
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 23 #define write _write macro
|
/external/webkit/WebCore/platform/image-decoders/zlib/ |
D | inffast.c | 82 unsigned write; /* window write index */ local
|
/external/qemu/distrib/zlib-1.2.3/ |
D | inffast.c | 82 unsigned write; /* window write index */ local
|