Searched refs:Concat (Results 1 - 25 of 94) sorted by last modified time

1234

/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp838 fst::Concat( &eps_fst, grev_det_fst);
876 fst::Concat( &g_fst, suffix_fst);
877 fst::Concat( &prefix_fst, g_fst);
/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 Drational.h38 template <class A> void Concat(RationalFst<A> *fst1, const Fst<A> &fst2);
151 // Implementation of Concat(Fst &, RationalFst *)
161 Concat(&rfst_, afst);
193 friend void Concat<>(RationalFst<A> *fst1, const Fst<A> &fst2);
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/skia/src/core/
H A DSkRecordDraw.cpp40 DRAW(Concat, concat(r.matrix));
41 DRAW(SetMatrix, setMatrix(SkMatrix::Concat(fInitialCTM, r.matrix)));
H A DSkRecorder.cpp236 APPEND(Concat, matrix);
H A DSkRecords.h33 M(Concat) \
192 RECORD1(Concat, SkMatrix, matrix);
/external/skia/tests/
H A DCanvasTest.cpp320 SIMPLE_TEST_STEP(Concat, concat(kTestMatrix));
H A DMatrixTest.cpp834 REPORTER_ASSERT(r, expected == SkMatrix::Concat(a, b));
/external/skia/include/core/
H A DSkMatrix.h602 static SkMatrix Concat(const SkMatrix& a, const SkMatrix& b) { function in class:SkMatrix
/external/regex-re2/re2/
H A Dcompile.cc878 *pre = Regexp::Concat(subcopy, re->nsub(), re->parse_flags());
926 *pre = Regexp::Concat(subcopy, re->nsub(), re->parse_flags());
H A Dparse.cc759 LOG(DFATAL) << "Concat of " << re->nsub();
867 sub[out++] = Concat(x, 2, altflags);
918 sub[out++] = Concat(x, 2, altflags);
1011 // (Concat of one thing is that one thing; alternate of one thing is same.)
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());
H A Dregexp.h389 static Regexp* Concat(Regexp** subs, int nsubs, ParseFlags flags);
531 // Concat and Alternate handle larger numbers of subexpressions
533 // Other routines should call Concat or Alternate instead of
H A Dset.cc57 re = re2::Regexp::Concat(sub, nsub + 1, pf);
63 re = re2::Regexp::Concat(sub, 2, pf);
/external/regex-re2/re2/testing/
H A Dregexp_test.cc35 Regexp* re = Regexp::Concat(&v[0], v.size(), Regexp::NoParseFlags);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h777 void Concat(FX_FLOAT a, FX_FLOAT b, FX_FLOAT c, FX_FLOAT d, FX_FLOAT e, FX_FLOAT f, FX_BOOL bPrepended = FALSE);
779 void Concat(const CFX_Matrix &m, FX_BOOL bPrepended = FALSE);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp88 pGS->m_Matrix.Concat(matrix);
561 text_matrix.Concat(matrix);
634 m_Matrix.Concat(matrix);
660 m_FormMatrix.Concat(matrix);
1039 matrix.Concat(display_matrix);
H A Dfpdf_page_image.cpp37 m_Matrix.Concat(matrix);
H A Dfpdf_page_parser_new.cpp537 ImageMatrix.Concat(m_mtContentToUser);
648 form_matrix.Concat(pGraphicStates->m_CTM);
H A Dfpdf_page_parser_old.cpp979 form_matrix.Concat(pGraphicStates->m_CTM);
H A Dfpdf_page_path.cpp21 m_Matrix.Concat(matrix);
H A Dfpdf_page_pattern.cpp20 m_Pattern2Form.Concat(*parentMatrix);
63 m_Pattern2Form.Concat(*parentMatrix);

Completed in 3540 milliseconds

1234