Home
last modified time | relevance | path

Searched defs:testCase (Results 1 – 10 of 10) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestSuite.java81 TestCase testCase = getTestCase(testClassName); in findTest() local
125 TestCase testCase = mChildTestCaseMap.get(testCaseName); in getTestCase() local
176 TestCase testCase = new TestCase(); in parse() local
189 public void insertTestCase(TestCase testCase) { in insertTestCase()
190 mChildTestCaseMap.put(testCase.getName(), testCase); in insertTestCase() local
/cts/suite/audio_quality/lib/src/audio/
DAudioHardware.cpp73 TaskCase* testCase) in createAudioHw()
105 bool AudioHardware::startPlaybackOrRecordById(const android::String8& id, TaskCase* testCase) in startPlaybackOrRecordById()
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DTestListParser.java93 TestCase testCase = new TestCase(caseName); in handleCase() local
98 private void handleTest(TestCase testCase, String test) { in handleTest()
DTestSuite.java57 public void addCase(TestCase testCase) { in addCase()
/cts/suite/audio_quality/test/
DAudioHardwareTest.cpp39 TaskCase* testCase = new TaskCase(); in TEST_F() local
DModelBuilderTest.cpp29 TaskGeneric* testCase = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local
37 TaskGeneric* testCase = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local
/cts/tests/tests/opengl/src/android/opengl/cts/
DOpenGLES20NativeActivity.java88 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) { in OpenGLES20View()
/cts/suite/audio_quality/lib/src/task/
DModelBuilder.cpp204 UniquePtr<TaskCase> testCase; in parseBatch() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DJarHostTest.java269 TestCase testCase = (TestCase)testClass.newInstance(); in loadTest() local
/cts/tests/src/android/app/cts/
DDialogStubActivity.java295 ActivityInstrumentationTestCase2<T> testCase, int dialogNumber) { in startDialogActivity()