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

  /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) {
rational.h 38 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);
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/llvm/unittests/ADT/
TwineTest.cpp 46 TEST(TwineTest, Concat) {
50 // Concat with null.
52 repr(Twine("hi").concat(Twine::createNull())));
54 repr(Twine::createNull().concat(Twine("hi"))));
56 // Concat with empty.
58 repr(Twine("hi").concat(Twine())));
60 repr(Twine().concat(Twine("hi"))));
64 repr(Twine("a").concat(Twine("b"))));
68 repr(Twine("a").concat(Twine("b")).concat(Twine("c"))))
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableList.h 167 ImmutableList<T> concat(const T& Head, ImmutableList<T> Tail) { function in class:llvm::ImmutableListFactory
190 return concat(D, L);
198 return Concat(X, getEmptyList());
  /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/srec/tools/grxmlcompile/
grxmlcompile.cpp 838 fst::Concat( &eps_fst, grev_det_fst);
876 fst::Concat( &g_fst, suffix_fst);
877 fst::Concat( &prefix_fst, g_fst);
    [all...]
  /external/v8/test/mjsunit/
array-functions-prototype-misc.js 68 return array.concat(other);
102 return Array.prototype.concat.call(array, other);
152 // Concat only applies to real arrays, unlike most of the other methods.
175 assertEquals("concat", join);
strict-mode.js 556 // Concat to avoid symbol.
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
array.js 201 // Intervals array can contain keys and intervals. See comment in Concat.
    [all...]
api.cc     [all...]
  /prebuilt/common/ant/
ant.jar 
  /external/v8/test/cctest/
test-api.cc 729 Local<String> source = String::Concat(left, right);
732 source = String::Concat(source, right);
735 source = String::Concat(source, right);
737 source = String::Concat(source, right);
743 source = String::Concat(source, right);
746 source = String::Concat(source, right);
    [all...]

Completed in 1306 milliseconds