Home
last modified time | relevance | path

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

12345678910>>...71

/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/
DInstructionWriter.java156 public void write(@Nonnull Instruction10t instruction) { in write() method in InstructionWriter
165 public void write(@Nonnull Instruction10x instruction) { in write() method in InstructionWriter
174 public void write(@Nonnull Instruction11n instruction) { in write() method in InstructionWriter
183 public void write(@Nonnull Instruction11x instruction) { in write() method in InstructionWriter
192 public void write(@Nonnull Instruction12x instruction) { in write() method in InstructionWriter
201 public void write(@Nonnull Instruction20bc instruction) { in write() method in InstructionWriter
211 public void write(@Nonnull Instruction20t instruction) { in write() method in InstructionWriter
221 public void write(@Nonnull Instruction21c instruction) { in write() method in InstructionWriter
231 public void write(@Nonnull Instruction21ih instruction) { in write() method in InstructionWriter
241 public void write(@Nonnull Instruction21lh instruction) { in write() method in InstructionWriter
[all …]
/external/chromium-trace/catapult/common/py_trace_event/third_party/protobuf/
Dencoder.py69 def EncodeVarint(write, value): argument
85 def EncodeSignedVarint(write, value): argument
133 def EncodePackedField(write, value): argument
144 def EncodeRepeatedField(write, value): argument
151 def EncodeField(write, value): argument
173 def EncodeNonFiniteOrRaise(write, value): argument
184 def EncodeNonFiniteOrRaise(write, value): argument
202 def EncodePackedField(write, value): argument
215 def EncodeRepeatedField(write, value): argument
225 def EncodeField(write, value): argument
[all …]
/external/okio/okio/src/commonMain/kotlin/okio/
DBufferedSink.kt26 fun write(byteString: ByteString): BufferedSink method
28 fun write(byteString: ByteString, offset: Int, byteCount: Int): BufferedSink method
31 fun write(source: ByteArray): BufferedSink method
34 fun write(source: ByteArray, offset: Int, byteCount: Int): BufferedSink method
43 fun write(source: Source, byteCount: Long): BufferedSink method
/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp27 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer
29 void Writer::write(int64_t i) { in write() function in Writer
62 void Writer::write(uint64_t u) { in write() function in Writer
90 void Writer::write(double d) { in write() function in Writer
103 void Writer::write(StringRef s) { in write() function in Writer
123 void Writer::write(MemoryBufferRef Buffer) { in write() function in Writer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp25 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer
27 void Writer::write(int64_t i) { in write() function in Writer
60 void Writer::write(uint64_t u) { in write() function in Writer
88 void Writer::write(double d) { in write() function in Writer
101 void Writer::write(StringRef s) { in write() function in Writer
121 void Writer::write(MemoryBufferRef Buffer) { in write() function in Writer
/external/skia/src/gpu/graphite/
DUniformManager.h209 void write(float f) { this->write<SkSLType::kFloat>(&f); } in write() function
210 void write(int32_t i) { this->write<SkSLType::kInt >(&i); } in write() function
214 void write(const SkPMColor4f& c) { this->write<SkSLType::kFloat4>(c.vec()); } in write() function
215 void write(const SkRect& r) { this->write<SkSLType::kFloat4>(r.asScalars()); } in write() function
216 void write(const SkV4& v) { this->write<SkSLType::kFloat4>(v.ptr()); } in write() function
218 void write(const SkIRect& r) { this->write<SkSLType::kInt4>(&r); } in write() function
235 void write(const SkV3& v) { this->write<SkSLType::kFloat3>(v.ptr()); } in write() function
236 void write(const SkPoint3& p) { this->write<SkSLType::kFloat3>(&p); } in write() function
244 void write(const SkV2& v) { this->write<SkSLType::kFloat2>(v.ptr()); } in write() function
245 void write(const SkSize& s) { this->write<SkSLType::kFloat2>(&s); } in write() function
[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/cronet/third_party/protobuf/python/google/protobuf/internal/
Dencoder.py375 def EncodeVarint(write, value, unused_deterministic=None): argument
393 def EncodeSignedVarint(write, value, unused_deterministic=None): argument
445 def EncodePackedField(write, value, deterministic): argument
456 def EncodeRepeatedField(write, value, deterministic): argument
463 def EncodeField(write, value, deterministic): argument
479 def EncodePackedField(write, value, deterministic): argument
490 def EncodeRepeatedField(write, value, deterministic): argument
497 def EncodeField(write, value, deterministic): argument
520 def EncodePackedField(write, value, deterministic): argument
528 def EncodeRepeatedField(write, value, unused_deterministic=None): argument
[all …]
/external/protobuf/python/google/protobuf/internal/
Dencoder.py375 def EncodeVarint(write, value, unused_deterministic=None): argument
393 def EncodeSignedVarint(write, value, unused_deterministic=None): argument
445 def EncodePackedField(write, value, deterministic): argument
456 def EncodeRepeatedField(write, value, deterministic): argument
463 def EncodeField(write, value, deterministic): argument
479 def EncodePackedField(write, value, deterministic): argument
490 def EncodeRepeatedField(write, value, deterministic): argument
497 def EncodeField(write, value, deterministic): argument
520 def EncodePackedField(write, value, deterministic): argument
528 def EncodeRepeatedField(write, value, unused_deterministic=None): argument
[all …]
/external/rust/cxx/syntax/
Dsymbol.rs44 fn write(&self, symbol: &mut Symbol); in write() method
48 fn write(&self, symbol: &mut Symbol) { in write() method
54 fn write(&self, symbol: &mut Symbol) { in write() method
60 fn write(&self, symbol: &mut Symbol) { in write() method
66 fn write(&self, symbol: &mut Symbol) { in write() method
72 fn write(&self, symbol: &mut Symbol) { in write() method
80 fn write(&self, symbol: &mut Symbol) { in write() method
87 fn write(&self, symbol: &mut Symbol) { in write() method
98 fn write(&self, symbol: &mut Symbol) { in write() function
/external/okio/okio/src/jvmMain/kotlin/okio/
DRealBufferedSink.kt55 override fun write(source: Buffer, byteCount: Long) = commonWrite(source, byteCount) in buffer() method in okio.RealBufferedSink
56 override fun write(byteString: ByteString) = commonWrite(byteString) in buffer() method in okio.RealBufferedSink
57 override fun write(byteString: ByteString, offset: Int, byteCount: Int) = in buffer() method in okio.RealBufferedSink
82 override fun write(source: ByteArray) = commonWrite(source) in write() method in okio.RealBufferedSink
83 override fun write(source: ByteArray, offset: Int, byteCount: Int) = in write() method in okio.RealBufferedSink
86 override fun write(source: ByteBuffer): Int { in write() method in okio.RealBufferedSink
94 override fun write(source: Source, byteCount: Long): BufferedSink = commonWrite(source, byteCount) in writeAll() method in okio.RealBufferedSink
109 override fun write(b: Int) { in writeAll() method
115 override fun write(data: ByteArray, offset: Int, byteCount: Int) { in writeAll() method
DBufferedSink.kt35 actual fun write(byteString: ByteString): BufferedSink method
38 actual fun write(byteString: ByteString, offset: Int, byteCount: Int): BufferedSink method
41 actual fun write(source: ByteArray): BufferedSink method
44 actual fun write(source: ByteArray, offset: Int, byteCount: Int): BufferedSink method
50 actual fun write(source: Source, byteCount: Long): BufferedSink method
/external/okio/okio/src/nonJvmMain/kotlin/okio/
DBufferedSink.kt21 actual fun write(byteString: ByteString): BufferedSink method
23 actual fun write(byteString: ByteString, offset: Int, byteCount: Int): BufferedSink method
25 actual fun write(source: ByteArray): BufferedSink method
27 actual fun write(source: ByteArray, offset: Int, byteCount: Int): BufferedSink method
31 actual fun write(source: Source, byteCount: Long): BufferedSink method
DRealBufferedSink.kt45 override fun write(source: Buffer, byteCount: Long) = commonWrite(source, byteCount) method in okio.RealBufferedSink
46 override fun write(byteString: ByteString) = commonWrite(byteString) method in okio.RealBufferedSink
47 override fun write(byteString: ByteString, offset: Int, byteCount: Int) = method in okio.RealBufferedSink
54 override fun write(source: ByteArray) = commonWrite(source) method in okio.RealBufferedSink
55 override fun write(source: ByteArray, offset: Int, byteCount: Int) = method in okio.RealBufferedSink
59 override fun write(source: Source, byteCount: Long): BufferedSink = commonWrite(source, byteCount) method in okio.RealBufferedSink
/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
DNullWriter.java108 public void write(final char[] chr) { in write() method in NullWriter
119 public void write(final char[] chr, final int st, final int end) { in write() method in NullWriter
128 public void write(final int idx) { in write() method in NullWriter
137 public void write(final String str) { in write() method in NullWriter
148 public void write(final String str, final int st, final int end) { in write() method in NullWriter
DUncheckedFilterWriter.java147 public void write(final char[] cbuf) throws UncheckedIOException { in write() method in UncheckedFilterWriter
155 public void write(final char[] cbuf, final int off, final int len) throws UncheckedIOException { in write() method in UncheckedFilterWriter
163 public void write(final int c) throws UncheckedIOException { in write() method in UncheckedFilterWriter
171 public void write(final String str) throws UncheckedIOException { in write() method in UncheckedFilterWriter
179 public void write(final String str, final int off, final int len) throws UncheckedIOException { in write() method in UncheckedFilterWriter
DFilterCollectionWriter.java116 public void write(final char[] cbuf) throws IOException { in write() method in FilterCollectionWriter
130 public void write(final char[] cbuf, final int off, final int len) throws IOException { in write() method in FilterCollectionWriter
141 public void write(final int c) throws IOException { in write() method in FilterCollectionWriter
147 public void write(final String str) throws IOException { in write() method in FilterCollectionWriter
161 public void write(final String str, final int off, final int len) throws IOException { in write() method in FilterCollectionWriter
DProxyWriter.java185 public void write(final char[] cbuf) throws IOException { in write() method in ProxyWriter
204 public void write(final char[] cbuf, final int off, final int len) throws IOException { in write() method in ProxyWriter
220 public void write(final int c) throws IOException { in write() method in ProxyWriter
236 public void write(final String str) throws IOException { in write() method in ProxyWriter
255 public void write(final String str, final int off, final int len) throws IOException { in write() method in ProxyWriter
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/samplecode/
DSampleCodeWriter.java38 public static String write(Statement... statement) { in write() method in SampleCodeWriter
43 public static String write(List<Statement> statements) { in write() method in SampleCodeWriter
54 public static String write(ClassDefinition classDefinition) { in write() method in SampleCodeWriter
61 public static String write(Expr expr) { in write() method in SampleCodeWriter
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DSegmentedStringWriter.java55 public void write(char[] cbuf) { _buffer.append(cbuf, 0, cbuf.length); } in write() method in SegmentedStringWriter
58 public void write(char[] cbuf, int off, int len) { _buffer.append(cbuf, off, len); } in write() method in SegmentedStringWriter
61 public void write(int c) { _buffer.append((char) c); } in write() method in SegmentedStringWriter
64 public void write(String str) { _buffer.append(str, 0, str.length()); } in write() method in SegmentedStringWriter
67 public void write(String str, int off, int len) { _buffer.append(str, off, len); } in write() method in SegmentedStringWriter
/external/swiftshader/third_party/llvm-16.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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndianStream.h27 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function
44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function
55 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() function
58 template <typename value_type> void write(value_type Val) { in write() function
/external/rust/crates/mls-rs-codec/src/
Dwriter.rs10 fn write(&mut self, bytes: &[u8]) -> Result<(), Error>; in write() method
15 fn write(&mut self, bytes: &[u8]) -> Result<(), Error> { in write() method
21 fn write(&mut self, bytes: &[u8]) -> Result<(), Error> { in write() method
36 fn write(&mut self, bytes: &[u8]) -> Result<(), Error> { in write() method
/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/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/cms/
DNullOutputStream.java13 public void write(byte[] buf) in write() method in NullOutputStream
19 public void write(byte[] buf, int off, int len) in write() method in NullOutputStream
25 public void write(int b) throws IOException in write() method in NullOutputStream

12345678910>>...71