Home
last modified time | relevance | path

Searched full:parsing (Results 1 – 25 of 3909) sorted by relevance

12345678910>>...157

/third_party/rust/rust/tests/ui/or-patterns/
Dremove-leading-vert.stderr45 | while parsing this or-pattern starting here
53 | while parsing this or-pattern starting here
61 | while parsing this or-pattern starting here
69 | while parsing this or-pattern starting here
77 | while parsing this or-pattern starting here
85 | while parsing this or-pattern starting here
93 | while parsing this or-pattern starting here
101 | while parsing this or-pattern starting here
109 | while parsing this or-pattern starting here
119 | while parsing this or-pattern starting here
[all …]
Dmultiple-pattern-typo.stderr7 | while parsing this or-pattern starting here
15 | while parsing this or-pattern starting here
23 | while parsing this or-pattern starting here
31 | while parsing this or-pattern starting here
39 | while parsing this or-pattern starting here
47 | while parsing this or-pattern starting here
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo_unittest.cpp18 // Test AMD Brahma driver version parsing
23 // Check parsing fails when no version string is present. in TEST()
27 // Check parsing when the string is just the version string, with and without dots in TEST()
33 // Check parsing with prefix / suffix in TEST()
42 // Test AMD Catalyst version parsing
47 // Check parsing fails when no version string is present. in TEST()
51 // Check parsing fails when ReleaseVersion= is present but no number appears in the line in TEST()
55 // Check parsing works on the simple case in TEST()
59 // Check parsing works if there are other lines in TEST()
63 // Check parsing get the first version string in TEST()
[all …]
/third_party/json/tests/src/
Dunit-class_parser.cpp362 …ion.parse_error.101] parse error at line 1, column 2: syntax error while parsing value - invalid s…
364 …ion.parse_error.101] parse error at line 2, column 0: syntax error while parsing value - invalid s…
365 …ion.parse_error.101] parse error at line 1, column 2: syntax error while parsing value - invalid s…
367 …ion.parse_error.101] parse error at line 1, column 2: syntax error while parsing value - invalid s…
372 …ion.parse_error.101] parse error at line 1, column 2: syntax error while parsing value - invalid s…
373 …ion.parse_error.101] parse error at line 1, column 2: syntax error while parsing value - invalid s…
374 …ion.parse_error.101] parse error at line 1, column 2: syntax error while parsing value - invalid s…
375 …ion.parse_error.101] parse error at line 1, column 2: syntax error while parsing value - invalid s…
376 …ion.parse_error.101] parse error at line 1, column 2: syntax error while parsing value - invalid s…
377 …ion.parse_error.101] parse error at line 1, column 2: syntax error while parsing value - invalid s…
[all …]
/third_party/parse5/test/data/huge-page/
Dhuge-page.html361parsing>12.2 Parsing HTML documents</a><ol><li><a href=syntax.html#overview-of-the-parsing-model>1…
374 requirements given in the next section ("parsing HTML documents").</i></p>
1224parsing>12.2 Parsing HTML documents</h3><div class=status><input onclick=toggleStatus(this) value=…
1229 <p class=note>The rules for parsing XML documents into DOM trees are covered by the next
1230 …section, entitled "<a id=parsing:the-xhtml-syntax href=xhtml.html#the-xhtml-syntax>The XHTML synta…
1232 <p>User agents must use the parsing rules described in this section to generate the DOM trees from
1233 …<code id=parsing:text/html><a href=iana.html#text/html>text/html</a></code> resources. Together, t…
1239 XML, it is a separate language with its own parsing rules.</p>
1242 SGML parsing rules. However, few (if any) web browsers ever implemented true SGML parsing for
1254 <p>This specification defines the parsing rules for HTML documents, whether they are syntactically
[all …]
/third_party/rust/crates/syn/src/
Dattr.rs6 #[cfg(feature = "parsing")]
8 #[cfg(feature = "parsing")]
72 /// # Parsing from tokens to Attribute
113 /// # Parsing from Attribute to structured arguments
212 #[cfg(feature = "parsing")]
213 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
235 #[cfg(feature = "parsing")]
236 #[cfg_attr(doc_cfg, doc(cfg(feature = "parsing")))]
244 parsing::DisplayAttrStyle(&self.style), in parse_args_with()
245 parsing::DisplayPath(path), in parse_args_with()
[all …]
Dtoken.rs32 //! # Parsing
78 //! - [Parsing] — `input.parse::<Token![...]>()?`
87 //! [Parsing]: crate::parse::ParseBuffer::parse()
91 #[cfg(feature = "parsing")]
94 #[cfg(feature = "parsing")]
96 #[cfg(feature = "parsing")]
98 #[cfg(feature = "parsing")]
100 #[cfg(feature = "parsing")]
102 #[cfg(feature = "parsing")]
104 #[cfg(feature = "parsing")]
[all …]
Ddiscouraged.rs1 //! Extensions to the parsing API with niche applicability.
6 /// Extensions to the `ParseStream` API to support speculative parsing.
11 /// parse stream, perform some speculative parsing, then join the original
12 /// stream to the fork to "commit" the parsing from the fork to the main
20 /// an `A`, or that the `A`s are finished and it's time to start parsing
24 /// parsing `B*` and removing the leading members of `A` from the
26 /// speculative parsing.
35 /// 2544], [`PathSegment`] parsing should always try to consume a following
39 /// This is the exact kind of parsing behavior which requires the "fork,
107 /// The main drawback of this style of speculative parsing is in error
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/parsers/
Dconstant_parser.py36 stree ([SymbolTree]): Symbol Tree under parsing.
41 TypeError: Name parser only supports parsing ast.Name type nodes.
44 …raise TypeError(error_str(f"name parser only supports parsing ast.Name type nodes, but got ast typ…
61 stree ([SymbolTree]): Symbol Tree under parsing.
66 TypeError: Num parser only supports parsing ast.Num type nodes.
69 …raise TypeError(error_str(f"num parser only supports parsing ast.Num type nodes, but got ast type "
86 stree ([SymbolTree]): Symbol Tree under parsing.
94 TypeError:Str parser only supports parsing ast.Str type nodes.
97 …raise TypeError(error_str(f"str parser only supports parsing ast.Str type nodes, but got ast type "
/third_party/rust/rust/tests/ui/parser/
Dmatch-arm-without-braces.stderr7 | while parsing the `match` arm starting here
18 | -- while parsing the `match` arm starting here
33 | -- while parsing the `match` arm starting here
48 | -- while parsing the `match` arm starting here
69 | -- while parsing the `match` arm starting here
84 | -- while parsing the `match` arm starting here
99 | -- while parsing the `match` arm starting here
114 | -- while parsing the `match` arm starting here
122 | -- while parsing the `match` arm starting here
130 | -- while parsing the `match` arm starting here
Dimpl-parsing.stderr2 --> $DIR/impl-parsing.rs:4:11
8 --> $DIR/impl-parsing.rs:5:11
14 --> $DIR/impl-parsing.rs:6:6
20 --> $DIR/impl-parsing.rs:7:6
26 --> $DIR/impl-parsing.rs:9:1
34 --> $DIR/impl-parsing.rs:9:9
Dnt-parsing-has-recovery.stderr2 --> $DIR/nt-parsing-has-recovery.rs:5:10
5 | ------- while parsing argument for this `expr` macro fragment
11 --> $DIR/nt-parsing-has-recovery.rs:6:10
14 | ------- while parsing argument for this `expr` macro fragment
20 --> $DIR/nt-parsing-has-recovery.rs:9:33
/third_party/openhitls/tls/handshake/parse/src/
Dparse_common.h40 * @param pkt [IN] Context for parsing
51 * @param pkt [IN] Context for parsing
64 * @param pkt [IN] Context for parsing
78 * @param pkt [IN] Context for parsing
111 * @param pkt [IN] Context for parsing
122 * @param pkt [IN] Context for parsing
133 * @param pkt [IN] Context for parsing
144 * @param pkt [IN] Context for parsing
155 * @param pkt [IN] Context for parsing
167 * @param pkt [IN] Context for parsing
[all …]
/third_party/python/Doc/library/
Dxml.sax.handler.rst33 This interface specifies only those DTD events required for basic parsing
66 | access: (parsing) read-only; (not parsing) read/write
76 | access: (parsing) read-only; (not parsing) read/write
85 | access: (parsing) read-only; (not parsing) read/write
94 | access: (parsing) read-only; (not parsing) read/write
102 | access: (parsing) read-only; (not parsing) read/write
112 | access: (parsing) read-only; (not parsing) read/write
142 | description: When parsing, the current DOM node being visited if this is
143 a DOM iterator; when not parsing, the root DOM node for iteration.
144 | access: (parsing) read-only; (not parsing) read/write
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp26 "Error while parsing %s: unknown record entry (%lu).", BlockName, in unknownRecord()
33 "Error while parsing %s: malformed record entry (%s).", BlockName, in malformedRecord()
167 "Error while parsing %s: expecting [ENTER_SUBBLOCK, %s, ...].", in parseBlock()
187 "Error while parsing %s: expecting records.", BlockName); in parseBlock()
198 "Error while parsing %s: unterminated block.", BlockName); in parseBlock()
230 "Error while parsing BLOCKINFO_BLOCK: expecting [ENTER_SUBBLOCK, " in parseBlockInfoBlock()
241 "Error while parsing BLOCKINFO_BLOCK."); in parseBlockInfoBlock()
263 "Unexpected error while parsing bitstream."); in isBlock()
375 "Error while parsing BLOCK_META: missing container version."); in processCommonMeta()
382 "Error while parsing BLOCK_META: invalid container type."); in processCommonMeta()
[all …]
/third_party/icu/docs/userguide/format_parse/
Dindex.md12 # Formatting and Parsing
38 and parsing and allow the separation of the data that the end-user sees from the
41 other object from its internal representation into a string. Parsing is the
71 > :point_right: **Note**: Although parsing is supported in several legacy ICU APIs,
147 ## Formatting and Parsing Classes
157 for formatting and parsing numbers, dates, strings and other objects.
166 A concrete class for holding the parse position in a string during parsing.
178 `UParseError` is used to returned detailed information about parsing errors.
179 It is used by the ICU parsing engines that parse long rules, patterns, or
189 parsing localized strings to `Number` objects.
[all …]
/third_party/python/Lib/xml/sax/
Dhandler.py92 not invoke this method until it has either abandoned parsing
174 if they are capable of parsing and using content models.
212 parsing (unparsed entities and attributes)."""
247 # access: (parsing) read-only; (not parsing) read/write
254 # access: (parsing) read-only; (not parsing) read/write
260 # access: (parsing) read-only; (not parsing) read/write
266 # access: (parsing) read-only; (not parsing) read/write
271 # access: (parsing) read-only; (not parsing) read/write
278 # access: (parsing) read-only; (not parsing) read/write
307 # description: When parsing, the current DOM node being visited if this is
[all …]
/third_party/rust/rust/tests/ui/did_you_mean/
Dissue-40006.stderr5 | - while parsing this item list starting here
18 | - while parsing this item list starting here
29 | - while parsing this item list starting here
45 | - while parsing this item list starting here
55 | - while parsing this item list starting here
65 | - while parsing this item list starting here
75 | - while parsing this item list starting here
/third_party/json/docs/mkdocs/docs/api/basic_json/
Dis_discarded.md9 - the value was discarded during parsing with a callback function (see [`parser_callback_t`](parser…
10 - the value is the result of parsing invalid JSON with parameter `allow_exceptions` set to `#!cpp f…
44 !!! note "Removal during parsing with callback functions"
46 … discarded by a callback function (see [`parser_callback_t`](parser_callback_t.md)) during parsing,
51 This function will always be `#!cpp false` for JSON values after parsing. That is, discarded values…
52 during parsing, but will be removed when inside a structured value or replaced by null in other cas…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/AsmParser/
DParser.h32 /// run the verifier after parsing the file to check that it is okay.
38 /// parsing.
52 /// run the verifier after parsing the file to check that it is okay.
58 /// parsing.
82 /// run the verifier after parsing the file to check that they are okay.
88 /// parsing.
103 /// should run the verifier after parsing the file to check that it is okay.
115 /// parsing.
131 /// parsing.
164 /// parsing.
[all …]
/third_party/skia/m133/third_party/externals/expat/expat/tests/
Dnsalloc_tests.c75 /* Test the effects of allocation failure in simple namespace parsing.
101 fail("Parsing worked despite failing allocations"); in START_TEST()
103 fail("Parsing failed even at maximum allocation count"); in START_TEST()
245 fail("Parsing worked despite failing allocations"); in START_TEST()
247 fail("Parsing failed even at max allocation count"); in START_TEST()
305 fail("Parsing worked despite failing allocations"); in START_TEST()
307 fail("Parsing failed even at max allocation count"); in START_TEST()
348 fail("Parsing worked despite failing allocations"); in START_TEST()
350 fail("Parsing failed even at max allocation count"); in START_TEST()
434 fail("Parsing worked despite failing allocations"); in START_TEST()
[all …]
/third_party/popt/
Dpopt.348 The popt library exists essentially for parsing command-line
50 parsing the argv array by hand or using the getopt functions
57 .RI "variables, thus enabling multiple passes in parsing " argv
59 allowing parsing of command-line-strings from any source;
179 the parsing function not to return a value, since the value of \fIval\fP
188 .RI "The next option, " val ", is the value popt's parsing function
189 should return when the option is encountered. If it is 0, the parsing
190 function does not return a value, instead parsing the next
242 a table, the parsing function never returns information on an option in
267 popt can interleave the parsing of multiple command-line sets. It allows
[all …]
/third_party/rust/rust/tests/ui/editions/
Dedition-keywords-2018-2015-parsing.stderr2 --> $DIR/edition-keywords-2018-2015-parsing.rs:16:13
13 --> $DIR/edition-keywords-2018-2015-parsing.rs:26:13
24 --> $DIR/edition-keywords-2018-2015-parsing.rs:20:31
36 --> $DIR/edition-keywords-2018-2015-parsing.rs:21:35
53 ::: $DIR/edition-keywords-2018-2015-parsing.rs:24:8
59 --> $DIR/edition-keywords-2018-2015-parsing.rs:29:33
Dedition-keywords-2018-2018-parsing.stderr2 --> $DIR/edition-keywords-2018-2018-parsing.rs:16:13
13 --> $DIR/edition-keywords-2018-2018-parsing.rs:26:13
24 --> $DIR/edition-keywords-2018-2018-parsing.rs:20:31
36 --> $DIR/edition-keywords-2018-2018-parsing.rs:21:35
53 ::: $DIR/edition-keywords-2018-2018-parsing.rs:24:8
59 --> $DIR/edition-keywords-2018-2018-parsing.rs:29:33
/third_party/python/Lib/email/
Derrors.py13 """Base class for message parsing errors."""
17 """Error while parsing headers."""
32 # These are parsing defects which the parser was able to work around.
79 # These errors are specific to header parsing.
109 # This defect only occurs during unicode parsing, not when
110 # parsing messages decoded from binary.

12345678910>>...157