| /external/deqp/framework/delibs/decpp/ |
| D | deCommandLine.hpp | 52 struct Option struct 54 typedef typename OptName::ValueType ValueType; 55 typedef void (*ParseFunc) (const char* src, ValueType* dst); 58 const char* shortName; 59 const char* longName; 60 const char* description; 61 …nst char* defaultValue; //!< Default value (parsed from string), or null if should not be set 64 ParseFunc parse; //!< Custom parsing function or null. 65 const NamedValue<ValueType>* namedValues; //!< Named values or null. 66 const NamedValue<ValueType>* namedValuesEnd; //!< Named value list end. [all …]
|
| /external/llvm-project/lldb/include/lldb/Host/ |
| D | OptionParser.h | 24 struct Option { struct 26 const OptionDefinition *definition; argument 44 llvm::StringRef optstring, const Option *longopts, argument
|
| /external/llvm-project/llvm/unittests/Option/ |
| D | OptionParsingTest.cpp | 67 TEST(Option, OptionParsing) { in TEST() argument 114 TEST(Option, ParseWithFlagExclusions) { in TEST() argument 142 TEST(Option, ParseAliasInGroup) { in TEST() argument 151 TEST(Option, AliasArgs) { in TEST() argument 162 TEST(Option, IgnoreCase) { in TEST() argument 172 TEST(Option, DoNotIgnoreCase) { in TEST() argument 182 TEST(Option, SlurpEmpty) { in TEST() argument 193 TEST(Option, Slurp) { in TEST() argument 209 TEST(Option, SlurpJoinedEmpty) { in TEST() argument 220 TEST(Option, SlurpJoinedOneJoined) { in TEST() argument [all …]
|
| /external/llvm/unittests/Option/ |
| D | OptionParsingTest.cpp | 67 TEST(Option, OptionParsing) { in TEST() argument 110 TEST(Option, ParseWithFlagExclusions) { in TEST() argument 138 TEST(Option, ParseAliasInGroup) { in TEST() argument 147 TEST(Option, AliasArgs) { in TEST() argument 158 TEST(Option, IgnoreCase) { in TEST() argument 168 TEST(Option, DoNotIgnoreCase) { in TEST() argument 178 TEST(Option, SlurpEmpty) { in TEST() argument 189 TEST(Option, Slurp) { in TEST() argument 205 TEST(Option, SlurpJoinedEmpty) { in TEST() argument 216 TEST(Option, SlurpJoinedOneJoined) { in TEST() argument [all …]
|
| /external/webrtc/modules/audio_processing/include/ |
| D | config.h | 85 struct Option : BaseOption { struct 86 explicit Option(T* v) : value(v) {} in Option() function 87 ~Option() { delete value; } in ~Option() argument 92 static ConfigOptionID identifier() { in identifier() argument
|
| /external/catch2/include/internal/ |
| D | catch_option.hpp | 15 class Option { class 17 Option() : nullableValue( nullptr ) {} in Option() function in Catch::Option 18 Option( T const& _value ) in Option() function in Catch::Option 21 Option( Option const& _other ) in Option() function in Catch::Option
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | CheckerRegistryData.cpp | 54 for (const CmdLineOption &Option : CmdLineOptions) { in dumpToStream() local 74 for (const CmdLineOption &Option : CmdLineOptions) { in dumpToStream() local 191 for (const CmdLineOption &Option : Checker.CmdLineOptions) { in printCheckerOptionList() local 197 for (const CmdLineOption &Option : Package.CmdLineOptions) { in printCheckerOptionList() local 212 const CmdLineOption &Option = Entry.second; in printCheckerOptionList() local
|
| /external/llvm-project/clang/utils/TableGen/ |
| D | ClangOptionDocEmitter.cpp | 27 Record *Option; member 154 unsigned getNumArgsForKind(Record *OptionKind, const Record *Option) { in getNumArgsForKind() 196 bool canSphinxCopeWithOption(const Record *Option) { in canSphinxCopeWithOption() 227 void emitOptionWithArgs(StringRef Prefix, const Record *Option, in emitOptionWithArgs() 241 void emitOptionName(StringRef Prefix, const Record *Option, raw_ostream &OS) { in emitOptionName() 281 bool emitOptionNames(const Record *Option, raw_ostream &OS, bool EmittedAny) { in emitOptionNames() 292 void forEachOptionName(const DocumentedOption &Option, const Record *DocInfo, in forEachOptionName() 301 void emitOption(const DocumentedOption &Option, const Record *DocInfo, in emitOption() 315 forEachOptionName(Option, DocInfo, [&](const Record *Option) { in emitOption() 336 forEachOptionName(Option, DocInfo, [&](const Record *Option) { in emitOption()
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue310/ |
| D | Option.java | 18 public final class Option<T> { class 26 private Option(T v) { in Option() method in Option
|
| /external/gwp_asan/gwp_asan/optional/ |
| D | options_parser.cpp | 48 struct Option { struct in __anon3703ead40111::OptionParser 49 const char *Name; 50 const char *Desc; 51 OptionType Type; 52 void *Var;
|
| /external/rust/crates/tokio/src/signal/ |
| D | windows.rs | 193 pub async fn recv(&mut self) -> Option<()> { in recv() 225 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() 265 pub async fn recv(&mut self) -> Option<()> { in recv() 297 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv()
|
| D | mod.rs | 86 async fn recv(&mut self) -> Option<()> { in recv() 91 fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv()
|
| D | unix.rs | 396 pub async fn recv(&mut self) -> Option<()> { in recv() 434 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv() 441 fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>>; in poll_recv() 445 fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_recv()
|
| /external/rust/crates/protobuf/src/well_known_types/ |
| D | type_pb.rs | 129 pub fn get_options(&self) -> &[Option] { in get_options() 137 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() 142 pub fn mut_options(&mut self) -> &mut crate::RepeatedField<Option> { in mut_options() 147 pub fn take_options(&mut self) -> crate::RepeatedField<Option> { in take_options() 573 pub fn get_options(&self) -> &[Option] { in get_options() 581 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() 586 pub fn mut_options(&mut self) -> &mut crate::RepeatedField<Option> { in mut_options() 591 pub fn take_options(&mut self) -> crate::RepeatedField<Option> { in take_options() 1155 pub fn get_options(&self) -> &[Option] { in get_options() 1163 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() [all …]
|
| /external/rust/crates/rayon/src/ |
| D | option.rs | 26 impl<T: Send> IntoParallelIterator for Option<T> { implementation 99 impl<'a, T: Sync> IntoParallelIterator for &'a Option<T> { implementation 129 impl<'a, T: Send> IntoParallelIterator for &'a mut Option<T> { implementation 173 impl<C, T> FromParallelIterator<Option<T>> for Option<C> implementation
|
| /external/libkmsxx/kms++util/src/ |
| D | opts.cpp | 11 Option::Option(const string& str, function<void()> func) in Option() function in Option 17 Option::Option(const string& str, function<void(const string)> func) in Option() function in Option
|
| /external/skia/tools/ |
| D | using_skia_and_harfbuzz.cpp | 43 struct Option : BaseOption { struct 45 Option(std::string _selector, std::string _description, T defaultValue) in Option() function
|
| /external/skqp/tools/ |
| D | using_skia_and_harfbuzz.cpp | 43 struct Option : BaseOption { struct 45 Option(std::string _selector, std::string _description, T defaultValue) in Option() argument
|
| /external/vogar/src/vogar/ |
| D | Option.java | 29 public @interface Option { annotation
|
| /external/openscreen/discovery/mdns/ |
| D | mdns_records.h | 366 struct Option { struct 377 friend H AbslHashValue(H h, const Option& option) { in AbslHashValue() argument 396 // Constructor that takes zero or more Option parameters. argument
|
| /external/llvm-project/mlir/include/mlir/Pass/ |
| D | Pass.h | 96 struct Option : public detail::PassOptions::Option<DataType, OptionParser> { struct 98 Option(Pass &parent, StringRef arg, Args &&... args) in Option() function
|
| /external/llvm-project/llvm/include/llvm/Option/ |
| D | OptSpecifier.h | 15 class Option; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
| D | OptSpecifier.h | 15 class Option; variable
|
| /external/rust/crates/tokio-stream/src/wrappers/ |
| D | signal_windows.rs | 31 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_next() 73 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<()>> { in poll_next()
|
| /external/llvm/include/llvm/Option/ |
| D | OptSpecifier.h | 17 class Option; variable
|