Searched refs:dump_file_name (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/cros/faft/utils/ |
D | kernel_handler.py | 40 self.dump_file_name = None 124 self.dump_kernel(section, self.dump_file_name) 125 data = list(self.os_if.read_file(self.dump_file_name)) 128 self.os_if.write_file(self.dump_file_name, ''.join(data)) 129 kernel_to_write = self.dump_file_name 132 kernel_to_write = self.dump_file_name + '.new' 138 self.dump_file_name)) 145 kernel_to_write = self.dump_file_name + '.new' 151 self.dump_file_name, 201 self.dump_file_name = os_if.state_dir_file(TMP_FILE_NAME)
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | debug_dump_test.cc | 50 const std::string& dump_file_name); 76 std::string dump_file_name() const { return dump_file_name_; } in dump_file_name() function in webrtc::test::__anonb0cb46c90111::DebugDumpGenerator 120 const std::string& dump_file_name) in DebugDumpGenerator() argument 135 dump_file_name_(dump_file_name) { in DebugDumpGenerator() 240 void VerifyDebugDump(const std::string& dump_file_name); 477 VerifyDebugDump(generator.dump_file_name()); in TEST_F() 494 VerifyDebugDump(generator.dump_file_name()); in TEST_F() 506 VerifyDebugDump(generator.dump_file_name()); in TEST_F() 518 VerifyDebugDump(generator.dump_file_name()); in TEST_F() 532 VerifyDebugDump(generator.dump_file_name()); in TEST_F() [all …]
|
/external/google-breakpad/src/client/windows/sender/ |
D | crash_report_sender.cc | 62 const wstring &dump_file_name, wstring *report_code) { in SendCrashReport() argument 72 url, parameters, dump_file_name, L"upload_file_minidump", NULL, report_code, in SendCrashReport()
|
D | crash_report_sender.h | 92 const wstring &dump_file_name,
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_io_utils_test.cc | 157 string dump_file_name; in TEST_F() local 159 test_dir, &dump_file_name); in TEST_F() 164 TF_ASSERT_OK(ReadEventFromFile(dump_file_name, &event)); in TEST_F() 230 string dump_file_name; in TEST_F() local 232 test_dir, &dump_file_name); in TEST_F()
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | grpc_debug_test_server.py | 64 dump_file_name = re.sub(":", "_", os.path.basename(debug_node_name)) 67 dump_file_name = re.sub(":", "_", debug_node_name) 70 dump_file_name += "_%d" % now_microsec 72 return os.path.join(dump_dir, dump_file_name)
|