Searched refs:opt (Results 276 - 300 of 985) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/utilities/optional/optional.object/optional.object.dtor/
H A Ddtor.pass.cpp53 optional<X> opt{x};
/external/llvm/lib/Support/
H A DRandomNumberGenerator.cpp26 // Do not change to cl::opt<uint64_t> since this silently breaks argument parsing.
27 static cl::opt<unsigned long long>
/external/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp29 static cl::opt<bool>
30 DisableOpt("disable-opt", cl::init(false),
33 static cl::opt<bool>
37 static cl::opt<bool>
45 static cl::opt<std::string>
/external/chromium_org/tools/gyp/pylib/gyp/
H A D__init__.py161 def FormatOpt(opt, value):
162 if opt.startswith('--'):
163 return '%s=%s' % (opt, value)
164 return opt + value
211 opt = metadata['opt']
217 flags.extend(RegenerateAppendFlag(opt, value, value_predicate,
221 flags.append(FormatOpt(opt, value_predicate(value)))
223 flags.append(FormatOpt(opt, value_predicate(os.environ.get(env_name))))
227 flags.append(opt)
[all...]
/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp34 cl::opt<double>
37 cl::opt<double>
41 cl::opt<OutputType>
60 cl::opt<OutputType>
70 cl::opt<std::string>
75 cl::opt<bool>
80 cl::opt<std::string>
93 cl::opt<std::string>
98 cl::opt<std::string>
111 cl::opt<st
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportinterface.h92 virtual int SetOption(rtc::Socket::Option opt, int value) = 0;
93 virtual int GetOption(rtc::Socket::Option opt, int* value) = 0;
H A Dportproxy.h74 virtual int SetOption(rtc::Socket::Option opt, int value);
75 virtual int GetOption(rtc::Socket::Option opt, int* value);
/external/chromium_org/third_party/sqlite/src/
H A DMakefile.arm-wince-mingw32ce-gcc15 MINGW32CE = /opt/mingw32ce/bin
29 #BCC = /opt/ancic/bin/c89 -0
82 #TCC = /opt/mingw/bin/i386-mingw32-gcc -O6
84 #TCC = /opt/ansic/bin/c89 -O +z -Wl,-a,archive
89 #AR = /opt/mingw/bin/i386-mingw32-ar cr
92 #RANLIB = /opt/mingw/bin/i386-mingw32-ranlib
/external/chromium_org/third_party/webrtc/base/
H A Dasyncpacketsocket.h100 virtual int GetOption(Socket::Option opt, int* value) = 0;
101 virtual int SetOption(Socket::Option opt, int value) = 0;
H A Dasynctcpsocket.h42 virtual int GetOption(Socket::Option opt, int* value);
43 virtual int SetOption(Socket::Option opt, int value);
H A Dmacasyncsocket.h52 virtual int GetOption(Option opt, int* value);
53 virtual int SetOption(Option opt, int value);
/external/clang/test/Analysis/
H A Darray-struct.c129 static struct s3 opt; variable in typeref:struct:s3
133 struct s3 my_opt = opt;
/external/clang/tools/clang-format/
H A DClangFormat.cpp31 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
62 static cl::opt<std::string>
66 static cl::opt<std::string>
75 static cl::opt<std::string>
82 static cl::opt<bool> Inplace("i",
86 static cl::opt<bool> OutputXML("output-replacements-xml",
89 static cl::opt<bool>
94 static cl::opt<unsigned>
/external/libpcap/
H A Dpcap-libdlpi.c114 retv = dlpi_open(p->opt.source, &dh, DLPI_RAW|DLPI_PASSIVE);
121 pcap_libdlpi_err(p->opt.source, "dlpi_open", retv,
127 if (p->opt.rfmon) {
138 pcap_libdlpi_err(p->opt.source, "dlpi_bind", retv, p->errbuf);
143 if (p->opt.promisc) {
177 if (p->opt.promisc)
185 pcap_libdlpi_err(p->opt.source, "dlpi_info", retv, p->errbuf);
249 pcap_libdlpi_err(p->opt.source, "dlpi_promiscon" STRINGIFY(level),
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-probe.c146 static int opt_add_probe_event(const struct option *opt __maybe_unused,
156 static int opt_del_probe_event(const struct option *opt __maybe_unused,
168 static int opt_set_target(const struct option *opt, const char *str, argument
174 if (!strcmp(opt->long_name, "exec"))
177 else if (!strcmp(opt->long_name, "module"))
191 static int opt_show_lines(const struct option *opt __maybe_unused,
212 static int opt_show_vars(const struct option *opt __maybe_unused,
232 static int opt_set_filter(const struct option *opt __maybe_unused,
/external/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp60 static cl::opt<std::string> LeftFilename(cl::Positional,
63 static cl::opt<std::string> RightFilename(cl::Positional,
/external/compiler-rt/make/test/
H A Dtest-util.mk49 varordefault_t0 = $(call VarOrDefault,varordefault_t0_var.opt,$(varordefault_t0_var))
52 varordefault_t1_var.opt := 2
53 varordefault_t1 = $(call VarOrDefault,varordefault_t1_var.opt,$(varordefault_t1_var))
/external/lldb/examples/functions/
H A Dmain.cpp113 for (const struct option *opt = g_long_options; opt->name; ++opt)
115 if (isprint(opt->val))
117 short_options.append(1, (char)opt->val);
118 switch (opt->has_arg)
/external/lldb/tools/lldb-perf/common/clang/
H A Dbuild-clang.sh24 ( cd ./Debug/bin ; rm -rf ll* clang-check clang-tblgen count diagtool fpcmp macho-dump not opt yaml2obj FileCheck FileUpdate arcmt-test c-arcmt-test c-index-test bugpoint )
25 ( cd ./tools ; rm -rf ll* clang-check clang-tblgen count diagtool fpcmp lto macho-dump not opt yaml2obj FileCheck FileUpdate arcmt-test c-arcmt-test c-index-test bugpoint )
29 ( cd ../llvm/tools ; rm -rf *.txt bugpoint bugpoint-passes ll* lto macho-dump opt gold )
/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp40 cl::opt<std::string> OutputFilename("output", cl::value_desc("output"),
75 cl::opt<std::string> Filename(cl::Positional, cl::Required,
78 cl::opt<bool> ShowCounts("counts", cl::init(false),
80 cl::opt<bool> ShowAllFunctions("all-functions", cl::init(false),
82 cl::opt<std::string> ShowFunction("function",
85 cl::opt<std::string> OutputFilename("output", cl::value_desc("output"),
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c211 const rdataOPT *opt; local
214 for (opt = &rd->opt[0]; opt < end; opt++)
216 switch(opt->opt)
219 length += mDNS_snprintf(buffer+length, RemSpc, " Vers %d", opt->u.llq.vers);
220 length += mDNS_snprintf(buffer+length, RemSpc, " Op %d", opt->u.llq.llqOp);
221 length += mDNS_snprintf(buffer+length, RemSpc, " Err/Port %d", opt
1724 const rdataOPT *opt; local
2289 rdataOPT *opt = rr->resrec.rdata->u.opt; local
[all...]
/external/qemu/android/
H A Dcmdline-option.c47 android_parse_options( int *pargc, char** *pargv, AndroidOptions* opt )
53 memset( opt, 0, sizeof *opt );
64 opt->avd = aread[0]+1;
153 void* field = (char*)opt + oo->var_offset;
215 ParamList** head = (ParamList**)((char*)opt + oo->var_offset);
/external/ppp/pppd/
H A Dipxcp.c324 printipxnode(opt, printer, arg)
325 option_t *opt;
668 #define ACKCIVOID(opt, neg) \
675 citype != opt) \
679 #define ACKCICOMPLETE(opt,neg) ACKCIVOID(opt, neg)
681 #define ACKCICHARS(opt, neg, val, cnt) \
690 citype != opt) \
701 #define ACKCINODE(opt,neg,val) ACKCICHARS(opt,ne
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline_llvm.c53 unsigned opt; member in struct:llvm_middle_end
63 unsigned opt,
85 fpme->opt = opt;
108 if (!(opt & PT_PIPELINE)) {
225 unsigned opt = fpme->opt; local
264 if ((opt & PT_SHADE) && gshader) {
287 opt |= PT_PIPELINE;
292 if (opt
61 llvm_middle_end_prepare( struct draw_pt_middle_end *middle, unsigned in_prim, unsigned opt, unsigned *max_vertices ) argument
[all...]
/external/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp34 static cl::opt<bool> PrintAll("print-all-alias-modref-info", cl::ReallyHidden);
36 static cl::opt<bool> PrintNoAlias("print-no-aliases", cl::ReallyHidden);
37 static cl::opt<bool> PrintMayAlias("print-may-aliases", cl::ReallyHidden);
38 static cl::opt<bool> PrintPartialAlias("print-partial-aliases", cl::ReallyHidden);
39 static cl::opt<bool> PrintMustAlias("print-must-aliases", cl::ReallyHidden);
41 static cl::opt<bool> PrintNoModRef("print-no-modref", cl::ReallyHidden);
42 static cl::opt<bool> PrintMod("print-mod", cl::ReallyHidden);
43 static cl::opt<bool> PrintRef("print-ref", cl::ReallyHidden);
44 static cl::opt<bool> PrintModRef("print-modref", cl::ReallyHidden);
46 static cl::opt<boo
[all...]

Completed in 531 milliseconds

<<11121314151617181920>>