Home
last modified time | relevance | path

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

12345678910>>...29

/external/trusty/arm-trusted-firmware/docs/components/
Dven-el3-debugfs.rst72 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/
DREADME.md5 ## 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/
Ddescription.rs89 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/
Darm-sip-service.rst162 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/
Dapv_isobmff.md22 ### Description subsection
54 ### Description subsection
161 ### Format of sample
164 ### Sync sample
167 ### Sub-sample for APV
/external/clang/lib/Basic/
DLangOptions.cpp19 #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/
Dpredicate_matcher.rs87 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()
Dproperty_matcher.rs244 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()
Dchar_count_matcher.rs73 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()
Dfield_matcher.rs288 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()
Dsome_matcher.rs55 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()
Dlen_matcher.rs68 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()
Dbool_matcher.rs41 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/
Dflags.cpp23 #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
Dflags.h17 #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/
DTimer.h80 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/
DREADME.md3 ## Description section in Maven Archetype for client applications using the AWS SDK for Java 2.x
7 ### Features
/external/clang/include/clang/Basic/
DLangOptions.h33 #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/
DDescription.java17 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/
Dtrivial.rs128 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/
Dtrivial.rs128 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/
DDWARFExpression.h63 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/
Dtrivial.rs128 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/
Dtrivial.rs128 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/
Dtrivial.rs128 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

12345678910>>...29