Searched refs:kWorld (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/mojo/public/cpp/system/tests/ |
D | core_unittest.cc | 235 const char kWorld[] = "world!"; in TEST() local 236 const uint32_t kWorldSize = static_cast<uint32_t>(sizeof(kWorld)); in TEST() 238 WriteMessageRaw(mp.handle0.get(), kWorld, kWorldSize - 1, in TEST() 280 EXPECT_EQ(kWorld, std::string(bytes.begin(), bytes.end())); in TEST() 302 const char kWorld[] = "world!"; in TEST() local 303 const uint32_t kWorldSize = static_cast<uint32_t>(sizeof(kWorld)); in TEST() 305 WriteMessageRaw(h2.get(), kWorld, kWorldSize, nullptr, 0, in TEST() 309 WriteMessageRaw(h3.get(), kWorld, kWorldSize, nullptr, 0, in TEST() 344 const char kWorld[] = "world!"; in TEST() local 345 const uint32_t kWorldSize = static_cast<uint32_t>(sizeof(kWorld)); in TEST() [all …]
|
/external/libchrome/mojo/public/c/system/tests/ |
D | core_api_unittest.cc | 213 static const char kWorld[] = "world"; in TEST() local 214 ASSERT_GE(buffer_size, sizeof(kWorld)); in TEST() 216 memcpy(write_pointer, kWorld, sizeof(kWorld)); in TEST() 219 MojoEndWriteData(hp, static_cast<uint32_t>(sizeof(kWorld)), nullptr)); in TEST()
|
/external/libchrome/mojo/core/ |
D | embedder_unittest.cc | 139 const std::string kWorld = "world!!!"; in TEST_F() local 140 WriteMessageWithHandles(server_mp, kWorld, &h1, 1); in TEST_F() 148 EXPECT_EQ(kWorld, ReadMessageWithHandles(client_mp, &h1, 1)); in TEST_F()
|
D | multiprocess_message_pipe_unittest.cc | 314 static const char kWorld[] = "world!!!"; in DEFINE_TEST_CLIENT_WITH_PIPE() local 315 CHECK_EQ(memcmp(buffer, kWorld, sizeof(kWorld)), 0); in DEFINE_TEST_CLIENT_WITH_PIPE() 380 static const char kWorld[] = "world!!!"; in TEST_F() local 381 memcpy(buffer, kWorld, sizeof(kWorld)); in TEST_F()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ZoneMeta.java | 56 private static final String kWorld = "001"; field in ZoneMeta 142 if (region != null && !region.equals(kWorld)) { in getCanonicalSystemLocationZIDs() 456 if (country != null && country.equals(kWorld)) { in getCanonicalCountry() 471 if (country != null && country.equals(kWorld)) { in getCanonicalCountry()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ZoneMeta.java | 55 private static final String kWorld = "001"; field in ZoneMeta 141 if (region != null && !region.equals(kWorld)) { in getCanonicalSystemLocationZIDs() 455 if (country != null && country.equals(kWorld)) { in getCanonicalCountry() 470 if (country != null && country.equals(kWorld)) { in getCanonicalCountry()
|