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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/sqlite/src/test/
releasetest.tcl 31 * The makefile should support the variable "OPTS" as a way to pass
36 make -f $::MAKEFILE fulltest OPTS="-DSQLITE_SECURE_DELETE=1 -DSQLITE_DEBUG=1"
39 they do not respect the OPTS variable.
195 # Tcl variable $opts is used to build up the value used to set the
196 # OPTS Makefile variable. Variable $cflags holds the value for
197 # CFLAGS. The makefile will pass OPTS to both gcc and lemon, but
201 set opts ""
204 lappend opts $arg
211 set opts [join $opts " "]
    [all...]
  /external/e2fsprogs/misc/
e2initrd_helper.c 57 char *opts; member in struct:fs_info
235 char *dev, *device, *mntpnt, *type, *opts, *freq, *passno, *cp; local
244 opts = parse_word(&cp);
257 parse_escape(opts);
271 fs->opts = string_copy(opts ? opts : "");
290 if (fs->opts)
291 fs->opts = 0;
  /external/openfst/src/lib/
symbol-table.cc 44 const SymbolTableTextOptions &opts) {
52 string separator = opts.fst_field_separator + "\n";
69 (!opts.allow_negative && key < 0) || key == -1) {
161 const SymbolTableReadOptions& opts) {
201 if (IsInRange(opts.string_hash_ranges, key)) {
250 const SymbolTableTextOptions &opts) const {
251 if (opts.fst_field_separator.empty()) {
258 if (iter.Value() < 0 && !opts.allow_negative && !once_only) {
262 line << iter.Symbol() << opts.fst_field_separator[0] << iter.Value()
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 63 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts,
65 : fst_(fst.Copy()), distance_(distance), state_queue_(opts.state_queue),
66 arc_filter_(opts.arc_filter),
67 delta_(opts.delta), retain_(retain) {
183 // This computes the shortest distance from the 'opts.source' state to
202 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts) {
205 sd_state(fst, distance, opts, false);
206 sd_state.ShortestDistance(opts.source);
240 opts(&state_queue, arc_filter);
241 ShortestDistance(fst, distance, opts);
    [all...]
  /external/openfst/src/include/fst/
shortest-path.h 69 // state to each state in 'ifst'. 'opts' is used to specify options
81 ShortestPathOptions<Arc, Queue, ArcFilter> &opts) {
98 Queue *state_queue = opts.state_queue;
99 StateId source = opts.source == kNoStateId ? ifst.Start() : opts.source;
105 if (opts.nshortest != 1) {
111 if (opts.weight_threshold != Weight::Zero() ||
112 opts.state_threshold != kNoStateId) {
152 if (opts.first_path)
392 // 'ifst'. 'opts' is used to specify options such as the number o
    [all...]
shortest-distance.h 80 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts,
82 : fst_(fst), distance_(distance), state_queue_(opts.state_queue),
83 arc_filter_(opts.arc_filter), delta_(opts.delta),
84 first_path_(opts.first_path), retain_(retain), source_id_(0),
226 // This computes the shortest distance from the 'opts.source' state to
247 const ShortestDistanceOptions<Arc, Queue, ArcFilter> &opts) {
250 sd_state(fst, distance, opts, false);
251 sd_state.ShortestDistance(opts.source);
292 opts(&state_queue, arc_filter)
    [all...]
determinize.h 337 explicit DeterminizeFstOptions(const CacheOptions &opts,
341 : CacheOptions(opts), delta(del), subsequential_label(lab),
375 const DeterminizeFstOptions<A, D, F, T> &opts)
376 : CacheImpl<A>(opts), fst_(fst.Copy()) {
380 opts.subsequential_label != 0);
474 const DeterminizeFstOptions<A, D, F, T> &opts)
475 : DeterminizeFstImplBase<A>(fst, opts),
476 delta_(opts.delta),
479 filter_(opts.filter ? opts.filter : new F())
812 DeterminizeFstOptions<A, D, F, T> opts; local
    [all...]
const-fst.h 90 static ConstFstImpl<A, U> *Read(istream &strm, const FstReadOptions &opts);
205 const FstReadOptions &opts) {
208 if (!impl->ReadHeader(strm, opts, kMinFileVersion, &hdr)) {
221 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
227 impl->states_region_ = MappedFile::Map(&strm, opts, b);
229 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
236 LOG(ERROR) << "ConstFst::Read: Alignment failed: " << opts.source;
242 impl->arcs_region_ = MappedFile::Map(&strm, opts, b);
244 LOG(ERROR) << "ConstFst::Read: Read failed: " << opts.source;
282 static ConstFst<A, U> *Read(istream &strm, const FstReadOptions &opts) {
    [all...]
edit-fst.h 95 const FstReadOptions &opts);
97 bool Write(ostream &strm, const FstWriteOptions &opts) const {
99 FstWriteOptions edits_opts(opts);
106 LOG(ERROR) << "EditFstData::Write: write failed: " << opts.source;
337 const FstReadOptions &opts) {
341 FstReadOptions edits_opts(opts);
362 LOG(ERROR) << "EditFst::Read: read failed: " << opts.source;
481 const FstReadOptions &opts);
483 bool Write(ostream &strm, const FstWriteOptions &opts) const {
487 FstWriteOptions header_opts(opts);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 614 miniopt_t opts; local
618 miniopt_init(&opts, "pktgen", "", FALSE);
620 while ((opt_err = miniopt(&opts, argv)) != -1) {
626 argv += opts.consumed;
628 if (!opts.good_int && opts.opt != 'd') {
629 fprintf(stderr, "invalid integer %s\n", opts.valstr);
634 switch (opts.opt) {
636 pktgen.freq = opts.uval;
639 pktgen.count = opts.uval
955 miniopt_t opts; local
    [all...]
  /external/clang/utils/analyzer/
CmpRuns.py 183 def loadResults(path, opts, root = "", deleteEmpty=True):
184 return loadResultsFromSingleRun(SingleRunInfo(path, root, opts.verboseLog),
256 def dumpScanBuildResultsDiff(dirA, dirB, opts, deleteEmpty=True):
258 resultsA = loadResults(dirA, opts, opts.rootA, deleteEmpty)
259 resultsB = loadResults(dirB, opts, opts.rootB, deleteEmpty)
262 if opts.verboseLog:
263 auxLog = open(opts.verboseLog, "wb")
318 (opts, args) = parser.parse_args(
    [all...]
  /external/chromium_org/chrome_frame/tools/test/page_cycler/
cf_cycler.py 88 (opts, args) = parser.parse_args()
90 urls = LoadSiteList(opts.url_list)
  /external/libsepol/tests/
libsepol-tests.c 85 struct option opts[] = { local
91 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) {
  /external/llvm/utils/git/
find-rev 11 (opts, args) = parser.parse_args()
24 p = subprocess.Popen(['git', 'rev-list', opts.branch, '--pretty'],
  /external/openfst/src/bin/
fstcompose.cc 88 fst::ComposeOptions opts(FLAGS_connect, compose_filter);
90 s::Compose(*ifst1, *ifst2, &ofst, opts);
fstdeterminize.cc 58 s::DeterminizeOptions opts(
63 s::Determinize(*ifst, &ofst, opts);
fstdifference.cc 80 fst::DifferenceOptions opts(FLAGS_connect, cf);
82 s::Difference(*ifst1, *ifst2, &ofst, opts);
fstintersect.cc 81 fst::IntersectOptions opts(FLAGS_connect, compose_filter);
83 s::Intersect(*ifst1, *ifst2, &ofst, opts);
fstprune.cc 57 s::PruneOptions opts(weight_threshold, FLAGS_nstate, 0, FLAGS_delta);
59 s::Prune(fst, opts);
  /external/openfst/src/extensions/pdt/
pdtshortestpath.cc 76 s::PdtShortestPathOptions opts(qt, FLAGS_keep_parentheses, FLAGS_path_gc);
77 s::PdtShortestPath(*ifst, parens, &ofst, opts);
  /external/openfst/src/script/
randequivalent.cc 41 const RandGenOptions<RandArcSelection> &opts) {
44 RandEquivalentInnerArgs2 args(fst1, fst2, seed, num_paths, delta, opts);
shortest-distance.cc 26 const ShortestDistanceOptions &opts) {
27 ShortestDistanceArgs1 args(fst, distance, opts);
shortest-path.cc 26 const ShortestPathOptions &opts) {
29 ShortestPathArgs1 args(ifst, ofst, distance, opts);
  /external/qemu/
blockdev.h 29 QemuOpts *opts; member in struct:DriveInfo
48 DriveInfo *add_init_drive(const char *opts);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
BitmapFactoryTest.java 30 BitmapFactory.Options opts = new BitmapFactory.Options(); local
31 Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an_image, opts);
35 assertEquals(100, opts.outWidth);
36 assertEquals(100, opts.outHeight);
70 BitmapFactory.Options opts = new BitmapFactory.Options(); local
71 Bitmap bitmap = BitmapFactory.decodeResource(Robolectric.application.getResources(), R.drawable.an_image, opts);
75 assertEquals(123, opts.outWidth);
76 assertEquals(456, opts.outHeight);

Completed in 271 milliseconds

1 2 3 4 5 6 7 891011>>