Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/external/skia/gyp/
Dopts.gypi7 '<(skia_src_path)/opts/SkBitmapProcState_opts_none.cpp',
8 '<(skia_src_path)/opts/SkBlitMask_opts_none.cpp',
9 '<(skia_src_path)/opts/SkBlitRow_opts_none.cpp',
10 '<(skia_src_path)/opts/SkBlurImage_opts_none.cpp',
11 '<(skia_src_path)/opts/SkMorphology_opts_none.cpp',
12 '<(skia_src_path)/opts/SkTextureCompression_opts_none.cpp',
13 '<(skia_src_path)/opts/SkUtils_opts_none.cpp',
14 '<(skia_src_path)/opts/SkXfermode_opts_none.cpp',
18 '<(skia_src_path)/opts/SkBitmapProcState_opts_arm.cpp',
19 '<(skia_src_path)/opts/SkBlitMask_opts_arm.cpp',
[all …]
/external/openssh/
Dauth-options.c95 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) in auth_parse_options() argument
103 if (!opts) in auth_parse_options()
106 while (*opts && *opts != ' ' && *opts != '\t') { in auth_parse_options()
108 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
110 opts += strlen(cp); in auth_parse_options()
114 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
117 opts += strlen(cp); in auth_parse_options()
121 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
124 opts += strlen(cp); in auth_parse_options()
128 if (strncasecmp(opts, cp, strlen(cp)) == 0) { in auth_parse_options()
[all …]
/external/selinux/policycoreutils/secon/
Dsecon.c72 } opts[1] = { { variable
133 num += opts->disp_user; in disp_num()
134 num += opts->disp_role; in disp_num()
135 num += opts->disp_type; in disp_num()
136 num += opts->disp_sen; in disp_num()
137 num += opts->disp_clr; in disp_num()
138 num += opts->disp_mlsr; in disp_num()
216 opts->disp_user = !opts->disp_user; in cmd_line()
220 opts->disp_role = !opts->disp_role; in cmd_line()
224 opts->disp_type = !opts->disp_type; in cmd_line()
[all …]
/external/openfst/src/include/fst/script/
Dshortest-path.h60 const ShortestPathOptions &opts = args->arg4; in ShortestPath() local
67 *(opts.weight_threshold.GetWeight<Weight>()); in ShortestPath()
69 switch (opts.queue_type) { in ShortestPath()
75 queue, ArcFilter(), opts.nshortest, opts.unique, in ShortestPath()
76 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
77 weight_threshold, opts.state_threshold); in ShortestPath()
87 queue, ArcFilter(), opts.nshortest, opts.unique, in ShortestPath()
88 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
89 weight_threshold, opts.state_threshold); in ShortestPath()
99 queue, ArcFilter(), opts.nshortest, opts.unique, in ShortestPath()
[all …]
Drmepsilon.h67 const RmEpsilonOptions &opts) { in RmEpsilonHelper() argument
72 *(opts.weight_threshold.GetWeight<Weight>()); in RmEpsilonHelper()
74 switch (opts.queue_type) { in RmEpsilonHelper()
78 &queue, opts.delta, opts.connect, weight_thresh, in RmEpsilonHelper()
79 opts.state_threshold); in RmEpsilonHelper()
86 &queue, opts.delta, opts.connect, weight_thresh, in RmEpsilonHelper()
87 opts.state_threshold); in RmEpsilonHelper()
94 &queue, opts.delta, opts.connect, weight_thresh, in RmEpsilonHelper()
95 opts.state_threshold); in RmEpsilonHelper()
103 &queue, opts.delta, opts.connect, weight_thresh, in RmEpsilonHelper()
[all …]
Drandgen.h41 const RandGenOptions<RandArcSelection> &opts = args->arg4; in RandGen() local
43 if (opts.arc_selector == UNIFORM_ARC_SELECTOR) { in RandGen()
46 ropts(arc_selector, opts.max_length, in RandGen()
47 opts.npath, opts.weighted); in RandGen()
49 } else if (opts.arc_selector == FAST_LOG_PROB_ARC_SELECTOR) { in RandGen()
52 ropts(arc_selector, opts.max_length, in RandGen()
53 opts.npath, opts.weighted); in RandGen()
58 ropts(arc_selector, opts.max_length, in RandGen()
59 opts.npath, opts.weighted); in RandGen()
67 const RandGenOptions<RandArcSelection> &opts =
Dprune.h55 const PruneOptions &opts) { in ConvertPruneOptions() argument
59 Weight weight_threshold = *(opts.weight_threshold.GetWeight<Weight>()); in ConvertPruneOptions()
60 StateId state_threshold = opts.state_threshold; in ConvertPruneOptions()
63 if (opts.distance) { in ConvertPruneOptions()
64 distance = new vector<Weight>(opts.distance->size()); in ConvertPruneOptions()
65 for (unsigned i = 0; i < opts.distance->size(); ++i) { in ConvertPruneOptions()
66 (*distance)[i] = *((*opts.distance)[i].GetWeight<Weight>()); in ConvertPruneOptions()
72 opts.delta); in ConvertPruneOptions()
85 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts = in Prune() local
87 Prune(ofst, opts); in Prune()
[all …]
/external/libnl/lib/route/sch/
Dhtb.c75 struct tc_htb_glob opts; in htb_qdisc_msg_parser() local
77 nla_memcpy(&opts, tb[TCA_HTB_INIT], sizeof(opts)); in htb_qdisc_msg_parser()
78 d->qh_rate2quantum = opts.rate2quantum; in htb_qdisc_msg_parser()
79 d->qh_defcls = opts.defcls; in htb_qdisc_msg_parser()
113 struct tc_htb_opt opts; in htb_class_msg_parser() local
115 nla_memcpy(&opts, tb[TCA_HTB_PARMS], sizeof(opts)); in htb_class_msg_parser()
116 d->ch_prio = opts.prio; in htb_class_msg_parser()
117 rtnl_copy_ratespec(&d->ch_rate, &opts.rate); in htb_class_msg_parser()
118 rtnl_copy_ratespec(&d->ch_ceil, &opts.ceil); in htb_class_msg_parser()
119 d->ch_rbuffer = rtnl_tc_calc_bufsize(opts.buffer, opts.rate.rate); in htb_class_msg_parser()
[all …]
Dred.c58 struct tc_red_qopt *opts; in red_msg_parser() local
75 opts = nla_data(tb[TCA_RED_PARMS]); in red_msg_parser()
77 red->qr_limit = opts->limit; in red_msg_parser()
78 red->qr_qth_min = opts->qth_min; in red_msg_parser()
79 red->qr_qth_max = opts->qth_max; in red_msg_parser()
80 red->qr_flags = opts->flags; in red_msg_parser()
81 red->qr_wlog = opts->Wlog; in red_msg_parser()
82 red->qr_plog = opts->Plog; in red_msg_parser()
83 red->qr_scell_log = opts->Scell_log; in red_msg_parser()
133 memset(&opts, 0, sizeof(opts)); in red_get_opts()
[all …]
Dsfq.c58 struct tc_sfq_qopt *opts; in sfq_msg_parser() local
63 if (qdisc->q_opts->d_size < sizeof(*opts)) in sfq_msg_parser()
70 opts = (struct tc_sfq_qopt *) qdisc->q_opts->d_data; in sfq_msg_parser()
72 sfq->qs_quantum = opts->quantum; in sfq_msg_parser()
73 sfq->qs_perturb = opts->perturb_period; in sfq_msg_parser()
74 sfq->qs_limit = opts->limit; in sfq_msg_parser()
75 sfq->qs_divisor = opts->divisor; in sfq_msg_parser()
76 sfq->qs_flows = opts->flows; in sfq_msg_parser()
111 struct tc_sfq_qopt opts; in sfq_get_opts() local
122 memset(&opts, 0, sizeof(opts)); in sfq_get_opts()
[all …]
/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
203 perf_evlist__config(evlist, opts); in perf_record__open()
215 perf_evsel__open_strerror(pos, &opts->target, in perf_record__open()
229 if (perf_evlist__mmap(evlist, opts->mmap_pages, false) < 0) { in perf_record__open()
235 "(current value: %d)\n", opts->mmap_pages); in perf_record__open()
237 } else if (!is_power_of_2(opts->mmap_pages) && in perf_record__open()
238 (opts->mmap_pages != UINT_MAX)) { in perf_record__open()
274 if (!rec->opts.pipe_output) { in perf_record__exit()
355 struct perf_record_opts *opts = &rec->opts; in __cmd_record() local
[all …]
/external/ppp/pppd/
Dmppe.h68 #define MPPE_OPTS_TO_CI(opts, ci) \ argument
73 if (opts & MPPE_OPT_STATEFUL) \
82 if (opts & MPPE_OPT_128) \
84 if (opts & MPPE_OPT_40) \
90 #define MPPE_CI_TO_OPTS(ci, opts) \ argument
94 opts = 0; \
98 opts |= MPPE_OPT_STATEFUL; \
102 opts |= MPPE_OPT_128; \
104 opts |= MPPE_OPT_40; \
108 opts |= MPPE_OPT_56; \
[all …]
/external/llvm/utils/lit/lit/
Dmain.py20 def __init__(self, opts, numTests, progressBar=None): argument
21 self.opts = opts
30 elif self.opts.quiet:
32 elif self.opts.succinct:
38 if self.opts.incremental:
46 (not self.opts.quiet and not self.opts.succinct)
59 if test.result.code.isFailure and self.opts.showOutput:
242 (opts, args) = parser.parse_args()
244 if opts.show_version:
251 if opts.numThreads is None:
[all …]
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dsignalbar.cpp30 QStyleOptionProgressBar opts; in paint() local
43 opts.minimum = -95; in paint()
44 opts.maximum = -35; in paint()
45 if (signal < opts.minimum) in paint()
46 opts.progress = opts.minimum; in paint()
47 else if (signal > opts.maximum) in paint()
48 opts.progress = opts.maximum; in paint()
50 opts.progress = signal; in paint()
52 opts.text = QString::number(signal) + " dBm"; in paint()
53 opts.textVisible = true; in paint()
[all …]
/external/mesa3d/
Dcommon.py77 def AddOptions(opts): argument
86 opts.Add(EnumOption('build', 'build type', 'debug',
88 opts.Add(BoolOption('verbose', 'verbose output', 'no'))
89 opts.Add(EnumOption('machine', 'use machine-specific assembly code', default_machine,
91 opts.Add(EnumOption('platform', 'target platform', host_platform,
93 opts.Add(BoolOption('embedded', 'embedded build', 'no'))
94 opts.Add('toolchain', 'compiler toolchain', default_toolchain)
95 opts.Add(BoolOption('gles', 'EXPERIMENTAL: enable OpenGL ES support', 'no'))
96 opts.Add(BoolOption('llvm', 'use LLVM', default_llvm))
97 opts.Add(BoolOption('openmp', 'EXPERIMENTAL: compile with openmp (swrast)', 'no'))
[all …]
/external/libvncserver/x11vnc/misc/
Dinet6to4215 my %opts;
216 $opts{Listen} = 10;
217 $opts{Proto} = "tcp";
218 $opts{ReuseAddr} = 1;
220 $opts{LocalAddr} = $1;
223 $opts{LocalPort} = $listen_port;
227 $opts{Domain} = AF_INET6;
228 $listen_sock = IO::Socket::INET6->new(%opts);
230 $listen_sock = IO::Socket::INET->new(%opts);
233 $opts{Domain} = AF_UNSPEC;
[all …]
/external/clang/utils/
DFuzzTest127 if opts.verbose:
132 if opts.log_dir:
133 stdout_log_path = os.path.join(opts.log_dir, '%s.out' % index)
134 stderr_log_path = os.path.join(opts.log_dir, '%s.err' % index)
143 test_result = (exit_code == opts.expected_exit_code or
144 exit_code in opts.extra_exit_codes)
151 if not opts.log_all and test_result:
157 elif not opts.succinct:
162 global opts
268 (opts, args) = parser.parse_args()
[all …]
/external/clang/utils/ABITest/
DABITestGen.py480 (opts, args) = parser.parse_args()
482 if not opts.useRandomSeed:
483 random.seed(opts.seed)
487 if opts.useBuiltins:
489 if opts.useChar: ints.append(('char',1))
490 if opts.useShort: ints.append(('short',2))
491 if opts.useInt: ints.append(('int',4))
493 if opts.useLong: ints.append(('long',4))
494 if opts.useLongLong: ints.append(('long long',8))
495 if opts.useUnsigned:
[all …]
/external/llvm/utils/Misc/
Dzkill92 if opts.debug:
112 if opts.debug:
138 global opts
202 (opts, args) = parser.parse_args()
204 if opts.listSignals:
213 signal = kSignals[opts.signalName]
215 if opts.verbose:
237 if opts.execName is not None:
239 if re_full_match(opts.execName,
241 if opts.execPath is not None:
[all …]
/external/ipsec-tools/src/racoon/
Dnattraversal.c227 natt_fill_options (struct ph1natt_options *opts, int version) in natt_fill_options() argument
229 if (! opts) in natt_fill_options()
232 opts->version = version; in natt_fill_options()
237 opts->float_port = 0; /* No port floating for those drafts */ in natt_fill_options()
238 opts->payload_nat_d = ISAKMP_NPTYPE_NATD_DRAFT; in natt_fill_options()
239 opts->payload_nat_oa = ISAKMP_NPTYPE_NATOA_DRAFT; in natt_fill_options()
240 opts->mode_udp_tunnel = IPSECDOI_ATTR_ENC_MODE_UDPTUNNEL_DRAFT; in natt_fill_options()
241 opts->mode_udp_transport = IPSECDOI_ATTR_ENC_MODE_UDPTRNS_DRAFT; in natt_fill_options()
242 opts->encaps_type = UDP_ENCAP_ESPINUDP_NON_IKE; in natt_fill_options()
248 opts->float_port = lcconf->port_isakmp_natt; in natt_fill_options()
[all …]
/external/libvpx/libvpx/build/make/
Drtcd.pl13 my %opts = ();
27 \%opts,
34 if (!defined($opts{$opt})) {
47 open CONFIG_FILE, $opts{config} or
48 die "Error opening config file '$opts{config}': $!\n";
201 my $include_guard = uc($opts{sym})."_H_";
223 void $opts{sym}(void);
360 if ($opts{arch} eq 'x86') {
363 } elsif ($opts{arch} eq 'x86_64') {
368 } elsif ($opts{arch} eq 'mips32') {
[all …]
/external/linux-tools-perf/src/tools/perf/util/
Dparse-options.c449 const struct option *opts, int full) in usage_with_options_internal() argument
464 if (opts->type != OPTION_GROUP) in usage_with_options_internal()
467 for (; opts->type != OPTION_END; opts++) { in usage_with_options_internal()
471 if (opts->type == OPTION_GROUP) { in usage_with_options_internal()
473 if (*opts->help) in usage_with_options_internal()
474 fprintf(stderr, "%s\n", opts->help); in usage_with_options_internal()
477 if (!full && (opts->flags & PARSE_OPT_HIDDEN)) in usage_with_options_internal()
481 if (opts->short_name) in usage_with_options_internal()
482 pos += fprintf(stderr, "-%c", opts->short_name); in usage_with_options_internal()
486 if (opts->long_name && opts->short_name) in usage_with_options_internal()
[all …]
/external/toybox/toys/lsb/
Dmount.c55 char *opts;
84 } opts[] = { local
111 for (i = 0; i < ARRAY_LEN(opts); i++) if (!strcasecmp(opts[i].name, new)) {
112 long ll = opts[i].flags;
121 if (more && i == ARRAY_LEN(opts)) {
137 unsigned long flags, char *opts) in mount_filesystem() argument
197 rc = mount(dev, dir, type, flags, opts); in mount_filesystem()
258 char *opts = 0, *dev = 0, *dir = 0, **ss; in mount_main() local
272 for (o = TT.optlist; o; o = o->next) comma_collate(&opts, o->arg); in mount_main()
273 if (toys.optflags & FLAG_r) comma_collate(&opts, "ro"); in mount_main()
[all …]
/external/skia/
DAndroid.mk625 $(LOCAL_PATH)/src/opts \
661 src/opts/SkBitmapProcState_opts_arm.cpp \
662 src/opts/SkBlitMask_opts_arm.cpp \
663 src/opts/SkBlitRow_opts_arm.cpp \
664 src/opts/SkBlurImage_opts_arm.cpp \
665 src/opts/SkMorphology_opts_arm.cpp \
666 src/opts/SkTextureCompression_opts_arm.cpp \
667 src/opts/SkUtils_opts_arm.cpp \
668 src/opts/SkXfermode_opts_arm.cpp
672 src/opts/SkBitmapProcState_arm_neon.cpp \
[all …]
/external/openfst/src/include/fst/
Dprune.h101 const PruneOptions<Arc, ArcFilter> &opts) { in Prune() argument
117 if (!opts.distance) { in Prune()
119 ShortestDistance(*fst, &tmp, true, opts.delta); in Prune()
121 const vector<Weight> *fdistance = opts.distance ? opts.distance : &tmp; in Prune()
123 if ((opts.state_threshold == 0) || in Prune()
136 Weight limit = Times((*fdistance)[fst->Start()], opts.weight_threshold); in Prune()
157 if (!opts.filter(arc)) continue; in Prune()
170 if ((opts.state_threshold != kNoStateId) && in Prune()
171 (num_visited >= opts.state_threshold)) in Prune()
201 PruneOptions<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold,
[all …]

12345678910>>...17