Searched refs:opts (Results 126 - 150 of 582) sorted by relevance

1234567891011>>

/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py834 opts, _args = parser.parse_args()
836 if ((not opts.library) and (not opts.nm_in)) or (opts.library and opts.nm_in):
838 if (opts.nm_in):
839 if opts.jobs:
842 if not opts.destdir:
844 if not opts.jobs:
849 opts
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dlink_converter.py78 opts, argv = parser.parse_args()
79 if opts.file:
80 _ConvertFile(opts.file, opts.out)
87 _ConvertFile(os.path.join(root, name), opts.out)
/external/chromium_org/tools/auto_bisect/
H A Dbisect_utils.py259 def RunGClientAndCreateConfig(opts, custom_deps=None, cwd=None):
263 opts: The options parsed from the command line through parse_args().
280 if 'android' in opts.target_platform:
357 def SetupGitDepot(opts, custom_deps):
363 opts: The options parsed from the command line through parse_args().
372 if opts.output_buildbot_annotations:
377 if not RunGClientAndCreateConfig(opts, custom_deps):
395 if opts.output_buildbot_annotations:
402 def CheckIfBisectDepotExists(opts):
406 opts
[all...]
/external/openfst/src/include/fst/script/
H A Dshortest-distance.h104 const ShortestDistanceOptions &opts = args->arg3; local
108 switch (opts.arc_filter_type) {
114 queue, AnyArcFilter<Arc>(), opts.source, opts.delta);
125 queue, EpsilonArcFilter<Arc>(), opts.source, opts.delta);
136 queue, InputEpsilonArcFilter<Arc>(), opts.source, opts.delta);
148 queue, OutputEpsilonArcFilter<Arc>(), opts.source, opts
164 const ShortestDistanceOptions &opts = args->arg3; local
[all...]
/external/clang/tools/clang-format/
H A Dgit-clang-format117 opts = p.parse_args(argv)
119 opts.verbose -= opts.quiet
120 del opts.quiet
122 commit, files = interpret_args(opts.args, dash_dash, opts.commit)
124 if opts.verbose >= 1:
126 filter_by_extension(changed_lines, opts.extensions.lower().split(','))
127 if opts.verbose >= 1:
145 binary=opts
[all...]
/external/openfst/src/include/fst/
H A Dfst.h206 static Fst<A> *Read(istream &strm, const FstReadOptions &opts) { argument
207 FstReadOptions ropts(opts);
210 hdr = *opts.header;
212 if (!hdr.Read(strm, opts.source))
244 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const {
677 // return the header. If opts.header is non-null, skip read-in and
678 // use the option value. If opts.[io]symbols is non-null, read-in
680 bool ReadHeader(istream &strm, const FstReadOptions& opts,
684 // If a opts.header is false, skip writing header.
685 // If opts
687 WriteHeader(ostream &strm, const FstWriteOptions& opts, int version, FstHeader *hdr) const argument
713 WriteFstHeader(const Fst<A> &fst, ostream &strm, const FstWriteOptions& opts, int version, const string &type, uint64 properties, FstHeader *hdr) argument
745 UpdateFstHeader(const Fst<A> &fst, ostream &strm, const FstWriteOptions& opts, int version, const string &type, uint64 properties, FstHeader *hdr, size_t header_offset) argument
780 ReadHeader(istream &strm, const FstReadOptions& opts, int min_version, FstHeader *hdr) argument
[all...]
H A Dcompose.h58 explicit ComposeFstOptions(const CacheOptions &opts, argument
61 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
89 explicit ComposeFstImplOptions(const CacheOptions &opts, argument
92 : CacheOptions(opts), matcher1(mat1), matcher2(mat2),
124 const CacheOptions &opts)
125 : CacheImpl<A>(opts) {
223 const ComposeFstImplOptions<M1, M2, F, T> &opts);
389 const ComposeFstImplOptions<M1, M2, F, T> &opts)
390 : ComposeFstImplBase<Arc>(fst1, fst2, opts),
391 filter_(opts
123 ComposeFstImplBase(const Fst<A> &fst1, const Fst<A> &fst2, const CacheOptions &opts) argument
387 ComposeFstImpl( const FST1 &fst1, const FST2 &fst2, const ComposeFstImplOptions<M1, M2, F, T> &opts) argument
524 ComposeFst(const Fst<A> &fst1, const Fst<A> &fst2, const ComposeFstOptions<A, M, F, T> &opts) argument
534 ComposeFst(const typename M1::FST &fst1, const typename M2::FST &fst2, const ComposeFstImplOptions<M1, M2, F, T> &opts) argument
562 CreateBase2( const typename M1::FST &fst1, const typename M2::FST &fst2, const ComposeFstImplOptions<M1, M2, F, T> &opts) argument
581 CreateBase1(const Fst<A> &fst1, const Fst<A> &fst2, const ComposeFstOptions<A, M, F, T> &opts) argument
589 CreateBase(const Fst<A> &fst1, const Fst<A> &fst2, const CacheOptions &opts) argument
[all...]
H A Drandequivalent.h36 // paths (as specified by the RandGenOptions 'opts') in these FSTs.
46 const RandGenOptions<ArcSelector> &opts,
74 RandGen(fst, &path, opts);
128 opts(uniform_selector, path_length);
129 return RandEquivalent(fst1, fst2, num_paths, delta, opts, error);
44 RandEquivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2, ssize_t num_paths, float delta, const RandGenOptions<ArcSelector> &opts, bool *error = 0) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dantenv.cmd26 opts = ''
35 when abbrev('-opts', param, 4) then mode = 'o'
42 when mode = 'o' then opts = space(opts param, 1)
68 if opts\='' then interpret 'call "' || envset || '"' '"-D ANT_OPTS"' '"' || opts || '"'
H A Dant.cmd57 opts = value('ANT_OPTS',,env)
68 cmd = java opts lcp '-jar' ANT_HOME ||'\lib\ant-launcher.jar' settings args antarg
72 java opts lcp entry settings args antarg
/external/lldb/utils/test/
H A Dlldb-disasm.py210 opts, args = parser.parse_args()
212 lldb_commands = opts.lldb_commands
214 if not opts.executable or not opts.disassemble_options:
218 executable = opts.executable
219 disassemble_options = opts.disassemble_options
220 quiet_disassembly = opts.quiet_disassembly
221 num_symbols = opts.num_symbols
222 symbols_to_disassemble = opts.symbols_to_disassemble
223 re_symbol_pattern = opts
[all...]
/external/qemu/util/
H A Dqemu-config.c509 QemuOpts *opts; local
523 opts = qemu_opts_find(list, id);
524 if (!opts) {
530 if (qemu_opt_set(opts, arg, str+offset+1) == -1) {
539 QemuOpts *opts; local
548 opts = qemu_opts_create(&qemu_global_opts, NULL, 0);
549 qemu_opt_set(opts, "driver", driver);
550 qemu_opt_set(opts, "property", property);
551 qemu_opt_set(opts, "value", str+offset+1);
568 static int config_write_opts(QemuOpts *opts, voi argument
601 QemuOpts *opts = NULL; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasession_unittest.cc407 MediaSessionOptions opts; local
408 opts.has_video = true;
410 f1_.CreateOffer(opts, NULL));
424 f2_.CreateAnswer(offer.get(), opts, NULL));
479 MediaSessionOptions opts; local
480 opts.has_video = true;
483 offer(f1_.CreateOffer(opts, NULL));
521 MediaSessionOptions opts; local
522 opts.has_audio = true;
523 opts
551 MediaSessionOptions opts; local
587 MediaSessionOptions opts; local
622 MediaSessionOptions opts; local
635 MediaSessionOptions opts; local
657 MediaSessionOptions opts; local
721 MediaSessionOptions opts; local
754 MediaSessionOptions opts; local
789 MediaSessionOptions opts; local
845 MediaSessionOptions opts; local
873 MediaSessionOptions opts; local
901 MediaSessionOptions opts; local
931 MediaSessionOptions opts; local
958 MediaSessionOptions opts; local
1081 MediaSessionOptions opts; local
1098 MediaSessionOptions opts; local
1116 MediaSessionOptions opts; local
1151 MediaSessionOptions opts; local
1285 MediaSessionOptions opts; local
1320 MediaSessionOptions opts; local
1448 MediaSessionOptions opts; local
1500 MediaSessionOptions opts; local
1572 MediaSessionOptions opts; local
1626 MediaSessionOptions opts; local
1684 MediaSessionOptions opts; local
[all...]
/external/chromium_org/android_webview/buildbot/
H A Ddeps_whitelist.py230 opts = parser.parse_args()
232 logging.getLogger().setLevel(logging.DEBUG if opts.verbose else logging.WARN)
235 blacklist = deps_whitelist.execute_method(opts.method, opts.path_to_deps)
237 if (opts.output_json):
241 with open(opts.output_json, 'w') as output_json_file:
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBitmapFactory.java61 public static Bitmap decodeStream(InputStream is, Rect outPadding, BitmapFactory.Options opts) { argument
62 return create(is.toString().replaceFirst("stream for ", ""), opts);
105 List<String> opts = new ArrayList<String>();
107 if (options.inJustDecodeBounds) opts.add("inJustDecodeBounds");
108 if (options.inSampleSize > 1) opts.add("inSampleSize=" + options.inSampleSize);
110 return Join.join(", ", opts);
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dopen-syscall-tp-fields.c9 struct perf_record_opts opts = { local
38 err = perf_evlist__create_maps(evlist, &opts.target);
44 perf_evsel__config(evsel, &opts);
/external/chromium_org/third_party/skia/tools/
H A DCopyTilesRenderer.h26 CopyTilesRenderer(const GrContext::Options &opts, int x, int y);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp103 CheckerManager *ento::createCheckerManager(AnalyzerOptions &opts, argument
108 new CheckerManager(langOpts, &opts));
111 for (unsigned i = 0, e = opts.CheckersControlList.size(); i != e; ++i) {
112 const std::pair<std::string, bool> &opt = opts.CheckersControlList[i];
/external/e2fsprogs/lib/ext2fs/
H A Dio_manager.c22 errcode_t io_channel_set_options(io_channel channel, const char *opts) argument
29 if (!opts)
35 options = malloc(strlen(opts)+1);
38 strcpy(options, opts);
/external/e2fsprogs/misc/
H A Dfsck.h44 char *opts; member in struct:fs_info
/external/emma/core/java12/com/vladium/emma/report/
H A DreportCommand.java66 final IOptsParser.IOpt [] opts = parsedopts.getOpts ();
68 if (opts == null) // this means there were args parsing errors
79 for (int o = 0; o < opts.length; ++ o)
81 final IOptsParser.IOpt opt = opts [o];
105 // process prefixed opts:
/external/llvm/utils/
H A Dfindmisopt67 opts="$outdir/${name}.opt.s"
77 # optimizations that opt -std-compile-opts and gccld run, in the same order.
78 opt_switches=`llvm-as < /dev/null -o - | opt -std-compile-opts -disable-output -debug-pass=Arguments 2>&1 | sed 's/Pass Arguments: //'`
106 llc "$optbc" -o "$opts" -f || exit
107 gcc "$opts" -o "$optprog" $ldflags || exit
/external/openfst/src/bin/
H A Dfstsymbols.cc81 fst::SymbolTableTextOptions opts; local
82 opts.allow_negative = FLAGS_allow_negative_labels;
87 fst->SetInputSymbols(SymbolTable::ReadText(FLAGS_isymbols, opts));
92 fst->SetOutputSymbols(SymbolTable::ReadText(FLAGS_osymbols, opts));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Ddifference.h67 const DifferenceFstOptions<T> &opts)
70 ComposeFstOptions<T | COMPOSE_FST2_RHO>(opts)) {
130 const DifferenceOptions &opts = DifferenceOptions()) {
134 if (opts.connect)
66 DifferenceFst(const Fst<A> &fst1, const Fst<A> &fst2, const DifferenceFstOptions<T> &opts) argument
H A Dintersect.h61 const IntersectFstOptions<T> &opts)
62 : ComposeFst<A>(fst1, fst2, ComposeFstOptions<T>(opts)) {
120 const IntersectOptions &opts = IntersectOptions()) {
124 if (opts.connect)
60 IntersectFst(const Fst<A> &fst1, const Fst<A> &fst2, const IntersectFstOptions<T> &opts) argument

Completed in 6313 milliseconds

1234567891011>>