HomeSort by relevance Sort by last modified time
    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 109 #ifndef SK_CRASH
111 # define SK_CRASH() __debugbreak()
114 # define SK_CRASH() do { SkNO_RETURN_HINT(); *(int *)(uintptr_t)0xbbadbeef = 0; } while (false)
116 # define SK_CRASH() do { SkNO_RETURN_HINT(); } while (true)
176 SK_CRASH(); \
179 # define SK_ALWAYSBREAK(cond) do { if (cond) break; SK_CRASH(); } while (false)
  /external/skia/include/core/
SkPostConfig.h 109 #ifndef SK_CRASH
111 # define SK_CRASH() __debugbreak()
114 # define SK_CRASH() do { SkNO_RETURN_HINT(); *(int *)(uintptr_t)0xbbadbeef = 0; } while (false)
116 # define SK_CRASH() do { SkNO_RETURN_HINT(); } while (true)
176 SK_CRASH(); \
179 # define SK_ALWAYSBREAK(cond) do { if (cond) break; SK_CRASH(); } while (false)

Completed in 72 milliseconds