Home
last modified time | relevance | path

Searched refs:parsing (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DSpreadsheet-Read.tml31 description: Provides parsing of CSV streams
39 description: Provides parsing of Microsoft Excel files
46 description: Provides parsing of Microsoft Excel 2007 files
50 description: Provides parsing of OpenOffice spreadsheets
104 'description' => 'Provides parsing of CSV streams'
116 'description' => 'Provides parsing of Microsoft Excel files'
124 'description' => 'Provides parsing of Microsoft Excel 2007 files'
132 'description' => 'Provides parsing of OpenOffice spreadsheets'
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D120_incr_parse_truncated.t20 … unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error");
30 like ($e, qr/, or \} expected while parsing object\/hash/, "'} expected' json string error");
40 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
50 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
60 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
130 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
140 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
150 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
160 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
170 …unlike ($e, qr/, or \} expected while parsing object\/hash/, "No '} expected' json string error fo…
[all …]
H A D002_error.t38 eval { JSON::PP->new->decode ('[5') }; ok $@ =~ /parsing array/;
40 eval { JSON::PP->new->decode ('{"5":null') }; ok $@ =~ /parsing object/;
/openbsd/gnu/llvm/clang/docs/
H A DMSVCCompatibility.rst34 parsing and semantic compatibility tweaks are controlled by
35 ``-fms-compatibility`` and ``-fdelayed-template-parsing``, and they are a work
120 The first major semantic difference is that MSVC appears to defer all parsing
123 controlled by the ``-fdelayed-template-parsing`` flag. While Clang delays
124 parsing of method bodies, it still parses the bodies *before* template argument
132 is parsing your template, so the user is sometimes required to use the
135 user intended to find the name in a dependent base. While parsing the
155 application. There are still issues parsing WRL headers for modern Windows 8
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/t/
H A D09locales.t5 # These are mostly for reverse parsing tests, not required for installation
6 plan skip_all => "Reverse parsing not required for installation"
36 #test reverse parsing
/openbsd/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Derror-1.txt1 # Check error on a shell parsing failure.
/openbsd/regress/usr.sbin/rpki-client/rrdp/
H A Drrdp-r5.out2 test-rrdp: stdin: parse error at line 2: parsing aborted
H A Drrdp-r6.out2 test-rrdp: stdin: parse error at line 2: parsing aborted
H A Drrdp-r7.out2 test-rrdp: stdin: parse error at line 1: parsing aborted
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/
H A DCMakeLists.txt44 # Options parsing support is optional. This is an optional library that can be
47 # its own options parsing and populate the Options struct itself.
/openbsd/regress/sbin/pfctl/
H A Dpfr4.in1 # parsing of all IPv4 network sizes
H A Dpfr5.in1 # parsing of all IPv6 network sizes
/openbsd/regress/usr.bin/make/
H A Dmk172 # Bug in the cond parsing code
H A Dmk182 # Bug in the cond parsing code
/openbsd/regress/sbin/ipsecctl/
H A Dikefail12.ok1 stdin: 4: reached end of file while parsing quoted string
H A Dikefail11.ok1 stdin: 6: reached end of file while parsing quoted string
/openbsd/regress/usr.sbin/btrace/
H A Dnsecs+var.bt1 // Test parsing nsecs in a BEGIN block
/openbsd/gnu/usr.bin/perl/cpan/Module-Metadata/t/
H A Dendpod.t6 # This test case tests about parsing pod after `__END__` token.
/openbsd/lib/libexpat/lib/
H A Dxmlparse.c1930 switch (parser->m_parsingStatus.parsing) { in XML_Parse()
2041 switch (parser->m_parsingStatus.parsing) { in XML_ParseBuffer()
2079 switch (parser->m_parsingStatus.parsing) { in XML_ParseBuffer()
2107 switch (parser->m_parsingStatus.parsing) { in XML_GetBuffer()
2229 switch (parser->m_parsingStatus.parsing) { in XML_StopParser()
2275 switch (parser->m_parsingStatus.parsing) { in XML_ResumeParser()
2773 switch (parser->m_parsingStatus.parsing) { in externalEntityInitProcessor3()
3273 switch (parser->m_parsingStatus.parsing) { in doContent()
4197 switch (parser->m_parsingStatus.parsing) { in doCdataSection()
5731 switch (parser->m_parsingStatus.parsing) { in doProlog()
[all …]
/openbsd/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A Dindex.rst53 With the lexer in place, we can talk about parsing techniques and
55 parsing and operator precedence parsing.
H A DLangImpl02.rst23 the former for everything else). Before we get to parsing though, let's
143 With this scaffolding, we can now talk about parsing expressions and
247 expects that the current token is a '(' token, but after parsing the
359 This parsing technique uses the precedence of binary operators to guide
398 With the helper above defined, we can now start parsing binary
399 expressions. The basic idea of operator precedence parsing is to break
402 Operator precedence parsing considers this as a stream of primary
496 then continue parsing:
540 primary has higher precedence than the binop we are currently parsing.
552 parsing in a very elegant way. This was a whirlwind tour of this code,
[all …]
/openbsd/regress/usr.sbin/bgpd/config/
H A Dbgpd.conf.2.in2 # Test various community related filter parsing
/openbsd/gnu/llvm/clang/lib/Tooling/
H A DCMakeLists.txt41 # Debug build due to parsing AST.h. Disable the processing
62 # Skip this in debug mode because parsing AST.h is too slow
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c1133 do_identifier (token, parsing, args) in do_identifier() argument
1135 int parsing;
1139 int lexing = (parsing == 1 || parsing == 3);
1162 if (id && parsing && parsing != 3)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticCrossTUKinds.td15 "error parsing index file: '%0' line: %1 '<USR-Length>:<USR> <File-Path>' "

12345678910>>...19