/external/autotest/client/cros/faft/utils/ |
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 [all...] |
/external/google-breakpad/src/client/windows/sender/ |
crash_report_sender.h | 92 const wstring &dump_file_name,
|
crash_report_sender.cc | 62 const wstring &dump_file_name, wstring *report_code) { 72 url, parameters, dump_file_name, L"upload_file_minidump", NULL, report_code,
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
debug_dump_test.cc | 50 const std::string& dump_file_name); 76 std::string dump_file_name() const { return dump_file_name_; } function in class:webrtc::test::__anon49896::DebugDumpGenerator 120 const std::string& dump_file_name) 135 dump_file_name_(dump_file_name) { 240 void VerifyDebugDump(const std::string& dump_file_name); 477 VerifyDebugDump(generator.dump_file_name()); 494 VerifyDebugDump(generator.dump_file_name()); 506 VerifyDebugDump(generator.dump_file_name()); 518 VerifyDebugDump(generator.dump_file_name()); 532 VerifyDebugDump(generator.dump_file_name()); [all...] |
/external/tensorflow/tensorflow/python/debug/lib/ |
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)
|
/external/tensorflow/tensorflow/core/debug/ |
debug_io_utils_test.cc | 157 string dump_file_name; local 159 test_dir, &dump_file_name); 164 TF_ASSERT_OK(ReadEventFromFile(dump_file_name, &event)); 230 string dump_file_name; local 232 test_dir, &dump_file_name);
|