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

  /external/v8/tools/
concatenate-files.py 41 def Concatenate(filenames):
42 """Concatenate files.
68 parser.set_usage("""Concatenate several files into one.
71 exit(0 if Concatenate(args) else 1)
  /frameworks/native/libs/vr/libpdx_uds/
remote_method_tests.cpp 158 PDX_REMOTE_METHOD(Concatenate, kOpConcatenate,
182 PDX_REMOTE_API(API, Add, Foo, Concatenate, SumVector, StringLength,
200 std::string Concatenate(const std::string& a, const std::string& b) {
204 InvokeRemoteMethod<TestInterface::Concatenate>(a, b);
357 case TestInterface::Concatenate::Opcode:
358 DispatchRemoteMethod<TestInterface::Concatenate>(
600 const auto cat = client->Concatenate("This is a string", ", that it is.");
    [all...]

Completed in 58 milliseconds