Home
last modified time | relevance | path

Searched full:parsers (Results 1 – 25 of 179) sorted by relevance

12345678

/openbsd-src/gnu/llvm/llvm/utils/lit/tests/unit/
H A DTestRunner.py42 inputs = [os.path.join(test_path, 'Inputs/testrunner-custom-parsers/')]
89 parsers = self.make_parsers()
90 self.parse_test(parsers)
91 tag_parser = self.get_parser(parsers, 'MY_TAG.')
92 dne_tag_parser = self.get_parser(parsers, 'MY_DNE_TAG.')
97 parsers = self.make_parsers()
98 self.parse_test(parsers)
99 list_parser = self.get_parser(parsers, 'MY_LIST:')
104 parsers = self.make_parsers()
105 self.parse_test(parsers)
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DAggregator.pm109 L<"parsers">.) Reusing a description is a fatal error.
143 =head3 C<parsers>
145 my $count = $aggregate->parsers;
146 my @parsers = $aggregate->parsers;
147 my @parsers = $aggregate->parsers(@descriptions);
149 In scalar context without arguments, this method returns the number of parsers
150 aggregated. In list context without arguments, returns the parsers in the
154 call to the add() method. Returns an array of the requested parsers (i
162 sub parsers { global() subroutine
[all...]
H A DMultiplexer.pm17 TAP::Parser::Multiplexer - Multiplex multiple TAP::Parsers
40 C<TAP::Parser::Multiplexer> gathers input from multiple TAP::Parsers.
41 Internally it calls select on the input file handles for those parsers
63 $self->{avid} = []; # Parsers that can't select
103 =head3 C<parsers>
105 my $count = $mux->parsers;
107 Returns the number of parsers. Parsers are removed from the multiplexer
112 sub parsers { subroutine
126 # Drain all the non-selectable parsers firs
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dharness-bailout.t81 my $self = { parsers => [] };
87 push @{ $self->{parsers} }, [ $parser, $stash ];
90 sub parsers { return scalar @{ shift->{parsers} }; }
95 return unless $self->parsers;
96 my ($parser, $stash) = @{ $self->{parsers}->[0] };
98 shift @{ $self->{parsers} } unless $result;
H A Daggregator.t59 can_ok $agg, 'parsers';
60 is scalar $agg->parsers, 2,
61 '... and it should report how many parsers it has';
62 is_deeply [ $agg->parsers ], [ $parser1, $parser2 ],
63 '... or which parsers it has';
64 is_deeply $agg->parsers('tap2'), $parser2, '... or reporting a single parser';
65 is_deeply [ $agg->parsers(qw(tap2 tap1)) ], [ $parser2, $parser1 ],
140 'coverage tests for missing parsers... and we caught just one death message';
148 ; # should return ref to array containing parsers for tap1 and tap2
151 'coverage tests for _get_parser in scalar context... and we got the right number of parsers';
H A Dmultiplexer.t150 is $mux->parsers, $count, "$name: count OK";
168 is $mux->parsers, 0, "$name: All used up";
/openbsd-src/gnu/llvm/lldb/docs/status/
H A Dfeatures.rst8 …* Object file parsers for executable file formats. Support currently includes Mach-O (32 and 64-bi…
9 …* Object container parsers to extract object files contained within a file. Support currently incl…
10 …* Debug symbol file parsers to incrementally extract debug information from object files. Support …
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlpodspec.pod41 Pod parsers should understand it to mean any of CR (ASCII 13), LF
52 (I<Note:> Many older Pod parsers did not accept a line consisting of
173 parsers need to be able to call an event for it, or store it in some
219 supported on all Pod parsers. L<Pod::Simple> 3.41 was released on October
221 L<Pod::Simple>-based Pod parsers.
392 this term may still be found in the documentation for Pod parsers,
558 Compliant parsers must not treat "->" as special.
604 Pod parsers must recognize I<all> of the three well-known newline
609 Pod parsers should accept input lines that are of any length.
615 big-endian or little-endian) or UTF-8, Pod parsers shoul
[all...]
/openbsd-src/gnu/llvm/llvm/include/llvm/Config/
H A DAsmParsers.def.in1 /*===- llvm/Config/AsmParsers.def - LLVM Assembly Parsers -------*- C++ -*-===*\
10 |* This file enumerates all of the assembly-language parsers *|
15 |* targets with assembly parsers. *|
H A DDisassemblers.def.in1 /*===- llvm/Config/Disassemblers.def - LLVM Assembly Parsers ----*- C++ -*-===*\
10 |* This file enumerates all of the assembly-language parsers *|
15 |* targets with assembly parsers. *|
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/
H A Dperlpodspec-copy.pod45 Pod parsers should understand it to mean any of CR (ASCII 13), LF
56 (I<Note:> Many older Pod parsers did not accept a line consisting of
174 parsers need to be able to call an event for it, or store it in some
384 this term may still be found in the documentation for Pod parsers,
538 Compliant parsers must not treat "->" as special.
584 Pod parsers must recognize I<all> of the three well-known newline
589 Pod parsers should accept input lines that are of any length.
595 big-endian or little-endian) or UTF-8, Pod parsers should do the
694 Pod parsers I<may> emit warnings or error messages ("Unknown E code
706 In cases of exceptionally aberrant documents, Pod parsers may abort the
[all …]
/openbsd-src/share/zoneinfo/datfiles/
H A Dbackward22 # .zi parsers (including tzcode through 2022e) mishandle links to links.
23 # The comment says what the target would be if these parsers were fixed
70 # Vanguard section, for most .zi parsers.
87 # Vanguard section, for most .zi parsers.
/openbsd-src/gnu/gcc/gcc/
H A Dc-pragma.h27 /* Pragma identifiers built in to the front end parsers. Identifiers
97 /* This is not actually available to pragma parsers. It's merely a
/openbsd-src/usr.bin/mandoc/
H A Dlibmandoc.h18 * Internal interfaces for parser utilities needed by multiple parsers
19 * and the top-level functions to call the mdoc, man, and roff parsers.
H A Dtbl_parse.h19 * For use in the roff(7) and tbl(7) parsers only.
H A Dmandoc.c20 * and dates and times, for use by mdoc(7) and man(7) parsers.
22 * for use by mandoc(1) parsers and formatters.
H A Deqn_parse.h19 * For use in the roff(7) and eqn(7) parsers only.
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dformat.py61 parsers = [
70 # Add conditional parsers for ADDITIONAL_COMPILE_FLAGS. This should be replaced by first
77 parsers.append(parser)
79 scriptInTest = lit.TestRunner.parseIntegratedTestScript(test, additional_parsers=parsers,
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/Test/
H A DHarness.pm159 my @parsers = $aggregate->parsers;
162 for my $parser (@parsers) {
168 $num_bad, scalar @parsers, $failed, $total
372 my ($parser) = $aggregate->parsers($test);
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/
H A Dlit.cfg9 config.name = 'custom-parsers'
/openbsd-src/usr.bin/yacc/PSD.doc/
H A Dss649 can be used to create parsers that are faster and easier to
50 write than parsers constructed from unambiguous grammars.
H A Dss5158 and produces slower parsers; thus, Yacc will produce parsers even in the presence of conflicts.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dinput.h2 Used by parsers, lexical analyzers, and error message routines.
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptParser.h137 // Top-level resource parsers.
165 // Optional statement parsers.
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A DLTODisassembler.cpp20 // Initialize targets and assembly printers/parsers. in lto_initialize_disassembler()

12345678