| /external/llvm-project/debuginfo-tests/dexter/ |
| D | Commands.md | 46 ### Description subsection 71 ### Description subsection 105 ### Description subsection 132 ### Description subsection 159 ### Description subsection 171 ### Description subsection 195 ### Description subsection 213 ### Description subsection 229 ### Description subsection
|
| /external/arm-trusted-firmware/docs/components/ |
| D | arm-sip-service.rst | 162 Description subsection 187 Description subsection 227 Description subsection 253 Description subsection 286 Description subsection 323 Description subsection 348 Description subsection 374 Description subsection 403 Description subsection
|
| /external/clang/lib/Basic/ |
| D | LangOptions.cpp | 19 #define LANGOPT(Name, Bits, Default, Description) Name = Default; in LangOptions() argument 20 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument 25 #define LANGOPT(Name, Bits, Default, Description) in resetNonModularOptions() argument 26 #define BENIGN_LANGOPT(Name, Bits, Default, Description) Name = Default; in resetNonModularOptions() argument 27 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
|
| /external/scudo/standalone/ |
| D | flags.cpp | 23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 28 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument 36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() argument 43 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in registerFlags() argument
|
| D | flags.h | 17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; argument 22 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument
|
| /external/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | flags.cpp | 23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 28 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument 36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() argument 43 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in registerFlags() argument
|
| D | flags.h | 17 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Type Name; argument 22 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument
|
| /external/llvm-project/clang/lib/Basic/ |
| D | LangOptions.cpp | 18 #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
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Timer.h | 80 std::string Description; ///< Description of this time variable. variable 88 explicit Timer(StringRef Name, StringRef Description) { in Timer() 91 Timer(StringRef Name, StringRef Description, TimerGroup &tg) { in Timer() 174 std::string Description; member 186 std::string Description; variable
|
| /external/clang/include/clang/Basic/ |
| D | LangOptions.h | 33 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits; argument 34 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument 40 #define LANGOPT(Name, Bits, Default, Description) argument 41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument 132 #define LANGOPT(Name, Bits, Default, Description) argument 133 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
|
| /external/mockito/src/main/java/org/mockito/internal/verification/ |
| D | Description.java | 17 public class Description implements VerificationMode { class 27 public Description(VerificationMode verification, String description) { in Description() method in Description
|
| /external/rust/cxx/syntax/ |
| D | trivial.rs | 119 struct Description<'a> { in as_what() struct 120 name: &'a Pair, in as_what() 121 reasons: &'a [TrivialReason<'a>], in as_what() 124 impl<'a> Display for Description<'a> { in as_what() implementation
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFExpression.h | 63 struct Description { struct 67 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA, argument 78 Description Desc; argument
|
| /external/llvm-project/compiler-rt/lib/xray/ |
| D | xray_profiling_flags.cpp | 26 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerProfilerFlags() argument
|
| D | xray_basic_flags.cpp | 28 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 35 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayBasicFlags() argument
|
| D | xray_fdr_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFDRFlags() argument
|
| D | xray_flags.cpp | 27 #define XRAY_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define XRAY_FLAG(Type, Name, DefaultValue, Description) \ in registerXRayFlags() argument
|
| /external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFExpression.h | 67 struct Description { struct 71 Description(DwarfVersion Version = DwarfNA, Encoding Op1 = SizeNA, argument 82 Description Desc; argument
|
| /external/llvm-project/compiler-rt/lib/gwp_asan/ |
| D | options.h | 40 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument 46 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
|
| /external/gwp_asan/gwp_asan/ |
| D | options.h | 40 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ argument 46 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
|
| /external/llvm/lib/Fuzzer/ |
| D | FuzzerDriver.cpp | 33 const char *Description; member 42 #define FUZZER_FLAG_INT(Name, Default, Description) int Name; argument 43 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) unsigned int Name; argument 44 #define FUZZER_FLAG_STRING(Name, Description) const char *Name; argument 55 #define FUZZER_FLAG_INT(Name, Default, Description) \ argument 57 #define FUZZER_FLAG_UNSIGNED(Name, Default, Description) \ argument 60 #define FUZZER_FLAG_STRING(Name, Description) \ argument
|
| /external/llvm-project/llvm/tools/llvm-mca/ |
| D | CodeRegion.cpp | 32 void CodeRegions::beginRegion(StringRef Description, SMLoc Loc) { in beginRegion() 69 void CodeRegions::endRegion(StringRef Description, SMLoc Loc) { in endRegion()
|
| /external/compiler-rt/lib/esan/ |
| D | esan_flags.cpp | 27 #define ESAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 33 #define ESAN_FLAG(Type, Name, DefaultValue, Description) \ in registerEsanFlags() argument
|
| /external/compiler-rt/lib/scudo/ |
| D | scudo_flags.cpp | 25 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument 31 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in RegisterScudoFlags() argument
|
| /external/compiler-rt/lib/ubsan/ |
| D | ubsan_flags.cc | 30 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
|