Home
last modified time | relevance | path

Searched defs:tests (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
DListTestCaseNames.java30 List<Test> tests = Collections.<Test>list(suite.tests()); in getTestCaseNames() local
46 List<Test> tests = Collections.<Test>list(suite.tests()); in getTestNames() local
DTestGroupingTest.java42 List<TestMethod> tests = mGrouping.getTests(); in testGetTests_noPublicConstructor() local
/frameworks/compile/libbcc/runtime/test/
DCMakeLists.txt1 PROJECT( tests C ) project
/frameworks/compile/libbcc/runtime/test/Unit/
Dumodsi3_test.c30 su_int tests[][4] = variable
Dudivsi3_test.c30 su_int tests[][4] = variable
Dudivmoddi4_test.c34 du_int tests[][4] = variable
/frameworks/compile/libbcc/runtime/test/Unit/ppc/
Dfloatditf_test.h7 struct testCase tests[] = { variable
Dfloatunditf_test.h7 struct testCase tests[] = { variable
/frameworks/base/core/tests/coretests/src/android/util/
DPatternsTest.java155 String[] tests = { in testPhonePattern() local
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DPowerTest.java63 protected Test[] tests() { in tests() method in PowerTest
DStatusBarTest.java67 protected Test[] tests() { in tests() method in StatusBarTest
DToastTest.java53 protected Test[] tests() { in tests() method in ToastTest
DTestActivity.java41 protected abstract Test[] tests(); in tests() method in TestActivity
DNotificationTestList.java75 protected Test[] tests() { in tests() method in NotificationTestList
/frameworks/base/tests/CoreTests/android/core/
DTestWebData.java76 public final static byte[][] tests = { field in TestWebData
/frameworks/base/test-runner/src/android/test/
DTestCaseUtil.java45 List<Test> tests = (List<Test>) getTests(test, flatten); in getTestCaseNames() local