OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SK_CRASH
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/skia/config/
SkUserConfig.h
84
it will call
SK_CRASH
(). If this is not defined it, it is defined in
87
//#define
SK_CRASH
() *(int *)(uintptr_t)0 = 0
223
#define
SK_CRASH
() SkDebugf_FileLine(__FILE__, __LINE__, true, "
SK_CRASH
")
/external/chromium_org/third_party/skia/include/core/
SkPostConfig.h
115
#ifndef
SK_CRASH
117
# define
SK_CRASH
() do { SkNO_RETURN_HINT(); *(int *)(uintptr_t)0xbbadbeef = 0; } while (false)
119
# define
SK_CRASH
() do { SkNO_RETURN_HINT(); } while (true)
190
__FILE__, __LINE__, #cond);
SK_CRASH
(); } while (false)
/external/skia/include/core/
SkPostConfig.h
115
#ifndef
SK_CRASH
117
# define
SK_CRASH
() do { SkNO_RETURN_HINT(); *(int *)(uintptr_t)0xbbadbeef = 0; } while (false)
119
# define
SK_CRASH
() do { SkNO_RETURN_HINT(); } while (true)
190
__FILE__, __LINE__, #cond);
SK_CRASH
(); } while (false)
Completed in 908 milliseconds