Home
last modified time | relevance | path

Searched refs:testcase (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/test-runner/src/android/test/
DTestRunner.java291 TestCase testcase = null; in run() local
293 testcase = (TestCase) test; in run()
299 if (testcase != null) { in run()
300 testcase.setUp(mContext); in run()
316 if (testcase != null && didSetup) { in run()
318 testcase.tearDown(); in run()
339 AndroidTestCase testcase = (AndroidTestCase) test; in run() local
341 testcase.setContext(mContext); in run()
342 testcase.setTestContext(mContext); in run()
500 AndroidTestCase testcase = (AndroidTestCase) test; in runSingleJunitTest() local
[all …]
/frameworks/compile/slang/lit-tests/
DREADME5 Each testcase is a separate .rs file, and comments inside the testcase are
/frameworks/compile/libbcc/tests/debuginfo/
Dbuild_test_apk.sh100 --testcase)