Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 240) sorted by relevance

12345678910

/external/toybox/lib/
Dargs.c94 struct opts { struct
95 struct opts *next; argument
113 struct opts *opt; argument
123 struct opts *opts; member
/external/regex-re2/lib/codereview/
Dcodereview.py810 def CommandLineCL(ui, repo, pats, opts, defaultcc=None): argument
870 def ChangedExistingFiles(ui, repo, pats, opts): argument
1087 def hg_matchPattern(ui, repo, *pats, **opts):
1138 def hg_log(ui, repo, **opts):
1148 def hg_outgoing(ui, repo, **opts):
1155 def hg_pull(ui, repo, **opts):
1174 def hg_push(ui, repo, **opts):
1184 def hg_commit(ui, repo, *pats, **opts):
1192 def precommithook(ui, repo, **opts):
1219 def MatchAt(ctx, pats=None, opts=None, globbed=False, default='relpath'): argument
[all …]
/external/openfst/src/include/fst/script/
Dfst-class.h121 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const { in Write()
153 const FstReadOptions &opts) { in Read()
210 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const { in Write()
253 const FstReadOptions &opts) { in ReadTypedFst()
294 const FstReadOptions &opts) { in Read()
309 virtual bool Write(ostream &ostr, const FstWriteOptions &opts) const { in Write()
354 const FstReadOptions &opts) { in Read()
Dprune.h55 const PruneOptions &opts) { in ConvertPruneOptions()
85 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts = in Prune() local
100 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts = in Prune() local
Drmepsilon.h67 const RmEpsilonOptions &opts) { in RmEpsilonHelper()
172 const RmEpsilonOptions &opts = args->arg3; in RmEpsilon() local
/external/openfst/src/script/
Drmepsilon.cc25 bool reverse, const RmEpsilonOptions &opts) { in RmEpsilon()
42 const RmEpsilonOptions &opts) { in RmEpsilon()
Dprune.cc26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { in Prune()
34 const PruneOptions &opts) { in Prune()
Ddeterminize.cc26 const DeterminizeOptions& opts) { in Determinize()
Drandgen.cc25 const RandGenOptions<RandArcSelection> &opts) { in RandGen()
/external/skia/src/images/
DSkScaledBitmapSampler.cpp29 get_gray_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { in get_gray_to_8888_proc()
46 get_RGBx_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBx_to_8888_proc()
98 get_RGBA_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBA_to_8888_proc()
138 get_gray_to_565_proc(const SkScaledBitmapSampler::Options& opts) { in get_gray_to_565_proc()
171 get_RGBx_to_565_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBx_to_565_proc()
193 get_565_to_565_proc(const SkScaledBitmapSampler::Options& opts) { in get_565_to_565_proc()
226 get_gray_to_4444_proc(const SkScaledBitmapSampler::Options& opts) { in get_gray_to_4444_proc()
260 get_RGBx_to_4444_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBx_to_4444_proc()
343 get_RGBA_to_4444_proc(const SkScaledBitmapSampler::Options& opts) { in get_RGBA_to_4444_proc()
398 get_index_to_8888_proc(const SkScaledBitmapSampler::Options& opts) { in get_index_to_8888_proc()
[all …]
DSkDecodingImageGenerator.cpp231 const SkDecodingImageGenerator::Options& opts) { in CreateDecodingImageGenerator()
279 const SkDecodingImageGenerator::Options& opts) { in Create()
291 const SkDecodingImageGenerator::Options& opts) { in Create()
/external/ppp/pppd/
Dmppe.h68 #define MPPE_OPTS_TO_CI(opts, ci) \ argument
90 #define MPPE_CI_TO_OPTS(ci, opts) \ argument
/external/toybox/toys/lsb/
Dmount.c84 } opts[] = { local
137 unsigned long flags, char *opts) in mount_filesystem()
258 char *opts = 0, *dev = 0, *dir = 0, **ss; in mount_main() local
/external/openfst/src/test/
Dfst_test.h242 FstWriteOptions opts; in TestIO() local
248 FstReadOptions opts; in TestIO() local
261 FstWriteOptions opts; in TestIO() local
267 FstReadOptions opts; in TestIO() local
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DBitmapFactoryTest.java30 BitmapFactory.Options opts = new BitmapFactory.Options(); in decodeResourceWithOpts_shouldSetDescription() local
70 BitmapFactory.Options opts = new BitmapFactory.Options(); in decodeResourceWithOpts_shouldGetWidthAndHeightFromHints() local
/external/skia/tools/
DPictureRenderer.h409 explicit PictureRenderer(const GrContext::Options &opts) in PictureRenderer()
501 RecordPictureRenderer(const GrContext::Options &opts) : INHERITED(opts) { } in RecordPictureRenderer()
522 PipePictureRenderer(const GrContext::Options &opts) : INHERITED(opts) { } in PipePictureRenderer()
536 SimplePictureRenderer(const GrContext::Options &opts) : INHERITED(opts) { } in SimplePictureRenderer()
692 PlaybackCreationRenderer(const GrContext::Options &opts) : INHERITED(opts) { } in PlaybackCreationRenderer()
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-record.c66 struct perf_record_opts opts; member
200 struct perf_record_opts *opts = &rec->opts; in perf_record__open() local
355 struct perf_record_opts *opts = &rec->opts; in __cmd_record() local
715 int record_parse_callchain(const char *arg, struct perf_record_opts *opts) in record_parse_callchain()
771 static void callchain_debug(struct perf_record_opts *opts) in callchain_debug()
784 struct perf_record_opts *opts = opt->value; in record_parse_callchain_opt() local
805 struct perf_record_opts *opts = opt->value; in record_callchain_opt() local
/external/openfst/src/include/fst/
Dcompose.h124 const CacheOptions &opts) in ComposeFstImplBase()
389 const ComposeFstImplOptions<M1, M2, F, T> &opts) in ComposeFstImpl()
518 : ImplToFst<Impl>(CreateBase(fst1, fst2, opts)) {} in CreateBase() argument
525 const ComposeFstOptions<A, M, F, T> &opts) in ComposeFst()
535 const ComposeFstImplOptions<M1, M2, F, T> &opts) in ComposeFst()
564 const ComposeFstImplOptions<M1, M2, F, T> &opts) { in CreateBase2()
582 const ComposeFstOptions<A, M, F, T> &opts) { in CreateBase1()
590 const CacheOptions &opts) { in CreateBase()
Drelabel.h215 const RelabelFstOptions &opts) in RelabelFstImpl()
244 const RelabelFstOptions &opts) in RelabelFstImpl()
406 const RelabelFstOptions &opts) in RelabelFst()
419 const RelabelFstOptions &opts) in RelabelFst()
436 const RelabelFstOptions &opts) in RelabelFst()
Dcompact-fst.h363 const FstReadOptions &opts, in Read()
411 const FstWriteOptions &opts) const { in Write()
483 const CompactFstOptions &opts) in CompactFstImpl()
492 const CompactFstOptions &opts) in CompactFstImpl()
502 const CompactFstOptions &opts) in CompactFstImpl()
512 const CompactFstOptions &opts) in CompactFstImpl()
622 const FstReadOptions &opts) { in Read()
649 bool Write(ostream &strm, const FstWriteOptions &opts) const { in Write()
857 static CompactFst<A, C, U> *Read(istream &strm, const FstReadOptions &opts) { in Read()
869 virtual bool Write(ostream &strm, const FstWriteOptions &opts) const { in Write()
[all …]
/external/linux-tools-perf/src/tools/perf/util/
Dparse-options.c449 const struct option *opts, int full) in usage_with_options_internal()
554 const struct option *opts) in usage_with_options()
562 const struct option *opts) in parse_options_usage()
/external/libselinux/src/
Dlabel.c35 static inline int selabel_is_validate_set(const struct selinux_opt *opts, in selabel_is_validate_set()
67 const struct selinux_opt *opts, in selabel_open()
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
Dconstruction.rb373 def self.ast_test( opts, &special_test ) argument
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-trees.rb302 def new_token(type, opts = {}) argument
446 def new_token(type, opts = {}) argument
782 def new_token(type, opts = {}) argument
/external/openfst/src/bin/
Dfstprune.cc57 s::PruneOptions opts(weight_threshold, FLAGS_nstate, 0, FLAGS_delta); in main() local

12345678910