Searched refs:custom_info (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_client.cc | 96 const CustomClientInfo* custom_info) in CrashGenerationClient() argument 108 if (custom_info) { in CrashGenerationClient() 109 custom_info_ = *custom_info; in CrashGenerationClient() 116 const CustomClientInfo* custom_info) in CrashGenerationClient() argument 128 if (custom_info) { in CrashGenerationClient() 129 custom_info_ = *custom_info; in CrashGenerationClient() 201 CustomClientInfo custom_info = {NULL, 0}; in RequestUpload() local 204 custom_info, NULL, NULL, NULL); in RequestUpload()
|
D | client_info.cc | 215 CustomClientInfo custom_info; in GetCustomInfo() local 216 custom_info.entries = custom_info_entries_.get(); in GetCustomInfo() 219 custom_info.count = custom_client_info_.count + 1; in GetCustomInfo() 220 return custom_info; in GetCustomInfo()
|
D | crash_generation_client.h | 67 const CustomClientInfo* custom_info); 71 const CustomClientInfo* custom_info);
|
/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 234 CustomClientInfo custom_info = client_info->GetCustomInfo(); in ShowClientCrashed() local 235 if (custom_info.count <= 0) { in ShowClientCrashed() 240 for (size_t i = 0; i < custom_info.count; ++i) { in ShowClientCrashed() 244 str_line += custom_info.entries[i].name; in ShowClientCrashed() 246 str_line += custom_info.entries[i].value; in ShowClientCrashed() 480 CustomClientInfo custom_info = {kCustomInfoEntries, kCustomInfoCount}; in _tWinMain() local 493 &custom_info); in _tWinMain()
|
/external/google-breakpad/src/client/windows/common/ |
D | ipc_protocol.h | 124 const CustomClientInfo& custom_info, in ProtocolMessage() 134 custom_client_info(custom_info), in ProtocolMessage()
|
/external/google-breakpad/src/client/windows/handler/ |
D | exception_handler.h | 185 const CustomClientInfo* custom_info); 196 const CustomClientInfo* custom_info); 298 const CustomClientInfo* custom_info);
|
D | exception_handler.cc | 67 const CustomClientInfo* custom_info) { in ExceptionHandler() argument 77 custom_info); in ExceptionHandler() 87 const CustomClientInfo* custom_info) { in ExceptionHandler() argument 97 custom_info); in ExceptionHandler() 148 const CustomClientInfo* custom_info) { in Initialize() argument 185 new CrashGenerationClient(pipe_name, dump_type_, custom_info)); in Initialize() 188 new CrashGenerationClient(pipe_handle, dump_type_, custom_info)); in Initialize()
|
/external/google-breakpad/src/client/windows/unittests/ |
D | crash_generation_server_test.cc | 164 google_breakpad::CustomClientInfo custom_info = {kCustomInfoEntries, in DoFaultyClient() local 176 custom_info, in DoFaultyClient()
|
/external/google-breakpad/docs/ |
D | windows_client_integration.md | 27 const CustomClientInfo* custom_info);
|
/external/autotest/site_utils/ |
D | generate_test_report | 172 def _CollectInfo(self, testdir, custom_info): argument 190 info = custom_info
|