Home
last modified time | relevance | path

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

12345678910>>...31

/third_party/skia/third_party/externals/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
/third_party/rust/crates/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
/third_party/protobuf/python/google/protobuf/internal/
Dencoder.py352 def EncodeVarint(write, value, unused_deterministic=None): argument
370 def EncodeSignedVarint(write, value, unused_deterministic=None): argument
422 def EncodePackedField(write, value, deterministic): argument
433 def EncodeRepeatedField(write, value, deterministic): argument
440 def EncodeField(write, value, deterministic): argument
456 def EncodePackedField(write, value, deterministic): argument
467 def EncodeRepeatedField(write, value, deterministic): argument
474 def EncodeField(write, value, deterministic): argument
497 def EncodePackedField(write, value, deterministic): argument
505 def EncodeRepeatedField(write, value, unused_deterministic=None): argument
[all …]
/third_party/skia/m133/src/gpu/graphite/
DUniformManager.h235 void write(float f) { this->write<SkSLType::kFloat>(&f); } in write() function
236 void write(int32_t i) { this->write<SkSLType::kInt >(&i); } in write() function
240 void write(const SkPMColor4f& c) { this->write<SkSLType::kFloat4>(c.vec()); } in write() function
241 void write(const SkRect& r) { this->write<SkSLType::kFloat4>(r.asScalars()); } in write() function
242 void write(const SkV4& v) { this->write<SkSLType::kFloat4>(v.ptr()); } in write() function
244 void write(const SkIRect& r) { this->write<SkSLType::kInt4>(&r); } in write() function
261 void write(const SkV3& v) { this->write<SkSLType::kFloat3>(v.ptr()); } in write() function
262 void write(const SkPoint3& p) { this->write<SkSLType::kFloat3>(&p); } in write() function
270 void write(const SkV2& v) { this->write<SkSLType::kFloat2>(v.ptr()); } in write() function
271 void write(const SkSize& s) { this->write<SkSLType::kFloat2>(&s); } in write() function
[all …]
/third_party/skia/src/sksl/
DSkSLDehydrator.cpp84 void Dehydrator::write(Layout l) { in write() function in SkSL::Dehydrator
103 void Dehydrator::write(Modifiers m) { in write() function in SkSL::Dehydrator
119 void Dehydrator::write(skstd::string_view s) { in write() function in SkSL::Dehydrator
123 void Dehydrator::write(String s) { in write() function in SkSL::Dehydrator
139 void Dehydrator::write(const Symbol& s) { in write() function in SkSL::Dehydrator
229 void Dehydrator::write(const SymbolTable& symbols) { in write() function in SkSL::Dehydrator
261 void Dehydrator::write(const Expression* e) { in write() function in SkSL::Dehydrator
442 void Dehydrator::write(const Statement* s) { in write() function in SkSL::Dehydrator
544 void Dehydrator::write(const ProgramElement& e) { in write() function in SkSL::Dehydrator
589 void Dehydrator::write(const std::vector<std::unique_ptr<ProgramElement>>& elements) { in write() function in SkSL::Dehydrator
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DDebuggingOutputStream.java36 public void write(byte[] b, int off, int len) throws IOException { in write() method in DebuggingOutputStream
43 public void write(byte[] b) throws IOException { in write() method in DebuggingOutputStream
48 public void write(int b) throws IOException { in write() method in DebuggingOutputStream
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DByteOutput.java34 public abstract void write(byte value) throws IOException; in write() method in ByteOutput
49 public abstract void write(byte[] value, int offset, int length) throws IOException; in write() method in ByteOutput
78 public abstract void write(ByteBuffer value) throws IOException; in write() method in ByteOutput
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DBrotliOutputStream.java57 public void write(int b) throws IOException { in write() method in BrotliOutputStream
68 public void write(byte[] b) throws IOException { in write() method in BrotliOutputStream
73 public void write(byte[] b, int off, int len) throws IOException { in write() method in BrotliOutputStream
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
DCapDocument.java21 public void write(PrintWriter pw, int i) { in write() method in CapDocument.TextCap
31 public void write(PrintWriter pw, int indent) { in write() method in CapDocument.CommentElement
47 public void write(PrintWriter pw, int indent) { in write() method in CapDocument.TagElement
99 public void write(PrintWriter pw, int indent) { in write() method in CapDocument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/train/summary/
Dwriter.py60 def write(self, plugin, data): member in BaseWriter
100 def write(self, plugin, data): member in SummaryWriter
109 def write(self, plugin, data): member in LineageWriter
119 def write(self, plugin, data): member in ExportWriter
/third_party/rust/rust/tests/ui/mismatched_types/
Dissue-26480.rs2 fn write(fildes: i32, buf: *const i8, nbyte: u64) -> i64; in write() function
10 macro_rules! write { macro
/third_party/rust/rust/tests/rustdoc-json/impls/
Dblanket_with_local.rs9 fn write(self) {} in write() method
14 fn write(self) {} in write() method
/third_party/vk-gl-cts/execserver/
DxsProtocol.cpp171 void HelloMessage::write (vector<deUint8>& buf) const in write() function in xs::HelloMessage
185 void TestMessage::write (vector<deUint8>& buf) const in write() function in xs::TestMessage
202 void ExecuteBinaryMessage::write (vector<deUint8>& buf) const in write() function in xs::ExecuteBinaryMessage
219 void ProcessLogDataMessage::write (vector<deUint8>& buf) const in write() function in xs::ProcessLogDataMessage
233 void ProcessLaunchFailedMessage::write (vector<deUint8>& buf) const in write() function in xs::ProcessLaunchFailedMessage
247 void ProcessFinishedMessage::write (vector<deUint8>& buf) const in write() function in xs::ProcessFinishedMessage
261 void InfoMessage::write (vector<deUint8>& buf) const in write() function in xs::InfoMessage
/third_party/nghttp2/doc/
Dmkapiref.py41 def write(self, out): member in FunctionDoc
54 def write(self, out): member in StructDoc
74 def write(self, out): member in EnumDoc
93 def write(self, out): member in MacroDoc
103 def write(self, out): member in MacroSectionDoc
116 def write(self, out): member in TypedefDoc
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontOutputStream.java110 public void write(int b) throws IOException { in write() method in FontOutputStream
116 public void write(byte[] b) throws IOException { in write() method in FontOutputStream
121 public void write(byte[] b, int off, int len) throws IOException { in write() method in FontOutputStream
/third_party/mesa3d/src/imagination/rogue/
Drogue.c743 rogue_reg_write *write = &alu->dst_write[i].reg; in rogue_link_instr_write() local
747 rogue_regarray_write *write = &alu->dst_write[i].regarray; in rogue_link_instr_write() local
766 rogue_reg_write *write = &backend->dst_write[i].reg; in rogue_link_instr_write() local
770 rogue_regarray_write *write = &backend->dst_write[i].regarray; in rogue_link_instr_write() local
790 rogue_reg_write *write = &ctrl->dst_write[i].reg; in rogue_link_instr_write() local
794 rogue_regarray_write *write = &ctrl->dst_write[i].regarray; in rogue_link_instr_write() local
813 rogue_reg_write *write = &bitwise->dst_write[i].reg; in rogue_link_instr_write() local
817 rogue_regarray_write *write = &bitwise->dst_write[i].regarray; in rogue_link_instr_write() local
991 rogue_reg_write *write = &alu->dst_write[i].reg; in rogue_unlink_instr_write() local
994 rogue_regarray_write *write = &alu->dst_write[i].regarray; in rogue_unlink_instr_write() local
[all …]
/third_party/mesa3d/src/imagination/rogue/passes/
Drogue_copy_prop.c50 rogue_reg_write *write = in can_back_prop() local
103 rogue_reg_write *write = in rogue_back_prop() local
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.hpp499 inline void LogImageSet::write (TestLog& log) const in write() function in tcu::LogImageSet
504 inline void LogSection::write (TestLog& log) const in write() function in tcu::LogSection
509 inline void LogShaderProgram::write (TestLog& log) const in write() function in tcu::LogShaderProgram
514 inline void LogShader::write (TestLog& log) const in write() function in tcu::LogShader
519 inline void LogSpirVAssemblySource::write (TestLog& log) const in write() function in tcu::LogSpirVAssemblySource
524 inline void LogKernelSource::write (TestLog& log) const in write() function in tcu::LogKernelSource
529 inline void LogSampleList::write (TestLog& log) const in write() function in tcu::LogSampleList
534 inline void LogValueInfo::write (TestLog& log) const in write() function in tcu::LogValueInfo
540 inline void LogNumber<float>::write (TestLog& log) const in write() function in tcu::LogNumber
546 inline void LogNumber<deInt64>::write (TestLog& log) const in write() function in tcu::LogNumber
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrieBuilder.java158 protected int write(int unit) { in write() method in CharsTrieBuilder
172 protected int write(int offset, int length) { in write() method in CharsTrieBuilder
183 private int write(char[] s, int length) { in write() method in CharsTrieBuilder
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCharsTrieBuilder.java154 protected int write(int unit) { in write() method in CharsTrieBuilder
168 protected int write(int offset, int length) { in write() method in CharsTrieBuilder
179 private int write(char[] s, int length) { in write() method in CharsTrieBuilder
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/util/
DWaveFileWriter.cpp19 void WaveFileWriter::WaveFileWriter::write(float value) { in write() function in WaveFileWriter::WaveFileWriter
30 void WaveFileWriter::write(float *buffer, int32_t startSample, int32_t numSamples) { in write() function in WaveFileWriter
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DCircularCaptureBuffer.java34 public int write(float[] buffer) { in write() method in CircularCaptureBuffer
38 public int write(float[] buffer, int offset, int numSamples) { in write() method in CircularCaptureBuffer
/third_party/rust/rust/library/core/src/num/
Dfmt.rs45 pub fn write(&self, out: &mut [u8]) -> Option<usize> { in write() method
95 pub fn write(&self, out: &mut [u8]) -> Option<usize> { in write() method
/third_party/nghttp2/src/
Dbuffer.h44 size_t write(const void *src, size_t count) { in write() function
50 size_t write(size_t count) { in write() function

12345678910>>...31