Searched refs:cond (Results 1 – 7 of 7) sorted by relevance
24 #define ASSERT_PLAIN(cond) if(!(cond)) { fprintf(stderr, \ argument
64 #define ASSERT(cond) if(!(cond)) { Log::Instance()->printf(Log::ELogE, \ argument
62 #define RETURN_ON_ASSERTION_FAILURE(cond, env, clazz) \ argument63 if (!(cond)) { \96 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
36 void assertTrue(bool cond) { in assertTrue() argument37 ASSERT_TRUE(cond); in assertTrue()
171 private void assertProtocol(boolean cond, String message) throws ProtocolError { in assertProtocol() argument172 if (!cond) { in assertProtocol()
917 function assert(cond, msg) { argument918 if (!cond)924 function assertWellFormed(cond, msg) { argument925 if (!cond)
150700 private final java.util.concurrent.locks.Condition cond