Searched
full:assertions (Results
401 -
425 of
2236) sorted by null
<<11121314151617181920>>
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_assert.h | 76 assertions enabled, so the code is always checked at compile time, but 86 disable assertions. 160 #endif /* enabled assertions support code */ 162 /* Enable various levels of assertions. */ 163 #if SDL_ASSERT_LEVEL == 0 /* assertions disabled */ 219 * that is used for assertions when SDL_SetAssertionHandler() hasn't been 246 * Get all assertions triggered since last call to SDL_ResetAssertionReport(), 262 * \return List of all assertions. 270 * Reset list of all assertions triggered.
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_assert.h | 76 assertions enabled, so the code is always checked at compile time, but 86 disable assertions. 160 #endif /* enabled assertions support code */ 162 /* Enable various levels of assertions. */ 163 #if SDL_ASSERT_LEVEL == 0 /* assertions disabled */ 219 * that is used for assertions when SDL_SetAssertionHandler() hasn't been 246 * Get all assertions triggered since last call to SDL_ResetAssertionReport(), 262 * \return List of all assertions. 270 * Reset list of all assertions triggered.
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_assert.h | 76 assertions enabled, so the code is always checked at compile time, but 86 disable assertions. 160 #endif /* enabled assertions support code */ 162 /* Enable various levels of assertions. */ 163 #if SDL_ASSERT_LEVEL == 0 /* assertions disabled */ 219 * that is used for assertions when SDL_SetAssertionHandler() hasn't been 246 * Get all assertions triggered since last call to SDL_ResetAssertionReport(), 262 * \return List of all assertions. 270 * Reset list of all assertions triggered.
|
/external/mockito/src/test/java/org/mockito/internal/stubbing/answers/ |
ReturnsArgumentAtTest.java | 7 import org.assertj.core.api.Assertions; 15 import static org.assertj.core.api.Assertions.assertThat; 50 Assertions.fail("should scream"); 57 Assertions.fail("should scream"); 64 Assertions.fail("should scream");
|
/external/llvm/docs/ |
Packaging.rst | 23 LLVM runs much more quickly when it's optimized and assertions are removed. 25 defining ``NDEBUG``, and the lack of assertions makes it hard to debug problems 29 ``--disable-assertions``
|
/external/mockito/src/test/java/org/mockito/internal/verification/ |
NoMoreInteractionsTest.java | 7 import org.assertj.core.api.Assertions; 101 Assertions.assertThat(e.toString()).contains(mock.toString()); 118 Assertions.assertThat(e.toString()).contains(mock.toString());
|
/external/mockito/src/test/java/org/mockitousage/annotation/ |
MockInjectionUsingSetterOrPropertyTest.java | 7 import org.assertj.core.api.Assertions; 138 Assertions.assertThat(e.getMessage()).contains("failingConstructor").contains("constructor").contains("threw an exception"); 139 Assertions.assertThat(e.getCause()).isInstanceOf(RuntimeException.class);
|
/external/mockito/src/test/java/org/mockitousage/spies/ |
SpyingOnInterfacesTest.java | 14 import org.assertj.core.api.Assertions; 82 Assertions.assertThat(type.getMethod("foo").invoke(object)).isEqualTo((Object) "bar"); 107 Assertions.assertThat(impl.getMethod("foo").invoke(object)).isEqualTo((Object) "bar");
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KSPasswordProtectionTest.java | 45 * Assertions: constructor created new PasswordProtection object 79 * Assertions: constructor throws NullPointerException if protectionAlgorithm is null. 103 * Assertions: constructor creates new PasswordProtection object, even if protectionParameters
|
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
assertions.h | 1 /* $NetBSD: assertions.h,v 1.5 2009/04/12 17:07:16 christos Exp $ */ 21 * Id: assertions.h,v 1.5 2008/11/14 02:36:51 marka Exp
|
/external/dagger2/ |
CONTRIBUTING.md | 11 should be JUnit based tests and can use either standard JUnit assertions or 12 FEST assertions and be added to `<project>/src/test/java`. Changes to build-time
|
/external/llvm/lib/Support/ |
regutils.h | 45 /* switch off assertions (if not already off) if no REDEBUG */ 48 #define NDEBUG /* no assertions please */
|
/external/llvm/ |
llvm.spec.in | 35 --enable-assertions 62 - Make the build be optimized+assertions
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
HOWTO_Assertions | 0 ASSERTIONS 4 This document defines the format of assertions as well as the information
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
assertions.xml | 0 <assertions> 57 </assertions>
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_fsync/ |
assertions.xml | 0 <assertions> 58 </assertions>
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/ |
assertions.xml | 0 <assertions> 44 </assertions>
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/ |
assertions.xml | 0 <assertions> 50 </assertions>
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_notify/ |
assertions.xml | 0 <assertions> 42 </assertions>
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
assertions.xml | 0 <assertions> 59 </assertions>
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstack/ |
assertions.xml | 0 <assertions> 52 </assertions>
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/ |
assertions.xml | 0 <assertions> 45 </assertions>
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/ |
assertions.xml | 0 <assertions> 52 </assertions>
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_setprioceiling/ |
assertions.xml | 0 <assertions> 40 </assertions>
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/ |
assertions.xml | 0 <assertions> 51 </assertions>
|
Completed in 988 milliseconds
<<11121314151617181920>>