Searched refs:BuildInfoStringCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/internal/
H A DditBuildInfoTests.cpp90 class BuildInfoStringCase : public tcu::TestCase class in namespace:dit
93 BuildInfoStringCase (tcu::TestContext& testCtx, const char* name, const char* valueName, const char* value) function in class:dit::BuildInfoStringCase
190 addChild(new BuildInfoStringCase (m_testCtx, "date", "__DATE__", __DATE__));
191 addChild(new BuildInfoStringCase (m_testCtx, "time", "__TIME__", __TIME__));
192 addChild(new BuildInfoStringCase (m_testCtx, "de_debug", "DE_DEBUG", isDebug ? "1" : "not defined"));
196 addChild(new BuildInfoStringCase (m_testCtx, "de_ptr_size", "DE_PTR_SIZE", de::toString(DE_PTR_SIZE).c_str()));

Completed in 267 milliseconds