/external/toybox/lib/ |
D | args.c | 94 struct opts { struct 95 struct opts *next; argument 113 struct opts *opt; argument 123 struct opts *opts; member
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 810 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/ |
D | fst-class.h | 121 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()
|
D | prune.h | 55 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
|
D | rmepsilon.h | 67 const RmEpsilonOptions &opts) { in RmEpsilonHelper() 172 const RmEpsilonOptions &opts = args->arg3; in RmEpsilon() local
|
/external/openfst/src/script/ |
D | rmepsilon.cc | 25 bool reverse, const RmEpsilonOptions &opts) { in RmEpsilon() 42 const RmEpsilonOptions &opts) { in RmEpsilon()
|
D | prune.cc | 26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { in Prune() 34 const PruneOptions &opts) { in Prune()
|
D | determinize.cc | 26 const DeterminizeOptions& opts) { in Determinize()
|
D | randgen.cc | 25 const RandGenOptions<RandArcSelection> &opts) { in RandGen()
|
/external/skia/src/images/ |
D | SkScaledBitmapSampler.cpp | 29 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 …]
|
D | SkDecodingImageGenerator.cpp | 231 const SkDecodingImageGenerator::Options& opts) { in CreateDecodingImageGenerator() 279 const SkDecodingImageGenerator::Options& opts) { in Create() 291 const SkDecodingImageGenerator::Options& opts) { in Create()
|
/external/ppp/pppd/ |
D | mppe.h | 68 #define MPPE_OPTS_TO_CI(opts, ci) \ argument 90 #define MPPE_CI_TO_OPTS(ci, opts) \ argument
|
/external/toybox/toys/lsb/ |
D | mount.c | 84 } 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/ |
D | fst_test.h | 242 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/ |
D | BitmapFactoryTest.java | 30 BitmapFactory.Options opts = new BitmapFactory.Options(); in decodeResourceWithOpts_shouldSetDescription() local 70 BitmapFactory.Options opts = new BitmapFactory.Options(); in decodeResourceWithOpts_shouldGetWidthAndHeightFromHints() local
|
/external/skia/tools/ |
D | PictureRenderer.h | 409 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/ |
D | builtin-record.c | 66 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/ |
D | compose.h | 124 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()
|
D | relabel.h | 215 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()
|
D | compact-fst.h | 363 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/ |
D | parse-options.c | 449 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/ |
D | label.c | 35 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/ |
D | construction.rb | 373 def self.ast_test( opts, &special_test ) argument
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-trees.rb | 302 def new_token(type, opts = {}) argument 446 def new_token(type, opts = {}) argument 782 def new_token(type, opts = {}) argument
|
/external/openfst/src/bin/ |
D | fstprune.cc | 57 s::PruneOptions opts(weight_threshold, FLAGS_nstate, 0, FLAGS_delta); in main() local
|