Home
last modified time | relevance | path

Searched refs:kExceptions (Results 1 – 5 of 5) sorted by relevance

/external/angle/util/windows/win32/
Dtest_utils_win32.cpp24 } kExceptions[] = { variable
89 for (size_t i = 0; i < ArraySize(kExceptions); i++) in StackTraceCrashHandler()
91 if (kExceptions[i].code == code) in StackTraceCrashHandler()
93 printf(" %s", kExceptions[i].name); in StackTraceCrashHandler()
/external/skqp/tools/
DCrashHandler.cpp105 } kExceptions[] = { variable
118 for (size_t i = 0; i < SK_ARRAY_COUNT(kExceptions); i++) { in handler()
119 if (kExceptions[i].code == code) { in handler()
120 SkDebugf(" %s", kExceptions[i].name); in handler()
/external/skia/tools/
DCrashHandler.cpp160 } kExceptions[] = { variable
173 for (size_t i = 0; i < SK_ARRAY_COUNT(kExceptions); i++) { in handler()
174 if (kExceptions[i].code == code) { in handler()
175 SkDebugf(" %s", kExceptions[i].name); in handler()
/external/skqp/dm/
DDM.cpp212 } kExceptions[] = { in crash_handler() local
226 for (const auto& exception : kExceptions) { in crash_handler()
/external/skia/dm/
DDM.cpp297 } kExceptions[] = { in crash_handler() local
311 for (const auto& exception : kExceptions) { in crash_handler()