Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestSuite.java80 TestCase testCase = getTestCase(testClassName); in findTest() local
124 TestCase testCase = mChildTestCaseMap.get(testCaseName); in getTestCase() local
175 TestCase testCase = new TestCase(); in parse() local
188 public void insertTestCase(TestCase testCase) { in insertTestCase()
189 mChildTestCaseMap.put(testCase.getName(), testCase); in insertTestCase() local
/cts/suite/audio_quality/lib/src/audio/
DAudioHardware.cpp77 TaskCase* testCase) in createAudioHw()
109 bool AudioHardware::startPlaybackOrRecordById(const android::String8& id, TaskCase* testCase) in startPlaybackOrRecordById()
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DTestListParser.java97 TestCase testCase = new TestCase(caseName); in handleCase() local
102 private void handleTest(TestCase testCase, String test, int timeout) { in handleTest()
DTestSuite.java57 public void addCase(TestCase testCase) { in addCase()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestResult.java138 protected void run(TestCase testCase) { in run()
154 public TestNode(TestCase testCase) { in TestNode()
/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/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
DTestSuite.java44 public void addTestCase(TestCase testCase) { in addTestCase()
/cts/tests/tests/opengl/src/android/opengl/cts/
DOpenGLES20NativeActivityOne.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.java282 TestCase testCase = (TestCase)testClass.newInstance(); in loadTest() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DActivityTestBase.java162 protected Bitmap captureRenderSpec(TestCase testCase) { in captureRenderSpec()
/cts/tests/app/src/android/app/cts/
DDialogStubActivity.java295 ActivityInstrumentationTestCase2<T> testCase, int dialogNumber) { in startDialogActivity()