Home
last modified time | relevance | path

Searched defs:assertion (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DAssertions.h237 #define ASSERT(assertion) ((void)0) argument
243 #define ASSERT_UNUSED(variable, assertion) (assertUnused(variable)) argument
245 #define ASSERT_UNUSED(variable, assertion) ((void)variable) argument
250 #define ASSERT(assertion) do \ argument
262 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) argument
269 #define ASSERT_WITH_MESSAGE(assertion) ((void)0) argument
271 #define ASSERT_WITH_MESSAGE(assertion, arg...) ((void)0) argument
273 #define ASSERT_WITH_MESSAGE(assertion, ...) ((void)0) argument
275 #define ASSERT_WITH_MESSAGE(assertion, ...) do \ argument
288 #define ASSERT_ARG(argName, assertion) ((void)0) argument
[all …]
DAssertions.cpp190 … WTFReportAssertionFailure(const char* file, int line, const char* function, const char* assertion) in WTFReportAssertionFailure()
199 …lureWithMessage(const char* file, int line, const char* function, const char* assertion, const cha… in WTFReportAssertionFailureWithMessage()
210 …ilure(const char* file, int line, const char* function, const char* argName, const char* assertion) in WTFReportArgumentAssertionFailure()
/external/webkit/Source/WebKit/chromium/public/
DWebCommon.h109 #define WEBKIT_ASSERT(assertion) ((void)0) argument
111 #define WEBKIT_ASSERT(assertion) do { \ argument
/external/webkit/Source/WebKit/chromium/src/
DWebCommon.cpp38 void failedAssertion(const char* file, int line, const char* function, const char* assertion) in failedAssertion()
/external/webkit/Source/WebKit/mac/Misc/
DOldWebAssertions.c32 … WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion) in WebReportAssertionFailure()
/external/apache-xml/src/main/java/org/apache/xpath/
DExpression.java414 public void assertion(boolean b, java.lang.String msg) in assertion() method in Expression
DXPath.java548 public void assertion(boolean b, String msg) in assertion() method in XPath
DXPathContext.java644 private void assertion(boolean b, String msg) throws javax.xml.transform.TransformerException in assertion() method in XPathContext
/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCookieJar.cpp38 #define ASSERT(assertion, ...) do \ argument
DWebRequest.cpp52 #define ASSERT(assertion, ...) do \ argument
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.h70 #define MESSAGE_CHECK_BASE(assertion, connection) do \ argument
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java1185 public void assertion(boolean b, java.lang.String msg) in assertion() method in Compiler
DXPathParser.java578 private void assertion(boolean b, String msg) in assertion() method in XPathParser
/external/webkit/Source/WebKit2/UIProcess/
DWebContext.cpp64 #define MESSAGE_CHECK(assertion) MESSAGE_CHECK_BASE(assertion, process()->connection()) argument
DWebPageProxy.cpp94 #define MESSAGE_CHECK(assertion) MESSAGE_CHECK_BASE(assertion, process()->connection()) argument
/external/openssl/crypto/
Dcryptlib.c884 void OpenSSLDie(const char *file,int line,const char *assertion) in OpenSSLDie()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DStylesheetHandler.java878 private void assertion(boolean condition, String msg) throws RuntimeException in assertion() method in StylesheetHandler
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DRedundentExprEliminator.java1286 protected static void assertion(boolean b, String msg) in assertion() method in RedundentExprEliminator