Searched refs:ProjectType (Results 1 - 7 of 7) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dproject.h22 #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/
H A Dproject.h28 enum ProjectType { PROJECT_INPUT = 1, PROJECT_OUTPUT = 2 }; enum in namespace:fst
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/script/
H A Dproject.cc24 void Project(MutableFstClass *ofst, ProjectType project_type) {
/external/openfst/src/include/fst/
H A Dproject.h31 enum ProjectType { PROJECT_INPUT = 1, PROJECT_OUTPUT = 2 }; enum in namespace:fst
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/bin/
H A Dfstproject.cc50 fst::ProjectType project_type = FLAGS_project_output ?
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_proj.sh272 ProjectType="Visual C++" \
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh335 ProjectType="Visual C++" \

Completed in 151 milliseconds