Searched refs:kData (Results 1 – 4 of 4) sorted by relevance
/hardware/google/aemu/base/ |
D | Win32UnicodeString_unittest.cpp | 35 } kData[] = { in TEST() local 41 const size_t kDataSize = ARRAY_SIZE(kData); in TEST() 44 Win32UnicodeString str1(kData[n].utf8); in TEST() 45 EXPECT_EQ(wcslen(kData[n].utf16), str1.size()); in TEST() 46 EXPECT_STREQ(kData[n].utf16, str1.c_str()); in TEST() 48 Win32UnicodeString str2(kData[n].utf8, strlen(kData[n].utf8)); in TEST() 49 EXPECT_EQ(wcslen(kData[n].utf16), str2.size()); in TEST() 50 EXPECT_STREQ(kData[n].utf16, str2.c_str()); in TEST() 52 std::string baseStr(kData[n].utf8); in TEST() 54 EXPECT_EQ(wcslen(kData[n].utf16), str3.size()); in TEST() [all …]
|
D | LayoutResolver_unittest.cpp | 37 const std::pair<testDisplayInput, testDisplayOutput> kData[] = { in TEST() local 42 const size_t kDataSize = ARRAY_SIZE(kData); in TEST() 46 const auto& input = kData[i].first; in TEST() 52 const auto& expectedOutput = kData[i].second; in TEST() 61 const std::pair<testDisplayInput, testDisplayOutput> kData[] = { in TEST() local 70 const size_t kDataSize = ARRAY_SIZE(kData); in TEST() 74 const auto& input = kData[i].first; in TEST() 80 const auto& expectedOutput = kData[i].second; in TEST()
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | Parser_unittest.cpp | 26 } kData[] = { in TEST() local 31 const size_t kDataSize = ARRAYLEN(kData); in TEST() 35 text += kData[n].input; in TEST() 38 result = normalizeTypeDeclaration(kData[n].input); in TEST() 39 EXPECT_STREQ(kData[n].expected, result.c_str()) << text; in TEST() 49 } kData[] = { in TEST() local 62 const size_t kDataSize = ARRAYLEN(kData); in TEST() 66 text += kData[n].input; in TEST() 69 EXPECT_EQ(kData[n].expected, in TEST() 70 parseTypeDeclaration(kData[n].input, in TEST() [all …]
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | EmuglBackendList_unittest.cpp | 86 } kData[] = { in TEST() local 101 const size_t kDataLen = ARRAYLEN(kData); in TEST() 105 pj("gles_bar", kData[n].libName); in TEST() 118 pj("/", "foo", System::kLibSubDir, "gles_bar", kData[n].libName); in TEST() 120 EXPECT_TRUE(list.getBackendLibPath("bar", kData[n].library, &libdir)); in TEST()
|