/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/ |
D | BinaryOutputCapsule.java | 72 public void write(byte value, String name, byte defVal) throws IOException { in write() method in BinaryOutputCapsule 79 public void write(byte[] value, String name, byte[] defVal) in write() method in BinaryOutputCapsule 87 public void write(byte[][] value, String name, byte[][] defVal) in write() method in BinaryOutputCapsule 95 public void write(int value, String name, int defVal) throws IOException { in write() method in BinaryOutputCapsule 102 public void write(int[] value, String name, int[] defVal) in write() method in BinaryOutputCapsule 110 public void write(int[][] value, String name, int[][] defVal) in write() method in BinaryOutputCapsule 118 public void write(float value, String name, float defVal) in write() method in BinaryOutputCapsule 126 public void write(float[] value, String name, float[] defVal) in write() method in BinaryOutputCapsule 134 public void write(float[][] value, String name, float[][] defVal) in write() method in BinaryOutputCapsule 142 public void write(double value, String name, double defVal) in write() method in BinaryOutputCapsule [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/export/ |
D | OutputCapsule.java | 52 public void write(byte value, String name, byte defVal) throws IOException; in write() method 53 public void write(byte[] value, String name, byte[] defVal) throws IOException; in write() method 54 public void write(byte[][] value, String name, byte[][] defVal) throws IOException; in write() method 59 public void write(int value, String name, int defVal) throws IOException; in write() method 60 public void write(int[] value, String name, int[] defVal) throws IOException; in write() method 61 public void write(int[][] value, String name, int[][] defVal) throws IOException; in write() method 66 public void write(float value, String name, float defVal) throws IOException; in write() method 67 public void write(float[] value, String name, float[] defVal) throws IOException; in write() method 68 public void write(float[][] value, String name, float[][] defVal) throws IOException; in write() method 73 public void write(double value, String name, double defVal) throws IOException; in write() method [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | CodeOutput.java | 26 public void write(short codeUnit); in write() method 31 public void write(short u0, short u1); in write() method 36 public void write(short u0, short u1, short u2); in write() method 41 public void write(short u0, short u1, short u2, short u3); in write() method 46 public void write(short u0, short u1, short u2, short u3, short u4); in write() method 61 public void write(byte[] data); in write() method 66 public void write(short[] data); in write() method 71 public void write(int[] data); in write() method 76 public void write(long[] data); in write() method
|
D | ShortArrayCodeOutput.java | 57 public void write(short codeUnit) { in write() method in ShortArrayCodeOutput 63 public void write(short u0, short u1) { in write() method in ShortArrayCodeOutput 69 public void write(short u0, short u1, short u2) { in write() method in ShortArrayCodeOutput 76 public void write(short u0, short u1, short u2, short u3) { in write() method in ShortArrayCodeOutput 84 public void write(short u0, short u1, short u2, short u3, short u4) { in write() method in ShortArrayCodeOutput 107 public void write(byte[] data) { in write() method in ShortArrayCodeOutput 127 public void write(short[] data) { in write() method in ShortArrayCodeOutput 134 public void write(int[] data) { in write() method in ShortArrayCodeOutput 141 public void write(long[] data) { in write() method in ShortArrayCodeOutput
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | WriterChain.java | 54 public void write(int val) throws IOException; in write() method 56 public void write(char[] chars) throws IOException; in write() method 58 public void write(char[] chars, int start, int count) throws IOException; in write() method 60 public void write(String chars) throws IOException; in write() method 62 public void write(String chars, int start, int count) throws IOException; in write() method
|
D | WriterToASCI.java | 67 public void write(char chars[], int start, int length) in write() method in WriterToASCI 90 public void write(int c) throws IOException in write() method in WriterToASCI 102 public void write(String s) throws IOException in write() method in WriterToASCI
|
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/ |
D | DOMOutputCapsule.java | 102 public void write(byte value, String name, byte defVal) throws IOException { in write() method in DOMOutputCapsule 109 public void write(byte[] value, String name, byte[] defVal) throws IOException { in write() method in DOMOutputCapsule 127 public void write(byte[][] value, String name, byte[][] defVal) throws IOException { in write() method in DOMOutputCapsule 149 public void write(int value, String name, int defVal) throws IOException { in write() method in DOMOutputCapsule 156 public void write(int[] value, String name, int[] defVal) throws IOException { in write() method in DOMOutputCapsule 174 public void write(int[][] value, String name, int[][] defVal) throws IOException { in write() method in DOMOutputCapsule 188 public void write(float value, String name, float defVal) throws IOException { in write() method in DOMOutputCapsule 195 public void write(float[] value, String name, float[] defVal) throws IOException { in write() method in DOMOutputCapsule 215 public void write(float[][] value, String name, float[][] defVal) throws IOException { in write() method in DOMOutputCapsule 236 public void write(double value, String name, double defVal) throws IOException { in write() method in DOMOutputCapsule [all …]
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | NullOutputStream.java | 12 public void write(byte[] buf) in write() method in NullOutputStream 18 public void write(byte[] buf, int off, int len) in write() method in NullOutputStream 24 public void write(int b) throws IOException in write() method in NullOutputStream
|
/external/smack/src/org/jivesoftware/smack/util/ |
D | ObservableWriter.java | 41 public void write(char cbuf[], int off, int len) throws IOException { in write() method in ObservableWriter 55 public void write(int c) throws IOException { in write() method in ObservableWriter 59 public void write(char cbuf[]) throws IOException { in write() method in ObservableWriter 65 public void write(String str) throws IOException { in write() method in ObservableWriter 70 public void write(String str, int off, int len) throws IOException { in write() method in ObservableWriter
|
/external/protobuf/python/google/protobuf/internal/ |
D | encoder.py | 338 def EncodeVarint(write, value): argument 355 def EncodeSignedVarint(write, value): argument 407 def EncodePackedField(write, value): argument 418 def EncodeRepeatedField(write, value): argument 425 def EncodeField(write, value): argument 441 def EncodePackedField(write, value): argument 452 def EncodeRepeatedField(write, value): argument 459 def EncodeField(write, value): argument 482 def EncodePackedField(write, value): argument 490 def EncodeRepeatedField(write, value): argument [all …]
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_StringWriter.java | 113 public void write(char[] buf, int offset, int count) { in write() method in Support_StringWriter 135 public void write(int oneChar) { in write() method in Support_StringWriter 150 public void write(String str) { in write() method in Support_StringWriter 172 public void write(String str, int offset, int count) { in write() method in Support_StringWriter
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | CountOutputStream.java | 43 public void write(byte[] buf, int off, int len) throws IOException in write() method in CountOutputStream 54 public void write(byte[] buf) throws IOException in write() method in CountOutputStream 65 public void write(int b) throws IOException in write() method in CountOutputStream
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
D | ChannelOutputStream.java | 28 public void write(int b) throws IOException in write() method in ChannelOutputStream 57 public void write(byte[] b, int off, int len) throws IOException in write() method in ChannelOutputStream 75 public void write(byte[] b) throws IOException in write() method in ChannelOutputStream
|
/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
|
/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
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/ |
D | TeeOutputStream.java | 18 public void write(byte[] buf) in write() method in TeeOutputStream 25 public void write(byte[] buf, int off, int len) in write() method in TeeOutputStream 32 public void write(int b) in write() method in TeeOutputStream
|
/external/guava/guava/src/com/google/common/io/ |
D | AppendableWriter.java | 50 @Override public void write(char cbuf[], int off, int len) in write() method in AppendableWriter 77 @Override public void write(int c) throws IOException { in write() method in AppendableWriter 82 @Override public void write(String str) throws IOException { in write() method in AppendableWriter 87 @Override public void write(String str, int off, int len) throws IOException { in write() method in AppendableWriter
|
D | NullOutputStream.java | 32 @Override public void write(int b) { in write() method in NullOutputStream 36 @Override public void write(byte[] b, int off, int len) { in write() method in NullOutputStream
|
/external/smali/util/src/main/java/org/jf/util/ |
D | IndentingWriter.java | 55 public void write(int chr) throws IOException { in write() method in IndentingWriter 74 public void write(char[] chars) throws IOException { in write() method in IndentingWriter 83 public void write(char[] chars, int start, int len) throws IOException { in write() method in IndentingWriter 93 public void write(String s) throws IOException { in write() method in IndentingWriter 102 public void write(String str, int start, int len) throws IOException { in write() method in IndentingWriter
|
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/ |
D | CipherOutputStream.java | 50 public void write( in write() method in CipherOutputStream 84 public void write( in write() method in CipherOutputStream 100 public void write( in write() method in CipherOutputStream
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | writer.h | 23 void write(const T &obj) { in write() function 28 void write(const T *objs, std::size_t num_objs) { in write() function
|
/external/marisa-trie/lib/marisa/ |
D | writer.h | 23 void write(const T &obj) { in write() function 28 void write(const T *objs, std::size_t num_objs) { in write() function
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
D | IndentingWriter.java | 99 public void write(int c) throws IOException { in write() method in IndentingWriter 147 public void write(char[] cbuf, int off, int len) throws IOException { in write() method in IndentingWriter 159 public void write(String str, int off, int len) throws IOException { in write() method in IndentingWriter
|