Searched defs:CHECK (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h32 #define CHECK(condition) \ macro
37 " CHECK(" #condition ") failed.")
/frameworks/ex/variablespeed/jni/
H A Dmacros.h46 #define CHECK(x) { \ macro
/frameworks/wilhelm/tests/sandbox/
H A Dnativewindow.cpp31 #define CHECK assert macro
32 #define CHECK_EQ(a,b) CHECK((a)==(b))
60 CHECK(control != NULL);
61 CHECK(control->isValid());
69 CHECK(surface != NULL);

Completed in 288 milliseconds