/external/tcpdump/tests/ |
D | pimv2_dm-v.out | 4 Hold Time Option (1), length 2, Value: 1m45s 5 Generation ID Option (20), length 4, Value: 0xd76852f6 6 DR Priority Option (19), length 4, Value: 1 7 State Refresh Capability Option (21), length 4, Value: v1 11 Hold Time Option (1), length 2, Value: 1m45s 12 Generation ID Option (20), length 4, Value: 0xd767b714 13 DR Priority Option (19), length 4, Value: 1 14 State Refresh Capability Option (21), length 4, Value: v1 26 Hold Time Option (1), length 2, Value: 1m45s 27 Generation ID Option (20), length 4, Value: 0xd76852f6 [all …]
|
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 …]
|
D | pimv2_sm-v.out | 4 Hold Time Option (1), length 2, Value: 1m45s 5 Generation ID Option (20), length 4, Value: 0xd76fc4dc 6 DR Priority Option (19), length 4, Value: 1 7 State Refresh Capability Option (21), length 4, Value: v1 11 Hold Time Option (1), length 2, Value: 1m45s 12 Generation ID Option (20), length 4, Value: 0xd77051ab 13 DR Priority Option (19), length 4, Value: 1 14 State Refresh Capability Option (21), length 4, Value: v1 24 Hold Time Option (1), length 2, Value: 1m45s 25 Generation ID Option (20), length 4, Value: 0xd76fc4dc [all …]
|
D | pimv2_hellos-v.out | 4 Hold Time Option (1), length 2, Value: 1m45s 5 Generation ID Option (20), length 4, Value: 0x3f0ef4cd 6 DR Priority Option (19), length 4, Value: 1 7 State Refresh Capability Option (21), length 4, Value: v1 11 Hold Time Option (1), length 2, Value: 1m45s 12 Generation ID Option (20), length 4, Value: 0x3ef93ece 13 DR Priority Option (19), length 4, Value: 1 14 State Refresh Capability Option (21), length 4, Value: v1 18 Hold Time Option (1), length 2, Value: 1m45s 19 Generation ID Option (20), length 4, Value: 0x3f0ef4cd [all …]
|
D | dhcp-rfc3004-v.out | 6 DHCP-Message Option 53, length 1: Discover 7 Requested-IP Option 50, length 4: 192.168.1.4 8 Parameter-Request Option 55, length 7: 11 User-Class Option 77, length 37: 21 DHCP-Message Option 53, length 1: Offer 22 Server-ID Option 54, length 4: 192.168.1.1 23 Lease-Time Option 51, length 4: 86400 24 Subnet-Mask Option 1, length 4: 255.255.255.0 25 Default-Gateway Option 3, length 4: 192.168.1.1 26 Domain-Name-Server Option 6, length 4: 192.168.1.1 [all …]
|
D | dhcp-rfc5859-v.out | 6 DHCP-Message Option 53, length 1: Discover 7 Parameter-Request Option 55, length 8: 16 DHCP-Message Option 53, length 1: Offer 17 Server-ID Option 54, length 4: 192.168.1.1 18 Lease-Time Option 51, length 4: 43200 19 Subnet-Mask Option 1, length 4: 255.255.255.0 20 Default-Gateway Option 3, length 4: 192.168.1.1 21 TFTP-Server-Address Option 150, length 8: 192.168.1.10,192.168.1.11 27 DHCP-Message Option 53, length 1: Request 28 Server-ID Option 54, length 4: 192.168.1.1 [all …]
|
/external/vogar/src/vogar/ |
D | Vogar.java | 59 @Option(names = { "--expectations" }) 65 @Option(names = { "--mode" }) 68 @Option(names = { "--variant" }) 71 @Option(names = { "--ssh" }) 74 @Option(names = { "--timeout" }) 77 @Option(names = { "--first-monitor-port" }) 80 @Option(names = { "--clean-before" }) 83 @Option(names = { "--clean-after" }) 86 @Option(names = { "--clean" }) 89 @Option(names = { "--xml-reports-directory" }) [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() 96 if (Kind == Option::InputClass) { in OptTable() 99 } else if (Kind == Option::UnknownClass) { in OptTable() 102 } else if (Kind != Option::GroupClass) { in OptTable() 113 Option::OptionClass Kind = (Option::OptionClass) getInfo(i + 1).Kind; in OptTable() 114 assert((Kind != Option::InputClass && Kind != Option::UnknownClass && in OptTable() 115 Kind != Option::GroupClass) && in OptTable() 154 const Option OptTable::getOption(OptSpecifier Opt) const { in getOption() [all …]
|
D | Option.cpp | 23 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option 39 void Option::print(raw_ostream &O) const { in print() 67 const Option Group = getGroup(); in print() 73 const Option Alias = getAlias(); in print() 85 void Option::dump() const { print(dbgs()); } 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 | 21 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg) in Arg() 25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() 32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() 93 case Option::RenderValuesStyle: in render() 97 case Option::RenderCommaJoinedStyle: { in render() 109 case Option::RenderJoinedStyle: in render() 115 case Option::RenderSeparateStyle: in render()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | main.java | 146 Option[] clOptions = commandLine.getOptions(); in main() 149 Option option = clOptions[i]; in main() 363 Option versionOption = OptionBuilder.withLongOpt("version") in buildOptions() 367 Option helpOption = OptionBuilder.withLongOpt("help") in buildOptions() 371 Option outputDirOption = OptionBuilder.withLongOpt("output") in buildOptions() 377 Option noParameterRegistersOption = OptionBuilder.withLongOpt("no-parameter-registers") in buildOptions() 382 Option deodexerantOption = OptionBuilder.withLongOpt("deodex") in buildOptions() 387 Option experimentalOption = OptionBuilder.withLongOpt("experimental") in buildOptions() 391 Option useLocalsOption = OptionBuilder.withLongOpt("use-locals") in buildOptions() 396 Option sequentialLabelsOption = OptionBuilder.withLongOpt("sequential-labels") in buildOptions() [all …]
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 79 class Option; variable 88 void AddLiteralOption(Option &O, const char *Name); 177 class Option { 248 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function 290 virtual ~Option() {} in ~Option() 302 void apply(Option &O) const { O.setDescription(Desc); } in apply() 310 void apply(Option &O) const { O.setValueStr(Desc); } in apply() 566 generic_parser_base(Option &O) : Owner(O) {} 582 virtual size_t getOptionWidth(const Option &O) const; 589 virtual void printOptionInfo(const Option &O, size_t GlobalWidth) const; [all …]
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 71 void Option::anchor() {} in anchor() 97 SmallVector<Option *, 4> PositionalOpts; 98 SmallVector<Option *, 4> SinkOpts; 99 StringMap<Option *> OptionsMap; 101 Option *ConsumeAfterOpt; // The ConsumeAfter option if it exists. 111 void addLiteralOption(Option &Opt, const char *Name) { in addLiteralOption() 121 void addOption(Option *O) { in addOption() 153 void removeOption(Option *O) { in removeOption() 185 void updateArgStr(Option *O, StringRef NewName) { in updateArgStr() 208 Option *LookupOption(StringRef &Arg, StringRef &Value); [all …]
|
/external/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 69 LoopHintAttr::OptionType Option; in handleLoopHintAttr() local 74 Option = LoopHintAttr::Unroll; in handleLoopHintAttr() 80 Option = LoopHintAttr::UnrollCount; in handleLoopHintAttr() 84 Option = LoopHintAttr::Unroll; in handleLoopHintAttr() 92 Option = llvm::StringSwitch<LoopHintAttr::OptionType>( in handleLoopHintAttr() 101 if (Option == LoopHintAttr::VectorizeWidth || in handleLoopHintAttr() 102 Option == LoopHintAttr::InterleaveCount || in handleLoopHintAttr() 103 Option == LoopHintAttr::UnrollCount) { in handleLoopHintAttr() 108 } else if (Option == LoopHintAttr::Vectorize || in handleLoopHintAttr() 109 Option == LoopHintAttr::Interleave || in handleLoopHintAttr() [all …]
|
/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 105 using de::cmdline::Option; in registerOptions() 143 …<< Option<CasePath> ("n", "deqp-case", "Test case(s) to run, supports wildcards (e.g. dEQP… in registerOptions() 144 …<< Option<CaseList> (DE_NULL, "deqp-caselist", "Case list to run in trie format (e.g. {dEQP-… in registerOptions() 145 …<< Option<CaseListFile> (DE_NULL, "deqp-caselist-file", "Read case list (in trie format) from … in registerOptions() 146 …<< Option<StdinCaseList> (DE_NULL, "deqp-stdin-caselist", "Read case list (in trie format) from… in registerOptions() 147 …<< Option<LogFilename> (DE_NULL, "deqp-log-filename", "Write test results to given file", … in registerOptions() 148 …<< Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, or write list of test cases in… in registerOptions() 150 …<< Option<ExportFilenamePattern>(DE_NULL, "deqp-caselist-export-file", "Set the target file name p… in registerOptions() 151 …<< Option<WatchDog> (DE_NULL, "deqp-watchdog", "Enable test watchdog", s_enableNames,… in registerOptions() 152 …<< Option<CrashHandler> (DE_NULL, "deqp-crashhandler", "Enable crash handling", s_enable… in registerOptions() [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() function 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/caliper/caliper/src/main/java/com/google/caliper/options/ |
D | ParsedOptions.java | 21 import com.google.caliper.options.CommandLineParser.Option; 70 @Option({"-n", "--dry-run"}) 88 @Option({"-d", "--delimiter"}) 101 @Option({"-b", "--benchmark"}) 114 @Option({"-p", "--print-config"}) 127 @Option({"-t", "--trials"}) 146 @Option({"-l", "--time-limit"}) 165 @Option({"-r", "--run-name"}) 180 @Option({"-m", "--vm"}) 202 @Option({"-i", "--instrument"}) [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
D | edns.py | 20 class Option(object): class 59 if not isinstance(other, Option): 66 if not isinstance(other, Option): 73 if not isinstance(other, Option) or \ 79 if not isinstance(other, Option) or \ 85 if not isinstance(other, Option) or \ 91 if not isinstance(other, Option) or \ 97 class GenericOption(Option):
|
/external/llvm/include/llvm/Option/ |
D | OptParser.td | 1 //===--- OptParser.td - Common Option Parsing Interfaces ------------------===// 83 class Option<list<string> prefixes, string name, OptionKind kind> { 94 Option Alias = ?; 101 : Option<prefixes, name, KIND_FLAG>; 103 : Option<prefixes, name, KIND_JOINED>; 105 : Option<prefixes, name, KIND_SEPARATE>; 107 : Option<prefixes, name, KIND_COMMAJOINED>; 109 : Option<prefixes, name, KIND_MULTIARG> { 113 : Option<prefixes, name, KIND_JOINED_OR_SEPARATE>; 115 : Option<prefixes, name, KIND_JOINED_AND_SEPARATE>; [all …]
|
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/ |
D | Main.java | 33 import io.airlift.command.Option; 87 @Option(name = { "-X", "--request" }, description = "Specify request command to use") 90 @Option(name = { "-d", "--data" }, description = "HTTP POST data") 93 @Option(name = { "-H", "--header" }, description = "Custom header to pass to server") 96 @Option(name = { "-A", "--user-agent" }, description = "User-Agent to send to server") 99 @Option(name = "--connect-timeout", description = "Maximum time allowed for connection (seconds)") 102 @Option(name = "--read-timeout", description = "Maximum time allowed for reading data (seconds)") 105 @Option(name = { "-L", "--location" }, description = "Follow redirects") 108 @Option(name = { "-k", "--insecure" }, 112 @Option(name = { "-i", "--include" }, description = "Include protocol headers in the output") [all …]
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | main.java | 202 Option[] options = commandLine.getOptions(); in main() 205 Option option = options[i]; in main() 401 Option versionOption = OptionBuilder.withLongOpt("version") in buildOptions() 405 Option helpOption = OptionBuilder.withLongOpt("help") in buildOptions() 409 Option outputOption = OptionBuilder.withLongOpt("output") in buildOptions() 415 Option allowOdexOption = OptionBuilder.withLongOpt("allow-odex-instructions") in buildOptions() 421 Option apiLevelOption = OptionBuilder.withLongOpt("api-level") in buildOptions() 428 Option listMethodsOption = OptionBuilder.withLongOpt("list-methods") in buildOptions() 435 Option listFieldsOption = OptionBuilder.withLongOpt("list-fields") in buildOptions() 442 Option listClassesOption = OptionBuilder.withLongOpt("list-types") in buildOptions() [all …]
|
/external/llvm/bindings/ocaml/analysis/ |
D | analysis_ocaml.c | 26 CAMLlocal2(String, Option); in llvm_verify_module() 32 Option = Val_int(0); in llvm_verify_module() 34 Option = alloc(1, 0); in llvm_verify_module() 36 Store_field(Option, 0, String); in llvm_verify_module() 41 CAMLreturn(Option); in llvm_verify_module()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TrieMapTest.java | 29 import com.ibm.icu.util.StringTrieBuilder.Option; 131 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in checkGet() 155 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in timeIteration() 207 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in checkContents() 241 TrieMap<String> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, "abc", "first") in checkSearch() 282 long comparisonTime = timeBuilding(unicodeTestMap, 0, null, Option.SMALL, 0); in TestTimeBuilding() 283 timeBuilding(unicodeTestMap, comparisonTime, null, Option.SMALL, 0); in TestTimeBuilding() 284 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.SMALL, 20); in TestTimeBuilding() 285 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.FAST, 20); in TestTimeBuilding() 286 timeBuilding(unicodeTestMap, comparisonTime, Style.CHARS, Option.SMALL, 20); in TestTimeBuilding() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | TrieMapTest.java | 30 import android.icu.util.StringTrieBuilder.Option; 135 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in checkGet() 159 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in timeIteration() 211 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in checkContents() 245 TrieMap<String> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, "abc", "first") in checkSearch() 286 long comparisonTime = timeBuilding(unicodeTestMap, 0, null, Option.SMALL, 0); in TestTimeBuilding() 287 timeBuilding(unicodeTestMap, comparisonTime, null, Option.SMALL, 0); in TestTimeBuilding() 288 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.SMALL, 20); in TestTimeBuilding() 289 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.FAST, 20); in TestTimeBuilding() 290 timeBuilding(unicodeTestMap, comparisonTime, Style.CHARS, Option.SMALL, 20); in TestTimeBuilding() [all …]
|
/external/llvm/unittests/Option/ |
D | OptionParsingTest.cpp | 41 { PREFIX, NAME, HELPTEXT, METAVAR, OPT_##ID, Option::KIND##Class, PARAM, \ 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, FlagAliasToJoined) { in TEST() argument
|