Home
last modified time | relevance | path

Searched refs:HANDLER_INVALID_PARAMETER (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h154 HANDLER_INVALID_PARAMETER = 1 << 1, // _set_invalid_parameter_handler enumerator
157 HANDLER_INVALID_PARAMETER |
Dexception_handler.cc284 if (handler_types & HANDLER_INVALID_PARAMETER) in Initialize()
311 if (handler_types_ & HANDLER_INVALID_PARAMETER) in ~ExceptionHandler()
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_test.cc180 google_breakpad::ExceptionHandler::HANDLER_INVALID_PARAMETER, in DoCrashInvalidParameter()
Dexception_handler_death_test.cc243 ExceptionHandler::HANDLER_INVALID_PARAMETER); in TEST_F()