/cts/tools/vm-tests-tf/src/dot/junit/opcodes/ |
D | AllTests.java | 32 public static final Test suite() { in suite() method in AllTests 33 TestSuite suite = new TestSuite("Tests for all dalvik vm opcodes"); in suite() local 34 suite.addTestSuite(dot.junit.opcodes.add_double_2addr.Test_add_double_2addr.class); in suite() 35 suite.addTestSuite(dot.junit.opcodes.add_double.Test_add_double.class); in suite() 36 suite.addTestSuite(dot.junit.opcodes.add_float_2addr.Test_add_float_2addr.class); in suite() 37 suite.addTestSuite(dot.junit.opcodes.add_float.Test_add_float.class); in suite() 38 suite.addTestSuite(dot.junit.opcodes.add_int_2addr.Test_add_int_2addr.class); in suite() 39 suite.addTestSuite(dot.junit.opcodes.add_int_lit16.Test_add_int_lit16.class); in suite() 40 suite.addTestSuite(dot.junit.opcodes.add_int_lit8.Test_add_int_lit8.class); in suite() 41 suite.addTestSuite(dot.junit.opcodes.add_int.Test_add_int.class); in suite() [all …]
|
/cts/tests/tests/proto/src/android/util/proto/cts/ |
D | ProtoTests.java | 22 public static TestSuite suite() { in suite() method in ProtoTests 23 TestSuite suite = new TestSuite(ProtoTests.class.getName()); in suite() local 25 suite.addTestSuite(DebuggingTest.class); in suite() 26 suite.addTestSuite(EncodedBufferTest.class); in suite() 27 suite.addTestSuite(ProtoOutputStreamTagTest.class); in suite() 28 suite.addTestSuite(ProtoOutputStreamDoubleTest.class); in suite() 29 suite.addTestSuite(ProtoOutputStreamFloatTest.class); in suite() 30 suite.addTestSuite(ProtoOutputStreamInt32Test.class); in suite() 31 suite.addTestSuite(ProtoOutputStreamInt64Test.class); in suite() 32 suite.addTestSuite(ProtoOutputStreamUInt32Test.class); in suite() [all …]
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/ |
D | AllTests.java | 32 public static final Test suite() { in suite() method in AllTests 33 TestSuite suite = new TestSuite("Tests for dalvik vm: test that " in suite() local 35 suite.addTestSuite(dot.junit.verify.a1.Test_a1.class); in suite() 36 suite.addTestSuite(dot.junit.verify.a3.Test_a3.class); in suite() 37 suite.addTestSuite(dot.junit.verify.a5.Test_a5.class); in suite() 38 suite.addTestSuite(dot.junit.verify.b2.Test_b2.class); in suite() 39 suite.addTestSuite(dot.junit.verify.b3.Test_b3.class); in suite() 40 suite.addTestSuite(dot.junit.verify.b17.Test_b17.class); in suite() 42 return suite; in suite()
|
/cts/tools/vm-tests-tf/src/dot/junit/format/ |
D | AllTests.java | 32 public static final Test suite() { in suite() method in AllTests 33 TestSuite suite = new TestSuite("Tests for dalvik vm: test that " in suite() local 35 suite.addTestSuite(dot.junit.format.f1.Test_f1.class); in suite() 37 return suite; in suite()
|
/cts/tools/utils/ |
D | rerun.py | 31 def parseSuite(suite, parentName): argument 35 childSuites = getChildrenWithTag(suite, "TestSuite") 39 childTestCases = getChildrenWithTag(suite, "TestCase")
|
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/ |
D | DalvikTestRunner.java | 102 config.suite = new FilterableTestSuite(classes, config.includes, config.excludes); in createConfig() 110 int count = config.suite.countTestCases(); in run() 115 collectTests(config.suite, listener, config.includes, config.excludes); in run() 119 config.suite.run(result); in run() 131 TestSuite suite = (TestSuite) test; in iterateTests() local 132 Enumeration<Test> enumerator = suite.tests(); in iterateTests() 145 private static void collectTests(TestSuite suite, TestListener listener, in collectTests() argument 147 iterateTests(suite, includes, excludes, test -> { in collectTests() 361 TestSuite suite; field in DalvikTestRunner.Config
|
/cts/build/ |
D | deqp_dummy_test_list | 1 suite:TestSuite
|
D | compatibility_test_suite.mk | 20 …$(call intermediates-dir-for,JAVA_LIBRARIES,$(LOCAL_MODULE),true,COMMON)/test-suite-info.properties
|
/cts/tests/tests/opengl/ |
D | DEPRECATED | 1 This suite of tests is deprecated. Please add OpenGL CTS test to either:
|
/cts/tools/vm-tests-tf/src/dot/ |
D | Main.java | 29 TestRunner.run(AllTests.suite()); in main()
|
/cts/tests/tests/media/libmediandkjni/ |
D | Android.bp | 40 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible 77 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible 110 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tests/mediapc/ |
D | README.md | 4 The test vectors used by the test suite is available at [link](https://storage.googleapis.com/andro…
|
/cts/suite/cts/utils/ |
D | get_csv_report.py | 55 def parseSuite(suite, parentName): argument 59 childSuites = getChildrenWithTag(suite, "TestSuite") 62 childTestCases = getChildrenWithTag(suite, "TestCase")
|
/cts/tests/video/ |
D | README.md | 6 The test vectors used by the test suite is available at [link](https://storage.googleapis.com/andro…
|
/cts/tests/sensor/src/android/hardware/cts/helpers/ |
D | FrameworkUnitTests.java | 63 public static Test suite() { in suite() method in FrameworkUnitTests
|
/cts/tools/utils/cts/ |
D | tools.py | 55 for (suite_name, suite) in self.test_suites.iteritems(): 60 suite.WriteDescription(doc, child)
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 131 // cts/suite/pts/lib/commonutil/src/com/android/pts/util/ResultType.java 140 // cts/suite/pts/lib/commonutil/src/com/android/pts/util/ResultUnit.java 238 // Information about the host running the test suite. 289 // Unique name describing the test suite within the test package. 295 // Unique name describing the test case within the test suite.
|
/cts/tools/cts-device-info/jni/ |
D | Android.bp | 37 // this test suite runs on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tests/tests/mediastress/jni/ |
D | Android.bp | 31 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tests/tests/media/libimagereaderjni/ |
D | Android.bp | 36 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tests/tests/media/libaudiojni/ |
D | Android.bp | 48 // this test suite will run on sdk 29 as part of MTS, make sure it's compatible
|
/cts/tests/media/ |
D | README.md | 6 The test vectors used by the test suite is available at [link](https://storage.googleapis.com/andro… 8 The test suite looks to cover sdk/ndk api in normal and error scenarios. Error scenarios are separa…
|
/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/ |
D | CtsConfigLoadingTest.java | 38 import com.android.tradefed.testtype.suite.ITestSuite; 39 import com.android.tradefed.testtype.suite.params.ModuleParameters;
|
/cts/common/device-side/nativetesthelper/jni/ |
D | gtest_wrapper.cpp | 170 …ndroid_gtestrunner_GtestRunner_nInitialize(JNIEnv *env, jclass, jstring className, jobject suite) { in Java_com_android_gtestrunner_GtestRunner_nInitialize() argument 216 addChild(env, suite, testDescription.get()); in Java_com_android_gtestrunner_GtestRunner_nInitialize()
|