| /external/arm-trusted-firmware/plat/imx/common/include/sci/ |
| D | sci_rpc.h | 27 #define RPC_VER(MSG) ((MSG)->version) argument 28 #define RPC_SIZE(MSG) ((MSG)->size) argument 29 #define RPC_SVC(MSG) ((MSG)->svc) argument 30 #define RPC_FUNC(MSG) ((MSG)->func) argument 31 #define RPC_R8(MSG) ((MSG)->func) argument 32 #define RPC_I32(MSG, IDX) ((MSG)->DATA.i32[(IDX) / 4U]) argument 33 #define RPC_I16(MSG, IDX) ((MSG)->DATA.i16[(IDX) / 2U]) argument 34 #define RPC_I8(MSG, IDX) ((MSG)->DATA.i8[(IDX)]) argument 35 #define RPC_U32(MSG, IDX) ((MSG)->DATA.u32[(IDX) / 4U]) argument 36 #define RPC_U16(MSG, IDX) ((MSG)->DATA.u16[(IDX) / 2U]) argument [all …]
|
| /external/rust/crates/tokio/tests/ |
| D | tcp_into_split.rs | 14 const MSG: &[u8] = b"split"; in split() constant 86 const MSG: &[u8] = b"split"; in drop_write() constant
|
| D | tcp_split.rs | 13 const MSG: &[u8] = b"split"; in split() constant
|
| /external/deqp/framework/common/ |
| D | tcuDefs.hpp | 121 #define TCU_THROW_EXPR(ERRCLASS, MSG, EXPR) \ argument 124 #define TCU_THROW(ERRCLASS, MSG) \ argument 127 #define TCU_CHECK_AND_THROW(ERRCLASS, X, MSG) \ argument 134 #define TCU_FAIL(MSG) TCU_THROW(TestError, MSG) argument 140 #define TCU_CHECK_MSG(X, MSG) do { if (!(!deGetFalse() && (X))) throw tcu::TestError((MSG), #X, __F… argument
|
| /external/rust/crates/syn/tests/ |
| D | zzz_stable.rs | 6 const MSG: &str = "\ constant
|
| /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/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
|
| /external/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
|
| /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/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/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | modernize-unary-static-assert.cpp | 4 #define MSG "" macro
|
| /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
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
| D | CreatorWithNamingStrategyTest.java | 48 final String MSG = "1st"; in testSnakeCaseWithOneArg() local
|
| /external/ltp/testcases/kernel/syscalls/bpf/ |
| D | bpf_prog01.c | 32 const char MSG[] = "Ahoj!"; variable
|
| D | bpf_prog03.c | 35 static const char MSG[] = "Ahoj!"; variable
|
| D | bpf_prog02.c | 30 const char MSG[] = "Ahoj!"; variable
|
| /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/ltp/testcases/cve/ |
| D | cve-2016-7117.c | 51 #define MSG "abcdefghijklmnop" macro
|
| /external/llvm-project/flang/lib/Lower/ |
| D | Coarray.cpp | 22 #define TODO(MSG) \ argument
|
| /external/rust/crates/thiserror/tests/ |
| D | test_display.rs | 76 const MSG: &str = "failed to do"; in test_constants() constant
|
| /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
|