/external/webkit/Source/JavaScriptCore/wtf/ |
D | Assertions.h | 237 #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 …]
|
D | Assertions.cpp | 190 … 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/ |
D | WebCommon.h | 109 #define WEBKIT_ASSERT(assertion) ((void)0) argument 111 #define WEBKIT_ASSERT(assertion) do { \ argument
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebCommon.cpp | 38 void failedAssertion(const char* file, int line, const char* function, const char* assertion) in failedAssertion()
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | OldWebAssertions.c | 32 … WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion) in WebReportAssertionFailure()
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | Expression.java | 414 public void assertion(boolean b, java.lang.String msg) in assertion() method in Expression
|
D | XPath.java | 548 public void assertion(boolean b, String msg) in assertion() method in XPath
|
D | XPathContext.java | 644 private void assertion(boolean b, String msg) throws javax.xml.transform.TransformerException in assertion() method in XPathContext
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
D | WebCookieJar.cpp | 38 #define ASSERT(assertion, ...) do \ argument
|
D | WebRequest.cpp | 52 #define ASSERT(assertion, ...) do \ argument
|
/external/webkit/Source/WebKit2/Platform/CoreIPC/ |
D | Connection.h | 70 #define MESSAGE_CHECK_BASE(assertion, connection) do \ argument
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | Compiler.java | 1185 public void assertion(boolean b, java.lang.String msg) in assertion() method in Compiler
|
D | XPathParser.java | 578 private void assertion(boolean b, String msg) in assertion() method in XPathParser
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebContext.cpp | 64 #define MESSAGE_CHECK(assertion) MESSAGE_CHECK_BASE(assertion, process()->connection()) argument
|
D | WebPageProxy.cpp | 94 #define MESSAGE_CHECK(assertion) MESSAGE_CHECK_BASE(assertion, process()->connection()) argument
|
/external/openssl/crypto/ |
D | cryptlib.c | 884 void OpenSSLDie(const char *file,int line,const char *assertion) in OpenSSLDie()
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | StylesheetHandler.java | 878 private void assertion(boolean condition, String msg) throws RuntimeException in assertion() method in StylesheetHandler
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | RedundentExprEliminator.java | 1286 protected static void assertion(boolean b, String msg) in assertion() method in RedundentExprEliminator
|