Searched defs:testCase (Results 1 – 10 of 10) sorted by relevance
81 TestCase testCase = getTestCase(testClassName); in findTest() local125 TestCase testCase = mChildTestCaseMap.get(testCaseName); in getTestCase() local176 TestCase testCase = new TestCase(); in parse() local189 public void insertTestCase(TestCase testCase) { in insertTestCase()190 mChildTestCaseMap.put(testCase.getName(), testCase); in insertTestCase() local
73 TaskCase* testCase) in createAudioHw()105 bool AudioHardware::startPlaybackOrRecordById(const android::String8& id, TaskCase* testCase) in startPlaybackOrRecordById()
93 TestCase testCase = new TestCase(caseName); in handleCase() local98 private void handleTest(TestCase testCase, String test) { in handleTest()
57 public void addCase(TestCase testCase) { in addCase()
39 TaskCase* testCase = new TaskCase(); in TEST_F() local
29 TaskGeneric* testCase = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local37 TaskGeneric* testCase = mModelBuilder.parseTestDescriptionXml(xmlFile); in TEST_F() local
88 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) { in OpenGLES20View()
204 UniquePtr<TaskCase> testCase; in parseBatch() local
269 TestCase testCase = (TestCase)testClass.newInstance(); in loadTest() local
295 ActivityInstrumentationTestCase2<T> testCase, int dialogNumber) { in startDialogActivity()