Searched defs:testCase (Results 1 – 13 of 13) sorted by relevance
80 TestCase testCase = getTestCase(testClassName); in findTest() local124 TestCase testCase = mChildTestCaseMap.get(testCaseName); in getTestCase() local175 TestCase testCase = new TestCase(); in parse() local188 public void insertTestCase(TestCase testCase) { in insertTestCase()189 mChildTestCaseMap.put(testCase.getName(), testCase); in insertTestCase() local
77 TaskCase* testCase) in createAudioHw()109 bool AudioHardware::startPlaybackOrRecordById(const android::String8& id, TaskCase* testCase) in startPlaybackOrRecordById()
97 TestCase testCase = new TestCase(caseName); in handleCase() local102 private void handleTest(TestCase testCase, String test, int timeout) { in handleTest()
57 public void addCase(TestCase testCase) { in addCase()
138 protected void run(TestCase testCase) { in run()154 public TestNode(TestCase testCase) { in TestNode()
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
44 public void addTestCase(TestCase testCase) { in addTestCase()
88 public OpenGLES20View(Context context, int category, int testCase, CountDownLatch latch) { in OpenGLES20View()
204 UniquePtr<TaskCase> testCase; in parseBatch() local
282 TestCase testCase = (TestCase)testClass.newInstance(); in loadTest() local
162 protected Bitmap captureRenderSpec(TestCase testCase) { in captureRenderSpec()
295 ActivityInstrumentationTestCase2<T> testCase, int dialogNumber) { in startDialogActivity()