Searched defs: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) \ argument96 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
20 def skip_unless(cond): argument
36 void assertTrue(bool cond) { in assertTrue()
171 private void assertProtocol(boolean cond, String message) throws ProtocolError { in assertProtocol()
1384 pthread_cond_t *cond; member1396 pthread_cond_t cond; in FIXTURE_DATA() local