/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 member 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() function 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/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/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/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/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/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
|
D | DbiStreamBuilder.cpp | 95 DbgStreams[(int)Type]->WriteFn = [Data](BinaryStreamWriter &Writer) { in addDbgStream() 297 [this](BinaryStreamWriter &Writer) { in finalizeMsfLayout() 307 [this](BinaryStreamWriter &Writer) { in finalizeMsfLayout() 399 BinaryStreamWriter Writer(*DbiS); in commit() local
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/zlibcut/ |
D | zlibcut.go | 62 func Cut(w io.Writer, encoded []byte, maxEncodedLen int) (encodedLen int, decodedLen int, retErr er…
|
/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 {
|
/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/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/lib/Support/ |
D | Statistic.cpp | 103 sys::SmartScopedLock<true> Writer(Lock); in RegisterStatistic() local 149 sys::SmartScopedLock<true> Writer(*StatLock); in reset() local
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | MSVSToolFile.py | 10 class Writer(object): class
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | MSVSToolFile.py | 11 class Writer(object): class
|