Home
last modified time | relevance | path

Searched refs:Concat (Results 1 – 25 of 31) sorted by relevance

12

/external/openfst/src/script/
Dconcat.cc24 void Concat(MutableFstClass *ofst, const FstClass &ifst) { in Concat() function
32 void Concat(const FstClass &ifst, MutableFstClass *ofst) { in Concat() function
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, StdArc, ConcatArgs2);
44 REGISTER_FST_OPERATION(Concat, LogArc, ConcatArgs2);
45 REGISTER_FST_OPERATION(Concat, Log64Arc, ConcatArgs2);
/external/openfst/src/include/fst/script/
Dconcat.h31 void Concat(ConcatArgs1 *args) { in Concat() function
35 Concat(ofst, ifst); in Concat()
39 void Concat(ConcatArgs2 *args) { in Concat() function
43 Concat(ifst, ofst); in Concat()
46 void Concat(MutableFstClass *ofst, const FstClass &ifst);
47 void Concat(const FstClass &ifst, MutableFstClass *ofst);
Dfstscript.h94 REGISTER_FST_OPERATION(Concat, Arc, ConcatArgs1); in RegisterBatch1()
95 REGISTER_FST_OPERATION(Concat, Arc, ConcatArgs2); in RegisterBatch1()
/external/openfst/src/include/fst/
Drational.h45 template <class A> void Concat(RationalFst<A> *fst1, const Fst<A> &fst2);
46 template <class A> void Concat(const Fst<A> &fst1, RationalFst<A> *fst2);
224 Concat(&rfst_, afst); in AddConcat()
226 Concat(afst, &rfst_); in AddConcat()
272 friend void Concat<>(RationalFst<A> *fst1, const Fst<A> &fst2);
273 friend void Concat<>(const Fst<A> &fst1, RationalFst<A> *fst2);
Dconcat.h47 void Concat(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) { in Concat() function
113 void Concat(const Fst<Arc> &fst1, MutableFst<Arc> *fst2) { in Concat() function
167 void Concat(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) { in Concat() function
174 void Concat(const Fst<Arc> &fst1, RationalFst<Arc> *fst2) { in Concat() function
Dsynchronize.h193 const String *Concat(const String *s, Label l = 0) {
254 const String *istring = Concat(e.istring, arc.ilabel); in Expand()
255 const String *ostring = Concat(e.ostring, arc.olabel); in Expand()
/external/openfst/src/test/
Dalgo_test.h100 Concat(&C1, T2); in TestRational()
104 Concat(T1, &C3); in TestRational()
164 Concat(&C1, T2); in TestRational()
165 Concat(&C1, T3); in TestRational()
168 Concat(&C3, T3); in TestRational()
170 Concat(&C4, C3); in TestRational()
189 Concat(&C1, T3); in TestRational()
204 Concat(&C1, U1); in TestRational()
207 Concat(&C2, T1); in TestRational()
209 Concat(&C3, T2); in TestRational()
[all …]
/external/regex-re2/re2/
Dset.cc57 re = re2::Regexp::Concat(sub, nsub + 1, pf); in Add()
63 re = re2::Regexp::Concat(sub, 2, pf); in Add()
Dprefilter.cc200 static Info* Concat(Info* a, Info* b);
304 Prefilter::Info* Prefilter::Info::Concat(Info* a, Info* b) { in Concat() function in re2::Prefilter::Info
537 info = Concat(info, Literal(re->runes()[i])); in PostVisit()
556 exact = Concat(exact, ci); in PostVisit()
Dregexp.h388 static Regexp* Concat(Regexp** subs, int nsubs, ParseFlags flags);
Dregexp.cc243 Regexp* Regexp::Concat(Regexp** sub, int nsub, ParseFlags flags) { in Concat() function in re2::Regexp
668 re = Concat(sub + i, nsub_ - i, parse_flags()); in RequiredPrefix()
Dcompile.cc877 *pre = Regexp::Concat(subcopy, re->nsub(), re->parse_flags()); in IsAnchorStart()
925 *pre = Regexp::Concat(subcopy, re->nsub(), re->parse_flags()); in IsAnchorEnd()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dconcat.h39 void Concat(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) { in Concat() function
85 void Concat(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) { in Concat() function
Drational.h38 template <class A> void Concat(RationalFst<A> *fst1, const Fst<A> &fst2);
161 Concat(&rfst_, afst); in AddConcat()
193 friend void Concat<>(RationalFst<A> *fst1, const Fst<A> &fst2);
Dsynchronize.h162 const String *Concat(const String *s, Label l = 0) {
223 const String *istring = Concat(e.istring, arc.ilabel); in Expand()
224 const String *ostring = Concat(e.ostring, arc.olabel); in Expand()
/external/openfst/src/bin/
Dfstconcat.cc58 s::Concat(fst1, *fst2); in main()
/external/llvm/unittests/ADT/
DTwineTest.cpp50 TEST(TwineTest, Concat) { in TEST() argument
/external/llvm/include/llvm/ADT/
DImmutableList.h198 return Concat(X, getEmptyList()); in create()
/external/chromium/testing/gmock/test/
Dgmock-generated-actions_test.cc902 Concat(const std::string& a, T1 b, T2 c) { in Concat() function
919 Concat(T1 a, int b, T2 c) { in Concat() function
924 Action<const std::string()> a1 = Concat("Hello", "1", 2); in TEST()
927 a1 = Concat(1, 2, 3); in TEST()
/external/srec/tools/grxmlcompile/
Dgrxmlcompile.cpp838 fst::Concat( &eps_fst, grev_det_fst); in make_openfst_graphs()
876 fst::Concat( &g_fst, suffix_fst); in make_openfst_graphs()
877 fst::Concat( &prefix_fst, g_fst); in make_openfst_graphs()
/external/v8/src/
Dd8.cc257 accumulator = String::Concat(accumulator, String::New(buffer, length)); in ReadFromStdin()
260 accumulator = String::Concat(accumulator, String::New(buffer, length-1)); in ReadFromStdin()
262 return String::Concat(accumulator, String::New(buffer, length-1)); in ReadFromStdin()
Dd8-posix.cc350 accumulator = String::Concat(accumulator, addition); in GetStdout()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs584 return string.Concat(a, b); in CatOpText()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs692 return string.Concat( a, b ); in CatOpText()
/external/skia/tests/
DCanvasTest.cpp241 SIMPLE_TEST_STEP_WITH_ASSERT(Concat, concat(kTestMatrix));

12