Searched defs:assertion (Results 1 – 4 of 4) sorted by relevance
/external/webkit/JavaScriptCore/wtf/ |
D | Assertions.h | 192 #define ASSERT(assertion) ((void)0) argument 194 #define ASSERT_UNUSED(variable, assertion) ((void)variable) argument 198 #define ASSERT(assertion) do \ argument 210 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) argument 217 #define ASSERT_WITH_MESSAGE(assertion) ((void)0) argument 219 #define ASSERT_WITH_MESSAGE(assertion, arg...) ((void)0) argument 221 #define ASSERT_WITH_MESSAGE(assertion, ...) ((void)0) argument 223 #define ASSERT_WITH_MESSAGE(assertion, ...) do \ argument 236 #define ASSERT_ARG(argName, assertion) ((void)0) argument 240 #define ASSERT_ARG(argName, assertion) do \ argument
|
D | Assertions.cpp | 133 … WTFReportAssertionFailure(const char* file, int line, const char* function, const char* assertion) in WTFReportAssertionFailure() 142 …lureWithMessage(const char* file, int line, const char* function, const char* assertion, const cha… in WTFReportAssertionFailureWithMessage() 153 …ilure(const char* file, int line, const char* function, const char* argName, const char* assertion) in WTFReportArgumentAssertionFailure()
|
/external/webkit/WebKit/mac/Misc/ |
D | OldWebAssertions.c | 32 … WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion) in WebReportAssertionFailure()
|
/external/openssl/crypto/ |
D | cryptlib.c | 883 void OpenSSLDie(const char *file,int line,const char *assertion) in OpenSSLDie()
|