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

  /external/openfst/src/include/fst/script/
compile.h 39 const bool accep; member in struct:fst::script::FstCompileArgs
49 bool accep, bool ikeep, bool okeep, bool nkeep,
52 isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), ikeep(ikeep),
65 args->accep, args->ikeep,
86 bool accep, bool ikeep, bool okeep, bool nkeep,
draw.h 39 const bool accep; member in struct:fst::script::FstDrawerArgs
57 bool accep,
70 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep),
83 args->accep, args->title, args->width,
95 bool accep,
print-impl.h 49 bool accep,
52 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0),
compile-impl.h 57 const SymbolTable *ssyms, bool accep, bool ikeep,
72 (col.size() > 4 && accep) ||
73 (col.size() == 3 && !accep)) {
105 if (accep) {
draw-impl.h 47 bool accep,
59 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0),
  /external/openfst/src/script/
compile.cc 30 bool accep, bool ikeep, bool okeep, bool nkeep,
33 accep, ikeep, okeep, nkeep, allow_negative_labels);
draw.cc 30 bool accep,
43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width,
  /external/srec/tools/grxmlcompile/
fst-io.h 52 bool accep)
54 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0) {}
214 const SymbolTable *ssyms, bool accep, bool ikeep,
227 col.size() > 4 && accep ||
228 col.size() == 3 && !accep) {
258 if (accep) {

Completed in 286 milliseconds