Searched defs:opts (Results 1 - 25 of 170) sorted by relevance

1234567

/external/dropbear/
H A Dcommon-runopts.c32 runopts opts; /* GLOBAL */ variable
/external/openfst/src/script/
H A Ddeterminize.cc26 const DeterminizeOptions& opts) {
29 DeterminizeArgs args(ifst, ofst, opts);
24 Determinize(const FstClass &ifst, MutableFstClass *ofst, const DeterminizeOptions& opts) argument
H A Drandgen.cc25 const RandGenOptions<RandArcSelection> &opts) {
28 RandGenArgs args(ifst, ofst, seed, opts);
24 RandGen(const FstClass &ifst, MutableFstClass *ofst, int32 seed, const RandGenOptions<RandArcSelection> &opts) argument
H A Dprune.cc26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { argument
27 PruneArgs1 args(fst, opts);
34 const PruneOptions &opts) {
35 PruneArgs2 args(ifst, fst, opts);
33 Prune(const FstClass &ifst, MutableFstClass *fst, const PruneOptions &opts) argument
H A Drandequivalent.cc41 const RandGenOptions<RandArcSelection> &opts) {
44 RandEquivalentInnerArgs2 args(fst1, fst2, seed, num_paths, delta, opts);
39 RandEquivalent(const FstClass &fst1, const FstClass &fst2, int32 seed, ssize_t num_paths, float delta, const RandGenOptions<RandArcSelection> &opts) argument
H A Dshortest-distance.cc26 const ShortestDistanceOptions &opts) {
27 ShortestDistanceArgs1 args(fst, distance, opts);
25 ShortestDistance(const FstClass &fst, vector<WeightClass> *distance, const ShortestDistanceOptions &opts) argument
H A Drmepsilon.cc25 bool reverse, const RmEpsilonOptions &opts) {
28 RmEpsilonArgs1 args(ifst, ofst, reverse, opts);
42 const RmEpsilonOptions &opts) {
43 RmEpsilonArgs3 args(fst, distance, opts);
24 RmEpsilon(const FstClass &ifst, MutableFstClass *ofst, bool reverse, const RmEpsilonOptions &opts) argument
41 RmEpsilon(MutableFstClass *fst, vector<WeightClass> *distance, const RmEpsilonOptions &opts) argument
H A Dshortest-path.cc26 const ShortestPathOptions &opts) {
29 ShortestPathArgs1 args(ifst, ofst, distance, opts);
24 ShortestPath(const FstClass &ifst, MutableFstClass *ofst, vector<WeightClass> *distance, const ShortestPathOptions &opts) argument
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp30 QStyleOptionProgressBar opts; local
43 opts.minimum = -95;
44 opts.maximum = -35;
45 if (signal < opts.minimum)
46 opts.progress = opts.minimum;
47 else if (signal > opts.maximum)
48 opts.progress = opts.maximum;
50 opts
[all...]
/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/iptables/include/linux/netfilter_ipv6/
H A Dip6t_opts.h10 u_int16_t opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6t_opts.h11 u_int16_t opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
/external/libsepol/tests/
H A Dlibsepol-tests.c85 struct option opts[] = { local
91 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) {
/external/openfst/src/include/fst/script/
H A Ddeterminize.h49 const DeterminizeOptions &opts = args->arg3; local
52 detargs.delta = opts.delta;
54 *(opts.weight_threshold.GetWeight<typename Arc::Weight>());
55 detargs.state_threshold = opts.state_threshold;
56 detargs.subsequential_label = opts.subsequential_label;
62 const DeterminizeOptions &opts =
H A Drandequivalent.h56 const RandGenOptions<RandArcSelection> &opts = args->args.arg6; local
59 if (opts.arc_selector == UNIFORM_ARC_SELECTOR) {
62 ropts(arc_selector, opts.max_length, opts.npath);
66 } else if (opts.arc_selector == FAST_LOG_PROB_ARC_SELECTOR) {
69 ropts(arc_selector, opts.max_length, opts.npath);
76 ropts(arc_selector, opts.max_length, opts.npath);
98 fst::script::RandArcSelection> &opts);
[all...]
H A Drandgen.h41 const RandGenOptions<RandArcSelection> &opts = args->arg4; local
43 if (opts.arc_selector == UNIFORM_ARC_SELECTOR) {
46 ropts(arc_selector, opts.max_length,
47 opts.npath, opts.weighted);
49 } else if (opts.arc_selector == FAST_LOG_PROB_ARC_SELECTOR) {
52 ropts(arc_selector, opts.max_length,
53 opts.npath, opts.weighted);
58 ropts(arc_selector, opts
[all...]
/external/qemu/android/
H A Dqemulator.h37 AndroidOptions opts[1]; /* copy of options */ member in struct:__anon10266
51 AndroidOptions* opts );
/external/qemu/
H A Dblockdev.h29 QemuOpts *opts; member in struct:DriveInfo
48 DriveInfo *add_init_drive(const char *opts);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dexpanded-fst.h38 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) { argument
39 FstReadOptions ropts(opts);
42 hdr = *opts.header;
44 if (!hdr.Read(strm, opts.source))
/external/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp103 CheckerManager *ento::createCheckerManager(const AnalyzerOptions &opts, argument
110 for (unsigned i = 0, e = opts.CheckersControlList.size(); i != e; ++i) {
111 const std::pair<std::string, bool> &opt = opts.CheckersControlList[i];
/external/openfst/src/extensions/pdt/
H A Dpdtscript.cc56 MutableFstClass *ofst, const PdtExpandOptions &opts) {
57 PdtExpandArgs args(ifst, parens, ofst, opts);
95 const PdtShortestPathOptions &opts) {
96 PdtShortestPathArgs args(ifst, parens, ofst, opts);
54 PdtExpand(const FstClass &ifst, const vector<pair<int64, int64> > &parens, MutableFstClass *ofst, const PdtExpandOptions &opts) argument
92 PdtShortestPath(const FstClass &ifst, const vector<pair<int64, int64> > &parens, MutableFstClass *ofst, const PdtShortestPathOptions &opts) argument
/external/qemu/hw/
H A Dmsmouse.c67 CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts) argument
/external/libselinux/src/
H A Dlabel.c20 const struct selinux_opt *opts,
35 static inline int selabel_is_validate_set(const struct selinux_opt *opts, argument
39 if (opts[n].type == SELABEL_OPT_VALIDATE)
40 return !!opts[n].value;
67 const struct selinux_opt *opts,
86 rec->validating = selabel_is_validate_set(opts, nopts);
88 if ((*initfuncs[backend])(rec, opts, nopts)) {
66 selabel_open(unsigned int backend, const struct selinux_opt *opts, unsigned nopts) argument
/external/openfst/src/include/fst/
H A Dclosure.h84 ClosureFstOptions(const RationalFstOptions &opts, ClosureType t) argument
85 : RationalFstOptions(opts), type(t) {}
114 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) argument
115 : RationalFst<A>(opts) {
116 GetImpl()->InitClosure(fst, opts.type);
H A Ddifference.h40 explicit DifferenceFstOptions(const CacheOptions &opts, argument
73 const CacheOptions &opts = CacheOptions()) {
91 const DifferenceFstOptions<A, M, F, T> &opts) {
95 ComposeFstOptions<A, R> copts(opts);
97 opts.matcher1);
99 MATCHER_REWRITE_ALWAYS, opts.matcher2);
162 const DifferenceOptions &opts = DifferenceOptions()) {
165 if (opts.filter_type == AUTO_FILTER) {
169 } else if (opts.filter_type == SEQUENCE_FILTER) {
173 } else if (opts
90 DifferenceFst(const Fst<A> &fst1, const Fst<A> &fst2, const DifferenceFstOptions<A, M, F, T> &opts) argument
[all...]

Completed in 455 milliseconds

1234567