Home
last modified time | relevance | path

Searched refs:accep (Results 1 – 8 of 8) sorted by relevance

/external/openfst/src/include/fst/script/
Dcompile.h39 const bool accep; member
49 bool accep, bool ikeep, bool okeep, bool nkeep,
52 isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), ikeep(ikeep), in istrm()
65 args->accep, args->ikeep, in CompileFst()
86 bool accep, bool ikeep, bool okeep, bool nkeep,
Ddraw.h39 const bool accep; member
57 bool accep, in FstDrawerArgs()
70 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), in FstDrawerArgs()
83 args->accep, args->title, args->width, in DrawFst()
95 bool accep,
Dcompile-impl.h57 const SymbolTable *ssyms, bool accep, bool ikeep,
72 (col.size() > 4 && accep) ||
73 (col.size() == 3 && !accep)) {
105 if (accep) {
Dprint-impl.h49 bool accep, in FstPrinter() argument
52 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0), in FstPrinter()
Ddraw-impl.h47 bool accep, in FstDrawer() argument
59 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0), in FstDrawer()
/external/openfst/src/script/
Dcompile.cc30 bool accep, bool ikeep, bool okeep, bool nkeep, in CompileFst() argument
33 accep, ikeep, okeep, nkeep, allow_negative_labels); in CompileFst()
Ddraw.cc30 bool accep, in DrawFst() argument
43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width, in DrawFst()
/external/srec/tools/grxmlcompile/
Dfst-io.h52 bool accep) in FstPrinter() argument
54 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0) {} in FstPrinter()
214 const SymbolTable *ssyms, bool accep, bool ikeep, in FstReader() argument
227 col.size() > 4 && accep || in FstReader()
228 col.size() == 3 && !accep) { in FstReader()
258 if (accep) { in FstReader()