HomeSort by relevance Sort by last modified time
    Searched refs:ProjectType (Results 1 - 6 of 6) sorted by null

  /external/openfst/src/include/fst/script/
project.h 22 #include <fst/project.h> // for ProjectType
27 typedef args::Package<MutableFstClass*, ProjectType> ProjectArgs;
36 void Project(MutableFstClass *ofst, ProjectType project_type);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
project.h 28 enum ProjectType { PROJECT_INPUT = 1, PROJECT_OUTPUT = 2 };
34 explicit ProjectMapper(ProjectType project_type)
50 ProjectType project_type_;
63 void Project(MutableFst<Arc> *fst, ProjectType project_type) {
84 ProjectFst(const Fst<A> &fst, ProjectType project_type)
  /external/openfst/src/include/fst/
project.h 31 enum ProjectType { PROJECT_INPUT = 1, PROJECT_OUTPUT = 2 };
37 explicit ProjectMapper(ProjectType project_type)
64 ProjectType project_type_;
77 void Project(MutableFst<Arc> *fst, ProjectType project_type) {
104 ProjectFst(const Fst<A> &fst, ProjectType project_type)
  /external/openfst/src/script/
project.cc 24 void Project(MutableFstClass *ofst, ProjectType project_type) {
  /external/openfst/src/bin/
fstproject.cc 50 fst::ProjectType project_type = FLAGS_project_output ?
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 308 ProjectType="Visual C++" \

Completed in 1268 milliseconds