/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
Form5rc.java | 103 write(out, opcodeUnit(insn), cpi, (short) count, (short) firstReg); method
|
/external/doclava/src/com/google/doclava/ |
JarUtils.java | 76 out.write(buffer, 0, s);
|
/external/e2fsprogs/include/nonunix/ |
unistd.h | 23 #define write _write macro
|
/external/guava/guava/src/com/google/common/hash/ |
AbstractNonStreamingHashFunction.java | 43 stream.write(b); 50 stream.write(bytes); 59 stream.write(bytes, off, len); 65 stream.write(s & BOTTOM_BYTE); 66 stream.write((s >>> 8) & BOTTOM_BYTE); 72 stream.write(i & BOTTOM_BYTE); 73 stream.write((i >>> 8) & BOTTOM_BYTE); 74 stream.write((i >>> 16) & BOTTOM_BYTE); 75 stream.write((i >>> 24) & BOTTOM_BYTE); 82 stream.write((byte) ((l >>> i) & BOTTOM_BYTE)) [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
LittleEndianDataOutputStreamTest.java | 42 /* Write out various test values in LITTLE ENDIAN FORMAT */ 43 out.write(new byte[] { -100, 100 }); 86 /* Write out various test values in LITTLE ENDIAN FORMAT */ 103 /* Write out various test values in LITTLE ENDIAN FORMAT */ 120 /* Write out various test values in LITTLE ENDIAN FORMAT */
|
/external/icu4c/io/ |
uprintf.h | 65 u_printf_write_stream *write; member in struct:u_printf_stream_handler 71 UChar *str; /* Place to write the string */ 72 int32_t available;/* Number of codeunits available to write to */ 85 * @param locStringContext If present, will make sure that it will only write
|
/external/javasqlite/src/main/java/SQLite/ |
Blob.java | 197 * Write blob data. 201 public void write(int v) throws IOException { method in class:BlobW 204 pos += blob.write(b, 0, pos, 1); 208 * Write blob data. 212 public void write(byte[] b) throws IOException { method in class:BlobW 214 pos += blob.write(b, 0, pos, b.length); 219 * Write blob data. 225 public void write(byte[] b, int off, int len) throws IOException { method in class:BlobW 233 pos += blob.write(b, off, pos, len); 287 * Internal blob write method 295 native int write(byte[] b, int off, int pos, int len) throws IOException; method in class:Blob [all...] |
/external/javassist/sample/evolve/ |
DemoServer.java | 77 out.write("HTTP/1.0 200 OK\r\n\r\n");
97 fout.write(buf, 0, len);
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
ArrayMemberValue.java | 131 public void write(AnnotationsWriter writer) throws IOException { method in class:ArrayMemberValue 135 values[i].write(writer); method
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
BlenderTrack.java | 117 public void write(JmeExporter ex) throws IOException {
method in class:BlenderTrack
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/shapes/ |
CompoundCollisionShape.java | 136 public void write(JmeExporter ex) throws IOException { method in class:CompoundCollisionShape 137 super.write(ex);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/ |
UdpConnector.java | 133 public void write( ByteBuffer data ) method in class:UdpConnector
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/ |
FractalTileLoader.java | 80 public void write(JmeExporter ex) throws IOException { method in class:FractalTileLoader
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
XMLExporter.java | 68 domOut.write(object, object.getClass().getName(), null);
|
/external/libnfc-nxp/Linux_x86/ |
phDal4Nfc_link.h | 56 phDal4Nfc_link_write_CB_t write; member in struct:__anon20951
|
/external/linux-tools-perf/util/ui/ |
browser.h | 22 void (*write)(struct ui_browser *self, void *entry, int row); member in struct:ui_browser
|
/external/lzma/Java/SevenZip/Compression/LZ/ |
OutWindow.java | 50 _stream.write(_buffer, _streamPos, size);
|
/external/marisa-trie/lib/marisa/ |
intvector.cc | 101 write(writer); 106 write(writer); 109 void IntVector::write(int fd) const { function in class:marisa::IntVector 111 write(writer); 114 void IntVector::write(std::ostream &stream) const { function in class:marisa::IntVector 116 write(writer); 119 void IntVector::write(Writer &writer) const { function in class:marisa::IntVector 120 units_.write(writer); 121 writer.write(num_bits_per_int_); 122 writer.write(mask_) [all...] |
tail.cc | 83 write(writer); 88 write(writer); 91 void Tail::write(int fd) const { function in class:marisa::Tail 93 write(writer); 96 void Tail::write(std::ostream &stream) const { function in class:marisa::Tail 98 write(writer); 101 void Tail::write(Writer &writer) const { function in class:marisa::Tail 102 buf_.write(writer);
|
vector-inline.h | 88 write(writer); 94 write(writer); 98 void Vector<T>::write(int fd) const { function in class:marisa::Vector 100 write(writer); 104 void Vector<T>::write(std::ostream &stream) const { function in class:marisa::Vector 106 write(writer); 110 void Vector<T>::write(Writer &writer) const { function in class:marisa::Vector 111 writer.write(size_); 112 writer.write(objs_, size_);
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
intvector.cc | 101 write(writer); 106 write(writer); 109 void IntVector::write(int fd) const { function in class:marisa_alpha::IntVector 111 write(writer); 114 void IntVector::write(std::ostream &stream) const { function in class:marisa_alpha::IntVector 116 write(writer); 119 void IntVector::write(Writer &writer) const { function in class:marisa_alpha::IntVector 120 units_.write(writer); 121 writer.write(num_bits_per_int_); 122 writer.write(mask_) [all...] |
tail.cc | 83 write(writer); 88 write(writer); 91 void Tail::write(int fd) const { function in class:marisa_alpha::Tail 93 write(writer); 96 void Tail::write(std::ostream &stream) const { function in class:marisa_alpha::Tail 98 write(writer); 101 void Tail::write(Writer &writer) const { function in class:marisa_alpha::Tail 102 buf_.write(writer);
|
vector-inline.h | 88 write(writer); 94 write(writer); 98 void Vector<T>::write(int fd) const { function in class:marisa_alpha::Vector 100 write(writer); 104 void Vector<T>::write(std::ostream &stream) const { function in class:marisa_alpha::Vector 106 write(writer); 110 void Vector<T>::write(Writer &writer) const { function in class:marisa_alpha::Vector 111 writer.write(size_); 112 writer.write(objs_, size_);
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
Request.java | 145 out.write(content); 173 out.write(buffer, 0, c);
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/ |
StrictLineReader.java | 160 out.write(buf, pos, end - pos); 168 out.write(buf, pos, i - pos);
|