Searched refs:Concat (Results 1 - 25 of 56) sorted by relevance

123

/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/chromium_org/chrome/renderer/extensions/
H A Dactivity_log_converter_strategy.cc37 name = v8::String::Concat(name, v8::String::New("Function"));
41 name = v8::String::Concat(name, v8::String::New(" "));
42 name = v8::String::Concat(name, v8::Handle<v8::String>::Cast(fname));
43 name = v8::String::Concat(name, v8::String::New("()"));
46 name = v8::String::Concat(name, value->GetConstructorName());
48 name = v8::String::Concat(name, v8::String::New("]"));
/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);
H A Dfstscript.h94 REGISTER_FST_OPERATION(Concat, Arc, ConcatArgs1);
95 REGISTER_FST_OPERATION(Concat, Arc, ConcatArgs2);
/external/chromium_org/tools/json_schema_compiler/
H A Dcode_test.py47 .Concat(b)
61 a.Concat(d)
63 a.Concat(c)
77 self.assertRaises(TypeError, c.Concat, d)
80 self.assertRaises(TypeError, c.Concat, d)
82 self.assertRaises(TypeError, c.Concat, d)
159 d.Concat(c)
H A Dcpp_bundle_generator.py65 c.Concat(body_code)
114 c.Concat(self._GenerateRegisterFunctions(namespace.name, function))
122 c.Concat(self._GenerateRegisterFunctions(namespace_types_name,
144 c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
152 c.Concat(cpp_util.CloseNamespace(self._bundle._cpp_namespace))
194 c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
196 c.Concat(self._bundle._GenerateFunctionRegistryRegisterAll())
198 c.Concat(cpp_util.CloseNamespace(self._bundle._cpp_namespace))
214 c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
225 c.Concat(cpp_uti
[all...]
H A Dcc_generator.py52 .Concat(cpp_util.OpenNamespace(self._cpp_namespace))
91 (c.Concat(self._type_helper.GetNamespaceEnd())
194 .Concat(self._GeneratePopulateVariableFromValue(
203 (c.Concat(self._GenerateError(
210 .Concat(self._GenerateError(
220 c.Concat(self._InitializePropertyToDefault(prop, 'out'))
222 c.Concat(self._GenerateTypePopulateProperty(prop, 'dict', 'out'))
232 .Concat(self._GeneratePopulateVariableFromValue(
265 .Concat(self._GeneratePopulatePropertyFromValue(
276 .Concat(sel
[all...]
H A Dcode.py35 def Concat(self, obj): member in class:Code
63 self.Concat(code).Append()
H A Dh_generator.py60 c.Concat(cpp_util.OpenNamespace(self._cpp_namespace))
72 c.Concat(self._type_helper.GetNamespaceStart())
111 (c.Concat(self._type_helper.GetNamespaceEnd())
112 .Concat(cpp_util.CloseNamespace(self._cpp_namespace))
294 .Concat(self._GenerateEventNameConstant(event))
295 .Concat(self._GenerateCreateCallbackArguments(event))
387 .Concat(self._GenerateCreateCallbackArguments(callback))
H A Ddart_generator.py111 (c.Concat(self._GenerateDocumentation(type_))
155 c.Concat(override if override is not None
203 c.Concat(self._GenerateDocumentation(prop))
278 c.Concat(self._GenerateDocumentation(f))
286 .Concat(self._GenerateProxiedFunction(f.callback, f.callback.name))
425 (c.Concat(self._GenerateDocumentation(event))
441 .Concat(self._GenerateProxiedFunction(event, 'callback'))
626 c.Concat(self._GenerateDocumentation(document_with))
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptString.cpp44 return ScriptString(v8::String::Concat(a, b));
/external/openfst/src/bin/
H A Dfstconcat.cc58 s::Concat(fst1, *fst2);
/external/chromium_org/third_party/re2/re2/
H A Dset.cc57 re = re2::Regexp::Concat(sub, nsub + 1, pf);
63 re = re2::Regexp::Concat(sub, 2, pf);
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);
/external/regex-re2/re2/
H A Dset.cc57 re = re2::Regexp::Concat(sub, nsub + 1, pf);
63 re = re2::Regexp::Concat(sub, 2, pf);
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);
/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 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);
210 // Implementation of Concat(Fst &, RationalFst *)
224 Concat(&rfst_, afst);
226 Concat(afst, &rfst_);
272 friend void Concat<>(RationalFst<A> *fst1, const Fst<A> &fst2);
273 friend void Concat<>(const Fst<A> &fst1, RationalFst<A> *fst2);
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/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);
/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_test.cc35 Regexp* re = Regexp::Concat(&v[0], v.size(), Regexp::NoParseFlags);
/external/llvm/unittests/ADT/
H A DTwineTest.cpp50 TEST(TwineTest, Concat) {
54 // Concat with null.
60 // Concat with empty.
/external/regex-re2/re2/testing/
H A Dregexp_test.cc35 Regexp* re = Regexp::Concat(&v[0], v.size(), Regexp::NoParseFlags);
/external/openfst/src/test/
H A Dalgo_test.h100 Concat(&C1, T2);
104 Concat(T1, &C3);
164 Concat(&C1, T2);
165 Concat(&C1, T3);
168 Concat(&C3, T3);
170 Concat(&C4, C3);
189 Concat(&C1, T3);
204 Concat(&C1, U1);
207 Concat(&C2, T1);
209 Concat(
[all...]

Completed in 428 milliseconds

123