Home
last modified time | relevance | path

Searched defs:Writer (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/flutter/skia/third_party/externals/wuffs/lib/raczlib/
Dwriter.go154 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/
Dwriter.go55 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/
Dwriter.go63 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/
DEndianStream.h51 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/
Dindex.js7 var Writer = require('./writer'); variable
16 Writer: Writer property
/third_party/protobuf/examples/
Dlist_people.go14 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/
Dlog.go35 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/
Dlog.go35 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/
Dlog.go35 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/
DX86MachObjectWriter.cpp59 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/
DARMMachObjectWriter.cpp140 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/
Dtestcut.go46 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/
DSimpleTypeSerializer.cpp6 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/
Dstream.go44 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/
Dstream.go44 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/
Dstream.go44 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/
DGSIStreamBuilder.cpp94 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
DDbiStreamBuilder.cpp95 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/
Dzlibcut.go62 func Cut(w io.Writer, encoded []byte, maxEncodedLen int) (encodedLen int, decodedLen int, retErr er…
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dinline-c-relative-includes.go58 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/
DCodeViewRecordIO.h57 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/
DPPCMachObjectWriter.cpp42 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/
DStatistic.cpp103 sys::SmartScopedLock<true> Writer(Lock); in RegisterStatistic() local
149 sys::SmartScopedLock<true> Writer(*StatLock); in reset() local
/third_party/node/tools/gyp/pylib/gyp/
DMSVSToolFile.py10 class Writer(object): class
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSToolFile.py11 class Writer(object): class

12345