Searched refs:opt (Results 151 - 175 of 985) sorted by relevance

1234567891011>>

/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp51 cl::opt<bool> FileHeaders("file-headers",
58 cl::opt<bool> Sections("sections",
65 cl::opt<bool> SectionRelocations("section-relocations",
72 cl::opt<bool> SectionSymbols("section-symbols",
79 cl::opt<bool> SectionData("section-data",
86 cl::opt<bool> Relocations("relocations",
93 cl::opt<bool> Symbols("symbols",
100 cl::opt<bool> DynamicSymbols("dyn-symbols",
107 cl::opt<bool> UnwindInfo("unwind",
114 cl::opt<boo
[all...]
/external/llvm/tools/yaml2obj/
H A Dyaml2obj.cpp32 static cl::opt<std::string>
48 cl::opt<YAMLObjectFormat> Format(
56 cl::opt<unsigned>
60 static cl::opt<std::string> OutputFilename("o", cl::desc("Output filename"),
/external/llvm/unittests/Option/
H A DMakefile23 $(Verb) $(LLVMTableGen) -gen-opt-parser-defs -o $(call SYSPATH, $@) $<
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_def.sh62 for opt in "$@"; do
63 optval="${opt#*=}"
64 case "$opt" in
71 -*) die_unknown $opt
73 *) file_list[${#file_list[@]}]="$opt"
H A Drtcd.pl33 foreach my $opt (qw/arch config/) {
34 if (!defined($opts{$opt})) {
35 warn "--$opt is required!\n";
69 foreach my $opt (@_) {
70 eval "\$${fn}_${opt}=${fn}_${opt}";
82 foreach my $opt (@_) {
83 my $ofn = eval "\$${fn}_${opt}";
95 eval "\$${fn}_default=${fn}_${opt}";
96 eval "\$${fn}_${opt}_lin
[all...]
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkRasterWidget.cpp40 QStyleOption opt; local
41 opt.init(this);
43 style()->drawPrimitive(QStyle::PE_Widget, &opt, &painter, this);
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dregress-funarguments.js65 function opt() { function
74 opt();
82 opt();
/external/clang/lib/Driver/
H A DInputInfo.h38 const llvm::opt::Arg *InputArg;
53 InputInfo(const llvm::opt::Arg *_InputArg, types::ID _Type,
69 const llvm::opt::Arg &getInputArg() const {
/external/libmtp/examples/
H A Demptyfolders.c63 int opt; local
67 while ( (opt = getopt(argc, argv, "d")) != -1 ) {
68 switch (opt) {
H A Dnewplaylist.c36 int opt; local
48 while ( (opt = getopt(argc, argv, "hn:i:")) != -1 ) {
49 switch (opt) {
/external/libpng/contrib/gregbook/
H A Dmakevms.com56 $ open/write lopt lib.opt
60 $ open/write xopt x11.opt
77 "LINK rpng-x,readpng,lib.opt/opt,x11.opt/opt" -
83 "LINK rpng2-x,readpng2,lib.opt/opt,x11.opt/opt"
[all...]
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_def.sh62 for opt in "$@"; do
63 optval="${opt#*=}"
64 case "$opt" in
71 -*) die_unknown $opt
73 *) file_list[${#file_list[@]}]="$opt"
H A Drtcd.pl33 foreach my $opt (qw/arch config/) {
34 if (!defined($opts{$opt})) {
35 warn "--$opt is required!\n";
69 foreach my $opt (@_) {
70 eval "\$${fn}_${opt}=${fn}_${opt}";
82 foreach my $opt (@_) {
83 my $ofn = eval "\$${fn}_${opt}";
95 eval "\$${fn}_default=${fn}_${opt}";
96 eval "\$${fn}_${opt}_lin
[all...]
/external/llvm/lib/Support/
H A DDebug.cpp39 static cl::opt<bool, true>
45 static cl::opt<unsigned>
68 static cl::opt<DebugOnlyOpt, true, cl::parser<std::string> >
/external/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp30 static cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false),
34 static cl::opt<bool> BranchProb("b", cl::Grouping, cl::init(false),
38 static cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false),
43 static cl::opt<bool> LongNames("l", cl::Grouping, cl::init(false),
47 static cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false),
51 static cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false),
55 static cl::opt<std::string>
61 static cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(false),
65 static cl::opt<bool> UncondBranch("u", cl::Grouping, cl::init(false),
72 static cl::opt<boo
[all...]
/external/skia/debugger/QT/
H A DSkImageWidget.cpp34 QStyleOption opt; local
35 opt.init(this);
37 style()->drawPrimitive(QStyle::PE_Widget, &opt, &painter, this);
H A DSkRasterWidget.cpp40 QStyleOption opt; local
41 opt.init(this);
43 style()->drawPrimitive(QStyle::PE_Widget, &opt, &painter, this);
/external/iproute2/tc/
H A Dq_netem.c173 struct tc_netem_qopt opt = { .limit = 1000 }; local
193 if (get_size(&opt.limit, *argv)) {
200 if (get_ticks(&opt.latency, *argv)) {
207 if (get_ticks(&opt.jitter, *argv)) {
223 if (opt.loss > 0 || loss_type != NETEM_LOSS_UNSPEC) {
236 if (get_percent(&opt.loss, *argv)) {
361 if (get_u32(&opt.gap, *argv, 0)) {
367 if (get_percent(&opt.duplicate, *argv)) {
427 if (opt.latency == 0) {
432 if (opt
496 netem_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
H A Doptions.js55 var opt = document.createElement('option');
58 opt.setAttribute('selected', '');
60 opt.setAttribute('value', name);
61 opt.innerText = voiceArray[i].voiceName;
62 voice.appendChild(opt);
/external/fio/
H A Doptions.h25 static inline int o_match(struct fio_option *o, const char *opt) argument
27 if (!strcmp(o->name, opt))
29 else if (o->alias && !strcmp(o->alias, opt))
36 const char *opt)
41 if (o_match(o, opt))
35 find_option(struct fio_option *options, const char *opt) argument
/external/deqp/framework/common/
H A DtcuCommandLine.cpp54 namespace opt namespace in namespace:tcu
175 } // opt
689 opt::registerOptions(parser);
690 opt::registerLegacyOptions(parser);
703 if (!m_cmdLine.getOption<opt::LogImages>())
706 if ((m_cmdLine.hasOption<opt::CasePath>()?1:0) +
707 (m_cmdLine.hasOption<opt::CaseList>()?1:0) +
708 (m_cmdLine.hasOption<opt::CaseListFile>()?1:0) +
709 (m_cmdLine.getOption<opt::StdinCaseList>()?1:0) > 1)
718 if (m_cmdLine.hasOption<opt
[all...]
/external/dhcpcd/
H A Ddhcp.c197 const struct dhcp_opt *opt; local
206 for (opt = dhcp_opts; opt->option; opt++)
207 if (opt->var)
208 printf("%03d %s\n", opt->option, opt->var);
214 const struct dhcp_opt *opt; local
221 for (opt = dhcp_opts; opt
262 const struct dhcp_opt *opt; local
305 get_option(const struct dhcp_message *dhcp, uint8_t opt, int *len, int *type) argument
918 const struct dhcp_opt *opt; local
1392 const struct dhcp_opt *opt; local
[all...]
/external/emma/core/java12/com/vladium/emma/
H A DrunCommand.java77 final IOptsParser.IOpt opt = opts [o];
78 final String on = opt.getCanonicalName ();
80 if (! processOpt (opt))
84 m_classpath = getListOptValue (opt, PATH_DELIMITERS, true);
92 m_scanCoveragePath = getOptionalBooleanOptValue (opt);
96 m_srcpath = getListOptValue (opt, PATH_DELIMITERS, true);
100 m_dumpRawData = getOptionalBooleanOptValue (opt);
104 m_outFileName = opt.getFirstValue ();
108 m_outDataMerge = getOptionalBooleanOptValue (opt) ? Boolean.TRUE : Boolean.FALSE;
112 m_reportTypes = Strings.merge (opt
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr3xx_fragprog.c84 int opt = !c->Base.disable_optimizations; local
124 {"deadcode", 1, opt, rc_dataflow_deadcode, dataflow_outputs_mark_use},
126 {"register rename", 1, !is_r500 || opt, rc_rename_regs, NULL},
127 {"dataflow optimize", 1, opt, rc_optimize, NULL},
128 {"inline literals", 1, is_r500 && opt, rc_inline_literals, NULL},
132 {"pair scheduling", 1, 1, rc_pair_schedule, &opt},
134 {"register allocation", 1, 1, rc_pair_regalloc, &opt},
/external/chromium_org/v8/test/mjsunit/es6/
H A Dmath-fround.js20 function opt(y) { return Math.fround(y); } function
22 opt(0.1);
23 opt(0.1);
26 %OptimizeFunctionOnNextCall(opt);
39 test(opt);
102 assertEquals(pi.toSingle(), opt(pi.toDouble()));
111 assertEquals(float.toSingle(), opt(float.toDouble()));

Completed in 1193 milliseconds

1234567891011>>