/external/openfst/src/include/fst/script/ |
D | print.h | 35 const SymbolTable *ssyms; member 44 const SymbolTable *ssyms, in FstPrinterArgs() 49 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accept(accept), in FstPrinterArgs() 58 args->ssyms, args->accept, in PrintFst() 66 const SymbolTable *ssyms, 76 const SymbolTable *ssyms = NULL) { 77 fst::FstPrinter<Arc> fstprinter(fst, isyms, osyms, ssyms, true, true);
|
D | draw.h | 38 const SymbolTable *ssyms; member 56 const SymbolTable *ssyms, in FstDrawerArgs() 70 fst(fst), isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), in FstDrawerArgs() 82 FstDrawer<Arc> fstdrawer(fst, args->isyms, args->osyms, args->ssyms, in DrawFst() 94 const SymbolTable *ssyms,
|
D | compile.h | 38 const fst::SymbolTable *ssyms; member 48 const fst::SymbolTable *ssyms, 52 isyms(isyms), osyms(osyms), ssyms(ssyms), accep(accep), ikeep(ikeep), in istrm() 64 args->osyms, args->ssyms, in CompileFst() 85 const SymbolTable *osyms, const SymbolTable *ssyms,
|
D | print-impl.h | 48 const SymbolTable *ssyms, in FstPrinter() argument 51 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter()
|
D | draw-impl.h | 46 const SymbolTable *ssyms, in FstDrawer() argument 58 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstDrawer()
|
D | compile-impl.h | 57 const SymbolTable *ssyms, bool accep, bool ikeep, 60 isyms_(isyms), osyms_(osyms), ssyms_(ssyms),
|
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 51 const SymbolTable *ssyms, in FstPrinter() argument 53 : fst_(fst), isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstPrinter() 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, in FstReader() argument 217 isyms_(isyms), osyms_(osyms), ssyms_(ssyms), in FstReader() 379 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; 392 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); [all …]
|
/external/openfst/src/bin/ |
D | fstcompile.cc | 64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local 80 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); in main() 81 if (!ssyms) exit(1); in main() 87 isyms, osyms, ssyms, in main()
|
D | fstprint.cc | 71 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local 87 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); in main() 88 if (!ssyms) exit(1); in main() 96 s::PrintFst(*fst, *ostrm, dest, isyms, osyms, ssyms, in main()
|
D | fstdraw.cc | 78 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; in main() local 94 ssyms = SymbolTable::ReadText(FLAGS_ssymbols); in main() 95 if (!ssyms) exit(1); in main() 103 s::DrawFst(*fst, isyms, osyms, ssyms, FLAGS_acceptor, in main()
|
/external/openfst/src/script/ |
D | print.cc | 29 const SymbolTable *ssyms, in PrintFst() argument 31 FstPrinterArgs args(fst, isyms, osyms, ssyms, accept, show_weight_one, in PrintFst()
|
D | compile.cc | 29 const SymbolTable *osyms, const SymbolTable *ssyms, in CompileFst() argument 32 FstCompileArgs args(istrm, source, dest, fst_type, isyms, osyms, ssyms, in CompileFst()
|
D | draw.cc | 29 const SymbolTable *ssyms, in DrawFst() argument 43 FstDrawerArgs args(fst, isyms, osyms, ssyms, accep, title, width, in DrawFst()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf-machine.h | 102 elf_machine_ssym *ssyms; /* array of "special" syms */ member
|
D | elf.c | 98 elf_march->ssyms[i].name, in elf_set_arch() 101 (void*)&elf_march->ssyms[i]); in elf_set_arch() 113 if (yasm__strcasecmp(name, elf_march->ssyms[i].name) == 0) in elf_get_special_sym() 140 return (elf_march->ssyms[i].sym_rel & flag) != 0; in elf_ssym_has_flag()
|