Searched refs:opt (Results 226 - 250 of 985) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/host/installer/linux/
H A DMakefile11 INSTALL_DIR = $(DESTDIR)/opt/google/chrome-remote-desktop
13 NATIVE_MESSAGING_DIR = $(DESTDIR)/etc/opt/chrome/native-messaging-hosts
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
H A Darm64_make36 while getopts ":c:x:o:t:h" opt ; do
37 case $opt in
H A Dbarelinux_make44 while getopts ":c:x:o:t:h" opt ; do
45 case $opt in
/external/chromium_org/third_party/sqlite/src/
H A Dmkextw.sh6 PATH=$PATH:/opt/mingw/bin
/external/chromium_org/third_party/webrtc/base/
H A Dasyncudpsocket.h45 virtual int GetOption(Socket::Option opt, int* value);
46 virtual int SetOption(Socket::Option opt, int value);
/external/clang/lib/Tooling/
H A DCommonOptionsParser.cpp59 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
61 static cl::opt<std::string> BuildPath("p", cl::desc("Build path"),
/external/clang/tools/clang-check/
H A DClangCheck.cpp53 static std::unique_ptr<opt::OptTable> Options(createDriverOptTable());
54 static cl::opt<bool>
57 static cl::opt<bool>
60 static cl::opt<bool>
64 static cl::opt<std::string> ASTDumpFilter(
68 static cl::opt<bool>
72 static cl::opt<bool>
75 static cl::opt<bool> FixWhatYouCan(
/external/clang/tools/libclang/
H A DCIndexer.h60 bool isOptEnabled(CXGlobalOptFlags opt) const {
61 return Options & opt;
/external/iproute2/tc/
H A Dtc.c55 struct rtattr *opt)
57 if (opt && RTA_PAYLOAD(opt))
59 (unsigned) RTA_PAYLOAD(opt));
72 static int print_nofopt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle) argument
74 if (opt && RTA_PAYLOAD(opt))
76 fhandle, (unsigned) RTA_PAYLOAD(opt));
54 print_noqopt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
/external/skia/platform_tools/barelinux/bin/
H A Darm64_make36 while getopts ":c:x:o:t:h" opt ; do
37 case $opt in
H A Dbarelinux_make44 while getopts ":c:x:o:t:h" opt ; do
45 case $opt in
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp38 static cl::opt<std::string>
41 static cl::opt<std::string>
45 static cl::opt<bool>
48 static cl::opt<bool>
51 static cl::opt<bool>
/external/qemu/android/
H A Dmain-emulator.c101 const char* opt = argv[nn]; local
103 if (!strcmp(opt,"-qemu"))
106 if (!strcmp(opt,"-verbose") || !strcmp(opt,"-debug-all")) {
110 if (!strcmp(opt,"-debug") && nn + 1 < argc &&
115 if (!strcmp(opt,"-force-32bit")) {
121 if (!strcmp(opt,"-avd") && nn+1 < argc) {
124 else if (opt[0] == '@' && opt[1] != '\0') {
125 avdName = opt
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/
H A Dxmlconfig.c516 GLuint opt = data->curOption; local
524 if (!parseValue (&v, data->cache->info[opt].type, value))
526 if (!checkValue (&v, &data->cache->info[opt]))
554 GLuint opt, i; local
565 opt = findOption (cache, attrVal[OA_NAME]);
566 if (cache->info[opt].name)
568 data->curOption = opt;
570 XSTRDUP (cache->info[opt].name, attrVal[OA_NAME]);
573 cache->info[opt].type = DRI_BOOL;
575 cache->info[opt]
813 GLuint opt = findOption (cache, name); local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dapmtest.m101 opt = ['-ec 1 -agc 2 -nc 2 -vad 3'];
103 opt = ['--no_progress -hpf' ...
113 opt = ['-fs 32000 -ec 1 -agc 2 -nc 2'];
115 opt = ['--no_progress -fs 32000 -hpf' ...
122 opt = ['-aec --drift_compensation -agc --fixed_digital -hpf -ns ' ...
147 progname, opt, simulateMode, nErr, nCases, task, casenumber, legacy);
170 outfile, progname, opt, simulateMode, nErr, nCases, task, casenumber, ...
200 if ~isempty(findstr(opt, '-vad'))
203 opt = [opt ' ' outpat
[all...]
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.c516 GLuint opt = data->curOption; local
524 if (!parseValue (&v, data->cache->info[opt].type, value))
526 if (!checkValue (&v, &data->cache->info[opt]))
554 GLuint opt, i; local
565 opt = findOption (cache, attrVal[OA_NAME]);
566 if (cache->info[opt].name)
568 data->curOption = opt;
570 XSTRDUP (cache->info[opt].name, attrVal[OA_NAME]);
573 cache->info[opt].type = DRI_BOOL;
575 cache->info[opt]
813 GLuint opt = findOption (cache, name); local
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m101 opt = ['-ec 1 -agc 2 -nc 2 -vad 3'];
103 opt = ['--no_progress -hpf' ...
113 opt = ['-fs 32000 -ec 1 -agc 2 -nc 2'];
115 opt = ['--no_progress -fs 32000 -hpf' ...
122 opt = ['-aec --drift_compensation -agc --fixed_digital -hpf -ns ' ...
147 progname, opt, simulateMode, nErr, nCases, task, casenumber, legacy);
170 outfile, progname, opt, simulateMode, nErr, nCases, task, casenumber, ...
200 if ~isempty(findstr(opt, '-vad'))
203 opt = [opt ' ' outpat
[all...]
/external/qemu/slirp/
H A Dmisc.c253 int opt; local
389 opt = 1;
390 setsockopt(so->s,SOL_SOCKET,SO_REUSEADDR,(char *)&opt,sizeof(int));
391 opt = 1;
392 setsockopt(so->s,SOL_SOCKET,SO_OOBINLINE,(char *)&opt,sizeof(int));
781 unsigned long opt = 1; local
783 int opt = 1;
786 ioctlsocket(fd, FIONBIO, &opt);
788 int opt;
790 opt
801 unsigned long opt = 0; local
[all...]
/external/bison/src/
H A Dparse-gram.y203 %type <chars> STRING "%{...%}" EPILOGUE braceless content.opt
208 braceless content.opt "{...}" "%{...%}" EPILOGUE
225 %type <named_ref> named_ref.opt
230 prologue_declarations "%%" grammar epilogue.opt
256 | "%define" variable content.opt
441 precedence_declarator type.opt symbols.prec
461 type.opt:
560 id_colon named_ref.opt { current_lhs ($1, @1, $2); } rhses.1
577 | rhs symbol named_ref.opt
579 | rhs "{...}" named_ref.opt
[all...]
/external/libpcap/
H A Dpcap-bpf.c341 tmout = p->opt.timeout;
344 if (pb->interrupted && p->opt.timeout) {
345 expire = TSTOMILLI(&pb->firstsel) + p->opt.timeout;
374 p->opt.timeout != 0 ? &tv : NULL);
376 if (!pb->interrupted && p->opt.timeout) {
686 if (strncmp(p->opt.source, "en", 2) != 0) {
699 strlcat(ifr.ifr_name, p->opt.source + 2, sizeof(ifr.ifr_name));
726 (void)strncpy(ifr.ifr_name, p->opt.source, sizeof(ifr.ifr_name));
751 p->opt.source, pcap_strerror(errno));
1385 if (p->opt
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/
H A Dpublish.js5 outDir: JSDOC.opt.d || SYS.pwd+"../out/jsdoc/",
6 templatesDir: JSDOC.opt.t || SYS.pwd+"../jsdoc-template/",
12 if (JSDOC.opt.s && defined(Link) && Link.prototype._makeSrcLink) {
43 var files = JSDOC.opt.srcFiles;
54 if (JSDOC.opt.u) {
84 IO.saveFile(publish.conf.outDir+"symbols/", ((JSDOC.opt.u)? Link.filemap[symbol.alias] : symbol.alias) + publish.conf.ext, output);
155 if (JSDOC.opt.s) return;
/external/chromium_org/v8/test/mjsunit/
H A Dswitch.js352 function opt(fn) {
372 return opt(new Function(
438 function test_switches(opt) {
445 test_switch(clause_type, test_type, 'all', opt);
446 test_switch(clause_type, test_type, 'none', opt);
450 test_switch(clause_type, test_type, [value], value, opt);
451 test_switch(clause_type, test_type, value, value, opt);
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java131 Opt opt = null;
177 opt = opts.getOpt (canonicalName);
181 if (opt == null)
183 opt = new Opt (optName, canonicalName, patternPrefix);
184 opts.addOpt (opt, optdef, optName);
189 if (opt == null)
191 opt = new Opt (optName, canonicalName, patternPrefix);
192 opts.addOpt (opt, optdef, optName);
221 // [assertion: opt != null and optdef != null]
234 opts.addError (formatMessage ("option \'" + opt
658 addOpt(final Opt opt, final OptDef optdef, final String occuranceName) argument
[all...]
/external/lldb/test/unittest2/
H A Dmain.py123 for opt, value in options:
124 if opt in ('-h','-H','--help'):
126 if opt in ('-q','--quiet'):
128 if opt in ('-v','--verbose'):
130 if opt in ('-f','--failfast'):
134 if opt in ('-c','--catch'):
138 if opt in ('-b','--buffer'):
/external/chromium_org/ppapi/generators/
H A Didl_lint.py109 for opt in options:
110 if wnone or GetOption(opt): ast.SetProperty(opt, True)

Completed in 538 milliseconds

1234567891011>>