Home
last modified time | relevance | path

Searched refs:TestType (Results 1 – 2 of 2) sorted by relevance

/cts/tools/utils/
DCollectAllTests.java100 final TestType testType = TestType.getTestType(androidMakeFile); in main()
137 if (testType.type == TestType.HOST_SIDE_ONLY) { in main()
142 if (testType.type == TestType.VM_HOST_TEST) { in main()
256 private static class TestType { class in CollectAllTests
264 private TestType (int type, String jarPath) { in TestType() method in CollectAllTests.TestType
269 private static TestType getTestType(String makeFileName) { in getTestType()
271 return new TestType(DEVICE_SIDE_ONLY, null); in getTestType()
273 int type = TestType.DEVICE_SIDE_ONLY; in getTestType()
293 return new TestType(type, jarPath); in getTestType()
/cts/tests/tests/nativeopengl/standalone/jni/tests/
DEGLCleanup_test.cpp72 enum TestType { enum in android::ChainedThread
77 ChainedThread(TestType testType) : mEglDisplay(EGL_NO_DISPLAY), in ChainedThread()
118 TestType mTestType;