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

/external/openfst/src/include/fst/script/
H A Dcompile.h39 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,
45 FstCompileArgs(istream &istrm, const string &source, const string &dest, const string &fst_type, const fst::SymbolTable *isyms, const fst::SymbolTable *osyms, const fst::SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels = false) argument
H A Ddraw.h39 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,
53 FstDrawerArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
H A Dprint-impl.h49 bool accep,
52 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0),
45 FstPrinter(const Fst<A> &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool show_weight_one) argument
H A Dcompile-impl.h57 const SymbolTable *ssyms, bool accep, bool ikeep,
72 (col.size() > 4 && accep) ||
73 (col.size() == 3 && !accep)) {
105 if (accep) {
55 FstCompiler(istream &istrm, const string &source, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels = false) argument
H A Ddraw-impl.h47 bool accep,
59 accep_(accep && fst.Properties(kAcceptor, true)), ostrm_(0),
43 FstDrawer(const Fst<A> &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, string title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one) argument
/external/openfst/src/script/
H A Dcompile.cc30 bool accep, bool ikeep, bool okeep, bool nkeep,
33 accep, ikeep, okeep, nkeep, allow_negative_labels);
26 CompileFst(istream &istrm, const string &source, const string &dest, const string &fst_type, const string &arc_type, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep, bool allow_negative_labels) argument
H A Ddraw.cc30 bool accep,
43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width,
26 DrawFst(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, const string &title, float width, float height, bool portrait, bool vertical, float ranksep, float nodesep, int fontsize, int precision, bool show_weight_one, ostream *ostrm, const string &dest) argument
/external/srec/tools/grxmlcompile/
H A Dfst-io.h52 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) {
48 FstPrinter(const Fst<A> &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep) argument
212 FstReader(istream &istrm, const string &source, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accep, bool ikeep, bool okeep, bool nkeep) argument

Completed in 300 milliseconds