Searched defs:ssyms (Results 1 - 14 of 14) sorted by relevance

/external/openfst/src/bin/
H A Dfstcompile.cc64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; local
80 ssyms = SymbolTable::ReadText(FLAGS_ssymbols);
81 if (!ssyms) exit(1);
87 isyms, osyms, ssyms,
H A Dfstdraw.cc78 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; local
94 ssyms = SymbolTable::ReadText(FLAGS_ssymbols);
95 if (!ssyms) exit(1);
103 s::DrawFst(*fst, isyms, osyms, ssyms, FLAGS_acceptor,
H A Dfstprint.cc71 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; local
87 ssyms = SymbolTable::ReadText(FLAGS_ssymbols);
88 if (!ssyms) exit(1);
96 s::PrintFst(*fst, *ostrm, dest, isyms, osyms, ssyms,
/external/openfst/src/script/
H A Dprint.cc29 const SymbolTable *ssyms,
31 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one,
26 PrintFst(const FstClass &fst, ostream &ostrm, const string &dest, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accept, bool show_weight_one) argument
H A Dcompile.cc29 const SymbolTable *osyms, const SymbolTable *ssyms,
32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms,
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.cc29 const SymbolTable *ssyms,
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/openfst/src/include/fst/script/
H A Dprint.h35 const SymbolTable *ssyms; member in struct:fst::script::FstPrinterArgs
44 const SymbolTable *ssyms,
49 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accept(accept),
58 args->ssyms, args->accept,
66 const SymbolTable *ssyms,
76 const SymbolTable *ssyms = NULL) {
77 fst::FstPrinter<Arc> fstprinter(fst, isyms, osyms, ssyms, true, true);
41 FstPrinterArgs(const FstClass &fst, const SymbolTable *isyms, const SymbolTable *osyms, const SymbolTable *ssyms, bool accept, bool show_weight_one, ostream *ostrm, const string &dest) argument
H A Dcompile.h38 const fst::SymbolTable *ssyms; member in struct:fst::script::FstCompileArgs
48 const fst::SymbolTable *ssyms,
52 isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), ikeep(ikeep),
64 args->osyms, args->ssyms,
85 const SymbolTable *osyms, const SymbolTable *ssyms,
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.h38 const SymbolTable *ssyms; member in struct:fst::script::FstDrawerArgs
56 const SymbolTable *ssyms,
70 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep),
82 FstDrawer<Arc> fstdrawer(fst, args->isyms, args->osyms, args->ssyms,
94 const SymbolTable *ssyms,
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.h48 const SymbolTable *ssyms,
51 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
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,
60 isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
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.h46 const SymbolTable *ssyms,
58 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-machine.h102 elf_machine_ssym *ssyms; /* array of "special" syms */ member in struct:elf_machine_handler
/external/srec/tools/grxmlcompile/
H A Dfst-io.h51 const SymbolTable *ssyms,
53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
167 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0;
180 ssyms = SymbolTable::ReadText(FLAGS_ssymbols);
181 if (!ssyms) exit(1);
189 FstPrinter<Arc> fstprinter(*fst, isyms, osyms, ssyms, FLAGS_acceptor);
214 const SymbolTable *ssyms, bool accep, bool ikeep,
217 isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
380 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0;
393 ssyms
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
[all...]

Completed in 2079 milliseconds