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

<<11121314151617181920>>

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
looper.h 63 * The opts may be ALOOPER_PREPARE_ALLOW_NON_CALLBACKS or 0.
65 ALooper* ALooper_prepare(int opts);
  /external/openfst/src/include/fst/extensions/pdt/
pdtscript.h 117 MutableFstClass *ofst, const PdtExpandOptions &opts);
210 const PdtShortestPathOptions &opts = args->arg4; local
219 switch (opts.queue_type) {
221 FSTERROR() << "Unknown queue type: " << opts.queue_type;
224 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses,
225 opts.path_gc);
231 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses,
232 opts.path_gc);
238 fst::PdtShortestPathOptions<Arc, Queue> spopts(opts.keep_parentheses,
239 opts.path_gc)
    [all...]
  /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);
  /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/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...]

Completed in 4084 milliseconds

<<11121314151617181920>>