Home
last modified time | relevance | path

Searched refs:dump_data (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/audio_coding/audio_network_adaptor/
Ddebug_dump_writer.cc42 std::string dump_data; in DumpEventToFile() local
43 event.SerializeToString(&dump_data); in DumpEventToFile()
46 dump_file->Write(dump_data.data(), dump_data.length()); in DumpEventToFile()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_grappler_test.py87 dump_data = debug_data.DebugDumpDir(
92 dumped_node_names = set(dump_data.nodes())
106 node_op_type = dump_data.node_op_type(grappler_node_name)
110 datum = dump_data.get_tensors(grappler_node_name, 0, "DebugIdentity")
/external/ltp/testcases/kernel/io/disktest/
Ddump.h36 int dump_data(FILE *, const char *, const size_t, const size_t, const size_t, const int);
Ddump.c109 int dump_data(FILE * stream, const char *buff, const size_t buff_siz, in dump_data() function
214 dump_data(stdout, buff, NumBytes, 16, 0, FMT_STR); in do_dump()
Dchildmain.c533 dump_data(stdout, data, 16, 16, offset, FMT_STR); in miscompare_dump()
535 dump_data(fpDumpFile, data, buf_len, 16, 0, FMT_STR); in miscompare_dump()
/external/webrtc/modules/audio_processing/test/
Daudioproc_float_impl.cc248 dump_data,
/external/elfutils/src/
DChangeLog4089 (dump_data): ... here. Call it.
4091 (dump_data): ... here. Call it.
4160 (dump_data): No need to check endp for NULL after strtol call.
4178 (dump_data): New function, call it.
Dreadelf.c316 static void dump_data (Ebl *ebl);
1026 dump_data (pure_ebl); in process_elf_file()
12785 dump_data (Ebl *ebl) in dump_data() function