Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-breakpad/src/client/windows/crash_generation/
H A Dcrash_generation_client.cc99 const CustomClientInfo* custom_info) in CrashGenerationClient()
119 const CustomClientInfo* custom_info) in CrashGenerationClient()
204 CustomClientInfo custom_info = {NULL, 0}; in RequestUpload() local
H A Dclient_info.cc218 CustomClientInfo custom_info; in GetCustomInfo() local
/aosp_15_r20/external/google-breakpad/src/client/windows/handler/
H A Dexception_handler.cc70 const CustomClientInfo* custom_info) { in ExceptionHandler()
90 const CustomClientInfo* custom_info) { in ExceptionHandler()
151 const CustomClientInfo* custom_info) { in Initialize()
/aosp_15_r20/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc237 CustomClientInfo custom_info = client_info->GetCustomInfo(); in ShowClientCrashed() local
483 CustomClientInfo custom_info = {kCustomInfoEntries, kCustomInfoCount}; in _tWinMain() local
/aosp_15_r20/external/google-breakpad/src/client/windows/unittests/
H A Dcrash_generation_server_test.cc167 google_breakpad::CustomClientInfo custom_info = {kCustomInfoEntries, in DoFaultyClient() local
/aosp_15_r20/external/autotest/site_utils/
H A Dgenerate_test_report179 def _CollectInfo(self, testdir, custom_info): argument
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dproposal_cache.rs3690 let custom_info = make_proposal_info(&custom_proposal, alice).await; in sending_custom_proposal_with_member_not_supporting_filters_it_out() localVariable