Searched defs:Concat (Results 1 - 12 of 12) sorted by relevance

/external/openfst/src/script/
H A Dconcat.cc24 void Concat(MutableFstClass *ofst, const FstClass &ifst) { function in namespace:fst::script
25 if (!ArcTypesMatch(*ofst, ifst, "Concat")) return;
29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args);
32 void Concat(const FstClass &ifst, MutableFstClass *ofst) { function in namespace:fst::script
33 if (!ArcTypesMatch(ifst, *ofst, "Concat")) return;
37 Apply<Operation<ConcatArgs2> >("Concat", ofst->ArcType(), &args);
40 REGISTER_FST_OPERATION(Concat, StdArc, ConcatArgs1);
41 REGISTER_FST_OPERATION(Concat, LogArc, ConcatArgs1);
42 REGISTER_FST_OPERATION(Concat, Log64Arc, ConcatArgs1);
43 REGISTER_FST_OPERATION(Concat, StdAr
[all...]
/external/openfst/src/include/fst/script/
H A Dconcat.h31 void Concat(ConcatArgs1 *args) { function in namespace:fst::script
35 Concat(ofst, ifst);
39 void Concat(ConcatArgs2 *args) { function in namespace:fst::script
43 Concat(ifst, ofst);
46 void Concat(MutableFstClass *ofst, const FstClass &ifst);
47 void Concat(const FstClass &ifst, MutableFstClass *ofst);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconcat.h39 void Concat(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) { function in namespace:fst
85 void Concat(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) { function in namespace:fst
H A Dsynchronize.h162 const String *Concat(const String *s, Label l = 0) { function in class:fst::SynchronizeFstImpl
223 const String *istring = Concat(e.istring, arc.ilabel);
224 const String *ostring = Concat(e.ostring, arc.olabel);
/external/openfst/src/include/fst/
H A Dconcat.h47 void Concat(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) { function in namespace:fst
56 LOG(ERROR) << "Concat: input/output symbol tables of 1st argument "
113 void Concat(const Fst<Arc> &fst1, MutableFst<Arc> *fst2) { function in namespace:fst
121 LOG(ERROR) << "Concat: input/output symbol tables of 1st argument "
167 void Concat(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) { function in namespace:fst
174 void Concat(const Fst<Arc> &fst1, RationalFst<Arc> *fst2) { function in namespace:fst
H A Dsynchronize.h193 const String *Concat(const String *s, Label l = 0) { function in class:fst::SynchronizeFstImpl
254 const String *istring = Concat(e.istring, arc.ilabel);
255 const String *ostring = Concat(e.ostring, arc.olabel);
/external/regex-re2/re2/
H A Dprefilter.cc206 static Info* Concat(Info* a, Info* b);
311 Prefilter::Info* Prefilter::Info::Concat(Info* a, Info* b) { function in class:re2::Prefilter::Info
574 info = Concat(info, LiteralLatin1(re->runes()[i]));
579 info = Concat(info, Literal(re->runes()[i]));
600 exact = Concat(exact, ci);
H A Dregexp.cc254 Regexp* Regexp::Concat(Regexp** sub, int nsub, ParseFlags flags) { function in class:re2::Regexp
679 re = Concat(sub + i, nsub_ - i, parse_flags());
/external/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc902 Concat(const std::string& a, T1 b, T2 c) { function in namespace:testing::gmock_generated_actions_test
919 Concat(T1 a, int b, T2 c) { function in namespace:testing::gmock_generated_actions_test
924 Action<const std::string()> a1 = Concat("Hello", "1", 2);
927 a1 = Concat(1, 2, 3);
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp447 CodeGenSubRegIndex *Concat= RegBank.getConcatSubRegIndex(Parts); local
448 NewSubRegs.push_back(std::make_pair(Concat, Cand));
/external/v8/src/
H A Dapi.cc4635 Local<String> v8::String::Concat(Handle<String> left, Handle<String> right) { function in class:v8::v8::String
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1325 milliseconds