Home
last modified time | relevance | path

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

123456

/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-7.0/llvm/include/llvm/Support/
DEndianStream.h52 struct Writer { struct
55 Writer(raw_ostream &OS, endianness Endian) : OS(OS), Endian(Endian) {} in Writer() function
56 template <typename value_type> void write(ArrayRef<value_type> Val) { in write()
59 template <typename value_type> void write(value_type Val) { in write()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSimpleTypeSerializer.cpp6 static void writeRecordPrefix(BinaryStreamWriter &Writer, TypeLeafKind Kind) { in writeRecordPrefix()
13 static void addPadding(BinaryStreamWriter &Writer) { in addPadding()
32 BinaryStreamWriter Writer(ScratchBuffer, support::little); in serialize() local
/external/angle/third_party/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/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp60 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation()
104 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()
505 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/tensorflow/tensorflow/lite/experimental/writer/
Dwriter_lib_test.cc26 TEST(Writer, FloatModelTest) { in TEST() argument
58 TEST(Writer, PerTensorQuantizedModelTest) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp139 RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, in RecordARMScatteredHalfRelocation()
243 void ARMMachObjectWriter::RecordARMScatteredRelocation(MachObjectWriter *Writer, in RecordARMScatteredRelocation()
310 bool ARMMachObjectWriter::requiresExternRelocation(MachObjectWriter *Writer, in requiresExternRelocation()
356 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation()
/external/crosvm/devices/src/virtio/
Dp9.rs146 struct Writer<'a, I> struct
156 impl<'a, I> Write for Writer<'a, I> argument
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp139 RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, in RecordARMScatteredHalfRelocation()
243 void ARMMachObjectWriter::RecordARMScatteredRelocation(MachObjectWriter *Writer, in RecordARMScatteredRelocation()
310 bool ARMMachObjectWriter::requiresExternRelocation(MachObjectWriter *Writer, in requiresExternRelocation()
348 void ARMMachObjectWriter::recordRelocation(MachObjectWriter *Writer, in recordRelocation()
/external/toolchain-utils/compiler_wrapper/
Dcompiler_wrapper.go224 func printCompilerError(writer io.Writer, compilerErr error) {
234 func teeStdinIfNeeded(env env, inputCmd *command, dest io.Writer) io.Reader {
Dgoldenutil_test.go173 func writeGoldenRecords(ctx *testContext, writer io.Writer, records []goldenRecord) {
189 io.Writer anonMember
/external/llvm/tools/llvm-readobj/
DObjDumper.cpp23 ObjDumper::ObjDumper(ScopedPrinter &Writer) : W(Writer) {} in ObjDumper()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGSIStreamBuilder.cpp66 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { in commit()
284 static Error writeRecords(BinaryStreamWriter &Writer, in writeRecords()
294 BinaryStreamWriter Writer(Stream); in commitSymbolRecordStream() local
309 BinaryStreamWriter Writer(Stream); in commitPublicsHashStream() local
335 BinaryStreamWriter Writer(Stream); in commitGlobalsHashStream() local
/external/deqp-deps/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 {
/external/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 {
/external/angle/third_party/spirv-tools/src/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 {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFImportDumper.cpp24 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
DOpenedSocket.java107 public static final class Writer implements Closeable, Flushable { class in OpenedSocket
110 Writer(ObjectOutputStream output) { in Writer() method in OpenedSocket.Writer

123456