Home
last modified time | relevance | path

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

12345678910>>...36

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java106 public void write(@Nonnull Instruction10t instruction) { in write() method in InstructionWriter
115 public void write(@Nonnull Instruction10x instruction) { in write() method in InstructionWriter
124 public void write(@Nonnull Instruction11n instruction) { in write() method in InstructionWriter
133 public void write(@Nonnull Instruction11x instruction) { in write() method in InstructionWriter
142 public void write(@Nonnull Instruction12x instruction) { in write() method in InstructionWriter
151 public void write(@Nonnull Instruction20bc instruction) { in write() method in InstructionWriter
161 public void write(@Nonnull Instruction20t instruction) { in write() method in InstructionWriter
171 public void write(@Nonnull Instruction21c instruction) { in write() method in InstructionWriter
181 public void write(@Nonnull Instruction21ih instruction) { in write() method in InstructionWriter
191 public void write(@Nonnull Instruction21lh instruction) { in write() method in InstructionWriter
[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/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/protobuf/python/google/protobuf/internal/
Dencoder.py372 def EncodeVarint(write, value): argument
388 def EncodeSignedVarint(write, value): argument
440 def EncodePackedField(write, value): argument
451 def EncodeRepeatedField(write, value): argument
458 def EncodeField(write, value): argument
474 def EncodePackedField(write, value): argument
485 def EncodeRepeatedField(write, value): argument
492 def EncodeField(write, value): argument
515 def EncodePackedField(write, value): argument
523 def EncodeRepeatedField(write, value): argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DEndianStream.h28 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function
45 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function
56 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() function
59 template <typename value_type> void write(value_type Val) { in write() function
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/io/
DSignatureUpdatingOutputStream.java18 public void write(byte[] bytes, int off, int len) in write() method in SignatureUpdatingOutputStream
31 public void write(byte[] bytes) in write() method in SignatureUpdatingOutputStream
44 public void write(int b) in write() method in SignatureUpdatingOutputStream
DDigestUpdatingOutputStream.java17 public void write(byte[] bytes, int off, int len) in write() method in DigestUpdatingOutputStream
23 public void write(byte[] bytes) in write() method in DigestUpdatingOutputStream
29 public void write(int b) in write() method in DigestUpdatingOutputStream
DMacUpdatingOutputStream.java18 public void write(byte[] bytes, int off, int len) in write() method in MacUpdatingOutputStream
24 public void write(byte[] bytes) in write() method in MacUpdatingOutputStream
30 public void write(int b) in write() method in MacUpdatingOutputStream
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/io/
DSignatureUpdatingOutputStream.java19 public void write(byte[] bytes, int off, int len) in write() method in SignatureUpdatingOutputStream
32 public void write(byte[] bytes) in write() method in SignatureUpdatingOutputStream
45 public void write(int b) in write() method in SignatureUpdatingOutputStream
DMacUpdatingOutputStream.java19 public void write(byte[] bytes, int off, int len) in write() method in MacUpdatingOutputStream
25 public void write(byte[] bytes) in write() method in MacUpdatingOutputStream
31 public void write(int b) in write() method in MacUpdatingOutputStream
DDigestUpdatingOutputStream.java18 public void write(byte[] bytes, int off, int len) in write() method in DigestUpdatingOutputStream
24 public void write(byte[] bytes) in write() method in DigestUpdatingOutputStream
30 public void write(int b) in write() method in DigestUpdatingOutputStream
/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/skia/src/gpu/
DGrVertexWriter.h48 void write(const T& val, const Args&... remainder) { in write() function
60 void write(const T(&val)[N], const Args&... remainder) { in write() function
69 void write(const GrVertexColor& color, const Args&... remainder) { in write() function
78 void write(const Conditional<T>& val, const Args&... remainder) { in write() function
86 void write(const Skip<T>& val, const Args&... remainder) { in write() function
92 void write(const Sk4f& vector, const Args&... remainder) { in write() function
99 void write() {} in write() function
/external/skqp/src/gpu/
DGrVertexWriter.h48 void write(const T& val, const Args&... remainder) { in write() function
60 void write(const T(&val)[N], const Args&... remainder) { in write() function
69 void write(const GrVertexColor& color, const Args&... remainder) { in write() function
78 void write(const Conditional<T>& val, const Args&... remainder) { in write() function
86 void write(const Skip<T>& val, const Args&... remainder) { in write() function
92 void write(const Sk4f& vector, const Args&... remainder) { in write() function
99 void write() {} in write() function
/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/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/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/xz-java/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/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/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DCountingOutputStream.java38 public void write(final int b) throws IOException { in write() method in CountingOutputStream
43 public void write(final byte[] b) throws IOException { in write() method in CountingOutputStream
47 public void write(final byte[] b, final int off, final int len) throws IOException { in write() method in CountingOutputStream
/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/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/protobuf/java/core/src/main/java/com/google/protobuf/
DByteOutput.java57 public abstract void write(byte value) throws IOException; in write() method in ByteOutput
72 public abstract void write(byte[] value, int offset, int length) throws IOException; in write() method in ByteOutput
101 public abstract void write(ByteBuffer value) throws IOException; in write() method in ByteOutput

12345678910>>...36