/external/tcpdump/tests/ |
D | QinQpacketv.out | 7 DHCP-Message Option 53, length 1: Discover 8 MSZ Option 57, length 2: 1500 9 Parameter-Request Option 55, length 9: 11 Vendor-Option, Time-Zone, TFTP, Option 159 12 Option 160 13 Hostname Option 12, length 17: "6731i00085D230C3F" 14 Vendor-Class Option 60, length 18: "AastraIPPhone6731i" 20 DHCP-Message Option 53, length 1: Discover 21 MSZ Option 57, length 2: 1500 22 Parameter-Request Option 55, length 9: [all …]
|
/external/chromium_org/components/cloud_devices/common/ |
D | description_items_inl.h | 19 template <class Option, class Traits> 20 ListCapability<Option, Traits>::ListCapability() { in ListCapability() 24 template <class Option, class Traits> 25 ListCapability<Option, Traits>::~ListCapability() { in ~ListCapability() 28 template <class Option, class Traits> 29 bool ListCapability<Option, Traits>::IsValid() const { in IsValid() 39 template <class Option, class Traits> 40 bool ListCapability<Option, Traits>::LoadFrom( in LoadFrom() 51 Option option; in LoadFrom() 59 template <class Option, class Traits> [all …]
|
D | description_items.h | 42 template <class Option, class Traits> 59 const Option& operator[](size_t i) const { return options_[i]; } 61 bool Contains(const Option& option) const { in Contains() 66 void AddOption(const Option& option) { options_.push_back(option); } in AddOption() 69 typedef std::vector<Option> OptionVector; 80 template <class Option, class Traits> 100 const Option& operator[](size_t i) const { return options_[i]; } 102 bool Contains(const Option& option) const { in Contains() 107 const Option& GetDefault() const { in GetDefault() 112 void AddOption(const Option& option) { AddDefaultOption(option, false); } in AddOption() [all …]
|
/external/chromium_org/cloud_print/virtual_driver/ |
D | gcp_driver.gpd | 20 *Option: 24bpp { 31 *Option: 16384KB { 35 *Option: 65536KB { 44 *Option: PORTRAIT { 47 *Option: LANDSCAPE_CC270 { 56 *Option: A2 { 72 *Option: A3 { 88 *Option: A4 { 104 *Option: A5 { 120 *Option: A6 { [all …]
|
/external/llvm/lib/Option/ |
D | OptTable.cpp | 72 assert(((A.Kind == Option::JoinedClass) ^ (B.Kind == Option::JoinedClass)) && in operator <() 74 return B.Kind == Option::JoinedClass; in operator <() 85 OptSpecifier::OptSpecifier(const Option *Opt) : ID(Opt->getID()) {} in OptSpecifier() 102 if (Kind == Option::InputClass) { in OptTable() 105 } else if (Kind == Option::UnknownClass) { in OptTable() 108 } else if (Kind != Option::GroupClass) { in OptTable() 119 Option::OptionClass Kind = (Option::OptionClass) getInfo(i + 1).Kind; in OptTable() 120 assert((Kind != Option::InputClass && Kind != Option::UnknownClass && in OptTable() 121 Kind != Option::GroupClass) && in OptTable() 160 const Option OptTable::getOption(OptSpecifier Opt) const { in getOption() [all …]
|
D | Option.cpp | 22 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option 38 Option::~Option() { in ~Option() 41 void Option::dump() const { in dump() 69 const Option Group = getGroup(); in dump() 75 const Option Alias = getAlias(); in dump() 87 bool Option::matches(OptSpecifier Opt) const { in matches() 89 const Option Alias = getAlias(); in matches() 97 const Option Group = getGroup(); in matches() 103 Arg *Option::accept(const ArgList &Args, in accept() 106 const Option &UnaliasedOption = getUnaliasedOption(); in accept()
|
D | Arg.cpp | 20 Arg::Arg(const Option _Opt, StringRef S, unsigned _Index, const Arg *_BaseArg) in Arg() 25 Arg::Arg(const Option _Opt, StringRef S, unsigned _Index, in Arg() 32 Arg::Arg(const Option _Opt, StringRef S, unsigned _Index, in Arg() 92 case Option::RenderValuesStyle: in render() 97 case Option::RenderCommaJoinedStyle: { in render() 109 case Option::RenderJoinedStyle: in render() 116 case Option::RenderSeparateStyle: in render()
|
/external/chromium_org/content/test/data/accessibility/ |
D | select-expected-mac.txt | 6 AXMenuItem AXRoleDescription='menu item' AXValue='Option 1' 7 AXMenuItem AXRoleDescription='menu item' AXValue='Option 2' 8 AXPopUpButton AXRoleDescription='pop up button' AXValue='Option 2' 10 AXMenuItem AXRoleDescription='menu item' AXValue='Option 1' 11 AXMenuItem AXRoleDescription='menu item' AXValue='Option 2' 12 AXMenuItem AXRoleDescription='menu item' AXValue='Option 3' 13 AXPopUpButton AXRoleDescription='pop up button' AXValue='Option 1' 15 AXMenuItem AXRoleDescription='menu item' AXValue='Option 1' 16 AXMenuItem AXRoleDescription='menu item' AXValue='Option 2' 17 AXMenuItem AXRoleDescription='menu item' AXValue='Option 3'
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 68 void Option::anchor() {} in anchor() 105 static Option *RegisteredOptionList = nullptr; 107 void Option::addArgument() { in addArgument() 115 void Option::removeArgument() { in removeArgument() 145 static void GetOptionInfo(SmallVectorImpl<Option*> &PositionalOpts, in GetOptionInfo() 146 SmallVectorImpl<Option*> &SinkOpts, in GetOptionInfo() 147 StringMap<Option*> &OptionsMap) { in GetOptionInfo() 150 Option *CAOpt = nullptr; // The ConsumeAfter option if it exists. in GetOptionInfo() 151 for (Option *O = RegisteredOptionList; O; O = O->getNextRegisteredOption()) { in GetOptionInfo() 201 static Option *LookupOption(StringRef &Arg, StringRef &Value, in LookupOption() [all …]
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | main.java | 110 Option[] clOptions = commandLine.getOptions(); in main() 113 Option option = clOptions[i]; in main() 327 Option versionOption = OptionBuilder.withLongOpt("version") in buildOptions() 331 Option helpOption = OptionBuilder.withLongOpt("help") in buildOptions() 335 Option outputDirOption = OptionBuilder.withLongOpt("output") in buildOptions() 341 Option noParameterRegistersOption = OptionBuilder.withLongOpt("no-parameter-registers") in buildOptions() 346 Option deodexerantOption = OptionBuilder.withLongOpt("deodex") in buildOptions() 351 Option useLocalsOption = OptionBuilder.withLongOpt("use-locals") in buildOptions() 356 Option sequentialLabelsOption = OptionBuilder.withLongOpt("sequential-labels") in buildOptions() 361 Option noDebugInfoOption = OptionBuilder.withLongOpt("no-debug-info") in buildOptions() [all …]
|
/external/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 64 LoopHintAttr::OptionType Option = in handleLoopHintAttr() local 75 if (Option == LoopHintAttr::Vectorize || Option == LoopHintAttr::Interleave || in handleLoopHintAttr() 76 Option == LoopHintAttr::Unroll) { in handleLoopHintAttr() 89 } else if (Option == LoopHintAttr::VectorizeWidth || in handleLoopHintAttr() 90 Option == LoopHintAttr::InterleaveCount || in handleLoopHintAttr() 91 Option == LoopHintAttr::UnrollCount) { in handleLoopHintAttr() 103 return LoopHintAttr::CreateImplicit(S.Context, Option, ValueInt, in handleLoopHintAttr() 136 int Option = LH->getOption(); in CheckForIncompatibleAttributes() local 140 switch (Option) { in CheckForIncompatibleAttributes() 157 if (Option == LoopHintAttr::Vectorize || in CheckForIncompatibleAttributes() [all …]
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 162 class Option { 191 Option *NextRegistered; // Singly linked list of registered options. 237 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function 257 Option *getNextRegisteredOption() const { return NextRegistered; } in getNextRegisteredOption() 281 virtual ~Option() {} in ~Option() 294 void apply(Option &O) const { O.setDescription(Desc); } in apply() 302 void apply(Option &O) const { O.setValueStr(Desc); } in apply() 562 virtual size_t getOptionWidth(const Option &O) const; 569 virtual void printOptionInfo(const Option &O, size_t GlobalWidth) const; 571 void printGenericOptionDiff(const Option &O, const GenericOptionValue &V, [all …]
|
/external/deqp/framework/delibs/decpp/ |
D | deCommandLine.hpp | 52 struct Option struct 69 …Option (const char* shortName_, const char* longName_, const char* description_, const char* defau… in Option() function 81 …Option (const char* shortName_, const char* longName_, const char* description_, ParseFunc parse_,… in Option() function 93 …Option (const char* shortName_, const char* longName_, const char* description_, const NamedValue<… in Option() argument 106 …Option (const char* shortName_, const char* longName_, const char* description_, const NamedValue<… in Option() function 118 template<class Option> 121 typedef typename Option::ValueType ValueType; 137 template<class Option> inline bool isBooleanOpt (void) { return isBoolean<typename OptTraits<Option… in isBooleanOpt() 252 void addOption (const Option<OptType>& option); 308 inline Parser& operator<< (Parser& parser, const Option<OptType>& option) in operator <<() [all …]
|
/external/smack/src/org/jivesoftware/smackx/ |
D | FormField.java | 55 private final List<Option> options = new ArrayList<Option>(); 105 public Iterator<Option> getOptions() { in getOptions() 107 return Collections.unmodifiableList(new ArrayList<Option>(options)).iterator(); in getOptions() 263 public void addOption(Option option) { in addOption() 295 for (Iterator<Option> i = getOptions(); i.hasNext();) { in toXML() 326 public static class Option { class in FormField 331 public Option(String value) { in Option() method in FormField.Option 335 public Option(String label, String value) { in Option() method in FormField.Option 387 Option other = (Option) obj; in equals()
|
/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 100 using de::cmdline::Option; in registerOptions() 136 …<< Option<CasePath> ("n", "deqp-case", "Test case(s) to run, supports wildcards (e.g. dEQP… in registerOptions() 137 …<< Option<CaseList> (DE_NULL, "deqp-caselist", "Case list to run in trie format (e.g. {dEQP-… in registerOptions() 138 …<< Option<CaseListFile> (DE_NULL, "deqp-caselist-file", "Read case list (in trie format) from … in registerOptions() 139 …<< Option<StdinCaseList> (DE_NULL, "deqp-stdin-caselist", "Read case list (in trie format) from… in registerOptions() 140 …<< Option<LogFilename> (DE_NULL, "deqp-log-filename", "Write test results to given file", … in registerOptions() 141 …<< Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, or write list of test cases in… in registerOptions() 143 …<< Option<WatchDog> (DE_NULL, "deqp-watchdog", "Enable test watchdog", s_enableNames,… in registerOptions() 144 …<< Option<CrashHandler> (DE_NULL, "deqp-crashhandler", "Enable crash handling", s_enable… in registerOptions() 145 …<< Option<BaseSeed> (DE_NULL, "deqp-base-seed", "Base seed for test cases that use randomiza… in registerOptions() [all …]
|
/external/chromium_org/ppapi/generators/ |
D | idl_lint.py | 13 from idl_option import GetOption, Option, ParseOptions 18 Option('wcomment', 'Disable warning for missing comment.') 19 Option('wenum', 'Disable warning for missing enum value.') 20 Option('winline', 'Disable warning for inline blocks.') 21 Option('wname', 'Disable warning for inconsistent interface name.') 22 Option('wnone', 'Disable all warnings.') 23 Option('wparam', 'Disable warning for missing [in|out|inout] on param.') 24 Option('wpass', 'Disable warning for mixed passByValue and returnByValue.')
|
D | idl_option.py | 18 class Option(object): class 72 Option('h', 'Help', callfunc=DumpHelp) 73 Option('help', 'Help', callfunc=DumpHelp) 74 Option('verbose', 'Verbose') 75 Option('test', 'Test the IDL scripts')
|
/external/llvm/include/llvm/Option/ |
D | OptParser.td | 1 //===--- OptParser.td - Common Option Parsing Interfaces ------------------===// 82 class Option<list<string> prefixes, string name, OptionKind kind> { 93 Option Alias = ?; 100 : Option<prefixes, name, KIND_FLAG>; 102 : Option<prefixes, name, KIND_JOINED>; 104 : Option<prefixes, name, KIND_SEPARATE>; 106 : Option<prefixes, name, KIND_COMMAJOINED>; 108 : Option<prefixes, name, KIND_MULTIARG> { 112 : Option<prefixes, name, KIND_JOINED_OR_SEPARATE>; 114 : Option<prefixes, name, KIND_JOINED_AND_SEPARATE>; [all …]
|
D | Option.h | 44 class Option { 72 Option(const OptTable::Info *Info, const OptTable *Owner); 73 ~Option(); 95 const Option getGroup() const { in getGroup() 101 const Option getAlias() const { in getAlias() 166 const Option getUnaliasedOption() const { in getUnaliasedOption() 167 const Option Alias = getAlias(); in getUnaliasedOption()
|
D | Arg.h | 37 const Option Opt; 62 Arg(const Option Opt, StringRef Spelling, unsigned Index, 64 Arg(const Option Opt, StringRef Spelling, unsigned Index, 66 Arg(const Option Opt, StringRef Spelling, unsigned Index, 70 const Option &getOption() const { return Opt; } in getOption()
|
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/ |
D | Main.java | 31 import io.airlift.command.Option; 81 @Option(name = { "-X", "--request" }, description = "Specify request command to use") 84 @Option(name = { "-d", "--data" }, description = "HTTP POST data") 87 @Option(name = { "-H", "--header" }, description = "Custom header to pass to server") 90 @Option(name = { "-A", "--user-agent" }, description = "User-Agent to send to server") 93 @Option(name = "--connect-timeout", description = "Maximum time allowed for connection (seconds)") 96 @Option(name = "--read-timeout", description = "Maximum time allowed for reading data (seconds)") 99 @Option(name = { "-L", "--location" }, description = "Follow redirects") 102 @Option(name = { "-k", "--insecure" }, 106 @Option(name = { "-i", "--include" }, description = "Include protocol headers in the output") [all …]
|
/external/llvm/bindings/ocaml/analysis/ |
D | analysis_ocaml.c | 27 CAMLlocal2(String, Option); in llvm_verify_module() 33 Option = Val_int(0); in llvm_verify_module() 35 Option = alloc(1, 0); in llvm_verify_module() 37 Store_field(Option, 0, String); in llvm_verify_module() 42 CAMLreturn(Option); in llvm_verify_module()
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | main.java | 120 Option[] options = commandLine.getOptions(); in main() 123 Option option = options[i]; in main() 339 Option versionOption = OptionBuilder.withLongOpt("version") in buildOptions() 343 Option helpOption = OptionBuilder.withLongOpt("help") in buildOptions() 347 Option outputOption = OptionBuilder.withLongOpt("output") in buildOptions() 353 Option allowOdexOption = OptionBuilder.withLongOpt("allow-odex-instructions") in buildOptions() 359 Option apiLevelOption = OptionBuilder.withLongOpt("api-level") in buildOptions() 366 Option jobsOption = OptionBuilder.withLongOpt("jobs") in buildOptions() 373 Option verboseErrorsOption = OptionBuilder.withLongOpt("verbose-errors") in buildOptions() 377 Option printTokensOption = OptionBuilder.withLongOpt("print-tokens") in buildOptions() [all …]
|
/external/chromium_org/third_party/webrtc/ |
D | common.h | 69 struct Option : BaseOption { struct 70 explicit Option(T* v): value(v) {} in Option() function 71 ~Option() { in ~Option() argument 105 const T* t = static_cast<Option<T>*>(it->second)->value; in Get() 117 it = new Option<T>(value); in Set()
|
/external/deqp/executor/tools/ |
D | xeCommandLineExecutor.cpp | 75 using de::cmdline::Option; in registerOptions() 84 parser << Option<StartServer> ("s", "start-server", "Start local execserver", "") in registerOptions() 85 << Option<Host> ("c", "connect", "Connect to host", "127.0.0.1") in registerOptions() 86 << Option<Port> ("p", "port", "Select TCP port to use", "50016") in registerOptions() 87 << Option<CaseListDir> ("cd", "caselistdir", "Path to test case XML files", ".") in registerOptions() 88 << Option<TestSet> ("t", "testset", "Test set", parseCommaSeparatedList, "") in registerOptions() 89 …<< Option<ExcludeSet> ("e", "exclude", "Comma-separated list of exclude filters", parseCommaS… in registerOptions() 90 …<< Option<ContinueFile> (DE_NULL, "continue", "Continue execution by initializing results from ex… in registerOptions() 91 << Option<TestLogFile> ("o", "out", "Output test log filename", "") in registerOptions() 92 << Option<InfoLogFile> ("i", "info", "Output info log filename", "") in registerOptions() [all …]
|