Home
last modified time | relevance | path

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

1234567891011

/external/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) {
/external/llvm/include/llvm/Support/
DEndianStream.h27 template <endianness endian> struct Writer { struct
29 Writer(raw_ostream &OS) : OS(OS) {} in Writer() argument
42 inline void Writer<little>::write<float>(float Val) { argument
/external/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() 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()
/external/llvm-project/llvm/include/llvm/Support/
DEndianStream.h51 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()
/external/rust/crates/bytes/src/buf/
Dwriter.rs11 pub struct Writer<B> { struct
15 pub fn new<B>(buf: B) -> Writer<B> { in new() argument
19 impl<B: BufMut> Writer<B> { impl
77 impl<B: BufMut + Sized> io::Write for Writer<B> { implementation
/external/rust/crates/ring/src/io/
Dwriter.rs47 pub(super) struct Writer { struct
52 impl Writer { impl
61 impl Into<Box<[u8]>> for Writer { implementation
68 impl Accumulator for Writer { implementation
/external/boringssl/src/crypto/fipsmodule/ec/
Dmake_tables.go263 func writeIndent(w io.Writer, indent int) error {
272 func writeWords(w io.Writer, words []uint64, wrap, indent int, format func(uint64) string) error {
301 func writeBNMont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error {
308 func writeU64Mont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error {
315 func writeU32Mont(w io.Writer, curve elliptic.Curve, n *big.Int, indent int) error {
327 func writeTable(w io.Writer, curve elliptic.Curve, table [][2]*big.Int, isRoot bool, indent int, wr…
375 func writeTables(w io.Writer, curve elliptic.Curve, tables [][][2]*big.Int, isRoot bool, indent int…
/external/rust/crates/regex-syntax/src/hir/
Dprint.rs73 struct Writer<'p, W> { struct
78 impl<'p, W: fmt::Write> Visitor for Writer<'p, W> { argument
212 impl<'p, W: fmt::Write> Writer<'p, W> { implementation
/external/rust/crates/env_logger/src/fmt/writer/
Dmod.rs48 pub(crate) struct Writer { struct
49 inner: BufferWriter, argument
53 impl Writer { argument
116 pub(crate) fn build(&mut self) -> Writer { in build()
161 impl fmt::Debug for Writer { implementation
/external/rust/crates/csv-core/src/
Dwriter.rs34 pub fn build(&self) -> Writer { in build()
160 pub struct Writer { struct
161 state: WriterState, argument
171 impl Clone for Writer { argument
172 fn clone(&self) -> Writer { in clone()
190 impl fmt::Debug for Writer { implementation
221 impl Writer { impl
479 impl Default for Writer { implementation
/external/protobuf/examples/
Dlist_people.go14 func writePerson(w io.Writer, p *pb.Person) {
34 func listPeople(w io.Writer, book *pb.AddressBook) {
/external/boringssl/src/util/
Dconvert_wycheproof.go49 func printAttribute(w io.Writer, key string, valueI interface{}, isInstruction bool) error {
89 func printComment(w io.Writer, in string) error {
124 func convertWycheproof(f io.Writer, jsonPath string) error {
Dmake_errors.go192 func outputAssignments(w io.Writer, assignments map[string]int) {
230 func writeHeaderFile(w io.Writer, headerFile io.Reader, lib string, reasons map[string]int) error {
273 func outputStrings(w io.Writer, lib string, assignments map[string]int) {
/external/rust/crates/flate2/src/
Dzio.rs8 pub struct Writer<W: Write, D: Ops> { struct
9 obj: Option<W>,
10 pub data: D,
11 buf: Vec<u8>,
159 impl<W: Write, D: Ops> Writer<W, D> { implementation
254 impl<W: Write, D: Ops> Write for Writer<W, D> { implementation
284 impl<W: Write, D: Ops> Drop for Writer<W, D> { implementation
/external/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) {
/external/angle/third_party/vulkan-deps/spirv-tools/src/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) {
/external/deqp-deps/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) {
/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dfdr_log_writer_test.cpp45 FDRLogWriter Writer(B); in TEST() local
83 FDRLogWriter Writer(B); in TEST() local
133 FDRLogWriter Writer(B); in TEST() local
/external/rust/crates/csv/src/
Dwriter.rs508 pub struct Writer<W: io::Write> { struct
509 core: CoreWriter, argument
512 state: WriterState, argument
561 impl<W: io::Write> Drop for Writer<W> { implementation
569 impl Writer<File> { implementation
596 impl<W: io::Write> Writer<W> { implementation
/external/llvm-project/llvm/unittests/XRay/
DFDRTraceWriterTest.cpp43 FDRTraceWriter Writer(OS, H); in TEST() local
89 FDRTraceWriter Writer(OS, H); in TEST() local
136 FDRTraceWriter Writer(OS, H); in TEST() local
/external/rust/crates/regex-syntax/src/ast/
Dprint.rs65 struct Writer<'p, W> { struct
70 impl<'p, W: fmt::Write> Visitor for Writer<'p, W> { implementation
156 impl<'p, W: fmt::Write> Writer<'p, W> { impl
/external/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()
/external/llvm-project/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()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp60 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation()
103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation()
365 bool X86MachObjectWriter::recordScatteredRelocation(MachObjectWriter *Writer, in recordScatteredRelocation()
465 void X86MachObjectWriter::recordTLVPRelocation(MachObjectWriter *Writer, in recordTLVPRelocation()
507 void X86MachObjectWriter::RecordX86Relocation(MachObjectWriter *Writer, in RecordX86Relocation()
/external/openscreen/osp/go/
Dbinary.go47 func WriteVaruint(v uint64, w io.Writer) error {
106 func writeBytes(b []byte, w io.Writer) error {

1234567891011