HomeSort by relevance Sort by last modified time
    Searched full:assertion (Results 1 - 25 of 1926) 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.
  /dalvik/tests/021-string2/src/junit/framework/
AssertionFailedError.java 4 * Thrown when an assertion failed.
  /dalvik/tests/082-inline-execute/src/junit/framework/
AssertionFailedError.java 4 * Thrown when an assertion failed.
  /external/chromium/googleurl/base/
README.txt 1 These files contain some shared code. You can define your own assertion macros
  /external/chromium_org/tools/valgrind/gtest_exclude/
media_unittests.gtest-tsan_win32.txt 1 # Win TSan disturbs ffmpeg's output, causing hash comparison assertion to fail.
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/chromium_org/third_party/WebKit/Source/wtf/
Assertions.h 117 WTF_EXPORT void WTFReportAssertionFailure(const char* file, int line, const char* function, const char* assertion);
118 WTF_EXPORT void WTFReportAssertionFailureWithMessage(const char* file, int line, const char* function, const char* assertion, const char* format, ...) WTF_ATTRIBUTE_PRINTF(5, 6);
119 WTF_EXPORT void WTFReportArgumentAssertionFailure(const char* file, int line, const char* function, const char* argName, const char* assertion);
198 #define ASSERT(assertion) ((void)0)
199 #define ASSERT_AT(assertion, file, line, function) ((void)0)
203 #define ASSERT_UNUSED(variable, assertion) ((void)variable)
207 #define ASSERT(assertion) \
208 (!(assertion) ? \
209 (WTFReportAssertionFailure(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, #assertion), \
213 #define ASSERT_AT(assertion, file, line, function)
    [all...]
  /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 47 * Assertion: constructs using valid parameter
57 * Assertion:
74 * Assertion: constructs using valid parameters
88 * Assertion:
105 * Assertion:
122 * Assertion:
140 * Assertion:
158 * Assertion: <code>AlgorithmParameterSpec</code> can be null
167 * Assertion: returns message digest algorithm name
177 * Assertion: returns mask generation function algorithm name
    [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...]
  /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...]
  /external/chromium_org/ui/webui/resources/js/
assert.js 6 * @fileoverview Assertion support.
10 * Simple common assertion API
19 var msg = 'Assertion failed';
  /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/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

Completed in 410 milliseconds

1 2 3 4 5 6 7 8 91011>>