Searched refs:opts (Results 151 - 175 of 582) sorted by relevance

1234567891011>>

/external/chromium_org/build/util/
H A Dlastchange.py258 opts, args = parser.parse_args(argv[1:])
260 out_file = opts.output
261 header = opts.header
271 if opts.source_dir:
272 src_dir = opts.source_dir
276 version_info = FetchVersionInfo(opts.default_lastchange, src_dir)
281 if opts.revision_only:
285 if not out_file and not opts.header:
292 GetHeaderContents(header, opts.version_macro,
/external/chromium_org/third_party/sqlite/src/test/
H A Dreleasetest.tcl195 # Tcl variable $opts is used to build up the value used to set the
201 set opts ""
204 lappend opts $arg
211 set opts [join $opts " "]
212 append opts " -DSQLITE_NO_SYNC=1 -DHAVE_USLEEP"
219 append opts " -DSQLITE_OS_WIN=1"
221 append opts " -DSQLITE_OS_OS2=1"
223 append opts " -DSQLITE_OS_UNIX=1"
236 [list CFLAGS=$cflags OPTS=$opts >
[all...]
/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h172 RewriteOptions opts = RewriteOptions()) const;
174 RewriteOptions opts = RewriteOptions()) const;
217 RewriteOptions opts = RewriteOptions());
221 RewriteOptions opts = RewriteOptions()) {
222 return RemoveText(range.getBegin(), getRangeSize(range, opts), opts);
226 bool RemoveText(SourceRange range, RewriteOptions opts = RewriteOptions()) {
227 return RemoveText(range.getBegin(), getRangeSize(range, opts), opts);
/external/openfst/src/lib/
H A Dsymbol-table.cc44 const SymbolTableTextOptions &opts) {
52 string separator = opts.fst_field_separator + "\n";
69 (!opts.allow_negative && key < 0) || key == -1) {
161 const SymbolTableReadOptions& opts) {
201 if (IsInRange(opts.string_hash_ranges, key)) {
250 const SymbolTableTextOptions &opts) const {
251 if (opts.fst_field_separator.empty()) {
258 if (iter.Value() < 0 && !opts.allow_negative && !once_only) {
262 line << iter.Symbol() << opts.fst_field_separator[0] << iter.Value()
42 ReadText(istream &strm, const string &filename, const SymbolTableTextOptions &opts) argument
160 Read(istream &strm, const SymbolTableReadOptions& opts) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-distance.h63 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts,
65 : fst_(fst.Copy()), distance_(distance), state_queue_(opts.state_queue),
66 arc_filter_(opts.arc_filter),
67 delta_(opts.delta), retain_(retain) {
183 // This computes the shortest distance from the 'opts.source' state to
202 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts) {
205 sd_state(fst, distance, opts, false);
206 sd_state.ShortestDistance(opts.source);
240 opts(&state_queue, arc_filter);
241 ShortestDistance(fst, distance, opts);
60 ShortestDistanceState( const Fst<Arc> &fst, vector<Weight> *distance, const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts, bool retain) argument
199 ShortestDistance( const Fst<Arc> &fst, vector<typename Arc::Weight> *distance, const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts) argument
[all...]
/external/openfst/src/include/fst/
H A Dshortest-path.h69 // state to each state in 'ifst'. 'opts' is used to specify options
81 ShortestPathOptions<Arc, Queue, ArcFilter> &opts) {
98 Queue *state_queue = opts.state_queue;
99 StateId source = opts.source == kNoStateId ? ifst.Start() : opts.source;
105 if (opts.nshortest != 1) {
111 if (opts.weight_threshold != Weight::Zero() ||
112 opts.state_threshold != kNoStateId) {
152 if (opts.first_path)
392 // 'ifst'. 'opts' i
78 SingleShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, vector<typename Arc::Weight> *distance, ShortestPathOptions<Arc, Queue, ArcFilter> &opts) argument
413 ShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, vector<typename Arc::Weight> *distance, ShortestPathOptions<Arc, Queue, ArcFilter> &opts) argument
[all...]
H A Dshortest-distance.h80 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts,
82 : fst_(fst), distance_(distance), state_queue_(opts.state_queue),
83 arc_filter_(opts.arc_filter), delta_(opts.delta),
84 first_path_(opts.first_path), retain_(retain), source_id_(0),
226 // This computes the shortest distance from the 'opts.source' state to
247 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts) {
250 sd_state(fst, distance, opts, false);
251 sd_state.ShortestDistance(opts.source);
292 opts(
77 ShortestDistanceState( const Fst<Arc> &fst, vector<Weight> *distance, const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts, bool retain) argument
244 ShortestDistance( const Fst<Arc> &fst, vector<typename Arc::Weight> *distance, const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts) argument
[all...]
H A Dconst-fst.h90 static ConstFstImpl<A, U> *Read(istream &strm, const FstReadOptions &opts);
205 const FstReadOptions &opts) {
208 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) {
221 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
227 impl->states_region_ = MappedFile::Map(&strm, opts, b);
229 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
236 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
242 impl->arcs_region_ = MappedFile::Map(&strm, opts, b);
244 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
282 static ConstFst<A, U> *Read(istream &strm, const FstReadOptions &opts) { argument
204 Read(istream &strm, const FstReadOptions &opts) argument
343 WriteFst(const F &fst, ostream &strm, const FstWriteOptions &opts) argument
[all...]
/external/chromium_org/third_party/skia/src/images/
H A DSkScaledBitmapSampler.cpp29 get_gray_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { argument
46 get_RGBx_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { argument
98 get_RGBA_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { argument
100 if (!opts.fPremultiplyAlpha) {
106 if (opts.fSkipZeros) {
138 get_gray_to_565_proc(const SkScaledBitmapSampler::Options& opts) { argument
140 if (opts.fDither) {
171 get_RGBx_to_565_proc(const SkScaledBitmapSampler::Options& opts) { argument
173 if (opts.fDither) {
193 get_565_to_565_proc(const SkScaledBitmapSampler::Options& opts) { argument
226 get_gray_to_4444_proc(const SkScaledBitmapSampler::Options& opts) argument
260 get_RGBx_to_4444_proc(const SkScaledBitmapSampler::Options& opts) argument
343 get_RGBA_to_4444_proc(const SkScaledBitmapSampler::Options& opts) argument
398 get_index_to_8888_proc(const SkScaledBitmapSampler::Options& opts) argument
439 get_index_to_565_proc(const SkScaledBitmapSampler::Options& opts) argument
516 get_index_to_4444_proc(const SkScaledBitmapSampler::Options& opts) argument
549 get_index_to_index_proc(const SkScaledBitmapSampler::Options& opts) argument
572 get_gray_to_A8_proc(const SkScaledBitmapSampler::Options& opts) argument
627 begin(SkBitmap* dst, SrcConfig sc, const Options& opts, const SkPMColor ctable[]) argument
[all...]
/external/skia/src/images/
H A DSkScaledBitmapSampler.cpp29 get_gray_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { argument
46 get_RGBx_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { argument
98 get_RGBA_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { argument
100 if (!opts.fPremultiplyAlpha) {
106 if (opts.fSkipZeros) {
138 get_gray_to_565_proc(const SkScaledBitmapSampler::Options& opts) { argument
140 if (opts.fDither) {
171 get_RGBx_to_565_proc(const SkScaledBitmapSampler::Options& opts) { argument
173 if (opts.fDither) {
193 get_565_to_565_proc(const SkScaledBitmapSampler::Options& opts) { argument
226 get_gray_to_4444_proc(const SkScaledBitmapSampler::Options& opts) argument
260 get_RGBx_to_4444_proc(const SkScaledBitmapSampler::Options& opts) argument
343 get_RGBA_to_4444_proc(const SkScaledBitmapSampler::Options& opts) argument
398 get_index_to_8888_proc(const SkScaledBitmapSampler::Options& opts) argument
439 get_index_to_565_proc(const SkScaledBitmapSampler::Options& opts) argument
516 get_index_to_4444_proc(const SkScaledBitmapSampler::Options& opts) argument
549 get_index_to_index_proc(const SkScaledBitmapSampler::Options& opts) argument
572 get_gray_to_A8_proc(const SkScaledBitmapSampler::Options& opts) argument
627 begin(SkBitmap* dst, SrcConfig sc, const Options& opts, const SkPMColor ctable[]) argument
[all...]
/external/libnl/lib/route/sch/
H A Dnetem.c69 struct tc_netem_qopt *opts; local
71 if (qdisc->q_opts->d_size < sizeof(*opts))
78 opts = (struct tc_netem_qopt *) qdisc->q_opts->d_data;
79 netem->qnm_latency = opts->latency;
80 netem->qnm_limit = opts->limit;
81 netem->qnm_loss = opts->loss;
82 netem->qnm_gap = opts->gap;
83 netem->qnm_duplicate = opts->duplicate;
84 netem->qnm_jitter = opts->jitter;
90 len = qdisc->q_opts->d_size - sizeof(*opts);
174 struct tc_netem_qopt opts; local
[all...]
/external/chromium_org/skia/
H A Dskia_opts.target.darwin-arm64.mk25 third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp \
26 third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp \
27 third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp \
28 third_party/skia/src/opts/SkBlitMask_opts_arm.cpp \
29 third_party/skia/src/opts/SkBlitMask_opts_arm_neon.cpp \
30 third_party/skia/src/opts/SkBlitRow_opts_none.cpp \
31 third_party/skia/src/opts/SkBlurImage_opts_arm.cpp \
32 third_party/skia/src/opts/SkBlurImage_opts_neon.cpp \
33 third_party/skia/src/opts/SkMorphology_opts_arm.cpp \
34 third_party/skia/src/opts/SkMorphology_opts_neo
[all...]
H A Dskia_opts.target.linux-arm64.mk25 third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp \
26 third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp \
27 third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp \
28 third_party/skia/src/opts/SkBlitMask_opts_arm.cpp \
29 third_party/skia/src/opts/SkBlitMask_opts_arm_neon.cpp \
30 third_party/skia/src/opts/SkBlitRow_opts_none.cpp \
31 third_party/skia/src/opts/SkBlurImage_opts_arm.cpp \
32 third_party/skia/src/opts/SkBlurImage_opts_neon.cpp \
33 third_party/skia/src/opts/SkMorphology_opts_arm.cpp \
34 third_party/skia/src/opts/SkMorphology_opts_neo
[all...]
/external/chromium_org/tools/
H A Dbisect-builds.py1075 (opts, args) = parser.parse_args()
1077 if opts.archive is None:
1083 if opts.asan:
1085 if opts.archive not in supported_platforms:
1089 if opts.official_builds:
1093 if opts.asan:
1095 elif opts.blink:
1101 context = PathContext(base_url, opts.archive, opts.good, opts
[all...]
/external/deqp/executor/tools/
H A DxeCommandLineExecutor.cpp128 de::cmdline::CommandLine opts; local
134 if (!parser.parse(argc-1, argv+1, &opts, std::cerr))
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::ContinueFile>();
148 cmdLine.outFile = opts
[all...]
/external/clang/utils/analyzer/
H A DCmpRuns.py183 def loadResults(path, opts, root = "", deleteEmpty=True):
184 return loadResultsFromSingleRun(SingleRunInfo(path, root, opts.verboseLog),
256 def dumpScanBuildResultsDiff(dirA, dirB, opts, deleteEmpty=True):
258 resultsA = loadResults(dirA, opts, opts.rootA, deleteEmpty)
259 resultsB = loadResults(dirB, opts, opts.rootB, deleteEmpty)
262 if opts.verboseLog:
263 auxLog = open(opts.verboseLog, "wb")
318 (opts, arg
[all...]
/external/chromium_org/third_party/closure_compiler/
H A Dchecker.py232 opts = parser.parse_args() variable in class:Checker
234 checker = Checker(verbose=opts.verbose)
235 for source in opts.sources:
236 exit, _ = checker.check(source, depends=opts.depends, externs=opts.externs)
240 if opts.out_file:
241 out_dir = os.path.dirname(opts.out_file)
244 # TODO(dbeam): write compiled file to |opts.out_file|.
245 open(opts.out_file, "w").write("")
/external/libsepol/tests/
H A Dlibsepol-tests.c85 struct option opts[] = { local
91 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) {
/external/lldb/test/
H A Ddosep.ty47 opts, args = parser.parse_args()
48 dotest_options = opts.dotest_options
/external/llvm/utils/git/
H A Dfind-rev11 (opts, args) = parser.parse_args()
24 p = subprocess.Popen(['git', 'rev-list', opts.branch, '--pretty'],
/external/openfst/src/bin/
H A Dfstcompose.cc88 fst::ComposeOptions opts(FLAGS_connect, compose_filter);
90 s::Compose(*ifst1, *ifst2, &ofst, opts);
H A Dfstdeterminize.cc58 s::DeterminizeOptions opts(
63 s::Determinize(*ifst, &ofst, opts);
H A Dfstdifference.cc80 fst::DifferenceOptions opts(FLAGS_connect, cf);
82 s::Difference(*ifst1, *ifst2, &ofst, opts);
H A Dfstintersect.cc81 fst::IntersectOptions opts(FLAGS_connect, compose_filter);
83 s::Intersect(*ifst1, *ifst2, &ofst, opts);
H A Dfstprune.cc57 s::PruneOptions opts(weight_threshold, FLAGS_nstate, 0, FLAGS_delta);
59 s::Prune(fst, opts);

Completed in 5728 milliseconds

1234567891011>>