Searched defs:write (Results 1 - 25 of 586) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/inflate86/
H A Dinffas86.c37 Decode literal, length, and distance codes and write out the resulting
92 /* 96 52 */ unsigned write; /* window write index */ member in struct:inffast_ar
116 ar.write = state->wnext;
366 " jne .L_wrap_around_window\n" /* if (write != 0) */
384 " movl 96(%%rsp), %%eax\n" /* eax = write */
386 " jbe .L_contiguous_in_window\n" /* if (write >= nbytes) */
390 " addq %%rax, %%rsi\n" /* from += write */
392 " subl %%eax, %%ecx\n" /* nbytes -= write */
401 " movl 96(%%rsp), %%ecx\n" /* nbytes = write */
[all...]
H A Dinffast.S154 #define write_state 40 /* state->write */
176 #define write 48 /* unsigned int */ define
273 * write = state->write;
306 movl %ecx, write(%esp)
715 * if (write == 0) {
728 cmpl $0, write(%esp)
729 jne .L_wrap_around_window /* if (write != 0) */
768 * %ecx = nbytes, %eax = write, %eax = len
770 * else if (write < nbyte
[all...]
/external/zlib/src/contrib/iostream2/
H A Dzstream.h206 /* Binary write the given number of bytes into the compressed file.
208 int write(const void* buf, size_t len) { function in class:ozstream
259 * Binary write the given (array of) object(s) into the compressed file.
264 inline int write(ozstream& zs, const T* x, Items items) { function
299 * Ascii write with the << operator;
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c44 Decode literal, length, and distance codes and write out the resulting
97 /* 96 52 */ unsigned write; /* window write index */ member in struct:inffast_ar
133 ar.write = state->wnext;
/external/zlib/src/
H A Dgzguts.h41 # define write _write macro
165 /* x.next: next output data to deliver or write */
/external/zlib/src/test/
H A Dminigzip.c172 int write; member in struct:gzFile_s
207 gz->write = strchr(mode, 'w') != NULL;
211 if (gz->write)
222 gz->file = path == NULL ? fdopen(fd, gz->write ? "wb" : "rb") :
223 fopen(path, gz->write ? "wb" : "rb");
225 gz->write ? deflateEnd(&(gz->strm)) : inflateEnd(&(gz->strm));
244 if (gz == NULL || !gz->write)
270 if (gz == NULL || gz->write)
306 if (gz->write) {
548 * -c : write t
[all...]
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java46 * [Print]FileWriter to write the XML to. Call the {@link #begin()} or
67 * @param out the FileWriter to write the XML to
76 * @param out the FileWriter to write the XML to
87 * Write <em>unescaped</em> text into the XML file. To write
89 * @param s the text to write. This String will not be escaped.
91 public void write(String s) throws IOException { method in class:XMLWriter
92 m_out.write(s);
97 * a newline. To write escaped text, use the {@link #content(String)}
99 * @param s the text to write. This String will not be escaped.
102 m_out.write(
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DCountOutputStream.java41 * @see java.io.OutputStream#write(byte[], int, int)
43 public void write(byte[] buf, int off, int len) throws IOException method in class:CountOutputStream
45 out.write(buf, off, len);
52 * @see java.io.OutputStream#write(byte[])
54 public void write(byte[] buf) throws IOException method in class:CountOutputStream
56 out.write(buf);
63 * @see java.io.OutputStream#write(int)
65 public void write(int b) throws IOException method in class:CountOutputStream
67 out.write(b);
H A DXMPSerializerRDF.java111 // serializes the whole packet, but don't write the tail yet
120 write(tailStr);
133 * Calulates the padding according to the options and write it to the stream.
247 write(PACKET_HEADER);
253 write(RDF_XMPMETA_START);
257 write(XMPMetaFactory.getVersionInfo().getMessage());
259 write("\">");
264 write(RDF_RDF_START);
279 write(RDF_RDF_END);
284 write(RDF_XMPMETA_EN
1236 private void write(int c) throws IOException method in class:XMPSerializerRDF
1247 private void write(String str) throws IOException method in class:XMPSerializerRDF
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcfile.c24 along with this program; if not, write to the Free Software
182 Int VG_(write) ( Int fd, const void* buf, Int count) function
952 // Set SO_NOSIGPIPE so write() returns EPIPE instead of raising SIGPIPE
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java35 * Filter to write an XML document from a SAX event stream.
39 * events and uses the information in those events to write
305 * <p>Use the specified XML reader as the parent, and write
509 write("<?xml");
511 write(" version=\"1.0\"");
513 write(" version=\"");
514 write(version);
515 write("\"");
518 write(" encoding=\"");
519 write(outputEncodin
1117 private void write (char c) method in class:XMLWriter
1136 private void write (String s) method in class:XMLWriter
[all...]
/external/stlport/stlport/stl/
H A D_ostream.c430 basic_ostream<_CharT, _Traits>::write(const char_type* __s, streamsize __n) { function in class:_Traits
H A D_rope.h271 _Self& write(const value_type *__s, size_t __len) { function in class:sequence_buffer
/external/svox/pico/lib/
H A Dpicoos.c932 picoos_uint8 write; member in struct:picoos_file
991 (*f)->write = ((mode == PICOPAL_TEXT_WRITE) || (mode
1168 /* write 'str' to file */
2118 /* write little-endian */
2140 /* write pi to mem */
/external/srec/portable/include/
H A DPFile.h122 ESR_ReturnCode(*write)(struct PFile_t* self, const void* buffer, size_t size, size_t* count); member in struct:PFile_t
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_wave.h62 EAS_BOOL write; member in struct:__anon30901
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.h62 EAS_BOOL write; member in struct:__anon30952
/external/skia/src/core/
H A DSkBuffer.h120 The WBuffer is given the buffer to write into, with either a specified size
147 void write(const void* buffer, size_t size) { function in class:SkWBuffer
H A DSkStream.cpp84 this->write("\n", 1);
94 return this->write(text, strlen(text));
101 return this->write(tmp.c_str(), tmp.size());
108 return this->write(tmp.c_str(), tmp.size());
115 return this->write(tmp.c_str(), tmp.size());
122 return this->write(tmp.c_str(), tmp.size());
127 return this->write(&v, 1);
132 return this->write(&v, 2);
136 return this->write(&value, 4);
140 return this->write(
454 bool SkFILEWStream::write(const void* buffer, size_t size) function in class:SkFILEWStream
484 bool SkMemoryWStream::write(const void* buffer, size_t size) { function in class:SkMemoryWStream
549 bool SkDynamicMemoryWStream::write(const void* buffer, size_t count) function in class:SkDynamicMemoryWStream
581 bool SkDynamicMemoryWStream::write(const void* buffer, size_t offset, size_t count) function in class:SkDynamicMemoryWStream
811 bool SkDebugWStream::write(const void* buffer, size_t size) function in class:SkDebugWStream
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp162 //For simplicity, just write everything out in geometry units,
330 "Could not write the page.");
635 SkDynamicMemoryWStream write; local
636 if (!SkImageEncoder::EncodeStream(&write, bitmap,
641 read->setData(write.copyToData())->unref();
2413 //To what stream do we write?
/external/skia/src/svg/
H A DSkSVGElements.cpp84 void SkSVGElement::write(SkSVGParser& , SkString& ) { function in class:SkSVGElement
H A DSkSVGGradient.cpp50 SkASSERT(0); // !!! need to write this case
79 void SkSVGGradient::write(SkSVGParser& parser, SkString& baseColor) { function in class:SkSVGGradient
86 f_id.set("mask"); // write out gradient named given name + color (less initial #)
/external/skia/tests/
H A DPackBitsTest.cpp116 size_t write = gRand.nextU() % size; local
117 if (skip + write > size) {
118 write = size - skip;
120 SkPackBits::Unpack8(src, skip, write, dst);
121 bool match = memcmp(src, src2 + skip, write) == 0;
/external/skia/tools/
H A DPictureRenderer.cpp263 * @param writePath If nonempty, write the binary image to a file within this directory.
264 * @param mismatchPath If nonempty, write the binary image to a file within this directory,
273 static bool write(SkCanvas* canvas, const SkString& writePath, const SkString& mismatchPath, function in namespace:sk_tools
396 return write(fCanvas, fWritePath, fMismatchPath, fInputFilename, fJsonSummaryPtr,
431 return write(fCanvas, fWritePath, fMismatchPath, fInputFilename, fJsonSummaryPtr,
646 success &= write(fCanvas, fWritePath, fMismatchPath, fInputFilename, fJsonSummaryPtr,
733 if (!write(fCanvas, fWritePath, fMismatchPath, fInputFilename, fJsonSummaryPtr,
737 // If one tile fails to write to a file, do not continue drawing the rest.
775 SkString fWritePath; // If not empty, write all results into this directory.
776 SkString fMismatchPath; // If not empty, write al
[all...]
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...

Completed in 5111 milliseconds

1234567891011>>