/external/llvm/lib/Fuzzer/afl/ |
D | afl_driver.cpp | 78 #define CHECK_ERROR(cond, error_message) \ macro 151 CHECK_ERROR(chars_printed != 0, "Failed to write extra_stats_file"); in write_extra_stats() 153 CHECK_ERROR(fclose(extra_stats_file) == 0, in write_extra_stats() 162 CHECK_ERROR(first_crash, in crash_handler() 195 CHECK_ERROR(matches == kNumExtraStats, "Extra stats file is corrupt"); in maybe_initialize_extra_stats() 197 CHECK_ERROR(fclose(extra_stats_file) == 0, "Failed to close file"); in maybe_initialize_extra_stats() 201 CHECK_ERROR(extra_stats_file, in maybe_initialize_extra_stats() 206 CHECK_ERROR(extra_stats_file, "failed to create extra stats file"); in maybe_initialize_extra_stats() 270 CHECK_ERROR(gettimeofday(&unit_start_time, NULL) == 0, in main() 276 CHECK_ERROR(gettimeofday(&unit_stop_time, NULL) == 0, in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | recvfrom.cc | 18 #define CHECK_ERROR(p, m) \ macro 39 CHECK_ERROR(succeeded < 0, "in getsockname"); in client_thread_udp() 45 CHECK_ERROR(succeeded < 0, "in sending message"); in client_thread_udp() 59 CHECK_ERROR(sockfd < 0, "opening socket"); in main() 67 CHECK_ERROR(bound < 0, "on binding"); in main() 71 CHECK_ERROR(succeeded, "creating thread"); in main() 79 CHECK_ERROR(succeeded, "joining thread"); in main()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Linux/ |
D | recvfrom.cpp | 18 #define CHECK_ERROR(p, m) \ macro 39 CHECK_ERROR(succeeded < 0, "in getsockname"); in client_thread_udp() 45 CHECK_ERROR(succeeded < 0, "in sending message"); in client_thread_udp() 59 CHECK_ERROR(sockfd < 0, "opening socket"); in main() 67 CHECK_ERROR(bound < 0, "on binding"); in main() 71 CHECK_ERROR(succeeded, "creating thread"); in main() 79 CHECK_ERROR(succeeded, "joining thread"); in main()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcKHRDebugTests.cpp | 59 #define CHECK_ERROR(expected_error, error_message) … macro 309 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <source> set to GL_ARRAY_BUFFER"); in iterate() 314 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <type> set to GL_ARRAY_BUFFER"); in iterate() 318 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageControl with <severity> set to GL_ARRAY_BUFFER"); in iterate() 323 CHECK_ERROR(GL_INVALID_VALUE, "DebugMessageControl with <count> set to -1"); in iterate() 327 …CHECK_ERROR(GL_INVALID_OPERATION, "DebugMessageControl with <source> set to GL_DONT_CARE and non z… in iterate() 331 …CHECK_ERROR(GL_INVALID_OPERATION, "DebugMessageControl with <type> set to GL_DONT_CARE and non zer… in iterate() 336 CHECK_ERROR(GL_INVALID_OPERATION, in iterate() 357 CHECK_ERROR(GL_INVALID_VALUE, "GetDebugMessageLog with <bufSize> set to -1"); in iterate() 376 CHECK_ERROR(GL_INVALID_ENUM, "DebugMessageInsert with <source> set to GL_DEBUG_SOURCE_API"); in iterate() [all …]
|
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
D | ClangTidyOptionsTest.cpp | 153 #define CHECK_ERROR(Value, ErrorType, ExpectedMessage) \ macro 174 CHECK_ERROR(TestCheck.getLocal("Opt"), MissingOptionError, in TEST() 205 CHECK_ERROR(Name, UnparseableIntegerOptionError, Expected) in TEST() 254 CHECK_ERROR(Name, UnparseableEnumOptionError, Expected) in TEST() 288 #undef CHECK_ERROR
|
/external/tpm2-tss/test/unit/ |
D | fapi-json.c | 118 #define CHECK_ERROR(TYPE, SRC, RC) \ macro 1212 CHECK_ERROR(UINT16, "\"0x10000\"", TSS2_FAPI_RC_BAD_VALUE); in check_error() 1213 CHECK_ERROR(UINT32, "\"0x100000000\"", TSS2_FAPI_RC_BAD_VALUE); in check_error() 1216 CHECK_ERROR(TPM2B_DIGEST, "\"0x0102222222222222222222222222222222222222222222222222222" in check_error() 1221 CHECK_ERROR(TPMI_ALG_HASH, "\"SHA9999\"", TSS2_FAPI_RC_BAD_VALUE); in check_error() 1222 CHECK_ERROR(TPM2B_DIGEST, "\"xxxx\"", TSS2_FAPI_RC_BAD_VALUE); in check_error() 1223 CHECK_ERROR(TPM2B_DIGEST, "\"0x010x\"", TSS2_FAPI_RC_BAD_VALUE); in check_error()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cMultiBindTests.cpp | 1376 #define CHECK_ERROR(expected_error, error_message) … macro 1644 CHECK_ERROR(GL_INVALID_ENUM, "BindBuffersBase with invalid <target>"); in iterate() 1647 CHECK_ERROR(GL_INVALID_ENUM, "BindBuffersRange with invalid <target>"); in iterate() 1727 CHECK_ERROR(GL_INVALID_OPERATION, in iterate() 1731 CHECK_ERROR(GL_INVALID_OPERATION, in iterate() 1759 …CHECK_ERROR(GL_INVALID_OPERATION, "BindBuffersBase with invalid buffer id, target: " << target_nam… in iterate() 1762 …CHECK_ERROR(GL_INVALID_OPERATION, "BindBuffersRange with invalid buffer id, target: " << target_na… in iterate() 1779 CHECK_ERROR(GL_INVALID_VALUE, "BindBuffersRange with negative offset, target: " << target_name); in iterate() 1783 CHECK_ERROR(GL_INVALID_VALUE, "BindBuffersRange with negative size, target: " << target_name); in iterate() 1800 CHECK_ERROR(GL_INVALID_VALUE, "BindBuffersRange with invalid <offset>, target: " << target_name); in iterate() [all …]
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeSPARC_common.c | 510 CHECK_ERROR(); in sljit_emit_enter() 534 CHECK_ERROR(); in sljit_set_context() 544 CHECK_ERROR(); in sljit_emit_return() 840 CHECK_ERROR(); in sljit_emit_op0() 893 CHECK_ERROR(); in sljit_emit_op1() 940 CHECK_ERROR(); in sljit_emit_op2() 981 CHECK_ERROR(); in sljit_emit_op_src() 1020 CHECK_ERROR(); in sljit_emit_op_custom() 1107 CHECK_ERROR(); in sljit_emit_fop1() 1164 CHECK_ERROR(); in sljit_emit_fop2() [all …]
|
D | sljitNativeARM_64.c | 915 CHECK_ERROR(); in sljit_emit_enter() 1041 CHECK_ERROR(); in sljit_set_context() 1058 CHECK_ERROR(); in sljit_emit_return() 1126 CHECK_ERROR(); in sljit_emit_op0() 1164 CHECK_ERROR(); in sljit_emit_op1() 1260 CHECK_ERROR(); in sljit_emit_op2() 1311 CHECK_ERROR(); in sljit_emit_op_src() 1363 CHECK_ERROR(); in sljit_emit_op_custom() 1500 CHECK_ERROR(); in sljit_emit_fop1() 1546 CHECK_ERROR(); in sljit_emit_fop2() [all …]
|
D | sljitNativePPC_common.c | 705 CHECK_ERROR(); in sljit_emit_enter() 770 CHECK_ERROR(); in sljit_set_context() 783 CHECK_ERROR(); in sljit_emit_return() 1129 CHECK_ERROR(); in sljit_emit_op0() 1208 CHECK_ERROR(); in sljit_emit_op1() 1334 CHECK_ERROR(); in sljit_emit_op2() 1542 CHECK_ERROR(); in sljit_emit_op_src() 1583 CHECK_ERROR(); in sljit_emit_op_custom() 1773 CHECK_ERROR(); in sljit_emit_fop1() 1824 CHECK_ERROR(); in sljit_emit_fop2() [all …]
|
D | sljitNativeS390X.c | 1383 CHECK_ERROR(); in sljit_emit_enter() 1418 CHECK_ERROR(); in sljit_set_context() 1432 CHECK_ERROR(); in sljit_emit_return() 1462 CHECK_ERROR(); in sljit_emit_op0() 1553 CHECK_ERROR(); in sljit_emit_op1() 1949 CHECK_ERROR(); in sljit_emit_op2() 2423 CHECK_ERROR(); in sljit_emit_op_src() 2468 CHECK_ERROR(); in sljit_emit_op_custom() 2483 CHECK_ERROR(); in sljit_emit_fop1() 2492 CHECK_ERROR(); in sljit_emit_fop2() [all …]
|
D | sljitNativeARM_32.c | 1023 CHECK_ERROR(); in sljit_emit_enter() 1065 CHECK_ERROR(); in sljit_set_context() 1079 CHECK_ERROR(); in sljit_emit_return() 1692 CHECK_ERROR(); in sljit_emit_op0() 1770 CHECK_ERROR(); in sljit_emit_op1() 1816 CHECK_ERROR(); in sljit_emit_op2() 1859 CHECK_ERROR(); in sljit_emit_op_src() 1905 CHECK_ERROR(); in sljit_emit_op_custom() 2038 CHECK_ERROR(); in sljit_emit_fop1() 2086 CHECK_ERROR(); in sljit_emit_fop2() [all …]
|
D | sljitNativeARM_T2_32.c | 1069 CHECK_ERROR(); in sljit_emit_enter() 1181 CHECK_ERROR(); in sljit_set_context() 1195 CHECK_ERROR(); in sljit_emit_return() 1252 CHECK_ERROR(); in sljit_emit_op0() 1349 CHECK_ERROR(); in sljit_emit_op1() 1436 CHECK_ERROR(); in sljit_emit_op2() 1480 CHECK_ERROR(); in sljit_emit_op_src() 1521 CHECK_ERROR(); in sljit_emit_op_custom() 1652 CHECK_ERROR(); in sljit_emit_fop1() 1700 CHECK_ERROR(); in sljit_emit_fop2() [all …]
|
D | sljitNativeX86_64.c | 134 CHECK_ERROR(); in sljit_emit_enter() 285 CHECK_ERROR(); in sljit_set_context() 308 CHECK_ERROR(); in sljit_emit_return() 752 CHECK_ERROR(); in sljit_emit_icall() 769 CHECK_ERROR(); in sljit_emit_fast_enter()
|
D | sljitNativeX86_32.c | 75 CHECK_ERROR(); in sljit_emit_enter() 251 CHECK_ERROR(); in sljit_set_context() 294 CHECK_ERROR(); in sljit_emit_return() 781 CHECK_ERROR(); in sljit_emit_icall() 841 CHECK_ERROR(); in sljit_emit_fast_enter()
|
D | sljitNativeMIPS_common.c | 759 CHECK_ERROR(); in sljit_emit_enter() 815 CHECK_ERROR(); in sljit_set_context() 833 CHECK_ERROR(); in sljit_emit_return() 1227 CHECK_ERROR(); in sljit_emit_op0() 1335 CHECK_ERROR(); in sljit_emit_op1() 1405 CHECK_ERROR(); in sljit_emit_op2() 1469 CHECK_ERROR(); in sljit_emit_op_src() 1513 CHECK_ERROR(); in sljit_emit_op_custom() 1635 CHECK_ERROR(); in sljit_emit_fop1() 1685 CHECK_ERROR(); in sljit_emit_fop2() [all …]
|
D | sljitNativeX86_common.c | 946 CHECK_ERROR(); in sljit_emit_op0() 1447 CHECK_ERROR(); in sljit_emit_op1() 2287 CHECK_ERROR(); 2361 CHECK_ERROR(); 2410 CHECK_ERROR(); 2558 CHECK_ERROR(); 2621 CHECK_ERROR(); 2736 CHECK_ERROR(); 2787 CHECK_ERROR(); 2965 CHECK_ERROR(); [all …]
|
D | sljitLir.c | 43 #define CHECK_ERROR() \ macro 2246 CHECK_ERROR(); in sljit_emit_mem() 2267 CHECK_ERROR(); in sljit_emit_fmem() 2280 CHECK_ERROR(); in sljit_get_local_base()
|
/external/webrtc/modules/audio_coding/test/ |
D | TestAllCodecs.cc | 36 #define CHECK_ERROR(f) \ macro 395 CHECK_ERROR(acm_a_->Add10MsData(audio_frame)); in Run() 417 CHECK_ERROR(acm_b_->PlayoutData10Ms(out_freq_hz, &audio_frame, &muted)); in Run()
|
/external/OpenCL-CTS/test_common/gles/ |
D | helpers.cpp | 21 #define CHECK_ERROR()\ macro 485 CHECK_ERROR(); in CreateGLRenderbuffer() 505 CHECK_ERROR(); in CreateGLRenderbuffer() 511 CHECK_ERROR(); in CreateGLRenderbuffer() 516 CHECK_ERROR(); in CreateGLRenderbuffer() 518 CHECK_ERROR(); in CreateGLRenderbuffer() 523 CHECK_ERROR(); in CreateGLRenderbuffer()
|
/external/llvm-project/clang/test/Parser/ |
D | fp-floatcontrol-syntax.cpp | 8 #ifdef CHECK_ERROR
|
/external/llvm-project/compiler-rt/lib/crt/ |
D | CMakeLists.txt | 79 ERROR_VARIABLE CHECK_ERROR
|
/external/libxml2/ |
D | xpath.c | 10098 CHECK_ERROR; in xmlXPathCompNumber() 10442 CHECK_ERROR; in xmlXPathCompPrimaryExpr() 10476 CHECK_ERROR; in xmlXPathCompFilterExpr() 10683 CHECK_ERROR; in xmlXPathCompPathExpr() 10712 CHECK_ERROR; in xmlXPathCompUnionExpr() 10752 CHECK_ERROR; in xmlXPathCompUnaryExpr() 10777 CHECK_ERROR; in xmlXPathCompMultiplicativeExpr() 10797 CHECK_ERROR; in xmlXPathCompMultiplicativeExpr() 10818 CHECK_ERROR; in xmlXPathCompAdditiveExpr() 10829 CHECK_ERROR; in xmlXPathCompAdditiveExpr() [all …]
|
D | xpointer.c | 1201 CHECK_ERROR; in xmlXPtrEvalChildSeq() 2901 CHECK_ERROR; in xmlXPtrEvalRangePredicate() 2924 CHECK_ERROR; in xmlXPtrEvalRangePredicate()
|
/external/libxml2/include/libxml/ |
D | xpathInternals.h | 239 #define CHECK_ERROR \ macro
|