Home | History | Annotate | Download | only in system

Lines Matching defs:kWorld

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);
820 static const char kWorld[] = "world";
858 UserPointer<const void>(kWorld),
859 sizeof(kWorld),
892 EXPECT_EQ(sizeof(kWorld), static_cast<size_t>(read_buffer_size));
893 EXPECT_STREQ(kWorld, read_buffer);
966 static const char kWorld[] = "world";
1064 UserPointer<const void>(kWorld),
1065 sizeof(kWorld),
1096 EXPECT_EQ(sizeof(kWorld), static_cast<size_t>(read_buffer_size));
1097 EXPECT_STREQ(kWorld, read_buffer);