Home
last modified time | relevance | path

Searched refs:Unexpected (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/libxml2/result/HTML/
Ddoc3.htm.err16 ./test/HTML/doc3.htm:148: HTML parser error : Unexpected end tag : p
19 ./test/HTML/doc3.htm:236: HTML parser error : Unexpected end tag : font
22 ./test/HTML/doc3.htm:236: HTML parser error : Unexpected end tag : a
31 ./test/HTML/doc3.htm:747: HTML parser error : Unexpected end tag : li
34 ./test/HTML/doc3.htm:747: HTML parser error : Unexpected end tag : font
37 ./test/HTML/doc3.htm:747: HTML parser error : Unexpected end tag : p
40 ./test/HTML/doc3.htm:772: HTML parser error : Unexpected end tag : form
43 ./test/HTML/doc3.htm:795: HTML parser error : Unexpected end tag : iframe
49 ./test/HTML/doc3.htm:804: HTML parser error : Unexpected end tag : sc
52 ./test/HTML/doc3.htm:811: HTML parser error : Unexpected end tag : a
[all …]
Dtest3.html.err1 ./test/HTML/test3.html:6: HTML parser error : Unexpected end tag : p
4 ./test/HTML/test3.html:13: HTML parser error : Unexpected end tag : p
10 ./test/HTML/test3.html:27: HTML parser error : Unexpected end tag : b
/external/rust/crates/syn/src/
Dparse.rs264 unexpected: Cell<Option<Rc<Cell<Unexpected>>>>,
272 inner.set(Unexpected::Some(unexpected_span)); in drop()
387 unexpected: Rc<Cell<Unexpected>>, in new_parse_buffer() argument
398 pub(crate) enum Unexpected { enum
401 Chain(Rc<Cell<Unexpected>>),
404 impl Default for Unexpected { implementation
406 Unexpected::None in default()
410 impl Clone for Unexpected { implementation
413 Unexpected::None => Unexpected::None, in clone()
414 Unexpected::Some(span) => Unexpected::Some(*span), in clone()
[all …]
Ddiscouraged.rs172 self_unexp.set(Unexpected::Some(span)); in advance_to()
176 fork_unexp.set(Unexpected::Chain(self_unexp)); in advance_to()
183 .set(Some(Rc::new(Cell::new(Unexpected::None)))); in advance_to()
/external/rust/crates/serde/src/de/
Dmod.rs206 fn invalid_type(unexp: Unexpected, exp: &Expected) -> Self {
224 fn invalid_value(unexp: Unexpected, exp: &Expected) -> Self {
331 pub enum Unexpected<'a> { enum
394 impl<'a> fmt::Display for Unexpected<'a> { implementation
396 use self::Unexpected::*; in fmt()
1297 Err(Error::invalid_type(Unexpected::Bool(v), &self)) in visit_bool()
1343 Err(Error::invalid_type(Unexpected::Signed(v), &self)) in visit_i64()
1356 Err(Error::invalid_type(Unexpected::Other("i128"), &self))
1403 Err(Error::invalid_type(Unexpected::Unsigned(v), &self)) in visit_u64()
1416 Err(Error::invalid_type(Unexpected::Other("u128"), &self))
[all …]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
Dtemplate_12-1.in34 perror("Unexpected error while attempting to setup test "
53 perror("Unexpected error while attempting to setup test "
59 perror("Unexpected error while attempting to setup test "
67 perror("Unexpected error while attempting to setup test "
73 perror("Unexpected error while attempting to setup test "
Dtemplate_13-1.in33 perror("Unexpected error while attempting to setup test "
52 perror("Unexpected error while attempting to setup test "
58 perror("Unexpected error while attempting to setup test "
64 perror("Unexpected error while attempting to setup test "
Dtemplate_12-2.in32 perror("Unexpected error while attempting to setup test "
51 perror("Unexpected error while attempting to setup test "
57 perror("Unexpected error while attempting to setup test "
63 perror("Unexpected error while attempting to setup test "
Dtemplate_3-1.in41 perror("Unexpected error while attempting to setup test "
47 perror("Unexpected error while attempting to setup test "
54 perror("Unexpected error while attempting to setup test "
Dtemplate_8-1.in48 perror("Unexpected error while attempting to "
57 perror("Unexpected error while attempting to "
64 perror("Unexpected error while attempting to "
Dtemplate_4-1.in55 perror("Unexpected error while attempting to "
61 perror("Unexpected error while attempting to "
71 perror("Unexpected error while setting up test "
Dtemplate_4-2.in54 perror("Unexpected error while attempting to "
60 perror("Unexpected error while attempting to "
70 perror("Unexpected error while setting up test "
Dtemplate_25-1.in71 perror("Unexpected error while attempting to "
77 perror("Unexpected error while attempting to "
91 perror("Unexpected error while setting up test "
/external/llvm-project/llvm/test/tools/llvm-cfi-verify/X86/
Dblacklist-unexpected-protected.s9 # CHECK-NEXT: ====> Unexpected Protected
12 # CHECK: Unexpected Protected: 1 (100.00%)
14 # CHECK: Unexpected Unprotected (BAD): 0 (0.00%)
Dfunction-only-check.s6 # CHECK: Unexpected Protected: 0 (0.00%)
8 # CHECK: Unexpected Unprotected (BAD): 0 (0.00%)
Dunprotected-lineinfo.s9 # CHECK: Unexpected Protected: 0 (0.00%)
11 # CHECK: Unexpected Unprotected (BAD): 1 (100.00%)
Dprotected-lineinfo.s9 # CHECK: Unexpected Protected: 0 (0.00%)
11 # CHECK: Unexpected Unprotected (BAD): 0 (0.00%)
Dblacklist-expected-unprotected.s12 # CHECK: Unexpected Protected: 0 (0.00%)
14 # CHECK: Unexpected Unprotected (BAD): 0 (0.00%)
Dblacklist-match-fun.s12 # CHECK: Unexpected Protected: 0 (0.00%)
14 # CHECK: Unexpected Unprotected (BAD): 0 (0.00%)
/external/pdfium/testing/resources/javascript/
Dfield_properties.in31 app.alert("Unexpected error: " + e);
88 app.alert("Unexpected error: " + e);
103 app.alert("Unexpected error: " + e);
116 app.alert("Unexpected error: " + e);
128 app.alert("Unexpected error: " + e);
136 app.alert("Unexpected error: " + e);
144 app.alert("Unexpected error: " + e);
/external/rust/crates/codespan-reporting/tests/snapshots/
Dterm__same_ranges__rich_ascii_no_color.snap5 error: Unexpected token
11 | Unexpected '{'
Dterm__same_ranges__rich_no_color.snap5 error: Unexpected token
11Unexpected '{'
Dterm__same_ranges__rich_color.snap5 {fg:Red bold bright}error{bold bright}: Unexpected token{/}
11 {fg:Blue}│{/} {fg:Red}Unexpected '{'{/}
/external/llvm-project/llvm/test/tools/llvm-cfi-verify/AArch64/
Dfunction-only-check.s7 # CHECK: Unexpected Protected: 0 (0.00%)
9 # CHECK: Unexpected Unprotected (BAD): 0 (0.00%)
/external/rust/crates/serde_json/src/value/
Dde.rs9 SeqAccess, Unexpected, VariantAccess, Visitor,
265 Unexpected::Map, in deserialize_enum()
273 Unexpected::Map, in deserialize_enum()
503 Unexpected::UnitVariant, in newtype_variant_seed()
522 Unexpected::UnitVariant, in tuple_variant()
545 Unexpected::UnitVariant, in struct_variant()
807 Unexpected::Map, in deserialize_enum()
815 Unexpected::Map, in deserialize_enum()
1034 Unexpected::UnitVariant, in newtype_variant_seed()
1053 Unexpected::UnitVariant, in tuple_variant()
[all …]

1234567891011