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

1 2 3 4 5 6 7 8 91011>>

  /art/test/021-string2/src/junit/framework/
AssertionFailedError.java 4 * Thrown when an assertion failed.
  /art/test/082-inline-execute/src/junit/framework/
AssertionFailedError.java 4 * Thrown when an assertion failed.
  /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...]
  /external/chromium_org/tools/valgrind/gtest_exclude/
unit_tests.gtest-drmemory_win-xp.txt 5 # Fails assertion. App data corrupted by DrMemory?
remoting_unittests.gtest-drmemory_win32.txt 1 # This test fails on an assertion, see http://crbug.com/57266
  /external/clang/test/CodeGenCXX/
PR5863-unreachable-block.cpp 9 if (a > b) // simply filling in 0 or 1 doesn't trigger the assertion
10 throw E(); // commenting out 'if' or 'throw' 'fixes' the assertion failure
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
PSSParameterSpecTest.java 46 * Assertion: constructs using valid parameter
56 * Assertion:
73 * Assertion: constructs using valid parameters
87 * Assertion:
104 * Assertion:
121 * Assertion:
139 * Assertion:
157 * Assertion: <code>AlgorithmParameterSpec</code> can be null
165 * Assertion: returns message digest algorithm name
175 * Assertion: returns mask generation function algorithm nam
    [all...]
ECFieldFpTest.java 50 * Assertion: creates new object of <code>ECFieldFp</code> class
60 * Assertion: creates new object of <code>ECFieldFp</code> class
70 * Assertion: IllegalArgumentException if <code>p</code> is not positive
84 * Assertion: IllegalArgumentException if <code>p</code> is not positive
98 * Assertion: NullPointerException if <code>p</code> is null
112 * Assertion: must return the same value if invoked
131 * Assertion: must return the same value if invoked
142 * Assertion: returns field size in bits which is prime size
151 * Assertion: returns prime
161 * Assertion: object equals to itself
    [all...]
RSAOtherPrimeInfoTest.java 45 * Assertion: constructs <code>RSAOtherPrimeInfo</code>
58 * Assertion: NullPointerException if prime is null
72 * Assertion: NullPointerException if primeExponent is null
86 * Assertion: NullPointerException if crtCoefficient is null
100 * Assertion: NullPointerException if prime and crtCoefficient is null
114 * Assertion: returns CRT coefficient value
126 * Assertion: returns prime value
138 * Assertion: returns prime exponent value
  /libcore/luni/src/test/java/tests/security/spec/
PSSParameterSpecTest.java 39 * Assertion: constructs using valid parameter
49 * Assertion:
66 * Assertion: constructs using valid parameters
80 * Assertion:
97 * Assertion:
114 * Assertion:
132 * Assertion:
150 * Assertion: <code>AlgorithmParameterSpec</code> can be null
159 * Assertion: returns message digest algorithm name
169 * Assertion: returns mask generation function algorithm nam
    [all...]
ECFieldFpTest.java 43 * Assertion: creates new object of <code>ECFieldFp</code> class
53 * Assertion: creates new object of <code>ECFieldFp</code> class
63 * Assertion: IllegalArgumentException if <code>p</code> is not positive
77 * Assertion: IllegalArgumentException if <code>p</code> is not positive
91 * Assertion: NullPointerException if <code>p</code> is null
105 * Assertion: must return the same value if invoked
124 * Assertion: must return the same value if invoked
135 * Assertion: returns field size in bits which is prime size
144 * Assertion: returns prime
154 * Assertion: object equals to itself
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagLDScript.inc 3 DIAG(err_assert_failed, DiagnosticEngine::Error,"Assertion failed: %0\n", "Assertion failed: %0\n")
  /external/chromium_org/third_party/WebKit/ManualTests/
drag-move-in-search-field.html 2 between "lorem" and "ipsum". There should be no assertion failure in a
xhr-failure-behind-alert.html 9 alert("PASSED if no crash or assertion failure");
  /external/clang/test/Frontend/
windows-nul.c 5 // Verify that cc1 doesn't crash with an assertion failure
  /external/clang/test/Misc/
wrong-encoding2.c 9 // CHECK-NOT:Assertion
  /external/clang/test/Parser/
objc-diag-width.mm 5 // CHECK-NOT: Assertion failed
  /external/clang/test/Sema/
invalid-cast.cpp 3 // <rdar://problem/13153516> - This previously triggered an assertion failure.
  /external/junit/src/junit/framework/
AssertionFailedError.java 4 * Thrown when an assertion failed.
  /external/llvm/test/Assembler/
2003-04-15-ConstantInitAssertion.ll 4 ; This should cause an assembler error, not an assertion failure!
  /external/llvm/test/CodeGen/Generic/
2002-04-14-UnexpectedUnsignedType.ll 4 ; SparcInstrInfo.cpp:103: failed assertion `0 && "Unexpected unsigned type"'
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CollectionCertStoreParametersTest.java 53 * Assertion: Creates an instance of CollectionCertStoreParameters
64 * Assertion: Creates an instance of CollectionCertStoreParameters
84 * Assertion: Creates an instance of CollectionCertStoreParameters
95 * Assertion: If the specified <code>Collection</code> contains an object
111 * Assertion: The Collection is not copied. Instead, a reference is used.
136 * Assertion: <code>NullPointerException</code> - if
149 * Assertion: Returns a copy of this object
164 * Assertion: ...only a reference to the <code>Collection</code>
180 * Assertion: ...only a reference to the <code>Collection</code>
197 * Assertion: returns the formatted string describing parameter
    [all...]
CertPathTest.java 57 * Assertion: returns hash of the <code>Certificate</code> instance
68 * Assertion: hash code of equal objects should be the same
78 * Assertion: returns cert path type
86 * Assertion: object equals to itself
95 * Assertion: object equals to other <code>CertPath</code>
106 * Assertion: object not equals to <code>null</code>
115 * Assertion: object not equals to other which is not
125 * Assertion: returns string representation of
  /external/chromium_org/testing/gtest/test/
gtest_throw_on_failure_ex_test.cc 42 // non-zero. We use this instead of a Google Test assertion to
51 // Tests that an assertion failure throws a subclass of
56 // A successful assertion shouldn't throw.
60 Fail("A successful assertion wrongfully threw.");
63 // A failed assertion should throw a subclass of std::runtime_error.
71 "A failed assertion did throw an exception of the right type, "
76 Fail("A failed assertion threw the wrong type of exception.");
78 Fail("A failed assertion should've thrown but didn't.");
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_macros.h 30 PRINT_ERR_MSG("Assertion failed: " #expr "\n\n"); \
39 PRINT_ERR_MSG("Assertion failed: " #expr "\nExiting...\n\n"); \

Completed in 3407 milliseconds

1 2 3 4 5 6 7 8 91011>>