Home
last modified time | relevance | path

Searched defs:Description (Results 1 – 25 of 147) sorted by relevance

123456

/netbsd/external/mpl/bind/dist/bin/named/
H A Dnamed.conf.rst22 Description section in named.conf - configuration file for **named**
36 ACL
43 CONTROLS
60 DLZ
93 DYNDB
101 KEY
111 LOGGING
144 MASTERS
155 OPTIONS
562 VIEW
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/
H A DLangOptions.cpp18 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument
19 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument
24 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument
25 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument
26 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profiling_flags.cc27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
34 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerProfilerFlags() argument
H A Dxray_basic_flags.cc29 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
36 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayBasicFlags() argument
H A Dxray_fdr_flags.cc28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
34 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFDRFlags() argument
H A Dxray_flags.cc28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
34 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFlags() argument
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h67 struct Description { struct
71 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA, argument
82 Description Desc; argument
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DCodeRegion.cpp32 void CodeRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion()
68 void CodeRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion()
/netbsd/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_flags.cc33 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
41 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_flags.cc35 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
43 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_flags.cc33 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
41 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsancov_flags.cc27 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
33 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ in RegisterSancovFlags() argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsancov_flags.cc29 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
35 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ in RegisterSancovFlags() argument
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsancov_flags.cc27 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
33 #define SANCOV_FLAG(Type, Name, DefaultValue, Description) \ in RegisterSancovFlags() argument
/netbsd/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dacpihelp.h141 char *Description; member
149 char *Description; member
156 char *Description; member
164 char *Description; member
/netbsd/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_flags.cc39 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
45 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_flags.cc41 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
47 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_flags.cc39 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
45 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
/netbsd/sys/external/bsd/acpica/dist/include/
H A Dacapps.h98 #define ACPI_USAGE_TEXT(Description) \ argument
101 #define ACPI_OPTION(Name, Description) \ argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDriver.cpp39 const char *Description; member
48 #define FUZZER_FLAG_INT(Name, Default, Description) int Name; argument
49 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name; argument
50 #define FUZZER_FLAG_STRING(Name, Description) const char *Name; argument
61 #define FUZZER_FLAG_INT(Name, Default, Description) \ argument
63 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \ argument
66 #define FUZZER_FLAG_STRING(Name, Description) \ argument
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTimer.h86 std::string Description; ///< Description of this time variable. variable
180 std::string Description; member
193 std::string Description; variable
/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_flags.cc41 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
47 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterAsanFlags() argument
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_flags.cc43 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
49 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterAsanFlags() argument
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_flags.cc41 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
47 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterAsanFlags() argument
/netbsd/external/bsd/libfido2/dist/examples/
H A DREADME.adoc30 === Description subsection in Examples

123456