Searched refs:Description (Results 76 - 100 of 306) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flags.cc24 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
106 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \
107 RegisterFlag(parser, #Name, Description, &cf->Name);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_flags.cpp34 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue;
42 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \
43 RegisterFlag(parser, #Name, Description, &f->Name);
/netbsd-current/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dahdecode.c167 printf (" %-36s : %s\n", Info->Name, Info->Description);
355 printf ("%s: <%s>\n", Info->Name, Info->Description);
376 printf ("%s: <%s>\n", Info->Name, Info->Description);
494 printf ("%8s %s\n", Info->Name, Info->Description);
525 printf ("%8s %s\n", Info->Name, Info->Description);
559 for (Info = Gbl_AcpiUuids; Info->Description; Info++)
563 printf ("\n%36s\n", Info->Description);
567 printf ("%32s : %s\n", Info->Description, Info->String);
608 printf ("%8u) %s : %s\n", i + 1, Info->Signature, Info->Description);
/netbsd-current/crypto/external/bsd/openssl/
H A Dmkpc42 Description: ${DESCRIPTION}
/netbsd-current/external/mit/libuv/
H A Dmkpc22 Description: multi-platform support library with a focus on asynchronous I/O.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DTimer.cpp116 Description.assign(TimerDescription.begin(), TimerDescription.end());
227 Timer &get(StringRef Name, StringRef Description, StringRef GroupName, argument
238 T.init(Name, Description, *GroupEntry.first);
247 NamedRegionTimer::NamedRegionTimer(StringRef Name, StringRef Description, argument
251 : &NamedGroupedTimers->get(Name, Description, GroupName,
262 TimerGroup::TimerGroup(StringRef Name, StringRef Description) argument
264 Description(Description.begin(), Description.end()) {
274 TimerGroup::TimerGroup(StringRef Name, StringRef Description, argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/
H A Dmkpc42 Description: ${DESCRIPTION}
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandard.h72 const char *Description; member in struct:clang::LangStandard
81 const char *getDescription() const { return Description; }
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-property-1.d7 [ ]+Owner[ ]+Data size[ ]+Description
H A Dx86-64-property-3.d7 [ ]+Owner[ ]+Data size[ ]+Description
H A Dx86-64-property-4.d7 [ ]+Owner[ ]+Data size[ ]+Description
H A Dx86-64-property-5.d7 [ ]+Owner[ ]+Data size[ ]+Description
H A Dx86-64-property-6.d7 [ ]+Owner[ ]+Data size[ ]+Description
H A Dx86-64-property-7.d6 [ ]+Owner[ ]+Data size[ ]+Description
H A Dx86-64-property-8.d6 [ ]+Owner[ ]+Data size[ ]+Description
H A Dx86-64-property-9.d6 [ ]+Owner[ ]+Data size[ ]+Description
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Dbti-plt-2.d10 [ ]+Owner[ ]+Data size[ ]+Description
H A Dbti-plt-4.d9 [ ]+Owner[ ]+Data size[ ]+Description
H A Dproperty-bti-pac1.d9 [ ]+Owner[ ]+Data size[ ]+Description
H A Dproperty-bti-pac2.d10 [ ]+Owner[ ]+Data size[ ]+Description
H A Dproperty-bti-pac3.d10 [ ]+Owner[ ]+Data size[ ]+Description
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-i386/
H A Dpr24322a.d8 [ ]+Owner[ ]+Data size[ ]+Description
H A Dpr24322b.d8 [ ]+Owner[ ]+Data size[ ]+Description
H A Dproperty-x86-3.d6 [ ]+Owner[ ]+Data size[ ]+Description
H A Dproperty-x86-4a.d8 [ ]+Owner[ ]+Data size[ ]+Description

Completed in 286 milliseconds

1234567891011>>