Home
last modified time | relevance | path

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

12345678910>>...35

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java97 public void write(@Nonnull Instruction10t instruction) { in write() method in InstructionWriter
106 public void write(@Nonnull Instruction10x instruction) { in write() method in InstructionWriter
115 public void write(@Nonnull Instruction11n instruction) { in write() method in InstructionWriter
124 public void write(@Nonnull Instruction11x instruction) { in write() method in InstructionWriter
133 public void write(@Nonnull Instruction12x instruction) { in write() method in InstructionWriter
142 public void write(@Nonnull Instruction20bc instruction) { in write() method in InstructionWriter
152 public void write(@Nonnull Instruction20t instruction) { in write() method in InstructionWriter
162 public void write(@Nonnull Instruction21c instruction) { in write() method in InstructionWriter
172 public void write(@Nonnull Instruction21ih instruction) { in write() method in InstructionWriter
182 public void write(@Nonnull Instruction21lh instruction) { in write() method in InstructionWriter
[all …]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryOutputCapsule.java72 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/
DOutputCapsule.java52 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/
DCodeOutput.java26 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
DShortArrayCodeOutput.java57 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/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMOutputCapsule.java102 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/webrtc/webrtc/system_wrappers/source/
Dfile_impl.cc50 WriteLockScoped write(*rw_lock_); in CloseFile() local
55 WriteLockScoped write(*rw_lock_); in Rewind() local
66 WriteLockScoped write(*rw_lock_); in SetMaxFileSize() local
72 WriteLockScoped write(*rw_lock_); in Flush() local
103 WriteLockScoped write(*rw_lock_); in OpenFile() local
172 WriteLockScoped write(*rw_lock_); in OpenFromFileHandle() local
192 WriteLockScoped write(*rw_lock_); in Read() local
204 WriteLockScoped write(*rw_lock_); in WriteText() local
228 WriteLockScoped write(*rw_lock_); in Write() local
/external/nanopb-c/generator/google/protobuf/internal/
Dencoder.py344 def EncodeVarint(write, value): argument
361 def EncodeSignedVarint(write, value): argument
413 def EncodePackedField(write, value): argument
424 def EncodeRepeatedField(write, value): argument
431 def EncodeField(write, value): argument
447 def EncodePackedField(write, value): argument
458 def EncodeRepeatedField(write, value): argument
465 def EncodeField(write, value): argument
488 def EncodePackedField(write, value): argument
496 def EncodeRepeatedField(write, value): argument
[all …]
/external/protobuf/python/google/protobuf/internal/
Dencoder.py351 def EncodeVarint(write, value): argument
369 def EncodeSignedVarint(write, value): argument
422 def EncodePackedField(write, value): argument
433 def EncodeRepeatedField(write, value): argument
440 def EncodeField(write, value): argument
456 def EncodePackedField(write, value): argument
467 def EncodeRepeatedField(write, value): argument
474 def EncodeField(write, value): argument
497 def EncodePackedField(write, value): argument
505 def EncodeRepeatedField(write, value): argument
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DWriterChain.java54 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
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
DWriter.java68 public void write (char buf[]) throws IOException { in write() method in Writer
80 public abstract void write (char buf[], int offset, int count) throws IOException; in write() method in Writer
86 public void write (int oneChar) throws IOException { in write() method in Writer
98 public void write (String str) throws IOException { in write() method in Writer
110 public void write (String str, int offset, int count) throws IOException { in write() method in Writer
DOutputStream.java21 public void write (int b) throws IOException { in write() method in OutputStream
24 public void write (byte[] ba) throws IOException { in write() method in OutputStream
28 public void write (byte[] ba, int start, int len) throws IOException { in write() method in OutputStream
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DNullOutputStream.java12 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/apache-harmony/support/src/test/java/tests/support/
DSupport_StringWriter.java107 public void write(char[] buf, int offset, int count) { in write() method in Support_StringWriter
127 public void write(int oneChar) { in write() method in Support_StringWriter
140 public void write(String str) { in write() method in Support_StringWriter
158 public void write(String str, int offset, int count) { in write() method in Support_StringWriter
/external/jetty/src/java/org/eclipse/jetty/util/
DIO.java75 Writer write; field in IO.Job
84 Job(Reader read,Writer write) in Job()
535 public void write(char[]b){} in write() method in IO.NullWrite
537 public void write(char[]b,int o,int l){} in write() method in IO.NullWrite
539 public void write(int b){} in write() method in IO.NullWrite
541 public void write(String s){} in write() method in IO.NullWrite
543 public void write(String s,int o,int l){} in write() method in IO.NullWrite
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
DDelimitedWriter.java76 public void write(final String... fields) throws IOException { in write() method in DelimitedWriter
92 public void write(final String field) throws IOException { in write() method in DelimitedWriter
108 public void write(final int value) throws IOException { in write() method in DelimitedWriter
120 public void write(final int... values) throws IOException { in write() method in DelimitedWriter
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DCountingOutputStream.java47 public void write(int b) throws IOException { in write() method in CountingOutputStream
53 public void write(byte[] b) throws IOException { in write() method in CountingOutputStream
59 public void write(byte[] b, int off, int len) throws IOException { in write() method in CountingOutputStream
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DCountOutputStream.java43 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/lzma/Java/Tukaani/src/org/tukaani/xz/
DFinishableWrapperOutputStream.java38 public void write(int b) throws IOException { in write() method in FinishableWrapperOutputStream
45 public void write(byte[] buf) throws IOException { in write() method in FinishableWrapperOutputStream
53 public void write(byte[] buf, int off, int len) throws IOException { in write() method in FinishableWrapperOutputStream
/external/smali/util/src/main/java/org/jf/util/
DRandomAccessFileOutputStream.java48 @Override public void write(int b) throws IOException { in write() method in RandomAccessFileOutputStream
54 @Override public void write(byte[] b) throws IOException { in write() method in RandomAccessFileOutputStream
60 @Override public void write(byte[] b, int off, int len) throws IOException { in write() method in RandomAccessFileOutputStream
/external/guava/guava/src/com/google/common/io/
DAppendableWriter.java54 @Override public void write(char cbuf[], int off, int len) in write() method in AppendableWriter
81 @Override public void write(int c) throws IOException { in write() method in AppendableWriter
86 @Override public void write(@Nullable String str) throws IOException { in write() method in AppendableWriter
91 @Override public void write(@Nullable String str, int off, int len) throws IOException { in write() method in AppendableWriter
/external/jetty/src/java/org/eclipse/jetty/server/
DHttpOutput.java105 public void write(byte[] b, int off, int len) throws IOException in write() method in HttpOutput
115 public void write(byte[] b) throws IOException in write() method in HttpOutput
126 public void write(int b) throws IOException in write() method in HttpOutput
137 private void write(Buffer buffer) throws IOException in write() method in HttpOutput
/external/apache-http/src/org/apache/http/impl/io/
DIdentityOutputStream.java87 public void write(byte[] b, int off, int len) throws IOException { in write() method in IdentityOutputStream
94 public void write(byte[] b) throws IOException { in write() method in IdentityOutputStream
98 public void write(int b) throws IOException { in write() method in IdentityOutputStream
/external/apache-http/src/org/apache/http/io/
DSessionOutputBuffer.java54 void write(byte[] b, int off, int len) throws IOException; in write() method
56 void write(byte[] b) throws IOException; in write() method
58 void write(int b) throws IOException; in write() method
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
DTeeOutputStream.java28 public void write(byte[] buf) in write() method in TeeOutputStream
35 public void write(byte[] buf, int off, int len) in write() method in TeeOutputStream
42 public void write(int b) in write() method in TeeOutputStream

12345678910>>...35