Searched refs:arc_type (Results 1 - 16 of 16) sorted by relevance

/external/openfst/src/extensions/far/
H A Dfarscript.cc29 const string &arc_type,
46 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type,
52 const string &arc_type,
61 Apply<Operation<FarCreateArgs> >("FarCreate", arc_type, &args);
65 const string &arc_type,
72 Apply<Operation<FarExtractArgs> >("FarExtract", arc_type, &args);
76 const string &arc_type,
82 Apply<Operation<FarInfoArgs> >("FarInfo", arc_type, &args);
86 const string &arc_type,
102 Apply<Operation<FarPrintStringsArgs> >("FarPrintStrings", arc_type,
27 FarCompileStrings(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const string &fst_type, const FarType &far_type, int32 generate_keys, FarEntryType fet, FarTokenType tt, const string &symbols_fname, const string &unknown_symbol, bool allow_negative_labels, bool file_list_input, const string &key_prefix, const string &key_suffix) argument
50 FarCreate(const vector<string> &in_fnames, const string &out_fname, const string &arc_type, const int32 generate_keys, const bool file_list_input, const FarType &far_type, const string &key_prefix, const string &key_suffix) argument
64 FarExtract(const vector<string> &ifilenames, const string &arc_type, int32 generate_filenames, const string &begin_key, const string &end_key, const string &filename_prefix, const string &filename_suffix) argument
75 FarInfo(const vector<string> &filenames, const string &arc_type, const string &begin_key, const string &end_key, const bool list_fsts) argument
85 FarPrintStrings(const vector<string> &ifilenames, const string &arc_type, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const string &symbols_fname, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
[all...]
H A Dfarextract.cc55 const string &arc_type = fst::LoadArcTypeFromFar(ifilenames[0]); local
57 s::FarExtract(ifilenames, arc_type, FLAGS_generate_filenames,
H A Dfarprintstrings.cc60 string arc_type = fst::LoadArcTypeFromFar(ifilenames[0]); local
62 s::FarPrintStrings(ifilenames, arc_type,
H A Dfarcreate.cc56 string arc_type = fst::LoadArcTypeFromFst(in_fnames[0]); local
59 s::FarCreate(in_fnames, out_fname, arc_type, FLAGS_generate_keys,
H A Dfarcompilestrings.cc36 DEFINE_string(arc_type, "standard", "Output arc type");
/external/openfst/src/include/fst/script/
H A Dscript-impl.h126 const string &arc_type,
128 this->SetEntry(make_pair(operation_name, arc_type), op);
132 const string &operation_name, const string &arc_type) {
133 return this->GetEntry(make_pair(operation_name, arc_type));
182 void Apply(const string &op_name, const string &arc_type, argument
186 typename OpReg::OpType op = reg->GetOperation(op_name, arc_type);
190 << "arc type " << arc_type; local
125 RegisterOperation(const string &operation_name, const string &arc_type, OperationSignature op) argument
131 GetOperation( const string &operation_name, const string &arc_type) argument
H A Dregister.h56 Reader GetReader(const string &arc_type) const {
57 return this->GetEntry(arc_type).reader;
60 Creator GetCreator(const string &arc_type) const {
61 return this->GetEntry(arc_type).creator;
64 Converter GetConverter(const string &arc_type) const {
65 return this->GetEntry(arc_type).converter;
H A Dinfo-impl.h266 string arc_type = ""; local
268 arc_type = "epsilon ";
270 arc_type = "input-epsilon ";
272 arc_type = "output-epsilon ";
274 string accessible_label = "# of " + arc_type + "accessible states";
277 string coaccessible_label = "# of " + arc_type + "coaccessible states";
280 string connected_label = "# of " + arc_type + "connected states";
283 string numcc_label = "# of " + arc_type + "connected components";
286 string numscc_label = "# of " + arc_type + "strongly conn components";
H A Dcompile.h83 const string &fst_type, const string &arc_type,
H A Dfst-class.h305 explicit VectorFstClass(const string &arc_type);
/external/tcpdump/
H A Darcnet.h45 u_int8_t arc_type; member in struct:arc_header
56 u_int8_t arc_type2; /* same as arc_type */
90 u_int8_t arc_type; member in struct:arc_linux_header
H A Dprint-arcnet.c75 arctypename = tok2str(arctypemap, "%02x", ap->arc_type);
118 u_char arc_type; local
126 arc_type = ap->arc_type;
128 switch (arc_type) {
181 if (!arcnet_encap_print(arc_type, p, length, caplen))
205 u_char arc_type; local
213 arc_type = ap->arc_type;
215 switch (arc_type) {
[all...]
/external/openfst/src/script/
H A Dcompile.cc27 const string &fst_type, const string &arc_type,
35 Apply<Operation<FstCompileArgs> >("CompileFst", arc_type, &args);
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 Dfst-class.cc111 const string &arc_type) {
114 const IORegistration<VectorFstClass>::Entry &entry = reg->GetEntry(arc_type);
117 LOG(ERROR) << "Unknown arc type " << arc_type;
128 VectorFstClass::VectorFstClass(const string &arc_type) argument
129 : MutableFstClass(GetVFSTRegisterEntry(arc_type).creator()) { }
110 GetVFSTRegisterEntry( const string &arc_type) argument
/external/openfst/src/include/fst/extensions/far/
H A Dfarscript.h92 const string &arc_type,
138 const string &arc_type,
157 const string &arc_type,
171 const string &arc_type,
212 const string &arc_type,
/external/openfst/src/bin/
H A Dfstcompile.cc26 DEFINE_string(arc_type, "standard", "Output arc type");

Completed in 248 milliseconds