HomeSort by relevance Sort by last modified time
    Searched refs:opts (Results 276 - 300 of 735) sorted by null

<<11121314151617181920>>

  /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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 33 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs)
36 self.assertEqual(opts, wanted)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 33 opts = gen_lib_options(compiler, libdirs, runlibdirs, libs)
36 self.assertEqual(opts, wanted)
  /external/chromium_org/build/util/
lastchange.py 201 opts, args = parser.parse_args(argv[1:])
203 out_file = opts.output
213 if opts.source_dir:
214 src_dir = opts.source_dir
218 version_info = FetchVersionInfo(opts.default_lastchange, src_dir)
223 if opts.revision_only:
  /external/chromium_org/third_party/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/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);
  /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/core/java/android/provider/
DocumentsContract.java 710 final BitmapFactory.Options opts = new BitmapFactory.Options(); local
711 opts.inJustDecodeBounds = true;
713 BitmapFactory.decodeStream(is, null, opts);
715 BitmapFactory.decodeFileDescriptor(fd, null, opts);
718 final int widthSample = opts.outWidth / size.x;
719 final int heightSample = opts.outHeight / size.y;
721 opts.inJustDecodeBounds = false;
722 opts.inSampleSize = Math.min(widthSample, heightSample);
725 bitmap = BitmapFactory.decodeStream(is, null, opts);
732 bitmap = BitmapFactory.decodeFileDescriptor(fd, null, opts);
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 817 BitmapFactory.Options opts = new BitmapFactory.Options(); local
818 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
836 BitmapFactory.Options opts = new BitmapFactory.Options(); local
837 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
856 BitmapFactory.Options opts = new BitmapFactory.Options(); local
857 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
859 R.drawable.stat_sample, opts);
876 BitmapFactory.Options opts = new BitmapFactory.Options(); local
877 opts.inScreenDensity = DisplayMetrics.DENSITY_DEVICE;
879 R.drawable.stat_sample, opts);
897 BitmapFactory.Options opts = new BitmapFactory.Options(); local
917 BitmapFactory.Options opts = new BitmapFactory.Options(); local
938 BitmapFactory.Options opts = new BitmapFactory.Options(); local
958 BitmapFactory.Options opts = new BitmapFactory.Options(); local
    [all...]
  /external/chromium_org/skia/
skia_opts.target.darwin-x86.mk 25 third_party/skia/src/opts/SkBitmapProcState_opts_SSE2.cpp \
26 third_party/skia/src/opts/SkBlitRect_opts_SSE2.cpp \
27 third_party/skia/src/opts/SkBlitRow_opts_SSE2.cpp \
28 third_party/skia/src/opts/SkUtils_opts_SSE2.cpp \
29 third_party/skia/src/opts/SkBitmapFilter_opts_SSE2.cpp
100 $(LOCAL_PATH)/third_party/skia/src/opts \
188 $(LOCAL_PATH)/third_party/skia/src/opts \
skia_opts.target.linux-x86.mk 25 third_party/skia/src/opts/SkBitmapProcState_opts_SSE2.cpp \
26 third_party/skia/src/opts/SkBlitRect_opts_SSE2.cpp \
27 third_party/skia/src/opts/SkBlitRow_opts_SSE2.cpp \
28 third_party/skia/src/opts/SkUtils_opts_SSE2.cpp \
29 third_party/skia/src/opts/SkBitmapFilter_opts_SSE2.cpp
100 $(LOCAL_PATH)/third_party/skia/src/opts \
188 $(LOCAL_PATH)/third_party/skia/src/opts \
skia_opts_neon.target.darwin-arm.mk 25 third_party/skia/src/opts/memset16_neon.S \
26 third_party/skia/src/opts/memset32_neon.S \
27 third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp \
28 third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp \
29 third_party/skia/src/opts/SkBlitRow_opts_arm_neon.cpp
101 $(LOCAL_PATH)/third_party/skia/src/opts \
189 $(LOCAL_PATH)/third_party/skia/src/opts \
skia_opts_neon.target.linux-arm.mk 25 third_party/skia/src/opts/memset16_neon.S \
26 third_party/skia/src/opts/memset32_neon.S \
27 third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp \
28 third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp \
29 third_party/skia/src/opts/SkBlitRow_opts_arm_neon.cpp
101 $(LOCAL_PATH)/third_party/skia/src/opts \
189 $(LOCAL_PATH)/third_party/skia/src/opts \
  /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/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager_unittest.cc 229 int opts; local
232 EXPECT_TRUE(cm_->GetAudioOptions(&audio_in, &audio_out, &opts));
235 EXPECT_EQ(0x1, opts);
239 EXPECT_TRUE(cm_->GetAudioOptions(&audio_in, &audio_out, &opts));
242 EXPECT_EQ(0x2, opts);
247 int opts; local
253 EXPECT_TRUE(cm_->GetAudioOptions(NULL, NULL, &opts));
254 EXPECT_EQ(0x1, opts);
290 int opts; local
293 EXPECT_TRUE(cm_->GetAudioOptions(&audio_in, &audio_out, &opts));
    [all...]
  /external/chromium_org/content/renderer/p2p/
ipc_socket_factory.cc 413 int opts) {
415 if (opts & talk_base::PacketSocketFactory::OPT_SSLTCP)
418 P2PSocketType type = (opts & talk_base::PacketSocketFactory::OPT_STUN) ?
433 const std::string& user_agent, int opts) {
435 if (opts & talk_base::PacketSocketFactory::OPT_SSLTCP) {
436 type = (opts & talk_base::PacketSocketFactory::OPT_STUN) ?
438 } else if (opts & talk_base::PacketSocketFactory::OPT_TLS) {
439 type = (opts & talk_base::PacketSocketFactory::OPT_STUN) ?
442 type = (opts & talk_base::PacketSocketFactory::OPT_STUN) ?
  /external/chromium_org/third_party/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/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/ppp/pppd/
auth.c 1693 struct wordlist *addrs, *opts; local
1921 struct wordlist *addrs, *opts; local
1986 struct wordlist *addrs, *opts; local
    [all...]

Completed in 418 milliseconds

<<11121314151617181920>>