Searched refs:opt (Results 201 - 225 of 985) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdemo/
H A Dttsdemo.js29 var opt = document.createElement('option');
30 opt.setAttribute('value', voiceArray[i].voiceName);
31 opt.innerText = voiceArray[i].voiceName;
32 voices.appendChild(opt);
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dversion.sh14 for opt in "$@"; do
15 optval="${opt#*=}"
16 case "$opt" in
/external/chromium_org/third_party/libvpx/source/libvpx/test/android/
H A Dget_files.py73 for opt, arg in opts:
74 if opt == '-u':
76 elif opt in ("-i", "--input_csv"):
78 elif opt in ("-o", "--output_dir"):
/external/chromium_org/third_party/webrtc/base/
H A Dasyncsocket.h98 virtual int GetOption(Option opt, int* value) { argument
99 return socket_->GetOption(opt, value);
101 virtual int SetOption(Option opt, int value) { argument
102 return socket_->SetOption(opt, value);
H A Dasyncudpsocket.cc80 int AsyncUDPSocket::GetOption(Socket::Option opt, int* value) { argument
81 return socket_->GetOption(opt, value);
84 int AsyncUDPSocket::SetOption(Socket::Option opt, int value) { argument
85 return socket_->SetOption(opt, value);
/external/clang/include/clang/Driver/
H A DJob.h29 using llvm::opt::ArgStringList;
73 llvm::opt::ArgStringList Arguments;
77 const llvm::opt::ArgStringList &_Arguments);
93 const llvm::opt::ArgStringList &getArguments() const { return Arguments; }
/external/fio/
H A Didletime.h43 int opt; member in struct:idle_prof_common
/external/libvpx/libvpx/build/make/
H A Dversion.sh14 for opt in "$@"; do
15 optval="${opt#*=}"
16 case "$opt" in
/external/libvpx/libvpx/test/android/
H A Dget_files.py73 for opt, arg in opts:
74 if opt == '-u':
76 elif opt in ("-i", "--input_csv"):
78 elif opt in ("-o", "--output_dir"):
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_variance_sse2.c341 #define DECL(w, opt) \
342 int vp9_sub_pixel_variance##w##xh_##opt(const uint8_t *src, \
358 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \
359 unsigned int vp9_sub_pixel_variance##w##x##h##_##opt(const uint8_t *src, \
367 int se = vp9_sub_pixel_variance##wf##xh_##opt(src, src_stride, x_offset, \
372 int se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 16, src_stride, \
379 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 32, src_stride, \
385 se2 = vp9_sub_pixel_variance##wf##xh_##opt(src + 48, src_stride, \
418 #define DECL(w, opt) \
419 int vp9_sub_pixel_avg_variance##w##xh_##opt(cons
[all...]
/external/llvm/examples/BrainF/
H A DBrainFDriver.cpp44 static cl::opt<std::string>
47 static cl::opt<std::string>
50 static cl::opt<bool>
53 static cl::opt<bool>
/external/llvm/lib/Target/
H A DTargetSubtargetInfo.cpp33 static cl::opt<bool> BenchMachineSched("misched-bench", cl::Hidden,
/external/qemu/util/
H A Doslib-win32.c129 unsigned long opt = 0; local
131 ioctlsocket(fd, FIONBIO, &opt);
136 unsigned long opt = 1; local
137 ioctlsocket(fd, FIONBIO, &opt);
/external/chromium_org/third_party/tlslite/scripts/
H A Dtls.py103 for opt, arg in opts:
104 if opt == "-k":
107 elif opt == "-c":
112 elif opt == "-u":
114 elif opt == "-p":
116 elif opt == "-t":
120 elif opt == "-v":
123 elif opt == "-d":
125 elif opt == "--reqcert":
/external/libpcap/
H A Dpcap-nit.c231 if (p->opt.buffer_size != 0)
232 nioc.nioc_bufspace = p->opt.buffer_size;
238 if (p->opt.immediate) {
247 if (p->opt.timeout != 0) {
249 nioc.nioc_timeout.tv_sec = p->opt.timeout / 1000;
250 nioc.nioc_timeout.tv_usec = (p->opt.timeout * 1000) % 1000000;
252 if (p->opt.promisc)
269 if (p->opt.rfmon) {
292 (void)strncpy(snit.snit_ifname, p->opt.source, NITIFSIZ);
/external/llvm/tools/lli/
H A Dlli.cpp69 cl::opt<std::string>
75 cl::opt<bool> ForceInterpreter("force-interpreter",
79 cl::opt<bool> UseMCJIT(
83 cl::opt<bool> DebugIR(
90 cl::opt<bool> RemoteMCJIT("remote-mcjit",
98 cl::opt<std::string>
106 cl::opt<char>
114 cl::opt<std::string>
117 cl::opt<std::string>
121 cl::opt<st
[all...]
/external/clang/lib/Driver/
H A DSanitizerArgs.cpp22 using namespace llvm::opt;
38 const llvm::opt::ArgList &Args) {
173 void SanitizerArgs::addArgs(const llvm::opt::ArgList &Args,
174 llvm::opt::ArgStringList &CmdArgs) const {
217 const llvm::opt::ArgList &Args,
218 const llvm::opt::Arg *A,
238 const llvm::opt::ArgList &Args,
239 const llvm::opt::Arg *A,
256 unsigned SanitizerArgs::parse(const Driver &D, const llvm::opt::Arg *A,
269 bool SanitizerArgs::parse(const Driver &D, const llvm::opt
[all...]
/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp45 namespace opt namespace
99 } // opt
132 opt::registerOptions(parser);
141 cmdLine.serverBin = opts.getOption<opt::StartServer>();
142 cmdLine.host = opts.getOption<opt::Host>();
143 cmdLine.port = opts.getOption<opt::Port>();
144 cmdLine.caseListDir = opts.getOption<opt::CaseListDir>();
145 cmdLine.testset = opts.getOption<opt::TestSet>();
146 cmdLine.exclude = opts.getOption<opt::ExcludeSet>();
147 cmdLine.inFile = opts.getOption<opt
[all...]
/external/llvm/tools/gold/
H A Dgold-plugin.cpp98 llvm::StringRef opt = opt_;
100 if (opt == "generate-api-file") {
102 } else if (opt.startswith("mcpu=")) {
103 mcpu = opt.substr(strlen("mcpu="));
104 } else if (opt.startswith("extra-library-path=")) {
105 extra_library_path = opt.substr(strlen("extra_library_path="));
106 } else if (opt.startswith("mtriple=")) {
107 triple = opt.substr(strlen("mtriple="));
108 } else if (opt.startswith("obj-path=")) {
109 obj_path = opt
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c51 unsigned opt; member in struct:fetch_pipeline_middle_end
56 unsigned opt,
85 fpme->opt = opt;
113 if (!(opt & PT_PIPELINE)) {
213 unsigned opt = fpme->opt; local
238 if (fpme->opt & PT_SHADE) {
249 if ((fpme->opt & PT_SHADE) && gshader) {
276 opt |
54 fetch_pipeline_prepare( struct draw_pt_middle_end *middle, unsigned prim, unsigned opt, unsigned *max_vertices ) argument
[all...]
/external/llvm/tools/llc/
H A Dllc.cpp51 static cl::opt<std::string>
54 static cl::opt<std::string>
57 static cl::opt<unsigned>
62 static cl::opt<bool>
67 static cl::opt<char>
75 static cl::opt<std::string>
78 static cl::opt<bool> NoVerify("disable-verify", cl::Hidden,
81 static cl::opt<bool> DisableSimplifyLibCalls("disable-simplify-libcalls",
84 static cl::opt<bool> ShowMCEncoding("show-mc-encoding", cl::Hidden,
87 static cl::opt<boo
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_pipeline.c51 unsigned opt; member in struct:fetch_pipeline_middle_end
56 unsigned opt,
85 fpme->opt = opt;
113 if (!(opt & PT_PIPELINE)) {
213 unsigned opt = fpme->opt; local
238 if (fpme->opt & PT_SHADE) {
249 if ((fpme->opt & PT_SHADE) && gshader) {
276 opt |
54 fetch_pipeline_prepare( struct draw_pt_middle_end *middle, unsigned prim, unsigned opt, unsigned *max_vertices ) argument
[all...]
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp44 static cl::opt<std::string>
47 static cl::opt<std::string>
51 static cl::opt<bool>
54 static cl::opt<bool>
58 static cl::opt<bool>
61 static cl::opt<bool>
65 static cl::opt<unsigned>
69 static cl::opt<bool>
78 static cl::opt<OutputFileType>
94 static cl::opt<st
[all...]
/external/ppp/pppd/
H A Dlcp.c323 printendpoint(opt, printer, arg)
324 option_t *opt;
692 #define ADDCIVOID(opt, neg) \
694 PUTCHAR(opt, ucp); \
697 #define ADDCISHORT(opt, neg, val) \
699 PUTCHAR(opt, ucp); \
703 #define ADDCICHAP(opt, neg, val) \
705 PUTCHAR((opt), ucp); \
710 #define ADDCILONG(opt, neg, val) \
712 PUTCHAR(opt, uc
[all...]
/external/chromium_org/build/
H A Dgdb-add-index97 while getopts ":f:r" opt; do
98 case $opt in

Completed in 2376 milliseconds

1234567891011>>