Searched refs:details (Results 26 - 50 of 318) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/
H A Dreset.t63 $Test->is_eq( scalar $tb->details, 0, 'details' );
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DError.pm38 =item $string = $error->{details}
40 =item $string = $error->details()
H A DControl.pm31 =item $string = $control->{details}
33 =item $string = $control->details()
H A DHub.pm34 =item $string = $trace->{details}
36 =item $string = $trace->details()
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Info/
H A DTable.pm27 return (table => $hash, details => $desc);
110 return (table => $t->as_hash(), details => $t->as_string());
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp139 m_stop_info.details.fork.child_pid = child_pid;
140 m_stop_info.details.fork.child_tid = child_tid;
149 m_stop_info.details.fork.child_pid = child_pid;
150 m_stop_info.details.fork.child_tid = child_tid;
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp139 m_stop_info.details.fork.child_pid = child_pid;
140 m_stop_info.details.fork.child_tid = child_tid;
149 m_stop_info.details.fork.child_pid = child_pid;
150 m_stop_info.details.fork.child_tid = child_tid;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DDiag.pm28 details => $self->{+MESSAGE},
H A DWaiting.pm23 details => $self->summary,
H A DNote.pm26 details => $self->{+MESSAGE},
H A DException.pm34 details => $self->{+ERROR},
H A DEncoding.pm23 $out->{about}->{details} = $self->summary;
H A DBail.pm35 details => $self->{+REASON},
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp451 // Get details on the signal raised.
1361 llvm::Expected<NativeRegisterContextLinux::MemoryTaggingDetails> details = local
1363 if (!details)
1364 return Status(details.takeError());
1374 MemoryTagManager::TagRange range(details->manager->RemoveTagBits(addr), len);
1375 range = details->manager->ExpandToGranule(range);
1378 size_t num_tags = range.GetByteSize() / details->manager->GetGranuleSize();
1379 tags.resize(num_tags * details->manager->GetTagSizeInBytes());
1392 details->ptrace_read_req, GetCurrentThreadID(),
1405 dest += tags_read * details
1416 llvm::Expected<NativeRegisterContextLinux::MemoryTaggingDetails> details = local
[all...]
/openbsd-current/usr.bin/sendbug/
H A Dsendbug.c58 char os[BUFSIZ], rel[BUFSIZ], mach[BUFSIZ], details[BUFSIZ]; variable
388 len = sizeof(details) - 1;
389 if (sysctl(sysname, 2, &details, &len, NULL, 0) == -1)
392 cp = strchr(details, '\n');
571 fprintf(fp, "\tDetails : %s\n", details);
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/
H A DDebug.h147 } details; member in struct:lldb_private::ThreadStopInfo
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h88 namespace details { namespace in namespace:llvm
272 } // namespace details
280 : public details::FixedOrScalableQuantity<ElementCount, unsigned> {
314 class TypeSize : public details::FixedOrScalableQuantity<TypeSize, uint64_t> {
414 const details::FixedOrScalableQuantity<LeafTy, ScalarTy> &PS) {
413 operator <<(raw_ostream &OS, const details::FixedOrScalableQuantity<LeafTy, ScalarTy> &PS) argument
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/
H A DInputMap.pm21 Refer to L<ExtUtils::Typemaps> for details.
H A DType.pm22 Refer to L<ExtUtils::Typemaps> for details.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DEventFacet.pm7 use Test2::Util::HashBase qw/-details/;
/openbsd-current/gnu/gcc/gcc/config/alpha/
H A Dvms-dwarf2eh.asm24 GNU General Public License for more details.
H A Dvms_tramp.asm24 GNU General Public License for more details.
/openbsd-current/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-dwarf2eh.asm24 GNU General Public License for more details.
H A Dvms_tramp.asm24 GNU General Public License for more details.
/openbsd-current/gnu/usr.bin/perl/cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/
H A DQuotedPrint.pm109 L<https://www.cpantesters.org/> for details of how to get involved.
130 L<perlmodlib/"CPAN"> for details) at

Completed in 219 milliseconds

1234567891011>>