Home
last modified time | relevance | path

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

12

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DTestPackageResultTest.java41 Collection<TestIdentifier> tests = pkgResult.getTestsWithStatus( in testGetTestsWithStatus() local
/cts/tests/tests/os/src/android/os/cts/
DSeccompTest.java79 final String[] tests = { in testKernelBasicTests() local
159 final String[] tests = { in testKernelTSYNCTests() local
177 private void runKernelUnitTestSuite(final String[] tests) { in runKernelUnitTestSuite()
/cts/tests/core/runner/src/com/android/cts/core/runner/
DCoreTestRunner.java154 String[] tests = arg.split(","); in onCreate() local
171 String[] tests = arg.split(","); in onCreate() local
318 List<String> tests = new ArrayList<>(); in readTestsFromFile() local
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java168 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testGlesVersion() local
318 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testResultCode() local
487 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_multipleTests() local
590 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_unexecutableTests() local
679 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_queryPmListFailure() local
736 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_queryRenderabilityFailure() local
826 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testOrientation() local
1110 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_unsupportedPixelFormat() local
1220 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_sessionInfoValueMissing() local
1382 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(); in testRun_resultEventTypeMissing() local
[all …]
DJarHostTestTest.java79 Collection<TestIdentifier> tests = new ArrayList<TestIdentifier>(1); in testRun() local
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsTradefedTest.java45 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java139 List<TestListItem> tests = filterTests(testsByCategory.get(testCategory)); in getRows() local
274 List<TestListItem> tests; in addTestToCategory() local
308 List<TestListItem> filterTests(List<TestListItem> tests) { in filterTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestSuite.java82 public Enumeration<Test> tests() { in tests() method in GnssCtsTestSuite
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestSuite.java82 public Enumeration<Test> tests() { in tests() method in SensorCtsTestSuite
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DTestAdapter.java35 List<Test> tests; field in TestAdapter
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DResultFilter.java52 Collection<TestIdentifier> tests = testPackage.getKnownTests(); in ResultFilter() local
DTestFilter.java139 public Collection<TestIdentifier> filter(Collection<TestIdentifier> tests) { in filter()
DJUnitDeviceTest.java110 public void setTests(Collection<TestIdentifier> tests) { in setTests()
DTestNGDeviceTest.java106 public void setTests(Collection<TestIdentifier> tests) { in setTests()
DDeqpTestRunner.java87 public DeqpTestRunner(String packageName, String name, Collection<TestIdentifier> tests, in DeqpTestRunner()
1064 Collection<TestIdentifier> tests, in parseTestInstances()
1136 private static String generateTestCaseTrieFromPaths(Collection<String> tests) { in generateTestCaseTrieFromPaths()
1189 private static String generateTestCaseTrie(Collection<TestIdentifier> tests) { in generateTestCaseTrie()
1201 public List<TestIdentifier> tests; field in DeqpTestRunner.TestBatch
DJarHostTest.java125 void setTests(Collection<TestIdentifier> tests) { in setTests()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java154 private void addTests(ArrayTestListAdapter adapter, TestInfo[] tests) { in addTests()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestCase.java133 void addTestsWithStatus(Collection<TestIdentifier> tests, Deque<String> parentSuiteNames, in addTestsWithStatus()
DTestSuite.java208 void addTestsWithStatus(Collection<TestIdentifier> tests, Deque<String> parentSuiteNames, in addTestsWithStatus()
/cts/tests/tests/media/src/android/media/cts/
DAdaptivePlaybackTest.java302 TestList tests = new TestList(); in ex() local
348 public void addTests(TestList tests, final Codec c) { in addTests()
409 public void addTests(TestList tests, final Codec c) { in addTests()
465 public void addTests(TestList tests, final Codec c) { in addTests()
532 public void addTests(TestList tests, final Codec c) { in addTests()
662 public void addTests(TestList tests, Codec c) { in addTests()
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DDalvikTestRunner.java109 Enumeration<Test> tests = suite.tests(); in collectTests() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DPackagePriorityVerifierActivity.java60 List<InteractiveTestCase> tests = new ArrayList<>(17); in createTestItems() local
DNotificationListenerVerifierActivity.java74 List<InteractiveTestCase> tests = new ArrayList<>(9); in createTestItems() local
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DXmlGenerator.java208 private void writeTests(PrintWriter writer, Collection<Test> tests, in writeTests()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java275 List<IRemoteTest> tests = config.getTests(); in initialize() local
314 private static List<IRemoteTest> splitShardableTests(List<IRemoteTest> tests, in splitShardableTests()

12