/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | macro-aliases-invalid-wrong-error.s | 10 subu $4, $4, %lo($start) # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list 11 … # N64: [[@LINE-1]]:{{[0-9]+}}: error: unexpected token in argument list 12 subu $4, $4, $start # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list 13 … # N64: [[@LINE-1]]:{{[0-9]+}}: error: unexpected token in argument list 14 subu $4, $a4, $a4 # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list 15 subu $4, $4, %hi(end) # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list 16 … # N64: [[@LINE-1]]:{{[0-9]+}}: error: unexpected token in argument list 17 subu $4, $4, end + 4 # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list 18 … # N64: [[@LINE-1]]:{{[0-9]+}}: error: unexpected token in argument list 19 subu $4, $4, end # O32: [[@LINE]]:{{[0-9]+}}: error: unexpected token in argument list [all …]
|
D | set-at-noat-bad-syntax.s | 5 # CHECK: error: unexpected token, expected equals sign 11 # CHECK: error: unexpected token, expected dollar sign '$' 14 # CHECK: error: unexpected token, expected identifier or integer 17 # CHECK: error: unexpected token, expected identifier or integer 26 # CHECK: error: unexpected token, expected end of statement 29 # CHECK: error: unexpected token, expected end of statement
|
D | mips-pdr-bad.s | 9 .ent foo, 5, bar # AMS: :[[@LINE]]:20: error: unexpected token, expected end of statement 14 .frame $sp # ASM: :[[@LINE]]:20: error: unexpected token, expected comma 17 .frame $sp, 8 # ASM: :[[@LINE]]:23: error: unexpected token, expected comma 20 … .frame $sp, 8, $ra, foo # ASM: :[[@LINE]]:27: error: unexpected token, expected end of statement 24 .mask 0x80000000 # ASM: :[[@LINE]]:26: error: unexpected token, expected comma 27 … .mask 0x80000000, -4, bar # ASM: :[[@LINE]]:29: error: unexpected token, expected end of statement 31 .fmask 0x80000000 # ASM: :[[@LINE]]:27: error: unexpected token, expected comma 34 ….fmask 0x80000000, -4, bar # ASM: :[[@LINE]]:30: error: unexpected token, expected end of statement 38 … .end _local_foo_bar, foo # ASM: :[[@LINE]]:28: error: unexpected token, expected end of statement
|
/external/syzkaller/pkg/ast/testdata/ |
D | all.txt | 4 0x42 ### unexpected int, expecting comment, define, include, resource, identifier 5 foo ### unexpected '\n', expecting '(', '{', '[', '=' 10 int_flags1 == 0, 1 ### unexpected '=', expecting int, identifier, string 11 int_flags = 0, "foo" ### unexpected string, expecting int, identifier 20 str_flags3 = "string", not a string ### unexpected identifier, expecting string 21 str_flags4 = "string", 42 ### unexpected int, expecting string 23 call(foo ,int32 , bar int32) ### unexpected ',', expecting int, identifier, string 24 call(foo int32:"bar") ### unexpected string, expecting int, identifier 29 foo(x int32[1:2:3, opt]) ### unexpected ':', expecting ']' 59 type mybool16 ### unexpected '\n', expecting '[', identifier [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mt/ |
D | mftr-mttr-aliases-invalid-wrong-error.s | 6 mftc0 0($4), $5 # CHECK: error: unexpected token in argument list 7 mftc0 0($4), $5, 1 # CHECK: error: unexpected token in argument list 8 mftgpr 0($4), $5 # CHECK: error: unexpected token in argument list 9 mftlo 0($3) # CHECK: error: unexpected token in argument list 10 mftlo 0($3), $ac1 # CHECK: error: unexpected token in argument list 11 mfthi 0($3) # CHECK: error: unexpected token in argument list 12 mfthi 0($3), $ac1 # CHECK: error: unexpected token in argument list 13 mftacx 0($3) # CHECK: error: unexpected token in argument list 14 mftacx 0($3), $ac1 # CHECK: error: unexpected token in argument list 15 mftdsp 0($4) # CHECK: error: unexpected token in argument list [all …]
|
/external/junit/src/main/java/org/junit/ |
D | Assert.java | 158 static public void assertNotEquals(String message, Object unexpected, in assertNotEquals() argument 160 if (equalsRegardingNull(unexpected, actual)) { in assertNotEquals() 174 static public void assertNotEquals(Object unexpected, Object actual) { in assertNotEquals() argument 175 assertNotEquals(null, unexpected, actual); in assertNotEquals() 197 static public void assertNotEquals(String message, long unexpected, long actual) { in assertNotEquals() argument 198 if (unexpected == actual) { in assertNotEquals() 210 static public void assertNotEquals(long unexpected, long actual) { in assertNotEquals() argument 211 assertNotEquals(null, unexpected, actual); in assertNotEquals() 229 static public void assertNotEquals(String message, double unexpected, in assertNotEquals() argument 231 if (!doubleIsDifferent(unexpected, actual, delta)) { in assertNotEquals() [all …]
|
/external/boringssl/src/third_party/wycheproof_testvectors/ |
D | aes_cbc_pkcs5_test.txt | 210 # unexpected padding. This allows to find implementations that are not properly 221 # unexpected padding. This allows to find implementations that are not properly 232 # unexpected padding. This allows to find implementations that are not properly 243 # unexpected padding. This allows to find implementations that are not properly 254 # unexpected padding. This allows to find implementations that are not properly 265 # unexpected padding. This allows to find implementations that are not properly 276 # unexpected padding. This allows to find implementations that are not properly 287 # unexpected padding. This allows to find implementations that are not properly 298 # unexpected padding. This allows to find implementations that are not properly 309 # unexpected padding. This allows to find implementations that are not properly [all …]
|
/external/llvm/test/MC/Mips/ |
D | set-at-noat-bad-syntax.s | 5 # CHECK: error: unexpected token, expected equals sign 11 # CHECK: error: unexpected token, expected dollar sign '$' 14 # CHECK: error: unexpected token, expected identifier or integer 17 # CHECK: error: unexpected token, expected identifier or integer 26 # CHECK: error: unexpected token, expected end of statement 29 # CHECK: error: unexpected token, expected end of statement
|
D | mips-pdr-bad.s | 9 .ent foo, 5, bar # AMS: :[[@LINE]]:20: error: unexpected token, expected end of statement 14 .frame $sp # ASM: :[[@LINE]]:20: error: unexpected token, expected comma 17 .frame $sp, 8 # ASM: :[[@LINE]]:23: error: unexpected token, expected comma 20 … .frame $sp, 8, $ra, foo # ASM: :[[@LINE]]:27: error: unexpected token, expected end of statement 24 .mask 0x80000000 # ASM: :[[@LINE]]:26: error: unexpected token, expected comma 27 … .mask 0x80000000, -4, bar # ASM: :[[@LINE]]:29: error: unexpected token, expected end of statement 31 .fmask 0x80000000 # ASM: :[[@LINE]]:27: error: unexpected token, expected comma 34 ….fmask 0x80000000, -4, bar # ASM: :[[@LINE]]:30: error: unexpected token, expected end of statement 38 … .end _local_foo_bar, foo # ASM: :[[@LINE]]:28: error: unexpected token, expected end of statement
|
/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 100 echo $FUNCNAME $cpu: unexpected fail >&2 103 echo $FUNCNAME $cpu: unexpected offline >&2 113 echo $FUNCNAME $cpu: unexpected success >&2 116 echo $FUNCNAME $cpu: unexpected online >&2 126 echo $FUNCNAME $cpu: unexpected fail >&2 129 echo $FUNCNAME $cpu: unexpected offline >&2 139 echo $FUNCNAME $cpu: unexpected success >&2 142 echo $FUNCNAME $cpu: unexpected offline >&2
|
/external/linux-kselftest/tools/testing/selftests/memory-hotplug/ |
D | mem-on-off-test.sh | 86 echo $FUNCNAME $memory: unexpected fail >&2 89 echo $FUNCNAME $memory: unexpected offline >&2 100 echo $FUNCNAME $memory: unexpected success >&2 103 echo $FUNCNAME $memory: unexpected online >&2 114 echo $FUNCNAME $memory: unexpected fail >&2 117 echo $FUNCNAME $memory: unexpected offline >&2 128 echo $FUNCNAME $memory: unexpected success >&2 131 echo $FUNCNAME $memory: unexpected offline >&2
|
/external/syzkaller/pkg/compiler/testdata/ |
D | errors.txt | 5 foo$1(x "bar") ### unexpected string "bar", expect type 6 foo$2(x 123, y "bar") ### unexpected int 123, expect type ### unexpected string "bar", expect type 65 resource r3[int32:1] ### unexpected ':', only struct fields can be bitfields 68 resource r9["foo"] ### unexpected string "foo", expect type 73 foo$10(a buffer[intout]) ### unexpected value intout for direction argument of buffer type, expect … 74 foo$11(a buffer["in"]) ### unexpected string "in" for direction argument of buffer type, expect [i… 75 foo$12(a buffer[10]) ### unexpected int 10 for direction argument of buffer type, expect [in out i… 86 foo$25(a proc[0, "foo"]) ### unexpected string "foo" for per-proc values argument of proc type, exp… 88 foo$27(a flags["foo"]) ### unexpected string "foo" for flags argument of flags type, expect identi… 94 foo$34(a int32["foo"]) ### unexpected string "foo" for range argument of int32 type, expect int [all …]
|
/external/python/cpython2/Lib/unittest/ |
D | util.py | 31 unexpected = [] 42 unexpected.append(a) 57 unexpected.extend(actual[j:]) 59 return missing, unexpected 70 unexpected = [] 87 unexpected.append(item) 93 return missing, unexpected
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | ReadMe.txt | 18 | For any unexpected problems, go into ERROR state. 24 | For any unexpected problems, go into DISCONNECTING state. 29 | For any unexpected problems, go into DISCONNECTING state. 33 | For any unexpected problems, go into DISCONNECTING state. 39 | For any unexpected problems, go into DISCONNECTING state. 43 | For any unexpected problems, go into DISCONNECTING state. 48 | For any unexpected problems, go into DISCONNECTING state.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | option-invalid.s | 4 # CHECK: error: unexpected token, expected identifier 7 # CHECK: error: unexpected token, expected identifier 10 # CHECK: error: unexpected token, expected identifier 13 # CHECK: error: unexpected token, expected end of statement
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | cv-fpo-errors.s | 12 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: unexpected tokens in '.cv_fpo_proc' directive 24 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: unexpected tokens in '.cv_fpo_stackalloc' directive 27 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: unexpected tokens in '.cv_fpo_endprologue' directive 34 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: unexpected tokens in '.cv_fpo_endproc' directive 45 # CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: unexpected tokens in '.cv_fpo_data' directive
|
/external/guice/extensions/testlib/test/com/google/inject/testing/throwingproviders/ |
D | CheckedProviderSubjectTest.java | 37 String unexpected = "Summer is unsafe"; in providedValue_gotUnexpected_expectFailure() local 38 CheckedProvider<String> provider = CheckedProviders.of(StringCheckedProvider.class, unexpected); in providedValue_gotUnexpected_expectFailure() 42 getReturningProviderName(unexpected), unexpected, expected); in providedValue_gotUnexpected_expectFailure() 76 Class<? extends Throwable> unexpected = UnsupportedOperationException.class; in thrownException_threwUnexpected_expectFailure() local 78 CheckedProviders.throwing(StringCheckedProvider.class, unexpected); in thrownException_threwUnexpected_expectFailure()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | badChars.frag.out | 3 ERROR: 0:1: '#if' : unexpected tokens following directive 6 ERROR: 0:4: '#if' : unexpected tokens following directive 7 ERROR: 0:6: '�' : unexpected token 9 ERROR: 0:7: '' : syntax error, unexpected INT, expecting COMMA or SEMICOLON
|
D | tokenPaste.vert.out | 2 ERROR: 0:38: '##' : unexpected location 3 ERROR: 0:40: '##' : unexpected location; end of replacement list 8 ERROR: 0:82: '##' : unexpected location 9 ERROR: 0:82: '##' : unexpected location 10 ERROR: 0:86: '##' : unexpected location; end of argument
|
D | cppSimple.vert.out | 10 ERROR: 0:104: '#if' : unexpected tokens following directive 14 ERROR: 0:112: '#if' : unexpected tokens following directive 18 ERROR: 0:120: '#if' : unexpected tokens following directive 20 ERROR: 0:122: '#endif' : unexpected tokens following directive 32 ERROR: 0:148: '#else' : unexpected tokens following directive 34 ERROR: 0:155: '#else' : unexpected tokens following directive 36 ERROR: 0:160: '#endif' : unexpected tokens following directive 68 ERROR: 12:1233: '#line' : unexpected tokens following directive 69 ERROR: 12:1236: '#line' : unexpected tokens following directive 77 ERROR: 12:9002: '#if' : unexpected tokens following directive [all …]
|
/external/openssh/regress/ |
D | sftp-glob.sh | 12 unexpected=$4 32 if test "x$unexpected" != "x" && \ 33 fgrep "$unexpected" ${RESULTS} >/dev/null 2>&1 ; then 34 fail "$unexpected present in $errtag results"
|
/external/pdfium/third_party/libtiff/ |
D | tif_fax3.h | 336 unexpected("WhiteTable", a0); \ 358 unexpected("BlackTable", a0); \ 485 unexpected("VL", a0); \ 500 unexpected("EOL", a0); \ 506 unexpected("MainTable", a0); \ 509 unexpected("BlackTable", a0); \ 512 unexpected("WhiteTable", a0); \
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | LazyFieldTest.java | 118 private void assertNotEqual(Object unexpected, Object actual) { in assertNotEqual() argument 119 assertFalse(unexpected == actual in assertNotEqual() 120 || (unexpected != null && unexpected.equals(actual))); in assertNotEqual()
|
/external/grpc-grpc/src/objective-c/tests/ |
D | InteropTests.m | 123 XCTAssertNil(error, @"Finished with unexpected error: %@", error); 145 XCTAssertNil(error, @"Finished with unexpected error: %@", error); 170 XCTAssertNil(error, @"Finished with unexpected error: %@", error); 207 XCTAssertNil(error, @"Finished with unexpected error: %@", error); 254 XCTAssertNil(error, @"Finished with unexpected error: %@", error); 284 error, @"Finished with unexpected error: %@", error); 315 XCTAssertNil(error, @"Finished with unexpected error: %@", error); 354 XCTAssertNil(error, @"Finished with unexpected error: %@", error); 389 XCTAssertNil(error, @"Finished with unexpected error: %@", error); 445 XCTAssertNil(error, @"Finished with unexpected error: %@", [all …]
|
/external/catch2/projects/SelfTest/Baselines/ |
D | console.std.approved.txt | 21 #748 - captures with unexpected exceptions 28 due to unexpected exception with messages: 33 #748 - captures with unexpected exceptions 41 due to unexpected exception with messages: 233 due to unexpected exception with message: 234 unexpected exception 261 due to unexpected exception with message: 272 due to unexpected exception with message: 282 due to unexpected exception with message: 415 due to unexpected exception with message: [all …]
|