Home
last modified time | relevance | path

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

/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.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/skqp/dm/
DDM.cpp220 } kExceptions[] = { in crash_handler() local
234 for (const auto& exception : kExceptions) { in crash_handler()
/external/skia/dm/
DDM.cpp222 } kExceptions[] = { in crash_handler() local
236 for (const auto& exception : kExceptions) { in crash_handler()