Home
last modified time | relevance | path

Searched defs:MSG (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/libs/ratio/example/
Dstatic_assert.hpp15 #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/
Dstatic_assert.hpp15 #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/
DtcuDefs.hpp124 #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/
Dcommon_type.hpp27 #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/
Dconfig.hpp66 #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/
DgluDefs.hpp29 #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/
DxeDefs.hpp49 #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/
Dsfn_debug.h113 #define SFN_TRACE_FUNC(LEVEL, MSG) SfnTrace __trace(LEVEL, MSG) argument
115 #define SFN_TRACE_FUNC(LEVEL, MSG) argument
/third_party/libpsl/msvc/
Ddetectenv-msvc.mak56 MSG = ^ macro
101 MSG = ^ macro
/third_party/vk-gl-cts/execserver/
DxsDefs.hpp85 #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/
DGrConfig.h98 #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/
Dbpf_prog01.c30 const char MSG[] = "Ahoj!"; variable
Dbpf_prog02.c28 const char MSG[] = "Ahoj!"; variable
Dbpf_prog04.c34 static const char MSG[] = "Ahoj!"; variable
Dbpf_prog03.c35 static const char MSG[] = "Ahoj!"; variable
Dbpf_prog05.c57 static const char MSG[] = "Ahoj!"; variable
/third_party/ltp/testcases/cve/
Dcve-2016-7117.c51 #define MSG "abcdefghijklmnop" macro
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandle-scope.h34 #define STATIC_ASSERT(COND,MSG) typedef char static_assertion_##MSG[(COND)?1:-1] argument
/third_party/e2fsprogs/lib/ss/
Dhelp.c98 #define MSG "No info found for " in ss_help() macro
/third_party/vk-gl-cts/framework/egl/
DegluDefs.hpp29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__) argument
/third_party/flutter/skia/src/ports/
DSkFontHost_FreeType_common.h30 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.h31 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_tls_common.h51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_tls_common.h51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
/third_party/ltp/testcases/kernel/containers/pidns/
Dpidns30.c70 #define MSG "HOW ARE YOU" macro

12