/external/trusty/arm-trusted-firmware/docs/components/ |
D | ven-el3-debugfs.rst | 72 Description section in MOUNT 97 Description section in OPEN 137 Description section in CLOSE 163 Description section in READ 196 Description section in SEEK 233 Description section in BIND 258 Description section in STAT 284 Description section in INIT 313 Description section in VERSION
|
/external/executorch/examples/qualcomm/qaihub_scripts/utils/ |
D | README.md | 5 ## Description section in CLI Tool for Compile / Deploy Pre-Built QNN Artifacts 20 ### Dependencies 25 ### Target Model 37 ### Compiling Program 49 ### Executing Program
|
/external/rust/android-crates-io/crates/googletest/src/ |
D | description.rs | 89 pub struct Description { struct 96 impl Description { impl 227 impl Display for Description { implementation 233 impl<ElementT: Into<Cow<'static, str>>> FromIterator<ElementT> for Description { implementation 242 impl FromIterator<Description> for Description { implementation 251 impl<T: Into<Cow<'static, str>>> From<T> for Description { implementation
|
/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/libopenapv/readme/ |
D | apv_isobmff.md | 22 ### Description subsection 54 ### Description subsection 161 ### Format of sample 164 ### Sync sample 167 ### Sub-sample for APV
|
/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/rust/android-crates-io/crates/googletest/src/matchers/ |
D | predicate_matcher.rs | 87 fn to_description(&self) -> Description; in to_description() 91 fn to_description(&self) -> Description { in to_description() 97 fn to_description(&self) -> Description { in to_description() 107 fn to_description(&self) -> Description { in to_description() 124 fn describe(&self, result: MatcherResult) -> Description { in describe() 141 fn describe(&self, result: MatcherResult) -> Description { in describe()
|
D | property_matcher.rs | 244 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe() 253 fn explain_match(&self, actual: OuterT) -> Description { in explain_match() 275 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe() 284 fn explain_match(&self, actual: &'a OuterT) -> Description { in explain_match() 330 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe() 339 fn explain_match(&self, actual: OuterT) -> Description { in explain_match()
|
D | char_count_matcher.rs | 73 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe() 88 fn explain_match(&self, actual: T) -> Description { in explain_match() 135 fn describe(&self, _: MatcherResult) -> Description { in char_count_explains_match() 139 fn explain_match(&self, _: T) -> Description { in char_count_explains_match()
|
D | field_matcher.rs | 288 fn explain_match(&self, actual: &'a OuterT) -> Description { in explain_match() 304 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe() 325 fn explain_match(&self, actual: OuterT) -> Description { in explain_match() 341 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe()
|
D | some_matcher.rs | 55 fn explain_match(&self, actual: Option<T>) -> Description { in explain_match() 64 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe() 85 fn explain_match(&self, actual: &'a Option<T>) -> Description { in explain_match() 94 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe()
|
D | len_matcher.rs | 68 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe() 80 fn explain_match(&self, actual: T) -> Description { in explain_match() 180 fn describe(&self, _: MatcherResult) -> Description { in len_matcher_explain_match() 184 fn explain_match(&self, _: T) -> Description { in len_matcher_explain_match()
|
D | bool_matcher.rs | 41 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe() 54 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe() 63 fn describe(&self, matcher_result: MatcherResult) -> Description { in describe()
|
/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/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/aws-sdk-java-v2/archetypes/archetype-app-quickstart/ |
D | README.md | 3 ## Description section in Maven Archetype for client applications using the AWS SDK for Java 2.x 7 ### Features
|
/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/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/ |
D | trivial.rs | 128 struct Description<'a> { in as_what() struct 129 name: &'a Pair, in as_what() 130 reasons: &'a [TrivialReason<'a>], in as_what() 133 impl<'a> Display for Description<'a> { in as_what() implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/ |
D | trivial.rs | 128 struct Description<'a> { in as_what() struct 129 name: &'a Pair, in as_what() 130 reasons: &'a [TrivialReason<'a>], in as_what() 133 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/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/syntax/ |
D | trivial.rs | 128 struct Description<'a> { in as_what() struct 129 name: &'a Pair, in as_what() 130 reasons: &'a [TrivialReason<'a>], in as_what() 133 impl<'a> Display for Description<'a> { in as_what() implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.131/src/syntax/ |
D | trivial.rs | 128 struct Description<'a> { in as_what() struct 129 name: &'a Pair, in as_what() 130 reasons: &'a [TrivialReason<'a>], in as_what() 133 impl<'a> Display for Description<'a> { in as_what() implementation
|
/external/rust/cxx/syntax/ |
D | trivial.rs | 128 struct Description<'a> { in as_what() struct 129 name: &'a Pair, in as_what() 130 reasons: &'a [TrivialReason<'a>], in as_what() 133 impl<'a> Display for Description<'a> { in as_what() implementation
|