| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/unit/ |
| D | TestRunner.py | 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) 106 cmd_parser = self.get_parser(parsers, 'MY_RUN:') [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
| D | Aggregator.pm | 162 sub parsers { subroutine 166 my @parsers = @{ $self->{parser_for} }{@$descriptions}; 170 return @parsers; 175 my @parsers; 179 push @parsers => $self->{parser_for}{$description}; 181 return wantarray ? @parsers : \@parsers;
|
| D | Multiplexer.pm | 112 sub parsers { subroutine
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| D | harness-bailout.t | 81 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;
|
| D | aggregator.t | 60 is scalar $agg->parsers, 2, 62 is_deeply [ $agg->parsers ], [ $parser1, $parser2 ], 64 is_deeply $agg->parsers('tap2'), $parser2, '... or reporting a single parser'; 65 is_deeply [ $agg->parsers(qw(tap2 tap1)) ], [ $parser2, $parser1 ],
|
| D | multiplexer.t | 150 is $mux->parsers, $count, "$name: count OK"; 168 is $mux->parsers, 0, "$name: All used up";
|
| /openbsd/src/gnu/llvm/lldb/docs/status/ |
| D | features.rst | 8 …* 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/cpan/Test-Harness/lib/Test/ |
| D | Harness.pm | 159 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/include/llvm/Config/ |
| D | Disassemblers.def.in | 10 |* This file enumerates all of the assembly-language parsers *| 15 |* targets with assembly parsers. *|
|
| D | AsmParsers.def.in | 10 |* This file enumerates all of the assembly-language parsers *| 15 |* targets with assembly parsers. *|
|
| /openbsd/src/gnu/llvm/libcxx/utils/libcxx/test/ |
| D | format.py | 61 parsers = [ 77 parsers.append(parser) 79 scriptInTest = lit.TestRunner.parseIntegratedTestScript(test, additional_parsers=parsers,
|
| /openbsd/src/gnu/llvm/llvm/utils/lit/tests/Inputs/testrunner-custom-parsers/ |
| D | lit.cfg | 9 config.name = 'custom-parsers'
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlpodspec.pod | 41 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 should do the [all …]
|
| D | perlpodstyle.pod | 94 parsers like L<Pod::Usage>. This is normally presented as a list, with
|
| /openbsd/src/share/zoneinfo/datfiles/ |
| D | backward | 22 # .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.
|
| D | etcetera | 25 # Vanguard section, which works with most .zi parsers.
|
| D | africa | 1315 # Vanguard section, for zic and other parsers that support negative DST. 1319 # Rearguard section, for parsers lacking negative DST; see ziguard.awk. 1331 # Vanguard section, for zic and other parsers that support negative DST. 1333 # Rearguard section, for parsers lacking negative DST; see ziguard.awk.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/ |
| D | Base.pm | 311 my ($parser) = $aggregate->parsers($test);
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/ |
| D | Harness.pm | 627 while ( $mux->parsers < $jobs ) {
|
| /openbsd/src/gnu/llvm/lldb/examples/python/ |
| D | crashlog.py | 668 self.parsers = { 704 self.parsers[self.parse_mode](line)
|
| /openbsd/src/gnu/llvm/llvm/cmake/modules/ |
| D | LLVM-Config.cmake | 166 # Link all the asm parsers from all the targets
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | CommandLine.rst | 57 when you declare it. `Custom parsers`_ are no problem. 242 `float`_, `double`_, and `int`_ parsers work like you would expect, using the 1265 default that can be overridden by application specific parsers. For example, 1530 Builtin parsers 1603 .. _Custom parsers: 1611 As `discussed previously`_, parsers are the portion of the CommandLine library
|
| D | FuzzingLLVM.rst | 182 program, and is good at testing things like lexers, parsers, or binary
|
| D | BuildingADistribution.rst | 247 #. ``AllTargetsAsmParsers`` - All the included target ASM parsers libraries
|
| D | ReleaseNotes.rst | 387 that consume ``llvm-readobj``'s JSON output should update their parsers
|