/third_party/flutter/skia/third_party/externals/wuffs/lib/raczlib/ |
D | writer.go | 154 type Writer struct { struct 158 Writer io.Writer member 179 // raczlib.Writer.Write method), then its position will be reset (via 188 TempFile io.ReadWriter 219 CPageSize uint64 225 CChunkSize uint64 235 DChunkSize uint64 240 cChunkSize uint64 241 dChunkSize uint64 245 err error [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/rac/ |
D | writer.go | 55 type Writer struct { struct 59 Writer io.Writer argument 89 // (via SeekCurrent), then it will be written to (via the rac.Writer.AddXxx 97 TempFile io.ReadWriter 128 CPageSize uint64 132 err error 136 tempFileSeekStart int64 141 dataSize uint64 145 dFileSize uint64 153 resourcesCOffCLens []uint64 [all …]
|
/third_party/skia/third_party/externals/brotli/go/cbrotli/ |
D | writer.go | 63 type Writer struct { struct 64 dst io.Writer 65 state *C.BrotliEncoderState 66 buf, encoded []byte 76 func NewWriter(dst io.Writer, options WriterOptions) *Writer { 90 func (w *Writer) writeChunk(p []byte, op C.BrotliEncoderOperation) (n int, err error) { 129 func (w *Writer) Flush() error { 135 func (w *Writer) Close() error { 146 func (w *Writer) Write(p []byte) (n int, err error) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | EndianStream.h | 51 struct Writer { struct 54 Writer(raw_ostream &OS, endianness Endian) : OS(OS), Endian(Endian) {} in Writer() argument 55 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() 58 template <typename value_type> void write(value_type Val) { in write()
|
/third_party/rust/crates/tracing/tracing-subscriber/src/fmt/ |
D | writer.rs | 101 type Writer: io::Write; typedef 116 fn make_writer(&'a self) -> Self::Writer; in make_writer() 206 fn make_writer_for(&'a self, meta: &Metadata<'_>) -> Self::Writer { in make_writer_for() 486 Self: MakeWriter<'a, Writer = OptionalWriter<W>> + Sized, in or_else() argument 678 type Writer = W; typedef 680 fn make_writer(&'a self) -> Self::Writer { in make_writer() 689 type Writer = &'a W; typedef 690 fn make_writer(&'a self) -> Self::Writer { in make_writer() 696 type Writer = &'a std::fs::File; typedef 697 fn make_writer(&'a self) -> Self::Writer { in make_writer() [all …]
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
D | print.rs | 73 struct Writer<W> { struct 77 impl<W: fmt::Write> Visitor for Writer<W> { implementation 211 impl<W: fmt::Write> Writer<W> { implementation
|
/third_party/rust/crates/env_logger/src/fmt/writer/ |
D | mod.rs | 105 pub(crate) struct Writer { struct 106 inner: BufferWriter, argument 110 impl Writer { argument 174 pub(crate) fn build(&mut self) -> Writer { in build() 212 impl fmt::Debug for Writer { implementation
|
/third_party/node/deps/npm/node_modules/asn1/lib/ber/ |
D | index.js | 7 var Writer = require('./writer'); variable 16 Writer: Writer property
|
/third_party/protobuf/examples/ |
D | list_people.go | 14 func writePerson(w io.Writer, p *pb.Person) { 34 func listPeople(w io.Writer, book *pb.AddressBook) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 35 func LoggingStream(str jsonrpc2.Stream, w io.Writer) jsonrpc2.Stream { 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 148 func logOut(outfd io.Writer, data []byte) { 201 func logIn(outfd io.Writer, data []byte) {
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 35 func LoggingStream(str jsonrpc2.Stream, w io.Writer) jsonrpc2.Stream { 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 148 func logOut(outfd io.Writer, data []byte) { 201 func logIn(outfd io.Writer, data []byte) {
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | log.go | 35 func LoggingStream(str jsonrpc2.Stream, w io.Writer) jsonrpc2.Stream { 129 func logCommon(outfd io.Writer, data []byte) (*Combined, time.Time, string) { 148 func logOut(outfd io.Writer, data []byte) { 201 func logIn(outfd io.Writer, data []byte) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 59 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() 103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation() 363 bool X86MachObjectWriter::recordScatteredRelocation(MachObjectWriter *Writer, in recordScatteredRelocation() 463 void X86MachObjectWriter::recordTLVPRelocation(MachObjectWriter *Writer, in recordTLVPRelocation() 503 void X86MachObjectWriter::RecordX86Relocation(MachObjectWriter *Writer, in RecordX86Relocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 140 RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, in RecordARMScatteredHalfRelocation() 253 void ARMMachObjectWriter::RecordARMScatteredRelocation(MachObjectWriter *Writer, in RecordARMScatteredRelocation() 329 bool ARMMachObjectWriter::requiresExternRelocation(MachObjectWriter *Writer, in requiresExternRelocation() 375 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation()
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
D | print.rs | 65 struct Writer<W> { struct 69 impl<W: fmt::Write> Visitor for Writer<W> { implementation 155 impl<W: fmt::Write> Writer<W> { impl
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/testcut/ |
D | testcut.go | 46 cut func(io.Writer, []byte, int) (int, int, error), 147 cut func(io.Writer, []byte, int) (int, int, error),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SimpleTypeSerializer.cpp | 6 static void addPadding(BinaryStreamWriter &Writer) { in addPadding() 25 BinaryStreamWriter Writer(ScratchBuffer, support::little); in serialize() local
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 44 func NewStream(in io.Reader, out io.Writer) Stream { 85 func NewHeaderStream(in io.Reader, out io.Writer) Stream {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 44 func NewStream(in io.Reader, out io.Writer) Stream { 85 func NewHeaderStream(in io.Reader, out io.Writer) Stream {
|
/third_party/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
D | stream.go | 44 func NewStream(in io.Reader, out io.Writer) Stream { 85 func NewHeaderStream(in io.Reader, out io.Writer) Stream {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 94 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { in commit() 306 static Error writeRecords(BinaryStreamWriter &Writer, in writeRecords() 316 BinaryStreamWriter Writer(Stream); in commitSymbolRecordStream() local 331 BinaryStreamWriter Writer(Stream); in commitPublicsHashStream() local 358 BinaryStreamWriter Writer(Stream); in commitGlobalsHashStream() local
|
/third_party/rust/crates/tracing/tracing-appender/benches/ |
D | bench.rs | 22 type Writer = NoOpWriter; typedef 24 fn make_writer(&self) -> Self::Writer { in make_writer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 42 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() 191 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in recordScatteredRelocation() 301 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordPPCRelocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewRecordIO.h | 57 explicit CodeViewRecordIO(BinaryStreamWriter &Writer) : Writer(&Writer) {} in CodeViewRecordIO() 262 BinaryStreamWriter *Writer = nullptr; variable
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | inline-c-relative-includes.go | 58 func do(w *bufio.Writer, dir string, filename string, depth int) error {
|