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

  /external/chromium_org/mojo/public/c/system/tests/
core_unittest.cc 201 static const char kWorld[] = "world";
202 ASSERT_GE(buffer_size, sizeof(kWorld));
204 memcpy(write_pointer, kWorld, sizeof(kWorld));
206 MojoEndWriteData(hp, static_cast<uint32_t>(sizeof(kWorld))));
  /external/chromium_org/mojo/public/cpp/system/tests/
core_unittest.cc 224 const char kWorld[] = "world!";
225 const uint32_t kWorldSize = static_cast<uint32_t>(sizeof(kWorld));
228 kWorld, kWorldSize,
283 EXPECT_STREQ(kWorld, buffer);
307 const char kWorld[] = "world!";
308 const uint32_t kWorldSize = static_cast<uint32_t>(sizeof(kWorld));
311 kWorld, kWorldSize,
317 kWorld, kWorldSize,
354 const char kWorld[] = "world!";
355 const uint32_t kWorldSize = static_cast<uint32_t>(sizeof(kWorld));
    [all...]
  /external/chromium_org/mojo/system/
core_unittest.cc     [all...]
multiprocess_message_pipe_unittest.cc 301 static const char kWorld[] = "world!!!";
302 CHECK_EQ(memcmp(mapping->GetBase(), kWorld, sizeof(kWorld)), 0);
385 static const char kWorld[] = "world!!!";
386 memcpy(mapping->GetBase(), kWorld, sizeof(kWorld));
remote_message_pipe_unittest.cc 179 static const char kWorld[] = "world!!!1!!!1!";
243 UserPointer<const void>(kWorld),
244 sizeof(kWorld),
265 EXPECT_EQ(sizeof(kWorld), static_cast<size_t>(buffer_size));
266 EXPECT_STREQ(kWorld, buffer);
294 static const char kWorld[] = "world!!!1!!!1!";
387 UserPointer<const void>(kWorld),
388 sizeof(kWorld),
435 EXPECT_EQ(sizeof(kWorld), static_cast<size_t>(buffer_size));
436 EXPECT_STREQ(kWorld, buffer)
    [all...]
  /external/chromium_org/mojo/embedder/
embedder_unittest.cc 201 const char kWorld[] = "world!!!";
204 kWorld,
205 static_cast<uint32_t>(sizeof(kWorld)),
239 EXPECT_EQ(sizeof(kWorld), num_bytes);
240 EXPECT_STREQ(kWorld, buffer);
381 const char kWorld[] = "world!";
382 EXPECT_EQ(sizeof(kWorld), num_bytes);
383 EXPECT_STREQ(kWorld, buffer);
503 const char kWorld[] = "world!";
506 kWorld,
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 201 milliseconds