/external/arm-trusted-firmware/include/lib/libc/ |
D | assert.h | 22 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) macro 24 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__)) macro 26 # define assert(e) ((e) ? (void)0 : __assert()) macro 29 #define assert(e) ((void)0) macro
|
/external/flatbuffers/tests/ |
D | phpTest.php | 97 function test_buffer(Assert $assert, Google\FlatBuffers\ByteBuffer $bb) { 195 function fuzzTest1(Assert $assert) 333 function testByteBuffer(Assert $assert) {
|
D | JavaScriptUnionVectorTest.js | 1 var assert = require('assert'); variable
|
/external/musl/include/ |
D | assert.h | 6 #define assert(x) (void)0 macro 8 #define assert(x) ((void)((x) || (__assert_fail(#x, __FILE__, __LINE__, __func__),0))) macro
|
/external/clang/test/Modules/Inputs/macro-reexport/ |
D | d1.h | 5 #define assert(x) d macro
|
D | b2.h | 2 #define assert(x) b macro
|
D | c1.h | 4 #define assert(x) c macro
|
D | a1.h | 1 #define assert(x) a macro
|
/external/clang/test/Modules/Inputs/macro-hiding/ |
D | b2.h | 2 #define assert(x) macro
|
D | d1.h | 2 #define assert(x) macro
|
D | a1.h | 1 #define assert(x) macro
|
D | c1.h | 2 #define assert(x) macro
|
/external/clang/test/SemaTemplate/ |
D | rdar9173693.cpp | 4 template< bool C > struct assert { }; struct
|
/external/rust/cxx/src/macros/ |
D | mod.rs | 2 mod assert; module
|
/external/clang/test/Modules/ |
D | macro-hiding.cpp | 103 void assert() {} in assert() function
|
/external/flatbuffers/samples/ |
D | samplebinary.js | 19 var assert = require('assert'); variable
|
D | sample_binary.go | 160 func assert(assertPassed bool, codeExecuted string, actualValue string, expectedValue string) { func
|
/external/rust/crates/serde_test/src/ |
D | lib.rs | 176 mod assert; module
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/tests/ |
D | .eslintrc.json | 6 "assert": true, boolean
|
/external/rust/crates/anyhow/tests/ |
D | test_repr.rs | 20 fn assert<E: Unpin + Send + Sync + 'static>() {} in test_autotraits() function
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | assert.h | 9 #define assert(e) do { \ macro
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | Debug.common.kt | 10 internal expect fun assert(value: () -> Boolean) in assert() method
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/ |
D | Debug.kt | 16 internal actual inline fun assert(value: () -> Boolean) {} in assert() method
|
/external/jemalloc_new/test/include/test/ |
D | jemalloc_test.h | 143 #define assert(e) do { \ macro
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/ |
D | Debug.kt | 24 internal actual inline fun assert(value: () -> Boolean) {} in assert() method
|