HomeSort by relevance Sort by last modified time
    Searched defs:Concat (Results 1 - 14 of 14) sorted by null

  /external/openfst/src/script/
concat.cc 19 #include <fst/script/concat.h>
24 void Concat(MutableFstClass *ofst, const FstClass &ifst) {
25 if (!ArcTypesMatch(*ofst, ifst, "Concat")) return;
29 Apply<Operation<ConcatArgs1> >("Concat", ofst->ArcType(), &args);
32 void Concat(const FstClass &ifst, MutableFstClass *ofst) {
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)
    [all...]
  /external/openfst/src/include/fst/script/
concat.h 22 #include <fst/concat.h>
31 void Concat(ConcatArgs1 *args) {
35 Concat(ofst, ifst);
39 void Concat(ConcatArgs2 *args) {
43 Concat(ifst, ofst);
46 void Concat(MutableFstClass *ofst, const FstClass &ifst);
47 void Concat(const FstClass &ifst, MutableFstClass *ofst);
  /external/openfst/src/include/fst/
concat.h 0 // concat.h
19 // Functions and classes to compute the concat of two FSTs.
47 void Concat(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) {
56 LOG(ERROR) << "Concat: input/output symbol tables of 1st argument "
113 void Concat(const Fst<Arc> &fst1, MutableFst<Arc> *fst2) {
121 LOG(ERROR) << "Concat: input/output symbol tables of 1st argument "
167 void Concat(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) {
174 void Concat(const Fst<Arc> &fst1, RationalFst<Arc> *fst2) {
synchronize.h 193 const String *Concat(const String *s, Label l = 0) {
254 const String *istring = Concat(e.istring, arc.ilabel);
255 const String *ostring = Concat(e.ostring, arc.olabel);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
concat.h 0 // concat.h
17 // Functions and classes to compute the concat of two FSTs.
39 void Concat(MutableFst<Arc> *fst1, const Fst<Arc> &fst2) {
85 void Concat(RationalFst<Arc> *fst1, const Fst<Arc> &fst2) {
synchronize.h 162 const String *Concat(const String *s, Label l = 0) {
223 const String *istring = Concat(e.istring, arc.ilabel);
224 const String *ostring = Concat(e.ostring, arc.olabel);
  /external/regex-re2/re2/
prefilter.cc 206 static Info* Concat(Info* a, Info* b);
311 Prefilter::Info* Prefilter::Info::Concat(Info* a, Info* b) {
574 info = Concat(info, LiteralLatin1(re->runes()[i]));
579 info = Concat(info, Literal(re->runes()[i]));
586 // Exact is concat of recent contiguous exact nodes.
600 exact = Concat(exact, ci);
regexp.cc 254 Regexp* Regexp::Concat(Regexp** sub, int nsub, ParseFlags flags) {
679 re = Concat(sub + i, nsub_ - i, parse_flags());
  /external/chromium/testing/gmock/test/
gmock-generated-actions_test.cc 902 Concat(const std::string& a, T1 b, T2 c) {
919 Concat(T1 a, int b, T2 c) {
924 Action<const std::string()> a1 = Concat("Hello", "1", 2);
927 a1 = Concat(1, 2, 3);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 447 CodeGenSubRegIndex *Concat= RegBank.getConcatSubRegIndex(Parts);
448 NewSubRegs.push_back(std::make_pair(Concat, Cand));
    [all...]
  /external/v8/src/
api.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 749 milliseconds