Searched refs:Concat (Results 1 - 25 of 94) sorted by path

1234

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs584 return string.Concat(a, b);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs692 return string.Concat( a, b );
/external/chromium_org/components/rappor/
H A Dbyte_vector_utils.cc24 std::string Concat(const ByteVector& value, char c, const std::string& data) { function in namespace:rappor::__anon6783
64 if (!HMAC_Rotate(hmac1, Concat(*value, 0x00, provided_data), hmac2))
73 if (!HMAC_Rotate(*hmac2, Concat(*value, 0x01, provided_data), out_hmac))
/external/chromium_org/extensions/renderer/
H A Dactivity_log_converter_strategy.cc26 v8::String::Concat(name, v8::String::NewFromUtf8(isolate, "Function"));
30 name = v8::String::Concat(name, v8::String::NewFromUtf8(isolate, " "));
31 name = v8::String::Concat(name, v8::Handle<v8::String>::Cast(fname));
32 name = v8::String::Concat(name, v8::String::NewFromUtf8(isolate, "()"));
35 name = v8::String::Concat(name, object->GetConstructorName());
37 name = v8::String::Concat(name, v8::String::NewFromUtf8(isolate, "]"));
H A Dmodule_system.cc558 v8::String::Concat(left, v8::String::Concat(source, right))));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptString.cpp72 return ScriptString(nonNullIsolate, v8::String::Concat(v8Value(), targetString));
/external/chromium_org/third_party/jinja2/
H A Dnodes.py686 class Concat(Expr): class in inherits:Expr
H A Dparser.py476 return nodes.Concat(args, lineno=lineno)
/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc879 *pre = Regexp::Concat(subcopy, re->nsub(), re->parse_flags());
927 *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);
303 Prefilter::Info* Prefilter::Info::Concat(Info* a, Info* b) { function in class:re2::Prefilter::Info
566 info = Concat(info, LiteralLatin1(re->runes()[i]));
571 info = Concat(info, Literal(re->runes()[i]));
592 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/chromium_org/third_party/re2/re2/testing/
H A Dregexp_test.cc35 Regexp* re = Regexp::Concat(&v[0], v.size(), Regexp::NoParseFlags);
/external/chromium_org/third_party/skia/include/core/
H A DSkMatrix.h607 static SkMatrix Concat(const SkMatrix& a, const SkMatrix& b) { function in class:SkMatrix
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordDraw.cpp79 DRAW(SetMatrix, setMatrix(SkMatrix::Concat(fInitialCTM, r.matrix)));
/external/chromium_org/third_party/skia/tests/
H A DCanvasTest.cpp320 SIMPLE_TEST_STEP(Concat, concat(kTestMatrix));
H A DMatrixTest.cpp864 REPORTER_ASSERT(r, expected == SkMatrix::Concat(a, b));
/external/chromium_org/tools/json_schema_compiler/
H A Dcc_generator.py55 .Concat(cpp_util.OpenNamespace(cpp_namespace))
202 .Concat(self._GeneratePopulateVariableFromValue(
211 (c.Concat(self._GenerateError(
218 .Concat(self._GenerateError(
230 c.Concat(self._InitializePropertyToDefault(prop, 'out'))
234 c.Concat(self._GenerateTypePopulateProperty(prop, 'dict', 'out'))
240 .Concat(self._GenerateError('"found unexpected key \'" + '
254 .Concat(self._GeneratePopulateVariableFromValue(
287 .Concat(self._GeneratePopulatePropertyFromValue(
298 .Concat(sel
[all...]
H A Dcode.py35 def Concat(self, obj): member in class:Code
63 self.Concat(code).Append()
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.py78 c.Concat(body_code)
133 c.Concat(self._GenerateRegisterFunctions(namespace.name, function))
141 c.Concat(self._GenerateRegisterFunctions(namespace_types_name,
164 c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
172 c.Concat(cpp_util.CloseNamespace(self._bundle._cpp_namespace))
217 c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
219 c.Concat(self._bundle._GenerateFunctionRegistryRegisterAll())
221 c.Concat(cpp_util.CloseNamespace(self._bundle._cpp_namespace))
238 c.Concat(cpp_util.OpenNamespace(self._bundle._cpp_namespace))
249 c.Concat(cpp_uti
[all...]
H A Dcpp_type_generator.py153 c.Concat(cpp_util.OpenNamespace(cpp_namespace))
156 c.Concat(cpp_util.CloseNamespace(cpp_namespace))
269 c.Concat(child_code)
H A Ddart_generator.py112 (c.Concat(self._GenerateDocumentation(type_))
156 c.Concat(override if override is not None
204 c.Concat(self._GenerateDocumentation(prop))
279 c.Concat(self._GenerateDocumentation(f))
287 .Concat(self._GenerateProxiedFunction(f.callback, f.callback.name))
426 (c.Concat(self._GenerateDocumentation(event))
442 .Concat(self._GenerateProxiedFunction(event, 'callback'))
627 c.Concat(self._GenerateDocumentation(document_with))

Completed in 3354 milliseconds

1234