Searched refs:details (Results 1 - 25 of 83) sorted by relevance

1234

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap-analyze.t47 details => [ { 'ok' => 1, actual_ok => 1 },
85 details => [ { 'ok' => 1, actual_ok => 1,
117 details => [ ({ 'ok' => 1, actual_ok => 1 }) x 10
135 details => [ ({ 'ok' => 1, actual_ok => 1 }) x 4
153 details => [ ({ 'ok' => 1, actual_ok => 1 }) x 4
171 details => [ { 'ok' => 1, actual_ok => 1 },
191 details => [],
208 details => [ ({ 'ok' => 1, actual_ok => 1 }) x 5
226 details => [ { 'ok' => 1, actual_ok => 1 },
248 details
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Ddetails.t88 my @details = $Test->details();
89 $Test->is_num( scalar @details, 6,
90 'details() should return a list of all test details');
93 is_deeply( \@details, \@Expected_Details );
/osnet-11/usr/src/lib/libcmd/common/
H A Dfds.c31 "[l:long?List file descriptor details.]"
166 int details; local
189 details = 0;
196 details = opt_info.num;
226 if (!details)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm134 details => []
207 $totals->{details}[$result{number} - 1] =
684 There is one final item, the details.
686 details an array ref reporting the result of
689 $results{details}[$test_num - 1] =
697 Element 0 of the details is test #1. I tried it with element 1 being
702 my %details = $strap->_detailize($pass, \%test);
704 Generates the details based on the last test line seen. C<$pass> is
713 my %details = ( ok => $pass,
717 assert( !(grep !defined $details{
[all...]
/osnet-11/usr/src/grub/grub2/
H A Dgeninit.sh28 * GNU General Public License for more details.
/osnet-11/usr/src/grub/grub2/grub-core/
H A Dgenemuinitheader.sh31 * GNU General Public License for more details.
H A Dgenemuinit.sh31 * GNU General Public License for more details.
H A Dgensymlist.sh28 * GNU General Public License for more details.
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_handle.c154 char details[30]; local
208 (void) sprintf(details, " (0x%llx)",
213 details[0] = 0;
221 details, where, offinfo);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dlayers.t163 my @results = PerlIO::get_layers(F, details => 1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnglish.pm36 due to unfortunate implementation details. If performance matters in
H A Dbigrat.pm205 Please see respective module documentation for further details.
255 well as the documentation in BigInt for further details.
H A DFatal.pm157 can be caught using C<eval{}>. See L<perlfunc> and L<perlvar> for details.
H A DPerlIO.pm95 (Gory details follow) To be more exact what happens is this: after
315 B<Implementation details follow, please close your eyes.>
320 separately use the optional C<details> argument:
322 my @layer_and_args_and_flags = PerlIO::get_layers($fh, details => 1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm114 ways functions like Pod::Text. See L<Pod::Text> for details and available
H A DOverstrike.pm179 L<Pod::Text> for details and available options.
H A DTermcap.pm151 L<Pod::Text> for details and available options.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dfill.t23 details out about the book as well as ordering information at Philmont
44 You can find details out about the book as well as ordering information at
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodselect.PL93 Please see L<Pod::Select/podselect()> for more details.
H A Dpodchecker.PL93 Please see L<Pod::Checker/podchecker()> for more details.
H A Dpod2man.PL129 assume various defaults. See below or L<Pod::Man> for details.
276 L<Pod::Man> for more details.
389 see perldiag(1) for more details (and look at the POD source as well).
391 If applicable, please include details on what the user should do to correct
416 directory is read for configuration details, if it exists.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm78 L<Filter::Simple> for more details.
147 L<perlref> for more details on the mechanics of I<closures>.
162 in a source file (See L<perlfunc/import> for more details on
216 details of using C<$self>.
288 See L<Example 4: Using filter_del> for details.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duniversal.c571 bool details = FALSE; local
596 if (klen == 7 && memEQ(key, "details", 7)) {
597 details = SvTRUE(*valp);
644 if (details) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm342 or failed based on their output to STDOUT (details above). It prints
488 my @failed = grep { !$results{details}[$_-1]{ok} }
489 1..@{$results{details}};
536 my $details = $results{details};
537 foreach my $overrun ($test{max}+1..@$details)
539 next unless ref $details->[$overrun-1];
730 my $detail = $totals->{details}[-1];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm73 sysread and syswrite (see L<perlfunc> for full details)

Completed in 1542 milliseconds

1234