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

1234567891011>>

/openbsd-current/gnu/llvm/llvm/lib/Extensions/
H A DExtensions.cpp8 namespace details { namespace in namespace:llvm
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/
H A Ddetails.t89 my @details = $Test->details();
90 $Test->is_num( scalar @details, 6,
91 'details() should return a list of all test details');
94 is_deeply( \@details, \@Expected_Details );
97 # This test has to come last because it thrashes the test details.
101 my @details = $Test->details();
104 $Test->is_num( scalar @details,
[all...]
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DStructuralHash.cpp18 namespace details { namespace
67 } // namespace details
70 ::details::StructuralHash H;
76 ::details::StructuralHash H;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Formatter/
H A DTAP.pm205 my $details = $_->{details};
208 if (ref($details)) {
210 my $dumper = Data::Dumper->new([$details])->Indent(2)->Terse(1)->Pad('# ')->Useqq(1)->Sortkeys(1);
214 chomp($msg = $details);
231 my $reason = $plan->{details} or return [OUT_STD, "1..0 # SKIP\n"];
246 my $name = $assert->{details};
270 $directives{$tag} ||= $am->{details};
339 my $name = $f->{assert}->{details};
343 if ($trace->{details}) {
[all...]
/openbsd-current/usr.bin/ssh/
H A Dssh-ed25519-sk.c142 struct sshkey_sig_details *details = NULL; local
195 if ((details = calloc(1, sizeof(*details))) == NULL) {
199 details->sk_counter = sig_counter;
200 details->sk_flags = sig_flags;
236 *detailsp = details;
237 details = NULL;
242 sshkey_sig_details_free(details);
H A Dssh-ecdsa-sk.c230 struct sshkey_sig_details *details = NULL; local
248 if ((details = calloc(1, sizeof(*details))) == NULL) {
352 details->sk_counter = sig_counter;
353 details->sk_flags = sig_flags;
375 *detailsp = details;
376 details = NULL;
384 sshkey_sig_details_free(details);
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DAbout.pm20 Test2::EventFacet::About - Facet with event details.
30 =item $string = $about->{details}
32 =item $string = $about->details()
H A DPlan.pm30 =item $string = $plan->{details}
32 =item $string = $plan->details()
49 explanation in the C<details> field, and a C<control> facet that has
H A DAmnesty.pm36 =item $string = $amnesty->{details}
38 =item $string = $amnesty->details()
H A DAssert.pm31 =item $string = $assert->{details}
33 =item $string = $assert->details()
H A DParent.pm39 =item $string = $parent->{details}
41 =item $string = $parent->details()
H A DInfo.pm37 =item $string_or_structure = $info->{details}
39 =item $string_or_structure = $info->details()
46 display the table instead of the details.
54 display. The data must also be represented in the C<details> attribute for
H A DTrace.pm12 use Test2::Util::HashBase qw{^frame ^pid ^tid ^cid -hid -nested details -buffered -uuid -huuid <full_caller};
17 *detail = \&details;
112 =item $string = $trace->{details}
114 =item $string = $trace->details()
229 C<detail()> is an alias to the C<details> facet field for backwards
249 Get the caller details for the debug-info. This is where errors should be
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dperlglob.pl33 For details of the globbing features implemented, see
39 strongly recommended. See L<perlsub> for details of overriding
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DOk.pm56 details => $self->{+TODO},
68 details => $self->{+NAME},
76 grep { !$seen{defined($_->{tag}) ? $_->{tag} : ''}->{defined($_->{details}) ? $_->{details} : ''}++ }
H A DFail.pm52 $out->{about}->{details} = 'fail';
54 $out->{assert} = {pass => 0, details => $self->{+NAME}};
H A DPass.pm48 $out->{about}->{details} = 'pass';
50 $out->{assert} = {pass => 1, details => $self->{+NAME}};
H A DSkip.pm40 details => $self->{+TODO},
45 details => $self->{+REASON},
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/TAP/
H A DVersion.pm24 $out->{about}->{details} = $self->summary;
29 details => $self->summary,
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DEvent.pm203 sub trace_details { my $t = $_[0]->the_trace or return undef; $t->{details} || undef }
256 push @{$out->{lc($item->{tag})}} => $item->{fail} ? "FATAL: $item->{details}" : $item->{details};
262 $out->{name} = $assert->{details};
280 $out->{bailed_out} = $control->{details} || 1;
282 elsif(defined $control->{details}) {
283 $out->{control} = $control->{details};
298 push @{$out->{$other}} => $item->{details} if defined $item->{details};
303 $out->{$other} = $data->{details} i
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/
H A DCaptureRunner.pm34 my @results = capture()->details;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp67 stop_info.details.exception.type);
326 auto details = local
328 if (!details) {
329 llvm::consumeError(details.takeError());
340 std::unique_ptr<MemoryTagManager> manager(std::move(details->manager));
463 m_stop_info.details.fork.child_pid = child_pid;
464 m_stop_info.details.fork.child_tid = child_pid;
/openbsd-current/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp164 stop_info->details.exception.type = exc_type;
177 stop_info->details.exception.data_count = exc_data.size();
191 (uint64_t)stop_info->details.exception.data_count);
194 desc < end_desc && idx < stop_info->details.exception.data_count;
198 ((idx + 1 == stop_info->details.exception.data_count) ? '}' : ','));
204 for (i = 0; i < stop_info->details.exception.data_count; i++)
205 stop_info->details.exception.data[i] = exc_data[i];
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DFacets2Legacy.pm88 push @out => $plan->{details} if defined $plan->{details};
105 return '' unless $facet_data->{about} && $facet_data->{about}->{details};
106 return $facet_data->{about}->{details};
236 Check if the event or facets set a plan, and return the plan details.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DEvent.pm169 $out->{about}->{details} = $self->summary || undef;
183 details => $self->summary,
192 $out->{plan}->{details} = $plan[2] if defined $plan[2];
207 details => $self->summary,
220 details => $self->summary,
377 $facet_data->{assert} = {pass => 1, details => 'my assertion'};
415 =item $e->add_amnesty({tag => $TAG, details => $DETAILS});
425 amnesty with the 'TODO' tag. The details are the reason for the TODO.
545 B<Note:> Every single facet type has the C<'details'> field. This field is
556 name. The C<details> fiel
[all...]

Completed in 220 milliseconds

1234567891011>>