HomeSort by relevance Sort by last modified time
    Searched full:opts (Results 76 - 100 of 1066) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/main/docs/xml/
valgrind-manpage.xml 55 <xi:include href="manual-core.xml" xpointer="tool.opts.para"
58 <xi:include href="manual-core.xml" xpointer="tool.opts.list"
68 <xi:include href="manual-core.xml" xpointer="basic.opts.para"
71 <xi:include href="manual-core.xml" xpointer="basic.opts.list"
81 <xi:include href="manual-core.xml" xpointer="error-related.opts.para"
84 <xi:include href="manual-core.xml" xpointer="error-related.opts.list"
94 <xi:include href="manual-core.xml" xpointer="malloc-related.opts.para"
97 <xi:include href="manual-core.xml" xpointer="malloc-related.opts.list"
108 <xi:include href="manual-core.xml" xpointer="uncommon.opts.para"
111 <xi:include href="manual-core.xml" xpointer="uncommon.opts.list
    [all...]
  /external/openfst/src/include/fst/
prune.h 93 // the weight of the shortest path Times() 'opts.weight_threshold'.
94 // When 'opts.state_threshold != kNoStateId', the resulting transducer
95 // will restricted further to have at most 'opts.state_threshold'
101 const PruneOptions<Arc, ArcFilter> &opts) {
117 if (!opts.distance) {
119 ShortestDistance(*fst, &tmp, true, opts.delta);
121 const vector<Weight> *fdistance = opts.distance ? opts.distance : &tmp;
123 if ((opts.state_threshold == 0) ||
136 Weight limit = Times((*fdistance)[fst->Start()], opts.weight_threshold)
    [all...]
difference.h 40 explicit DifferenceFstOptions(const CacheOptions &opts,
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.filter_type == ALT_SEQUENCE_FILTER)
    [all...]
intersect.h 39 explicit IntersectFstOptions(const CacheOptions &opts,
42 : ComposeFstOptions<A, M, F, T>(opts, mat1, mat2, filt, sttable) { }
71 const CacheOptions opts = CacheOptions()) {
74 SetImpl(CreateBase(fst1, fst2, opts));
83 const IntersectFstOptions<A, M, F, T> &opts) {
86 SetImpl(CreateBase1(fst1, fst2, opts));
145 const IntersectOptions &opts = IntersectOptions()) {
148 if (opts.filter_type == AUTO_FILTER) {
152 } else if (opts.filter_type == SEQUENCE_FILTER) {
156 } else if (opts.filter_type == ALT_SEQUENCE_FILTER)
    [all...]
  /external/qemu/
blockdev.c 47 QemuOpts *opts; local
53 opts = qemu_opts_parse(qemu_find_opts("drive"), optstr, 0);
54 if (!opts) {
58 qemu_opt_set(opts, "file", file);
59 return opts;
111 qemu_opts_del(dinfo->opts);
134 DriveInfo *drive_init(QemuOpts *opts, int default_to_scsi, int *fatal_error)
172 bus_id = qemu_opt_get_number(opts, "bus", 0);
173 unit_id = qemu_opt_get_number(opts, "unit", -1);
174 index = qemu_opt_get_number(opts, "index", -1)
    [all...]
qemu-char.c 252 static CharDriverState *qemu_chr_open_null(QemuOpts *opts)
574 static CharDriverState *qemu_chr_open_android_modem(QemuOpts* opts)
580 static CharDriverState *qemu_chr_open_android_gps(QemuOpts* opts)
587 static CharDriverState *qemu_chr_open_android_kmsg(QemuOpts* opts)
592 static CharDriverState *qemu_chr_open_android_qemud(QemuOpts* opts)
695 static CharDriverState *qemu_chr_open_file_out(QemuOpts *opts)
699 TFR(fd_out = qemu_open(qemu_opt_get(opts, "path"),
706 static CharDriverState *qemu_chr_open_pipe(QemuOpts *opts)
710 const char *filename = qemu_opt_get(opts, "path");
734 static CharDriverState *qemu_chr_open_fdpair(QemuOpts* opts)
2395 QemuOpts *opts; local
2649 QemuOpts *opts; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapDecode.java 71 BitmapFactory.Options opts = new BitmapFactory.Options(); local
74 opts.inJustDecodeBounds = true;
75 bm = BitmapFactory.decodeStream(is, null, opts);
77 // now opts.outWidth and opts.outHeight are the dimension of the
80 opts.inJustDecodeBounds = false; // this will request the bm
81 opts.inSampleSize = 4; // scaled down by 4
82 bm = BitmapFactory.decodeStream(is, null, opts);
  /external/chromium_org/remoting/jingle_glue/
chromium_socket_factory.h 24 int opts) OVERRIDE;
30 int opts) OVERRIDE;
  /external/chromium_org/third_party/sqlite/src/
mkextw.sh 7 OPTS='-DTHREADSAFE=1 -DBUILD_sqlite=1 -DSQLITE_OS_WIN=1'
8 CC="i386-mingw32msvc-gcc -O2 $OPTS -Itsrc"
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
mbo_getopt.h 19 int mbo_getopt(int argc, char* const *argv, const mbo_opt_struct opts[], char **optarg, int *optind, int show_err);
  /external/chromium_org/tools/
gypv8sh.py 30 (opts, args) = parser.parse_args()
39 if opts.verbose or opts.impotent:
41 if not opts.impotent:
prepare-bisect-perf-regression.py 52 (opts, args) = parser.parse_args()
54 if not opts.working_directory:
60 if not bisect_utils.CheckIfBisectDepotExists(opts):
62 bisect_utils.CreateBisectDirectoryAndSetupDepot(opts,
  /external/e2fsprogs/contrib/
e2croncheck 28 OPTS="-Fttv -C0"
29 #OPTS="-Fttv -E fragcheck"
34 if nice logsave -as $TMPFILE e2fsck -p $OPTS "/dev/${VG}/${VOLUME}-snap" && \
35 nice logsave -as $TMPFILE e2fsck -fy $OPTS "/dev/${VG}/${VOLUME}-snap" ; then
  /external/e2fsprogs/lib/ext2fs/
io_manager.c 22 errcode_t io_channel_set_options(io_channel channel, const char *opts)
29 if (!opts)
35 options = malloc(strlen(opts)+1);
38 strcpy(options, opts);
  /external/iptables/extensions/
libip6t_dst.man 6 \fB\-\-dst\-opts\fP \fItype\fP[\fB:\fP\fIlength\fP][\fB,\fP\fItype\fP[\fB:\fP\fIlength\fP]...]
libip6t_hbh.man 6 \fB\-\-hbh\-opts\fP \fItype\fP[\fB:\fP\fIlength\fP][\fB,\fP\fItype\fP[\fB:\fP\fIlength\fP]...]
  /external/openfst/src/script/
prune.cc 26 void Prune(MutableFstClass *fst, const PruneOptions &opts) {
27 PruneArgs1 args(fst, opts);
34 const PruneOptions &opts) {
35 PruneArgs2 args(ifst, fst, opts);
rmepsilon.cc 25 bool reverse, const RmEpsilonOptions &opts) {
28 RmEpsilonArgs1 args(ifst, ofst, reverse, opts);
42 const RmEpsilonOptions &opts) {
43 RmEpsilonArgs3 args(fst, distance, opts);
  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
func_invoke_and_crash.cpp 1 // RUN: %clangxx %s -g -fexceptions %extra-clang-opts -o %t
test_info_sources.cpp 1 // RUN: %clangxx %s -g -fexceptions %extra-clang-opts -o %t
  /external/linux-tools-perf/util/
parse-options.c 438 const struct option *opts, int full)
453 if (opts->type != OPTION_GROUP)
456 for (; opts->type != OPTION_END; opts++) {
460 if (opts->type == OPTION_GROUP) {
462 if (*opts->help)
463 fprintf(stderr, "%s\n", opts->help);
466 if (!full && (opts->flags & PARSE_OPT_HIDDEN))
470 if (opts->short_name)
471 pos += fprintf(stderr, "-%c", opts->short_name)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
clean-header-guards 7 OptionParser.new do |opts|
8 opts.banner = "Usage: clean-header-guards [options]"
10 opts.on("--prefix [PREFIX]", "Append a header prefix to all guards") do |prefix|
  /external/llvm/unittests/Option/
Makefile 14 BUILT_SOURCES = Opts.inc
21 $(ObjDir)/Opts.inc.tmp : Opts.td $(LLVM_TBLGEN) $(ObjDir)/.dir
  /external/clang/utils/ABITest/
ABITestGen.py 480 (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/clang/utils/
FuzzTest 127 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...]

Completed in 742 milliseconds

1 2 34 5 6 7 8 91011>>