Lines Matching refs:tcu
47 static tcu::TestPackage* createTestPackage(tcu::TestContext& testCtx)
54 tcu::TestPackageRegistry *registry = tcu::TestPackageRegistry::getSingleton();
58 // extern tcu::TestLog tcutestlog;
64 tcu::CommandLine cmdLine(argc, argv);
65 tcu::DirArchive archive(cmdLine.getArchiveDir());
67 de::UniquePtr<tcu::Platform> platform(createOhosPlatform());
68 de::UniquePtr<tcu::App> app(new tcu::App(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine));
83 tcu::die("%s", e.what());