/external/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) {
|
/external/llvm/include/llvm/Support/ |
D | EndianStream.h | 27 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/ |
D | EndianStream.h | 52 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/ |
D | list_people.go | 14 func writePerson(w io.Writer, p *pb.Person) { 34 func listPeople(w io.Writer, book *pb.AddressBook) {
|
/external/boringssl/src/util/ |
D | convert_wycheproof.go | 49 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 {
|
D | make_errors.go | 192 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/ |
D | SimpleTypeSerializer.cpp | 6 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/ |
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) {
|
/external/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) {
|
/external/deqp-deps/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) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 60 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/ |
D | X86MachObjectWriter.cpp | 60 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/ |
D | writer_lib_test.cc | 26 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/ |
D | ARMMachObjectWriter.cpp | 139 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/ |
D | p9.rs | 146 struct Writer<'a, I> struct 156 impl<'a, I> Write for Writer<'a, I> argument
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 139 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/ |
D | compiler_wrapper.go | 224 func printCompilerError(writer io.Writer, compilerErr error) { 234 func teeStdinIfNeeded(env env, inputCmd *command, dest io.Writer) io.Reader {
|
D | goldenutil_test.go | 173 func writeGoldenRecords(ctx *testContext, writer io.Writer, records []goldenRecord) { 189 io.Writer anonMember
|
/external/llvm/tools/llvm-readobj/ |
D | ObjDumper.cpp | 23 ObjDumper::ObjDumper(ScopedPrinter &Writer) : W(Writer) {} in ObjDumper()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 66 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/ |
D | stream.go | 44 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/ |
D | stream.go | 44 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/ |
D | stream.go | 44 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/ |
D | COFFImportDumper.cpp | 24 void dumpCOFFImportFile(const COFFImportFile *File, ScopedPrinter &Writer) { in dumpCOFFImportFile()
|
/external/caliper/caliper/src/main/java/com/google/caliper/bridge/ |
D | OpenedSocket.java | 107 public static final class Writer implements Closeable, Flushable { class in OpenedSocket 110 Writer(ObjectOutputStream output) { in Writer() method in OpenedSocket.Writer
|