HomeSort by relevance Sort by last modified time
    Searched refs:fopts (Results 1 - 5 of 5) sorted by null

  /external/openfst/src/include/fst/
add-on.h 219 FstReadOptions fopts(opts);
220 fopts.header = 0; // Contained header was written out.
221 F *fst = F::Read(strm, fopts);
247 FstWriteOptions fopts(opts);
248 fopts.write_header = true; // Force writing contained header.
249 if (!fst_.Write(strm, fopts))
determinize.h 894 FactorWeightOptions<ToArc> fopts(CacheOptions(true, 0), delta_,
898 FactorWeightFst<ToArc, FactorIterator> factored_fst(det_fsa, fopts);
    [all...]
randgen.h 689 RandGenFstOptions<Sampler> fopts(CacheOptions(true, 0), arc_sampler,
692 RandFst rfst(ifst, fopts);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 187 fopts = ' '.join(_format_optdict(opts, True, ("children",)))
188 head = "%s%s%s" % (' ' * indent, elem, (" %s" % fopts) if fopts else '')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 187 fopts = ' '.join(_format_optdict(opts, True, ("children",)))
188 head = "%s%s%s" % (' ' * indent, elem, (" %s" % fopts) if fopts else '')
    [all...]

Completed in 201 milliseconds