| /external/deqp/framework/common/ |
| D | tcuDefs.hpp | 118 #define TCU_THROW_EXPR(ERRCLASS, MSG, EXPR) \ argument 121 #define TCU_THROW(ERRCLASS, MSG) \ argument 124 #define TCU_CHECK_AND_THROW(ERRCLASS, X, MSG) \ argument 131 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG) argument 137 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F… argument
|
| /external/deqp/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
|
| /external/deqp/executor/ |
| 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
|
| /external/python/cpython3/Include/ |
| D | pylifecycle.h | 27 #define _Py_INIT_ERR(MSG) \ argument 31 #define _Py_INIT_USER_ERR(MSG) \ argument
|
| /external/linux-kselftest/tools/testing/selftests/bpf/ |
| D | cgroup_helpers.h | 8 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
|
| /external/eigen/Eigen/src/Core/util/ |
| D | StaticAssert.h | 32 #define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG); argument
|
| /external/deqp/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
|
| /external/skqp/include/gpu/ |
| D | GrConfig.h | 110 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG) argument 112 #define GR_WARN(MSG) ("WARNING: " MSG) argument
|
| /external/skia/include/gpu/ |
| D | GrConfig.h | 110 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG) argument 112 #define GR_WARN(MSG) ("WARNING: " MSG) argument
|
| /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
| D | SimpleFormatterTest.java | 37 private static String MSG = "test msg. pls. ignore it\nadaadasfdasfd\nadfafdadfsa"; field in SimpleFormatterTest
|
| D | FormatterTest.java | 34 static String MSG = "msg, pls. ignore it"; field in FormatterTest
|
| D | LogRecordTest.java | 35 static final String MSG = "test msg, pls. ignore itb"; field in LogRecordTest
|
| /external/ltp/testcases/cve/ |
| D | cve-2016-7117.c | 62 #define MSG "abcdefghijklmnop" macro
|
| /external/arm-neon-tests/ |
| D | stm-arm-neon-ref.h | 78 #define DUMP(MSG,T,W,N,FMT) \ argument 89 #define DUMP_POLY(MSG,T,W,N,FMT) \ argument 100 #define DUMP_FP(MSG,T,W,N,FMT) \ argument 115 #define DUMP4GCC(MSG,T,W,N,FMT) \ argument 135 #define DUMP4GCC_FP(MSG,T,W,N,FMT) \ argument 156 #define DUMP_FP16(MSG,T,W,N,FMT) \ argument 168 #define DUMP4GCC_FP16(MSG,T,W,N,FMT) \ argument
|
| /external/e2fsprogs/lib/ss/ |
| D | help.c | 98 #define MSG "No info found for " in ss_help() macro
|
| /external/deqp/framework/egl/ |
| D | egluDefs.hpp | 29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__) argument
|
| /external/skqp/src/ports/ |
| D | SkFontHost_FreeType_common.h | 29 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
|
| /external/skia/src/ports/ |
| D | SkFontHost_FreeType_common.h | 29 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
|
| /external/wpa_supplicant_8/src/eap_server/ |
| D | eap_tls_common.h | 51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
|
| /external/ltp/testcases/kernel/containers/pidns/ |
| D | pidns30.c | 70 #define MSG "HOW ARE YOU" macro
|
| D | pidns31.c | 71 #define MSG "HOW ARE YOU" macro
|
| /external/deqp/framework/delibs/decpp/ |
| D | deDefs.hpp | 100 #define DE_CHECK_RUNTIME_ERR_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de… argument
|
| /external/deqp/framework/delibs/debase/ |
| D | deDefs.h | 295 # define DE_FATAL(MSG) do { deAssertFail("" /* force to string literal */ MSG, __FILE__, __LINE__);… argument 297 # define DE_FATAL(MSG) /*@ -noeffect*/ ((void)0) /*!< Fatal macro. */ argument
|
| /external/grpc-grpc/third_party/nanopb/ |
| D | pb.h | 121 #define PB_STATIC_ASSERT(COND,MSG) typedef char PB_STATIC_ASSERT_MSG(MSG, __LINE__, __COUNTER__)[(C… argument 122 #define PB_STATIC_ASSERT_MSG(MSG, LINE, COUNTER) PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) argument 123 #define PB_STATIC_ASSERT_MSG_(MSG, LINE, COUNTER) pb_static_assertion_##MSG##LINE##COUNTER argument 126 #define PB_STATIC_ASSERT(COND,MSG) argument
|
| /external/deqp/modules/egl/ |
| D | teglImageTests.cpp | 222 #define CHECK_CREATE(MSG, DPY, CONTEXT, SOURCE, ERR) \ in iterate() argument 233 #define CHECK_CREATE_KHR(MSG, DPY, CONTEXT, SOURCE, ERR) \ in iterate() argument
|