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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCommon.cpp 38 void failedAssertion(const char* file, int line, const char* function, const char* assertion)
40 WTFReportAssertionFailure(file, line, function, assertion);
  /external/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h 98 WTF_EXPORT void WTFReportAssertionFailure(const char* file, int line, const char* function, const char* assertion);
99 WTF_EXPORT void WTFReportAssertionFailureWithMessage(const char* file, int line, const char* function, const char* assertion, const char* format, ...) WTF_ATTRIBUTE_PRINTF(5, 6);
100 WTF_EXPORT void WTFReportArgumentAssertionFailure(const char* file, int line, const char* function, const char* argName, const char* assertion);
192 #define ASSERT(assertion) \
193 (!(assertion) ? \
194 (WTFReportAssertionFailure(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, #assertion), \
198 #define ASSERT_AT(assertion, file, line, function) \
199 (!(assertion) ? \
200 (WTFReportAssertionFailure(file, line, function, #assertion), \
209 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion
    [all...]
Assertions.cpp 202 void WTFReportAssertionFailure(const char* file, int line, const char* function, const char* assertion)
204 if (assertion)
205 printf_stderr_common("ASSERTION FAILED: %s\n", assertion);
211 void WTFReportAssertionFailureWithMessage(const char* file, int line, const char* function, const char* assertion, const char* format, ...)
215 vprintf_stderr_with_prefix("ASSERTION FAILED: ", format, args);
217 printf_stderr_common("\n%s\n", assertion);
221 void WTFReportArgumentAssertionFailure(const char* file, int line, const char* function, const char* argName, const char* assertion)
223 printf_stderr_common("ARGUMENT BAD: %s, %s\n", argName, assertion);
341 // in case we hit an assertion
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebCommon.h 109 BLINK_COMMON_EXPORT void failedAssertion(const char* file, int line, const char* function, const char* assertion);
115 #define BLINK_ASSERT(assertion) ((void)0)
117 #define BLINK_ASSERT(assertion) do { \
118 if (!(assertion)) \
119 failedAssertion(__FILE__, __LINE__, __FUNCTION__, #assertion); \
  /external/chromium_org/third_party/sinonjs/src/
sinon-qunit.js 39 sinon.assert.pass = function (assertion) {
40 QUnit.ok(true, assertion);
  /external/guava/guava-testlib/src/com/google/common/testing/
RelationshipTester.java 38 private final RelationshipAssertion<T> assertion; field in class:RelationshipTester
40 RelationshipTester(RelationshipAssertion<T> assertion) {
41 this.assertion = checkNotNull(assertion);
79 assertion.assertRelated(item, related);
93 assertion.assertUnrelated(item, unrelated);
  /external/llvm/test/MC/Mips/
mips-register-names-invalid.s 4 # $32 used to trigger an assertion instead of the usual error message due to
  /external/chromium_org/testing/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
278 // %(Arity)s predicate assertion macros.
529 "The predicate assertion didn't evaluate argument %s "
536 FAIL() << "The predicate assertion unexpactedly aborted the test.";
538 FAIL() << "The failed predicate assertion didn't abort the test "
572 """Returns the test for a predicate assertion macro.
575 use_format: true iff the assertion is a *_PRED_FORMAT*.
576 use_assert: true iff the assertion is a ASSERT_*.
577 expect_failure: true iff the assertion is expected to fail
    [all...]
  /external/apache-xml/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!");
  /external/chromium_org/third_party/qunit/src/
browser_test_harness.js 34 function(assertion, index){
35 return ' ' + (index + 1) + '. ' + assertion.message + '\n' +
36 ' ' + assertion.source;
  /external/libsepol/
Android.mk 4 src/assertion.c \
  /external/apache-xml/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
  /external/apache-xml/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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler.h 86 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion);
  /external/deqp/framework/delibs/debase/
deDefs.c 105 /* MessageBox(reason, "Assertion failed", MB_OK); */
130 fprintf(stderr, "Assertion '%s' failed at %s:%d\n", reason, file, line);
134 __android_log_print(ANDROID_LOG_ERROR, "delibs", "Assertion '%s' failed at %s:%d", reason, file, line);
137 # error Implement assertion function on your platform.
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler.h 86 int rc_if_fail_helper(struct radeon_compiler * c, const char * file, int line, const char * assertion);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1201933.js 28 // Make sure this doesn't fail with an assertion
regress-1383.js 30 // hit an assertion in Code::ComputeFlags.
regress-1129.js 30 // This should not hit an assertion in debug mode.
  /external/chromium_org/v8/test/webkit/
unexpected-constant-crash.js 25 "This test checks that the regexp and unexpected constant counters are not confused with each other. It will fail with an assertion failure in a debug build if this is the case."
  /external/chromium_org/remoting/base/
breakpad_win.cc 71 MDRawAssertionInfo* assertion);
174 MDRawAssertionInfo* /* assertion */) {
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelpers.java 207 * Checks that an assertion is true.
209 * @throws IllegalArgumentException if the assertion is false, along with a suitable message
212 private void check(boolean assertion, String message, Voicemail voicemail) {
213 if (!assertion) {
  /external/chromium_org/v8/test/mjsunit/
parallel-optimize-disabled.js 50 // Attempt to optimize g() should not run into any assertion.
  /external/chromium_org/extensions/test/data/web_view/apitest/
main.js 23 window.console.warn('assertion failed: ' + a + ' != ' + b);
30 window.console.warn('assertion failed: false != ' + condition);
37 window.console.warn('assertion failed: true != ' + condition);

Completed in 834 milliseconds

1 2 3