Home
last modified time | relevance | path

Searched defs:write (Results 1 – 25 of 78) sorted by relevance

1234

/external/apache-http/src/org/apache/http/impl/io/
DIdentityOutputStream.java82 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
DContentLengthOutputStream.java104 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
DChunkedOutputStream.java140 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
DAbstractSessionOutputBuffer.java98 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
DAbstractMessageWriter.java70 public void write( in write() method in AbstractMessageWriter
/external/apache-http/src/org/apache/http/io/
DSessionOutputBuffer.java49 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
DHttpMessageWriter.java50 void write(HttpMessage message) in write() method
/external/apache-http/src/org/apache/http/impl/conn/
DLoggingSessionOutputBuffer.java65 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/
DHTMLWriter.java38 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/
DConnection.h58 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/
Dpv_string.h157 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/
Doscl_string.cpp187 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/
DSVGRenderTreeAsText.cpp457 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/
DByteArrayOStream.java241 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/
DReportGenerator.java266 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/
Dmakeconv.h54 (*write)(NewConverter *cnvData, const UConverterStaticData *staticData, member
/external/skia/src/core/
DSkStream.cpp509 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/
Dio.c72 #define write(a,b,c) WriteVolume(b,c) macro
186 int fs_close(int write) in fs_close()
/external/zlib/contrib/iostream2/
Dzstream.h208 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/
DSkSVGElements.cpp92 void SkSVGElement::write(SkSVGParser& , SkString& ) { in write() function in SkSVGElement
/external/webkit/WebCore/loader/
DPluginDocument.cpp66 bool PluginTokenizer::write(const SegmentedString&, bool) in write() function in WebCore::PluginTokenizer
DMediaDocument.cpp71 bool MediaTokenizer::write(const SegmentedString&, bool) in write() function in WebCore::MediaTokenizer
/external/e2fsprogs/include/nonunix/
Dunistd.h23 #define write _write macro
/external/webkit/WebCore/platform/image-decoders/zlib/
Dinffast.c82 unsigned write; /* window write index */ local
/external/qemu/distrib/zlib-1.2.3/
Dinffast.c82 unsigned write; /* window write index */ local

1234