/external/clang/test/Index/ |
D | annotate-comments-objc.m | 77 // RUN: FileCheck %s -check-prefix=WRONG < %t/out.c-index-direct 78 // RUN: FileCheck %s -check-prefix=WRONG < %t/out.c-index-modules 79 // RUN: FileCheck %s -check-prefix=WRONG < %t/out.c-index-pch 82 // WRONG-NOT: notdoxy{{.*}}Comment= 83 // WRONG-NOT: test{{.*}}Comment= 86 // WRONG-NOT: NOT_DOXYGEN 89 // WRONG-NOT: IS_DOXYGEN_NOT_ATTACHED 92 // WRONG-NOT: IS_DOXYGEN_START{{.*}}IS_DOXYGEN_START{{.*}}BriefComment= 93 // WRONG-NOT: IS_DOXYGEN_END{{.*}}IS_DOXYGEN_END{{.*}}BriefComment= 96 // WRONG-NOT: CommentXMLInvalid
|
D | comment-objc-parameterized-classes.m | 7 // RUN: FileCheck %s -check-prefix=WRONG < %t/out 8 // WRONG-NOT: CommentXMLInvalid
|
D | annotate-comments-property-accessor.m | 8 // RUN: FileCheck %s -check-prefix=WRONG < %t/out 9 // WRONG-NOT: CommentXMLInvalid
|
D | annotate-comments-typedef.m | 8 // RUN: FileCheck %s -check-prefix=WRONG < %t/out 9 // WRONG-NOT: CommentXMLInvalid
|
D | comment-objc-decls.m | 7 // RUN: FileCheck %s -check-prefix=WRONG < %t/out 8 // WRONG-NOT: CommentXMLInvalid
|
D | headerfile-comment-to-html.m | 8 // RUN: FileCheck %s -check-prefix=WRONG < %t/out 9 // WRONG-NOT: CommentXMLInvalid
|
/external/llvm-project/clang/test/Index/ |
D | annotate-comments-objc.m | 77 // RUN: FileCheck %s -check-prefix=WRONG < %t/out.c-index-direct 78 // RUN: FileCheck %s -check-prefix=WRONG < %t/out.c-index-modules 79 // RUN: FileCheck %s -check-prefix=WRONG < %t/out.c-index-pch 82 // WRONG-NOT: notdoxy{{.*}}Comment= 83 // WRONG-NOT: test{{.*}}Comment= 86 // WRONG-NOT: NOT_DOXYGEN 89 // WRONG-NOT: IS_DOXYGEN_NOT_ATTACHED 92 // WRONG-NOT: IS_DOXYGEN_START{{.*}}IS_DOXYGEN_START{{.*}}BriefComment= 93 // WRONG-NOT: IS_DOXYGEN_END{{.*}}IS_DOXYGEN_END{{.*}}BriefComment= 96 // WRONG-NOT: CommentXMLInvalid
|
D | comment-objc-parameterized-classes.m | 7 // RUN: FileCheck %s -check-prefix=WRONG < %t/out 8 // WRONG-NOT: CommentXMLInvalid
|
D | annotate-comments-typedef.m | 8 // RUN: FileCheck %s -check-prefix=WRONG < %t/out 9 // WRONG-NOT: CommentXMLInvalid
|
D | annotate-comments-property-accessor.m | 8 // RUN: FileCheck %s -check-prefix=WRONG < %t/out 9 // WRONG-NOT: CommentXMLInvalid
|
D | comment-objc-decls.m | 7 // RUN: FileCheck %s -check-prefix=WRONG < %t/out 8 // WRONG-NOT: CommentXMLInvalid
|
D | headerfile-comment-to-html.m | 8 // RUN: FileCheck %s -check-prefix=WRONG < %t/out 9 // WRONG-NOT: CommentXMLInvalid
|
/external/llvm-project/clang/test/OpenMP/ |
D | declare_variant_device_kind_codegen.cpp | 107 #define WRONG host, nohost macro 112 #define WRONG cpu, gpu macro 117 #define WRONG nohost, host macro 214 #pragma omp declare variant(fn_variant2) match(device = {kind(WRONG)})
|
D | nvptx_declare_variant_device_kind_codegen.cpp | 43 #define WRONG cpu, gpu macro 48 #define WRONG nohost, host macro 159 #pragma omp declare variant(fn_variant2) match(device = {kind(WRONG)})
|
/external/clang/test/CodeGenObjC/ |
D | nested-rethrow.m | 18 printf("caught (WRONG)\n"); 21 printf("caught nothing (WRONG)\n");
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | nested-rethrow.m | 18 printf("caught (WRONG)\n"); 21 printf("caught nothing (WRONG)\n");
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 1573 #ifndef WRONG 1574 #define WRONG (-1) macro 1690 return WRONG; in time2sub() 1693 return WRONG; in time2sub() 1695 return WRONG; in time2sub() 1698 return WRONG; in time2sub() 1704 return WRONG; in time2sub() 1707 return WRONG; in time2sub() 1715 return WRONG; in time2sub() 1725 return WRONG; in time2sub() [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | error-limit.test | 27 RUN: 15 16 17 18 19 20 21 22 2>&1 | FileCheck -check-prefix=WRONG %s 29 WRONG: /errorlimit: number expected, but got XYZ
|
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
D | tls-directory.test | 31 …bj --coff-tls-directory %t.wrong-size.32.exe 2>&1 | FileCheck %s --check-prefix I386-WRONG-SIZE-ERR 33 # I386-WRONG-SIZE-ERR: error: '{{.*}}': TLS Directory size (10) is not the expected size (24). 97 … --coff-tls-directory %t.wrong-size.64.exe 2>&1 | FileCheck %s --check-prefix X86-64-WRONG-SIZE-ERR 99 # X86-64-WRONG-SIZE-ERR: error: '{{.*}}': TLS Directory size (80) is not the expected size (40).
|
/external/openssh/regress/ |
D | sshsig.sh | 17 WRONG=$OBJ/wrong-key.pub 74 (printf "$sig_principal " ; cat $WRONG) > $OBJ/allowed_signers 120 cat $WRONG > $OBJ/revoked_keys
|
/external/llvm-project/llvm/test/FileCheck/ |
D | numeric-expression.txt | 458 DEF EXPR WRONG MATCH 461 DEF-EXPR-FAIL-LABEL: DEF EXPR WRONG MATCH 560 RUN: not FileCheck -D#NUMVAR=10 --check-prefix CALL-WRONG-ARGUMENT-COUNT --input-file %s %s 2>&1 \ 561 RUN: | FileCheck --strict-whitespace --check-prefix CALL-WRONG-ARGUMENT-COUNT-MSG %s 563 CALL WRONG ARGUMENT COUNT 565 CALL-WRONG-ARGUMENT-COUNT-LABEL: CALL WRONG ARGUMENT COUNT 566 CALL-WRONG-ARGUMENT-COUNT-NEXT: [[#add(NUMVAR)]] 567 CALL-WRONG-ARGUMENT-COUNT-MSG: numeric-expression.txt:[[#@LINE-1]]:36: error: function 'add' takes … 568 CALL-WRONG-ARGUMENT-COUNT-MSG-NEXT: {{C}}ALL-WRONG-ARGUMENT-COUNT-NEXT: {{\[\[#add\(NUMVAR\)\]\]}} 569 CALL-WRONG-ARGUMENT-COUNT-MSG-NEXT: {{^}} ^{{$}}
|
/external/llvm-project/compiler-rt/test/fuzzer/ |
D | focus-function.test | 13 RUN: not %t-exe -runs=100 -focus_function=WRONG 2>&1 | FileCheck %s --check-prefix=FOCUS_WRONG
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | abseil-duration-division.rst | 19 double dsec = d / absl::Seconds(1); // WRONG: Still truncates toward 0.
|
/external/python/cpython3/Lib/test/ |
D | nullbytecert.pem | 43 WARNING: The values for DNS, email and URI are WRONG. OpenSSL
|
/external/python/cpython2/Lib/test/ |
D | nullbytecert.pem | 43 WARNING: The values for DNS, email and URI are WRONG. OpenSSL
|