Home
last modified time | relevance | path

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

12

/external/deqp/framework/common/
DtcuDefs.hpp118 #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/
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
/external/deqp/executor/
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
/external/python/cpython3/Include/
Dpylifecycle.h27 #define _Py_INIT_ERR(MSG) \ argument
31 #define _Py_INIT_USER_ERR(MSG) \ argument
/external/linux-kselftest/tools/testing/selftests/bpf/
Dcgroup_helpers.h8 #define log_err(MSG, ...) fprintf(stderr, "(%s:%d: errno: %s) " MSG "\n", \ argument
/external/eigen/Eigen/src/Core/util/
DStaticAssert.h32 #define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG); argument
/external/deqp/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
/external/skqp/include/gpu/
DGrConfig.h110 #define GR_WARN(MSG) (GR_FILE_AND_LINE_STR "WARNING: " MSG) argument
112 #define GR_WARN(MSG) ("WARNING: " MSG) argument
/external/skia/include/gpu/
DGrConfig.h110 #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/
DSimpleFormatterTest.java37 private static String MSG = "test msg. pls. ignore it\nadaadasfdasfd\nadfafdadfsa"; field in SimpleFormatterTest
DFormatterTest.java34 static String MSG = "msg, pls. ignore it"; field in FormatterTest
DLogRecordTest.java35 static final String MSG = "test msg, pls. ignore itb"; field in LogRecordTest
/external/ltp/testcases/cve/
Dcve-2016-7117.c62 #define MSG "abcdefghijklmnop" macro
/external/arm-neon-tests/
Dstm-arm-neon-ref.h78 #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/
Dhelp.c98 #define MSG "No info found for " in ss_help() macro
/external/deqp/framework/egl/
DegluDefs.hpp29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__) argument
/external/skqp/src/ports/
DSkFontHost_FreeType_common.h29 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
/external/skia/src/ports/
DSkFontHost_FreeType_common.h29 #define SK_TRACEFTR(ERR, MSG, ...) \ argument
/external/wpa_supplicant_8/src/eap_server/
Deap_tls_common.h51 enum { MSG, FRAG_ACK, WAIT_FRAG_ACK } state; enumerator
/external/ltp/testcases/kernel/containers/pidns/
Dpidns30.c70 #define MSG "HOW ARE YOU" macro
Dpidns31.c71 #define MSG "HOW ARE YOU" macro
/external/deqp/framework/delibs/decpp/
DdeDefs.hpp100 #define DE_CHECK_RUNTIME_ERR_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de… argument
/external/deqp/framework/delibs/debase/
DdeDefs.h295 # 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/
Dpb.h121 #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/
DteglImageTests.cpp222 #define CHECK_CREATE(MSG, DPY, CONTEXT, SOURCE, ERR) \ in iterate() argument
233 #define CHECK_CREATE_KHR(MSG, DPY, CONTEXT, SOURCE, ERR) \ in iterate() argument

12