Home
last modified time | relevance | path

Searched refs:unexpected (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dmacro-aliases-invalid-wrong-error.s10 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 …]
Dset-at-noat-bad-syntax.s5 # 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
Dmips-pdr-bad.s9 .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/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mt/
Dmftr-mttr-aliases-invalid-wrong-error.s6 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/
DAssert.java158 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/
Daes_cbc_pkcs5_test.txt210 # 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/
Dset-at-noat-bad-syntax.s5 # 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
Dmips-pdr-bad.s9 .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/memory-hotplug/
Dmem-on-off-test.sh86 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/linux-kselftest/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh104 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/rust/crates/syn/0.15.42/src/
Dparse.rs267 unexpected: Rc<Cell<Option<Span>>>, field
272 if !self.is_empty() && self.unexpected.get().is_none() { in drop()
273 self.unexpected.set(Some(self.cursor().span())); in drop()
399 unexpected: Rc<Cell<Option<Span>>>, in new_parse_buffer()
406 unexpected: unexpected, in new_parse_buffer()
411 buffer.unexpected.clone() in get_unexpected()
856 unexpected: Rc::new(Cell::new(None)), in fork()
979 match self.unexpected.get() { in check_unexpected()
1105 let unexpected = Rc::new(Cell::new(None)); in tokens_to_parse_buffer() localVariable
1106 private::new_parse_buffer(scope, cursor, unexpected) in tokens_to_parse_buffer()
[all …]
/external/python/cpython2/Lib/unittest/
Dutil.py31 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/
DReadMe.txt18 | 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/
Doption-invalid.s4 # 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/
Dcv-fpo-errors.s12 # 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/rust/crates/syn/1.0.7/src/
Dparse.rs264 unexpected: Rc<Cell<Option<Span>>>, field
269 if !self.is_empty() && self.unexpected.get().is_none() { in drop()
270 self.unexpected.set(Some(self.cursor().span())); in drop()
391 unexpected: Rc<Cell<Option<Span>>>, in new_parse_buffer()
398 unexpected, in new_parse_buffer()
403 buffer.unexpected.clone() in get_unexpected()
845 unexpected: Rc::new(Cell::new(None)), in fork()
966 match self.unexpected.get() { in check_unexpected()
1098 let unexpected = Rc::new(Cell::new(None)); in tokens_to_parse_buffer() localVariable
1099 new_parse_buffer(scope, cursor, unexpected) in tokens_to_parse_buffer()
[all …]
/external/guice/extensions/testlib/test/com/google/inject/testing/throwingproviders/
DCheckedProviderSubjectTest.java37 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/angle/third_party/glslang/src/Test/baseResults/
DbadChars.frag.out3 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
DtokenPaste.vert.out2 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
/external/deqp-deps/glslang/Test/baseResults/
DbadChars.frag.out3 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
DtokenPaste.vert.out2 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
/external/openssh/regress/
Dsftp-glob.sh12 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/rust/crates/remain/src/
Dparse.rs52 None => return Err(unexpected()), in parse()
56 _ => return Err(unexpected()), in parse()
72 Err(unexpected()) in parse()
76 fn unexpected() -> Error { in unexpected() function
/external/pdfium/third_party/libtiff/
Dtif_fax3.h334 unexpected("WhiteTable", a0); \
356 unexpected("BlackTable", a0); \
483 unexpected("VL", a0); \
498 unexpected("EOL", a0); \
504 unexpected("MainTable", a0); \
507 unexpected("BlackTable", a0); \
510 unexpected("WhiteTable", a0); \
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyFieldTest.java115 private void assertNotEqual(Object unexpected, Object actual) { in assertNotEqual() argument
116 assertFalse(unexpected == actual || (unexpected != null && unexpected.equals(actual))); in assertNotEqual()

12345678910>>...24