/external/llvm-project/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/llvm-project/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/llvm-project/clang/test/Parser/ |
D | objc-at-directive-fixit.m | 14 @tr { }; // expected-error {{unexpected '@' in program}} 16 @finaly { }; // expected-error {{unexpected '@' in program}} 18 @autorelpool { }; // expected-error {{unexpected '@' in program}} 23 id thing = @autoreleasepool { }; // expected-error {{unexpected '@' in program}} 24 (void)@tr { }; // expected-error {{unexpected '@' in program}} 25 bar(@final { }); // expected-error {{unexpected '@' in program}} 26 for(@auto;;) { } // expected-error {{unexpected '@' in program}} 27 [@try]; // expected-error {{unexpected '@' in program}}
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/ |
D | util.py | 40 unexpected = [] 51 unexpected.append(a) 66 unexpected.extend(actual[j:]) 68 return missing, unexpected 79 unexpected = [] 96 unexpected.append(item) 102 return missing, unexpected
|
/external/llvm-project/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 22 # CHECK: error: unexpected token, expected end of statement 25 # CHECK: error: unexpected token, expected end of statement
|
/external/rust/crates/rustversion/src/ |
D | token.rs | 8 unexpected => { in parse_punct() 9 let span = unexpected in parse_punct() 36 unexpected => { in parse_literal() 37 let span = unexpected in parse_literal() 53 Some(unexpected) => Err(Error::new(unexpected.span(), "expected `(`")), in parse_paren() 76 Some(unexpected) => Err(Error::new(unexpected.span(), "unexpected token")), in parse_end()
|
/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/junit/src/main/java/org/junit/ |
D | Assert.java | 160 public static void assertNotEquals(String message, Object unexpected, in assertNotEquals() argument 162 if (equalsRegardingNull(unexpected, actual)) { in assertNotEquals() 176 public static void assertNotEquals(Object unexpected, Object actual) { in assertNotEquals() argument 177 assertNotEquals(null, unexpected, actual); in assertNotEquals() 199 public static void assertNotEquals(String message, long unexpected, long actual) { in assertNotEquals() argument 200 if (unexpected == actual) { in assertNotEquals() 212 public static void assertNotEquals(long unexpected, long actual) { in assertNotEquals() argument 213 assertNotEquals(null, unexpected, actual); in assertNotEquals() 231 public static void assertNotEquals(String message, double unexpected, in assertNotEquals() argument 233 if (!doubleIsDifferent(unexpected, actual, delta)) { in assertNotEquals() [all …]
|
/external/linux-kselftest/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 104 echo $FUNCNAME $cpu: unexpected fail >&2 107 echo $FUNCNAME $cpu: unexpected offline >&2 117 echo $FUNCNAME $cpu: unexpected success >&2 120 echo $FUNCNAME $cpu: unexpected online >&2 130 echo $FUNCNAME $cpu: unexpected fail >&2 133 echo $FUNCNAME $cpu: unexpected offline >&2 143 echo $FUNCNAME $cpu: unexpected success >&2 146 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/starlark-go/starlark/testdata/ |
D | json.star | 68 "json.decode: at offset 4, unexpected character 'f' after value") 72 decode_error("'abc'", "unexpected character '\\\\''") 75 decode_error("+1", "unexpected character '\\+'") 87 decode_error("0x123", "unexpected character 'x' after value") 89 decode_error('[1, 2 ', "unexpected end of file") 90 decode_error('[1, 2, ', "unexpected end of file") 91 decode_error('[1, 2, ]', "unexpected character ']'") 92 decode_error('[1, 2, }', "unexpected character '}'") 95 decode_error('{"one": 1', "unexpected end of file") 98 decode_error('{"one": 1,', "unexpected end of file") [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/rust/crates/syn/src/ |
D | parse.rs | 264 unexpected: Cell<Option<Rc<Cell<Unexpected>>>>, field 387 unexpected: Rc<Cell<Unexpected>>, in new_parse_buffer() 394 unexpected: Cell::new(Some(unexpected)), in new_parse_buffer() 430 let mut unexpected = get_unexpected(buffer); in inner_unexpected() localVariable 432 match cell_clone(&unexpected) { in inner_unexpected() 433 Unexpected::None => return (unexpected, None), in inner_unexpected() 434 Unexpected::Some(span) => return (unexpected, Some(span)), in inner_unexpected() 435 Unexpected::Chain(next) => unexpected = next, in inner_unexpected() 441 cell_clone(&buffer.unexpected).unwrap() in get_unexpected() 449 if let Some(unexpected) = span_of_unexpected_ignoring_nones(inner) { in span_of_unexpected_ignoring_nones() [all …]
|
/external/llvm-project/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/llvm-project/llvm/test/FileCheck/ |
D | line-count.txt | 29 29 ERR2: line-count.txt:[[#@LINE-1]]:12: error: unexpected whitespace 32 32 ERR3: line-count.txt:[[#@LINE-1]]:17: error: unexpected whitespace 35 35 ERR4: line-count.txt:[[#@LINE-1]]:12: error: unexpected whitespace 38 38 ERR5: line-count.txt:[[#@LINE-1]]:17: error: unexpected whitespace 41 41 ERR6: line-count.txt:[[#@LINE-1]]:18: error: unexpected whitespace 44 44 ERR7: line-count.txt:[[#@LINE-1]]:19: error: unexpected whitespace 58 58 ERR11: line-count.txt:[[#@LINE-1]]:20: error: unexpected characters at end of expression 'x' 72 72 ERR13: line-count.txt:[[#@LINE-1]]:20: error: unexpected characters at end of expression 'xA'
|
/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
|
/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/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_pub_tables_error_cases.s | 17 # ERR: error: name lookup table at offset 0x0 does not have a complete header: unexpected end of da… 26 # ERR: error: name lookup table at offset 0x5 does not have a complete header: unexpected end of da… 36 # ERR: error: name lookup table at offset 0xe does not have a complete header: unexpected end of da… 48 # ERR: error: name lookup table at offset 0x1b parsing failed: unexpected end of data at offset 0x2… 60 # ERR: error: name lookup table at offset 0x29 parsing failed: unexpected end of data at offset 0x3… 73 # ERR: error: name lookup table at offset 0x3a parsing failed: unexpected end of data at offset 0x4… 134 # ERR: error: name lookup table at offset 0x91 parsing failed: unexpected end of data at offset 0x9… 139 # ERR-MIN-NEXT: error: name lookup table at offset 0x0 parsing failed: unexpected end of data at of… 141 # ERR-MIN-NEXT: error: name lookup table at offset 0x0 parsing failed: unexpected end of data at of… 143 # ERR-MIN-NEXT: error: name lookup table at offset 0x0 parsing failed: unexpected end of data at of…
|
/external/rust/cxx/tests/ui/ |
D | include.stderr | 1 error: unexpected token 7 error: unexpected token 19 error: unexpected token in include path
|
/external/rust/crates/remain/src/ |
D | parse.rs | 54 None => return Err(unexpected()), in parse() 58 _ => return Err(unexpected()), in parse() 73 Err(unexpected()) in parse() 87 fn unexpected() -> Error { in unexpected() function
|