| /third_party/boost/libs/ratio/example/ |
| D | static_assert.hpp | 15 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 18 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 22 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 26 #define BOOST_EX_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__… argument
|
| /third_party/boost/boost/chrono/detail/ |
| D | static_assert.hpp | 15 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 18 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 22 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 26 #define BOOST_CHRONO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_JOIN(boost_chrono_test_,__LIN… argument
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuDefs.hpp | 124 #define TCU_THROW_EXPR(ERRCLASS, MSG, EXPR) \ argument 127 #define TCU_THROW(ERRCLASS, MSG) \ argument 130 #define TCU_CHECK_AND_THROW(ERRCLASS, X, MSG) \ argument 137 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG) argument 143 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F… argument
|
| /third_party/boost/libs/ratio/example/type_traits/ |
| D | common_type.hpp | 27 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 30 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 34 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) \ argument 40 #define BOOST_EX_COMMON_TYPE_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_EX_COMMON_TYPE_NAME(_… argument
|
| /third_party/boost/boost/ratio/ |
| D | config.hpp | 66 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static_assert(CND,MSG) argument 69 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) BOOST_STATIC_ASSERT(CND) argument 73 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) \ argument 79 #define BOOST_RATIO_STATIC_ASSERT(CND, MSG, TYPES) static char BOOST_RATIO_NAME(__boost_ratio_test_… argument
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluDefs.hpp | 29 #define GLU_EXPECT_NO_ERROR(ERR, MSG) glu::checkError((ERR), MSG, __FILE__, __LINE__) argument 31 #define GLU_CHECK_MSG(MSG) GLU_EXPECT_NO_ERROR(glGetError(), MSG) argument 36 #define GLU_CHECK_GLW_MSG(GL, MSG) GLU_EXPECT_NO_ERROR((GL).getError(), MSG) argument
|
| /third_party/vk-gl-cts/framework/xexml/ |
| D | xeDefs.hpp | 49 #define XE_FAIL(MSG) throw xe::Error(MSG, "", __FILE__, __LINE__) argument 51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(… argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_debug.h | 113 #define SFN_TRACE_FUNC(LEVEL, MSG) SfnTrace __trace(LEVEL, MSG) argument 115 #define SFN_TRACE_FUNC(LEVEL, MSG) argument
|
| /third_party/libpsl/msvc/ |
| D | detectenv-msvc.mak | 56 MSG = ^ macro 101 MSG = ^ macro
|
| /third_party/vk-gl-cts/execserver/ |
| D | xsDefs.hpp | 85 #define XS_FAIL(MSG) throw xs::Error(MSG, "", __FILE__, __LINE__) argument 87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(… argument
|
| /third_party/flutter/skia/include/gpu/ |
| D | GrConfig.h | 98 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG) argument 100 #define GR_WARN(MSG) ("WARNING: " MSG) argument
|
| /third_party/ltp/testcases/kernel/syscalls/bpf/ |
| D | bpf_prog01.c | 30 const char MSG[] = "Ahoj!"; variable
|
| D | bpf_prog02.c | 28 const char MSG[] = "Ahoj!"; variable
|
| D | bpf_prog04.c | 34 static const char MSG[] = "Ahoj!"; variable
|
| D | bpf_prog03.c | 35 static const char MSG[] = "Ahoj!"; variable
|
| D | bpf_prog05.c | 57 static const char MSG[] = "Ahoj!"; variable
|
| /third_party/ltp/testcases/cve/ |
| D | cve-2016-7117.c | 51 #define MSG "abcdefghijklmnop" macro
|
| /third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
| D | handle-scope.h | 34 #define STATIC_ASSERT(COND,MSG) typedef char static_assertion_##MSG[(COND)?1:-1] argument
|
| /third_party/e2fsprogs/lib/ss/ |
| D | help.c | 98 #define MSG "No info found for " in ss_help() macro
|
| /third_party/vk-gl-cts/framework/egl/ |
| D | egluDefs.hpp | 29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__) argument
|
| /third_party/flutter/skia/src/ports/ |
| D | SkFontHost_FreeType_common.h | 30 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
|
| /third_party/skia/src/ports/ |
| D | SkFontHost_FreeType_common.h | 31 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
| D | eap_tls_common.h | 51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
| D | eap_tls_common.h | 51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
|
| /third_party/ltp/testcases/kernel/containers/pidns/ |
| D | pidns30.c | 70 #define MSG "HOW ARE YOU" macro
|