/external/openfst/src/extensions/far/ |
D | farscript.cc | 29 const string &arc_type, in FarCompileStrings() argument 49 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type, in FarCompileStrings() 55 const string &arc_type, in FarCreate() argument 64 Apply<Operation<FarCreateArgs> >("FarCreate", arc_type, &args); in FarCreate() 68 const string &arc_type, float delta, in FarEqual() argument 73 Apply<Operation<FarEqualArgs> >("FarEqual", arc_type, &args_with_retval); in FarEqual() 78 const string &arc_type, in FarExtract() argument 89 Apply<Operation<FarExtractArgs> >("FarExtract", arc_type, &args); in FarExtract() 93 const string &arc_type, in FarInfo() argument 99 Apply<Operation<FarInfoArgs> >("FarInfo", arc_type, &args); in FarInfo() [all …]
|
D | farextract.cc | 51 const string &arc_type = fst::LoadArcTypeFromFar(ifilenames[0]); in main() local 53 s::FarExtract(ifilenames, arc_type, FLAGS_generate_filenames, in main()
|
D | farprintstrings.cc | 59 string arc_type = fst::LoadArcTypeFromFar(ifilenames[0]); in main() local 61 s::FarPrintStrings(ifilenames, arc_type, in main()
|
D | farcreate.cc | 56 string arc_type = fst::LoadArcTypeFromFst(in_fnames[0]); in main() local 59 s::FarCreate(in_fnames, out_fname, arc_type, FLAGS_generate_keys, in main()
|
D | farcompilestrings.cc | 39 DEFINE_string(arc_type, "standard", "Output arc type");
|
/external/tcpdump/ |
D | print-arcnet.c | 75 arctypename = tok2str(arctypemap, "%02x", ap->arc_type); in arcnet_print() 118 u_char arc_type; in arcnet_if_print() local 126 arc_type = ap->arc_type; in arcnet_if_print() 128 switch (arc_type) { in arcnet_if_print() 181 if (!arcnet_encap_print(arc_type, p, length, caplen)) in arcnet_if_print() 205 u_char arc_type; in arcnet_linux_if_print() local 213 arc_type = ap->arc_type; in arcnet_linux_if_print() 215 switch (arc_type) { in arcnet_linux_if_print() 240 if (!arcnet_encap_print(arc_type, p, length, caplen)) in arcnet_linux_if_print()
|
D | arcnet.h | 45 u_int8_t arc_type; member 90 u_int8_t arc_type; member
|
/external/openfst/src/include/fst/script/ |
D | script-impl.h | 126 const string &arc_type, in RegisterOperation() argument 128 this->SetEntry(make_pair(operation_name, arc_type), op); in RegisterOperation() 132 const string &operation_name, const string &arc_type) { in GetOperation() argument 133 return this->GetEntry(make_pair(operation_name, arc_type)); in GetOperation() 182 void Apply(const string &op_name, const string &arc_type, in Apply() argument 186 typename OpReg::OpType op = reg->GetOperation(op_name, arc_type); in Apply() 190 << "arc type " << arc_type; in Apply()
|
D | register.h | 56 Reader GetReader(const string &arc_type) const { in GetReader() argument 57 return this->GetEntry(arc_type).reader; in GetReader() 60 Creator GetCreator(const string &arc_type) const { in GetCreator() argument 61 return this->GetEntry(arc_type).creator; in GetCreator() 64 Converter GetConverter(const string &arc_type) const { in GetConverter() argument 65 return this->GetEntry(arc_type).converter; in GetConverter()
|
D | info-impl.h | 266 string arc_type = ""; variable 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";
|
D | compile.h | 83 const string &fst_type, const string &arc_type,
|
D | fst-class.h | 346 explicit VectorFstClass(const string &arc_type);
|
/external/openfst/src/script/ |
D | fst-class.cc | 115 const string &arc_type) { in GetVFSTRegisterEntry() argument 118 const IORegistration<VectorFstClass>::Entry &entry = reg->GetEntry(arc_type); in GetVFSTRegisterEntry() 121 LOG(ERROR) << "Unknown arc type " << arc_type; in GetVFSTRegisterEntry() 132 VectorFstClass::VectorFstClass(const string &arc_type) in VectorFstClass() argument 133 : MutableFstClass(GetVFSTRegisterEntry(arc_type).creator()) { } in VectorFstClass()
|
D | compile.cc | 27 const string &fst_type, const string &arc_type, in CompileFst() argument 35 Apply<Operation<FstCompileArgs> >("CompileFst", arc_type, &args); in CompileFst()
|
/external/openfst/src/include/fst/extensions/far/ |
D | farscript.h | 99 const string &arc_type, 147 const string &arc_type, 168 const string &arc_type, 186 const string &arc_type, 203 const string &arc_type, 248 const string &arc_type,
|
/external/openfst/src/bin/ |
D | fstcompile.cc | 26 DEFINE_string(arc_type, "standard", "Output arc type");
|