Searched defs:out_name (Results 1 - 25 of 35) sorted by relevance

12

/external/openfst/src/bin/
H A Dfstarcsort.cc49 string out_name = argc > 2 ? argv[2] : ""; local
64 fst->Write(out_name);
H A Dfstconnect.cc43 string out_name = argc > 2 ? argv[2] : ""; local
49 fst->Write(out_name);
H A Dfstconvert.cc43 string out_name = argc > 2 ? argv[2] : ""; local
55 ofst->Write(out_name);
H A Dfstdeterminize.cc51 string out_name = argc > 2 ? argv[2] : ""; local
65 ofst.Write(out_name);
H A Dfstepsnormalize.cc45 string out_name = argc > 2 ? argv[2] : ""; local
55 ofst.Write(out_name);
H A Dfstinvert.cc42 string out_name = argc > 2 ? argv[2] : ""; local
48 fst->Write(out_name);
H A Dfstproject.cc45 string out_name = argc > 2 ? argv[2] : ""; local
55 fst->Write(out_name);
H A Dfstprune.cc48 string out_name = argc > 2 ? argv[2] : ""; local
61 fst->Write(out_name);
H A Dfstpush.cc51 string out_name = argc > 2 ? argv[2] : ""; local
74 ofst.Write(out_name);
H A Dfstreverse.cc48 string out_name = argc > 2 ? argv[2] : ""; local
57 out->Write(out_name);
H A Dfstsynchronize.cc42 string out_name = argc > 2 ? argv[2] : ""; local
51 ofst.Write(out_name);
H A Dfstunion.cc48 string out_name = argc > 3 ? argv[3] : ""; local
65 fst1->Write(out_name);
H A Dfstcompose.cc52 string out_name = argc > 3 ? argv[3] : ""; local
92 ofst.Write(out_name);
H A Dfstdifference.cc50 string out_name = argc > 3 ? argv[3] : ""; local
84 ofst.Write(out_name);
H A Dfstencode.cc50 string out_name = argc > 3 ? argv[3] : ""; local
60 fst->Write(out_name);
63 fst->Write(out_name);
H A Dfstintersect.cc51 string out_name = argc > 3 ? argv[3] : ""; local
85 ofst.Write(out_name);
H A Dfstmap.cc53 string out_name = argc > 2 ? argv[2] : ""; local
94 ofst->Write(out_name);
H A Dfstrandgen.cc54 string out_name = argc > 2 ? argv[2] : ""; local
80 ofst.Write(out_name);
H A Dfstprint.cc54 string out_name = argc > 2 ? argv[2] : ""; local
H A Dfstrelabel.cc69 string out_name = argc > 2 ? argv[2] : ""; local
115 fst->Write(out_name);
/external/openfst/src/extensions/pdt/
H A Dpdtexpand.cc47 string out_name = argc > 2 ? argv[2] : ""; local
68 ofst.Write(out_name);
H A Dpdtreverse.cc42 string out_name = argc > 2 ? argv[2] : ""; local
58 ofst.Write(out_name);
H A Dpdtshortestpath.cc48 string out_name = argc > 2 ? argv[2] : ""; local
78 ofst.Write(out_name);
H A Dpdtcompose.cc55 string out_name = argc > 3 ? argv[3] : ""; local
97 ofst.Write(out_name);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dmacdevicemanager.cc158 std::string* out_name) {
169 *out_name = name;
156 GetAudioDeviceName(AudioDeviceID id, bool input, std::string* out_name) argument

Completed in 116 milliseconds

12