HomeSort by relevance Sort by last modified time
    Searched defs:ssyms (Results 1 - 7 of 7) sorted by null

  /external/openfst/src/bin/
fstcompile.cc 64 const SymbolTable *isyms = 0, *osyms = 0, *ssyms = 0; local
80 ssyms = SymbolTable::ReadText(FLAGS_ssymbols);
81 if (!ssyms) exit(1);
87 isyms, osyms, ssyms,
fstdraw.cc 78 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,
fstprint.cc 71 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/include/fst/script/
print.h 35 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);
compile.h 38 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,
draw.h 38 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,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-machine.h 102 elf_machine_ssym *ssyms; /* array of "special" syms */ member in struct:elf_machine_handler

Completed in 116 milliseconds