Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/runtime/test/Unit/ppc/
Dfloatditf_test.h1 struct testCase { struct
7 struct testCase tests[] = { argument
Dfloatunditf_test.h1 struct testCase { struct
7 struct testCase tests[] = { argument
/frameworks/base/test-runner/tests/src/android/test/
DTestCaseUtilTest.java38 TestCase testCase = new OneTestTestCaseWithSuite(); in testGetTestCaseNamesForTestCaseWithSuiteMethod() local
72 TestCase testCase = new OneTestTestCase(); in suite() local
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifier.java34 public PropertyNodesVerifier(AndroidTestCase testCase) { in PropertyNodesVerifier()
/frameworks/base/test-runner/src/android/test/
DAndroidTestRunner.java51 TestCase testCase = buildSingleTestMethod(testClass, testMethodName); in setTestClassName() local
94 TestCase testCase = (TestCase) testClass.newInstance(); in buildSingleTestMethod() local
DTestCaseUtil.java125 TestCase testCase = (TestCase) test; in getTestName() local
DTestRunner.java394 public void runInPerformanceMode(Object testCase, String className, boolean junitTest, in runInPerformanceMode()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestMethod.java46 public TestMethod(TestCase testCase) { in TestMethod()
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DUnitTestSuiteBuilderTest.java105 TestCase testCase = (TestCase) test; in testName() local
DInstrumentationTestSuiteBuilderTest.java112 TestCase testCase = (TestCase) test; in testName() local
/frameworks/base/test-runner/src/junit/textui/
DTestRunner.java153 String testCase= ""; in start() local