Home
last modified time | relevance | path

Searched defs:custom_info (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc96 const CustomClientInfo* custom_info) in CrashGenerationClient()
116 const CustomClientInfo* custom_info) in CrashGenerationClient()
201 CustomClientInfo custom_info = {NULL, 0}; in RequestUpload() local
Dclient_info.cc215 CustomClientInfo custom_info; in GetCustomInfo() local
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc234 CustomClientInfo custom_info = client_info->GetCustomInfo(); in ShowClientCrashed() local
480 CustomClientInfo custom_info = {kCustomInfoEntries, kCustomInfoCount}; in _tWinMain() local
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc68 const CustomClientInfo* custom_info) { in ExceptionHandler()
88 const CustomClientInfo* custom_info) { in ExceptionHandler()
149 const CustomClientInfo* custom_info) { in Initialize()
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc167 google_breakpad::CustomClientInfo custom_info = {kCustomInfoEntries, in DoFaultyClient() local
/external/autotest/site_utils/
Dgenerate_test_report182 def _CollectInfo(self, testdir, custom_info): argument