Searched refs:GetPlatformString (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_structtree_embeddertest.cpp | 139 EXPECT_EQ("Document", GetPlatformString(buffer)); in TEST_F() 146 EXPECT_EQ("Table", GetPlatformString(buffer)); in TEST_F() 161 EXPECT_EQ("TH", GetPlatformString(buffer)); in TEST_F() 166 EXPECT_EQ("Row", GetPlatformString(buffer)); in TEST_F() 202 EXPECT_EQ("Document", GetPlatformString(buffer)); in TEST_F() 210 EXPECT_EQ("Table", GetPlatformString(buffer)); in TEST_F() 242 EXPECT_EQ("Document", GetPlatformString(buffer)); in TEST_F() 252 EXPECT_EQ("Table", GetPlatformString(buffer)); in TEST_F() 256 EXPECT_EQ("node12", GetPlatformString(buffer)); in TEST_F() 287 EXPECT_EQ("Document", GetPlatformString(buffer)); in TEST_F() [all …]
|
H A D | fpdf_view_embeddertest.cpp | 758 GetPlatformString(reinterpret_cast<FPDF_WIDESTRING>(fixed_buffer))); in TEST_F() 767 GetPlatformString(reinterpret_cast<FPDF_WIDESTRING>(fixed_buffer))); in TEST_F() 793 GetPlatformString(reinterpret_cast<FPDF_WIDESTRING>(fixed_buffer))); in TEST_F() 803 GetPlatformString(reinterpret_cast<FPDF_WIDESTRING>(fixed_buffer))); in TEST_F() 900 GetPlatformString(reinterpret_cast<FPDF_WIDESTRING>(buffer))); in TEST_F() 905 GetPlatformString(reinterpret_cast<FPDF_WIDESTRING>(buffer))); in TEST_F()
|
H A D | fpdf_attachment_embeddertest.cpp | 123 EXPECT_EQ("1.txt", GetPlatformString(buf.data())); in TEST_F()
|
H A D | fpdf_formfill_embeddertest.cpp | 1670 EXPECT_EQ("Hello", GetPlatformString(buffer)); in TEST_F() 1676 EXPECT_EQ("", GetPlatformString(buffer)); in TEST_F() 1683 EXPECT_EQ("Hello", GetPlatformString(buffer)); in TEST_F()
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 29 std::string GetPlatformString(cl_platform_id platform, cl::PlatformInfo name) in GetPlatformString() function 127 const std::string vendor = GetPlatformString(mNative, cl::PlatformInfo::Vendor); in createInfo() 128 info.profile = GetPlatformString(mNative, cl::PlatformInfo::Profile); in createInfo() 129 info.versionStr = GetPlatformString(mNative, cl::PlatformInfo::Version); in createInfo() 130 info.name = GetPlatformString(mNative, cl::PlatformInfo::Name); in createInfo() 131 std::string extensionStr = GetPlatformString(mNative, cl::PlatformInfo::Extensions); in createInfo()
|
/aosp_15_r20/external/pdfium/testing/ |
H A D | fx_string_testhelpers.h | 25 std::string GetPlatformString(FPDF_WIDESTRING wstr);
|
H A D | fx_string_testhelpers.cpp | 40 std::string GetPlatformString(FPDF_WIDESTRING wstr) { in GetPlatformString() function
|
/aosp_15_r20/external/pdfium/samples/helpers/ |
H A D | write.cc | 720 attachment_name = GetPlatformString(buf.data()); in WriteAttachments()
|