HomeSort by relevance Sort by last modified time
    Searched refs:opts (Results 201 - 225 of 494) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/blktrace/btt/
bno_plot.py 62 (opts, args) = getopt.getopt(in_args, s_opts, l_opts)
68 for (o, a) in opts:
  /external/openfst/src/bin/
fstrmepsilon.cc 80 s::RmEpsilonOptions opts(qt, FLAGS_delta, FLAGS_connect,
84 s::RmEpsilon(*ifst, ofst, FLAGS_reverse, opts);
fstshortestdistance.cc 85 s::ShortestDistanceOptions opts(qt, s::ANY_ARC_FILTER,
87 s::ShortestDistance(*ifst, &distance, opts);
fstshortestpath.cc 83 s::ShortestPathOptions opts(
87 s::ShortestPath(*ifst, &ofst, &distance, opts);
  /external/openfst/src/include/fst/
add-on.h 200 static AddOnImpl<F, T> *Read(istream &strm, const FstReadOptions &opts) {
201 FstReadOptions nopts(opts);
219 FstReadOptions fopts(opts);
240 bool Write(ostream &strm, const FstWriteOptions &opts) const {
242 FstWriteOptions nopts(opts);
247 FstWriteOptions fopts(opts);
register.h 46 typedef Fst<A> *(*Reader)(istream &strm, const FstReadOptions &opts);
101 const FstReadOptions &opts) = &F::Read;
  /external/regex-re2/lib/codereview/
codereview.py 810 def CommandLineCL(ui, repo, pats, opts, defaultcc=None):
814 if opts.get('message'):
825 if opts.get('reviewer'):
826 cl.reviewer = Add(cl.reviewer, SplitCommaSpace(opts.get('reviewer')))
827 if opts.get('cc'):
828 cl.cc = Add(cl.cc, SplitCommaSpace(opts.get('cc')))
832 if opts.get('message'):
833 cl.desc = opts.get('message')
870 def ChangedExistingFiles(ui, repo, pats, opts):
1087 def hg_matchPattern(ui, repo, *pats, **opts)
    [all...]
  /external/qemu/hw/
qdev.c 106 int qdev_device_help(QemuOpts *opts)
115 driver = qemu_opt_get(opts, "driver");
126 if (!qemu_opt_get(opts, "?")) {
151 DeviceState *qdev_device_add(QemuOpts *opts)
161 driver = qemu_opt_get(opts, "driver");
176 path = qemu_opt_get(opts, "bus");
202 id = qemu_opts_id(opts);
206 if (qemu_opt_foreach(opts, set_property, qdev, 1) != 0) {
214 qdev->opts = opts;
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 801 BitmapFactory.Options opts = new BitmapFactory.Options(); local
802 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
820 BitmapFactory.Options opts = new BitmapFactory.Options(); local
821 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
840 BitmapFactory.Options opts = new BitmapFactory.Options(); local
841 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
843 R.drawable.stat_sample, opts);
860 BitmapFactory.Options opts = new BitmapFactory.Options(); local
861 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
863 R.drawable.stat_sample, opts);
881 BitmapFactory.Options opts = new BitmapFactory.Options(); local
901 BitmapFactory.Options opts = new BitmapFactory.Options(); local
922 BitmapFactory.Options opts = new BitmapFactory.Options(); local
942 BitmapFactory.Options opts = new BitmapFactory.Options(); local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
replace.h 40 ReplaceFstOptions(const CacheOptions &opts, int64 r)
41 : CacheOptions(opts), root(r), epsilon_on_replace(false) {}
99 const ReplaceFstOptions &opts)
100 : CacheImpl<A>(opts), opts_(opts) {
111 SetRoot(opts.root);
114 explicit ReplaceFstImpl(const ReplaceFstOptions &opts)
115 : CacheImpl<A>(opts), opts_(opts), root_(kNoLabel) {
551 const ReplaceFstOptions &opts)
    [all...]
rmepsilon.h 64 const RmEpsilonOptions<Arc, Queue> &opts)
65 : fst_(fst), distance_(distance), sd_state_(fst_, distance, opts, true) {
204 const RmEpsilonOptions<Arc, Queue> &opts) {
244 rmeps_state(*fst, distance, opts);
263 if (opts.connect)
296 opts(&state_queue, kDelta, connect);
298 RmEpsilon(fst, &distance, opts);
305 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta)
306 : CacheOptions(opts), delta(delta) {}
331 RmEpsilonFstImpl(const Fst<A>& fst, const RmEpsilonFstOptions &opts)
    [all...]
  /external/iptables/iptables/
xshared.c 152 gl->opts = xtables_options_xfrm(gl->orig_opts,
153 gl->opts,
157 gl->opts = xtables_merge_options(gl->orig_opts,
158 gl->opts,
161 if (gl->opts == NULL)
  /external/libselinux/src/
label_android_property.c 143 static int init(struct selabel_handle *rec, const struct selinux_opt *opts,
156 switch (opts[n].type) {
158 path = opts[n].value;
285 const struct selinux_opt *opts,
300 return init(rec, opts, nopts);
  /external/regex-re2/re2/testing/
filtered_re2_test.cc 17 RE2::Options opts; member in struct:re2::FilterTestVars
32 v.f.Add("(foo|bar)", v.opts, &id);
47 v.opts.set_utf8(false);
48 v.f.Add("\xde\xadQ\xbe\xef", v.opts, &id);
138 v->f.Add(regexps[i], v->opts, &id);
  /external/webkit/Tools/QtTestBrowser/
mainwindow.cpp 144 QUrl::FormattingOptions opts; local
145 opts |= QUrl::RemoveScheme;
146 opts |= QUrl::RemoveUserInfo;
147 opts |= QUrl::StripTrailingSlash;
148 QString s = url.toString(opts);
  /external/ppp/pppd/
auth.c 1693 struct wordlist *addrs, *opts; local
1921 struct wordlist *addrs, *opts; local
1986 struct wordlist *addrs, *opts; local
    [all...]
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 40 // TODO: support marking opts as for displayable in full usage only
122 final Opts opts = new Opts (); local
166 opts.addError (formatMessage ("unknown option \'" + optName + "\'"));
177 opt = opts.getOpt (canonicalName);
184 opts.addOpt (opt, optdef, optName);
192 opts.addOpt (opt, optdef, optName);
196 opts.addError (formatMessage ("option \'" + optName + "\' cannot be specified more than once"));
234 opts.addError (formatMessage ("option \'" + opt.getName () + "\' does not accept values: \'" + value + (…)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.h 130 std::string* wave_out_device, int* opts);
132 const std::string& wave_out_device, int opts);
175 bool SetAudioOptions_w(int opts, const Device* in_dev,
  /external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp 95 SmallVectorImpl<CheckerOptInfo> &opts) const {
102 i = opts.begin(), e = opts.end(); i != e; ++i) {
  /external/srec/tools/parseStringTest/
parseStringTest.c 54 typedef struct Opts
59 Opts;
104 ESR_ReturnCode Parse(SR_Grammar* grammar, LCHAR* trans, PFile* fout, Opts* opts)
113 if (opts->do_check_all_ids)
116 Opts myopts;
117 memcpy(&myopts, opts, sizeof(myopts));
136 if (!opts->use_parse_by_string_ids)
286 Opts opts = { 0, 0 } local
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapsActivity.java 69 BitmapFactory.Options opts = new BitmapFactory.Options(); local
70 opts.inMutable = true;
71 Bitmap bitmap = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1, opts);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesf.h 267 inline void options_on (Field_Options opts) {
268 OnError (::field_opts_on (field, opts));
272 inline void options_off (Field_Options opts) {
273 OnError (::field_opts_off (field, opts));
282 inline void set_options (Field_Options opts) {
283 OnError (::set_field_opts (field, opts));
562 inline void options_on (Form_Options opts) {
563 OnError (::form_opts_on (form, opts));
567 inline void options_off (Form_Options opts) {
568 OnError (::form_opts_off (form, opts));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 267 inline void options_on (Field_Options opts) {
268 OnError (::field_opts_on (field, opts));
272 inline void options_off (Field_Options opts) {
273 OnError (::field_opts_off (field, opts));
282 inline void set_options (Field_Options opts) {
283 OnError (::set_field_opts (field, opts));
562 inline void options_on (Form_Options opts) {
563 OnError (::form_opts_on (form, opts));
567 inline void options_off (Form_Options opts) {
568 OnError (::form_opts_off (form, opts));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursesf.h 267 inline void options_on (Field_Options opts) {
268 OnError (::field_opts_on (field, opts));
272 inline void options_off (Field_Options opts) {
273 OnError (::field_opts_off (field, opts));
282 inline void set_options (Field_Options opts) {
283 OnError (::set_field_opts (field, opts));
562 inline void options_on (Form_Options opts) {
563 OnError (::form_opts_on (form, opts));
567 inline void options_off (Form_Options opts) {
568 OnError (::form_opts_off (form, opts));
    [all...]
  /external/iproute2/tc/
m_xt.c 73 .opts = original_opts,
152 c = getopt_long(argc, argv, "j:", tcipt_globals.opts, NULL);
164 tcipt_globals.opts =
165 xtables_merge_options(tcipt_globals.opts,
309 tcipt_globals.opts =
310 xtables_merge_options(tcipt_globals.opts,

Completed in 1336 milliseconds

1 2 3 4 5 6 7 891011>>