Searched refs:explanation (Results 1 - 25 of 40) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/Result/
H A DBailout.pm46 =head3 C<explanation>
49 my $explanation = $result->explanation;
50 print "We bailed out because ($explanation)";
53 If, and only if, a token is a bailout token, you can get an "explanation" via
54 this method. The explanation is the text after the mystical "Bail out!" words
59 sub explanation { shift->{bailout} } subroutine
H A DPlan.pm97 =head3 C<explanation>
99 my $explanation = $plan->explanation;
102 explanation, if any.
106 sub explanation { shift->{explanation} } subroutine
H A DTest.pm96 =head3 C<explanation>
98 my $explanation = $result->explanation;
101 the accompanying explanation, if present.
105 For the above line, the explanation is I<not enough acid>.
109 sub explanation { shift->{explanation} } subroutine
235 my $explanation = $self->explanation;
236 $string .= " # $directive $explanation";
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcomplaints.c35 start off with explanation. case 2: Subsequent message of a series
36 that needs no explanation (the user already knows we have a problem
41 /* First message of a series, includes an explanation. */
44 of explanation. */
46 /* Subsequent message of a series that needs no explanation (the
66 struct explanation struct
79 must start off with explanation. case 2: Subsequent message of a
80 series that needs no explanation (the user already knows we have
89 const struct explanation *explanation; member in struct:complaints
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dresults.t150 explanation => '',
157 explanation => '',
169 explanation => 'help me, Rhonda!',
176 explanation => 'help me, Rhonda!',
192 explanation => '',
203 explanation => '',
240 explanation => 'why not?',
251 explanation => 'why not?',
H A Dregression.t664 explanation => 'rain delay',
731 explanation => '',
768 explanation => 'Just testing the todo interface.',
779 explanation => 'Just testing the todo interface.',
790 explanation => '',
828 explanation => '',
839 explanation => '',
850 explanation => '',
861 explanation => '',
872 explanation
[all...]
H A Dnested.t28 '... and as_string() should return the explanation';
30 '... and raw() should return the explanation';
31 is $bailout->explanation, 'We ran out of foobar.',
32 '... and it should have the correct explanation';
H A Dbailout.t111 '... and as_string() should return the explanation';
113 '... and raw() should return the explanation';
114 is $bailout->explanation, 'We ran out of foobar.',
115 '... and it should have the correct explanation';
H A Dpremature-bailout.t94 '... and as_string() should return the explanation';
98 '... and raw() should return the explanation'
102 is( $bailout->explanation, 'We ran out of foobar.',
103 '... and it should have the correct explanation'
H A Dparse.t79 ok !$result->explanation, '... or a directive explanation';
98 ok !$test->explanation, '... or a directive explanation';
131 is $failed->explanation, 'some data',
132 '... and the correct directive explanation';
168 ok !$test->explanation, '... or a directive explanation';
190 ok !$failed->explanation, '... and no directive explanation';
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DGrammar.pm95 my $explanation = undef;
109 ($explanation) = $tail =~ /^#\s*SKIP\S*\s+(.*)/i;
115 $explanation = '' unless defined $explanation;
119 $explanation, []
144 my ( $dir, $explanation ) = ( '', '' );
149 ( $desc, $dir, $explanation ) = ( $1, $2, $3 );
153 $dir, $explanation
169 my $explanation = $1;
172 $explanation
[all...]
H A DAggregator.pm291 for an explanation of description.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DPlan.pm34 Human readable explanation for the plan being set. This is normally not
49 explanation in the C<details> field, and a C<control> facet that has
H A DAmnesty.pm40 Human readable explanation of why amnesty was granted.
H A DControl.pm35 Human readable explanation for the special behavior.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/File/
H A DSession.pm46 . $result->explanation
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dmkcheck.in132 explanation='+: pass, -b: build failure, -r: run failure, x: disabled'
133 printf "%s\n %s\n" 'p == pass/fail execution test' "$explanation" \
397 echo $explanation
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/
H A DParallelSession.pm144 . $result->explanation
H A DSession.pm115 . $result->explanation
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DParser.pm626 =head3 C<explanation>
628 my $explanation = $result->explanation;
631 explanation, if any.
666 =head3 C<explanation>
669 my $explanation = $result->explanation;
670 print "We bailed out because ($explanation)";
673 If, and only if, a token is a bailout token, you can get an "explanation" via
674 this method. The explanation i
[all...]
H A DHarness.pm607 my $explanation = $result->explanation;
609 . ( $explanation ? ": $explanation\n" : ".\n" );
/openbsd-current/gnu/usr.bin/perl/ext/B/B/
H A DShowlex.pm204 example. See L<B::Concise> for a fuller explanation of reasons.
/openbsd-current/gnu/usr.bin/perl/cpan/experimental/lib/
H A Dstable.pm97 If it's not immediately obvious why, here's a bit of explanation:
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DVMS.pm564 An explanation of VMS file specs can be found at
/openbsd-current/gnu/usr.bin/perl/ext/mro/
H A Dmro.pm112 explanation, see the links in the L</"SEE ALSO"> section.

Completed in 237 milliseconds

12