Home
last modified time | relevance | path

Searched refs:GetPlatformString (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_structtree_embeddertest.cpp139 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 Dfpdf_view_embeddertest.cpp758 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 Dfpdf_attachment_embeddertest.cpp123 EXPECT_EQ("1.txt", GetPlatformString(buf.data())); in TEST_F()
H A Dfpdf_formfill_embeddertest.cpp1670 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 DCLPlatformCL.cpp29 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 Dfx_string_testhelpers.h25 std::string GetPlatformString(FPDF_WIDESTRING wstr);
H A Dfx_string_testhelpers.cpp40 std::string GetPlatformString(FPDF_WIDESTRING wstr) { in GetPlatformString() function
/aosp_15_r20/external/pdfium/samples/helpers/
H A Dwrite.cc720 attachment_name = GetPlatformString(buf.data()); in WriteAttachments()