HomeSort by relevance Sort by last modified time
    Searched refs:assertion (Results 1 - 25 of 25) sorted by null

  /external/webkit/WebKit/mac/Misc/
OldWebAssertions.c 29 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion);
32 void WebReportAssertionFailure(const char *file, int line, const char *function, const char *assertion)
  /external/webkit/JavaScriptCore/wtf/
Assertions.h 139 void WTFReportAssertionFailure(const char* file, int line, const char* function, const char* assertion);
140 void WTFReportAssertionFailureWithMessage(const char* file, int line, const char* function, const char* assertion, const char* format, ...) WTF_ATTRIBUTE_PRINTF(5, 6);
141 void WTFReportArgumentAssertionFailure(const char* file, int line, const char* function, const char* argName, const char* assertion);
192 #define ASSERT(assertion) ((void)0)
194 #define ASSERT_UNUSED(variable, assertion) ((void)variable)
198 #define ASSERT(assertion) do \
199 if (!(assertion)) { \
200 WTFReportAssertionFailure(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, #assertion); \
210 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion)
    [all...]
Assertions.cpp 133 void WTFReportAssertionFailure(const char* file, int line, const char* function, const char* assertion)
135 if (assertion)
136 printf_stderr_common("ASSERTION FAILED: %s\n", assertion);
142 void WTFReportAssertionFailureWithMessage(const char* file, int line, const char* function, const char* assertion, const char* format, ...)
144 printf_stderr_common("ASSERTION FAILED: ");
149 printf_stderr_common("\n%s\n", assertion);
153 void WTFReportArgumentAssertionFailure(const char* file, int line, const char* function, const char* argName, const char* assertion)
155 printf_stderr_common("ARGUMENT BAD: %s, %s\n", argName, assertion);
  /external/gtest/scripts/
gen_gtest_pred_impl.py 113 // Implements a family of generic predicate assertion macros.
123 // This header implements a family of generic predicate assertion
280 // %(Arity)s predicate assertion macros.
532 "The predicate assertion didn't evaluate argument %s "
539 FAIL() << "The predicate assertion unexpactedly aborted the test.";
541 FAIL() << "The failed predicate assertion didn't abort the test "
575 """Returns the test for a predicate assertion macro.
578 use_format: true iff the assertion is a *_PRED_FORMAT*.
579 use_assert: true iff the assertion is a ASSERT_*.
580 expect_failure: true iff the assertion is expected to fail
    [all...]
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 113 // Implements a family of generic predicate assertion macros.
123 // This header implements a family of generic predicate assertion
280 // %(Arity)s predicate assertion macros.
532 "The predicate assertion didn't evaluate argument %s "
539 FAIL() << "The predicate assertion unexpactedly aborted the test.";
541 FAIL() << "The failed predicate assertion didn't abort the test "
575 """Returns the test for a predicate assertion macro.
578 use_format: true iff the assertion is a *_PRED_FORMAT*.
579 use_assert: true iff the assertion is a ASSERT_*.
580 expect_failure: true iff the assertion is expected to fail
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/axes/
LocPathIterator.java 391 assertion(false, "setNextPosition not supported in this iterator!"); method
418 assertion(false, "setShouldCacheNodes not supported by this iterater!"); method
440 assertion(false, "setCurrentPos not supported by this iterator!"); method
464 assertion(false, "size() not supported by this iterator!"); method
479 assertion(false, "item(int index) not supported by this iterator!"); method
498 assertion(false, "setItem not supported by this iterator!"); method
700 assertion(false, "This iterator can not reset!"); method
NodeSequence.java 185 assertion(nodeVector instanceof NodeVector, method
227 assertion(false, "Can not get a DTM Unless a DTMManager has been set!"); method
250 // an assertion here.
251 // assertion(false, "Can not get the root from a non-iterated NodeSequence!");
275 assertion(false, "Can not setRoot on a non-iterated NodeSequence!"); method
689 assertion(false, "Can not getAxis from a non-iterated node sequence!"); method
723 assertion(hasCache(), "addNodeInDocOrder must be done on a mutable sequence!");
  /libcore/luni/src/main/java/org/apache/xpath/
Expression.java 404 * Tell the user of an assertion error, and probably throw an
408 * @param msg The assertion message, which should be informative.
414 public void assertion(boolean b, java.lang.String msg) method in class:Expression
476 assertion(n != this, "Can not parent an expression to itself!");
489 assertion(false, "exprAddChild method not implemented!"); method
XPath.java 540 * Tell the user of an assertion error, and probably throw an
544 * @param msg The assertion message, which should be informative.
548 public void assertion(boolean b, String msg) method in class:XPath
XPathContext.java 636 * Tell the user of an assertion error, and probably throw an
640 * @param msg The assertion message, which should be informative.
644 private void assertion(boolean b, String msg) throws javax.xml.transform.TransformerException method in class:XPathContext
    [all...]
  /libcore/luni/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java 366 assertion(false, "Could not find common ancestor!!!"); method
456 assertion(null != walker, "Walker should not be null!");
538 assertion((null != aw1) || (null != aw2), "Total match is incorrect!"); method
1286 protected static void assertion(boolean b, String msg) method in class:RedundentExprEliminator
1394 assertion(false, "unlink failed!!!"); method
    [all...]
FuncDocument.java 140 assertion(null != xctxt.getNamespaceContext(), "Namespace context can not be null!");
  /external/v8/test/mjsunit/regress/
regress-1201933.js 28 // Make sure this doesn't fail with an assertion
  /libcore/luni/src/main/java/org/apache/xpath/objects/
XObject.java 740 assertion(false, "callVisitors should not be called for this object!!!"); method
  /external/openssl/crypto/
cryptlib.c 883 void OpenSSLDie(const char *file,int line,const char *assertion)
886 "%s(%d): OpenSSL internal error, assertion failed: %s\n",
887 file,line,assertion);
crypto.h 543 void OpenSSLDie(const char *file,int line,const char *assertion);
  /external/openssl/include/openssl/
crypto.h 543 void OpenSSLDie(const char *file,int line,const char *assertion);
  /libcore/luni/src/main/java/org/apache/xpath/patterns/
NodeTest.java 689 assertion(false, "callVisitors should not be called for this object!!!"); method
  /external/v8/test/mjsunit/
large-object-allocation.js 286 // will suffer a bus error in the release build or an assertion in the debug
unicode-test.js     [all...]
  /libcore/luni/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 213 assertion(true, "can't process a context node in StylesheetHandler!"); method
878 private void assertion(boolean condition, String msg) throws RuntimeException method in class:StylesheetHandler
    [all...]
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
Compiler.java 1185 public void assertion(boolean b, java.lang.String msg) method in class:Compiler
    [all...]
XPathParser.java 570 * Notify the user of an assertion error, and probably throw an
574 * @param msg The assertion message, which should be informative.
578 private void assertion(boolean b, String msg) method in class:XPathParser
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /external/dbus/
configure     [all...]

Completed in 675 milliseconds