Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 25 of 50) sorted by relevance

12

/packages/apps/Camera2/tests/src/com/android/camera/
DCameraTestRunner.java34 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests() local
35 suite.addTestSuite(CameraTest.class); in getAllTests()
36 suite.addTestSuite(ImageCaptureIntentTest.class); in getAllTests()
37 suite.addTestSuite(VideoCaptureIntentTest.class); in getAllTests()
38 suite.addTestSuite(CameraUnitTest.class); in getAllTests()
39 return suite; in getAllTests()
DStressTests.java38 public static Test suite() { in suite() method in StressTests
/packages/apps/Camera2/tests/src/com/android/camera/stress/
DCameraStressTestRunner.java33 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests() local
34 suite.addTestSuite(ImageCapture.class); in getAllTests()
35 suite.addTestSuite(VideoCapture.class); in getAllTests()
36 return suite; in getAllTests()
/packages/apps/LegacyCamera/tests/src/com/android/camera/
DCameraStressTestRunner.java35 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests() local
36 suite.addTestSuite(ImageCapture.class); in getAllTests()
37 suite.addTestSuite(VideoCapture.class); in getAllTests()
38 return suite; in getAllTests()
DUnitTests.java29 public static Test suite() { in suite() method in UnitTests
DStressTests.java38 public static Test suite() { in suite() method in StressTests
/packages/apps/Car/Dialer/tests/unittests/
Dreadme.md1 Unit test suite for CarDialerApp using Robolectric.
/packages/apps/Car/Settings/tests/robotests/
Dreadme.md1 Unit test suite for SettingsLib using Robolectric.
/packages/apps/TV/tests/robotests/
DREADME.md1 Unit test suite for Live Channels using Robolectric.
/packages/apps/Car/Cluster/DirectRenderingCluster/tests/robotests/
Dreadme.md1 Unit test suite for DirectRenderingCluster using Robolectric.
/packages/apps/Car/Dialer/tests/robotests/
Dreadme.md1 Unit test suite for CarDialerApp using Robolectric.
/packages/apps/Car/libs/car-telephony-common/tests/unittests/
Dreadme.md1 Unit test suite for car-telephony-common.
/packages/apps/Gallery/tests/src/com/android/camera/
DUnitTests.java29 public static Test suite() { in suite() method in UnitTests
/packages/apps/Settings/tests/robotests/
DREADME.md4 ## The full suite
/packages/apps/Car/Dialer/tests/instrutests/
Dreadme.md1 Instrumented test suite for CarDialerApp using AndroidJUnitRunner.
/packages/apps/TimeZoneData/testing/xts/
DAndroid.bp17 // own test suite. At runtime the libs below (or a superset) must be present.
/packages/modules/SdkExtensions/derive_classpath/
DAndroid.bp53 // Work around testing using a 64-bit test suite on 32-bit test device by
/packages/modules/SdkExtensions/derive_sdk/
DAndroid.bp54 // Work around testing using a 64-bit test suite on 32-bit test device by
/packages/apps/Settings/tests/unit/
DREADME7 // The following instrutions show how to run the test suite using make + adb //
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dfaq.md35 …an be run on your particular platform. Building and running the unit test suite will give you the …
47suite for automatic testing. [Travis](https://travis-ci.org/miloyip/rapidjson/)(for Linux) and [Ap…
/packages/modules/DnsResolver/
DAndroid.bp137 // suite on cf_x86_phone (32-bit) for coverage.
/packages/modules/adb/
Dtest_device.py1779 suite = unittest.TestLoader().loadTestsFromName(__name__)
1780 unittest.TextTestRunner(verbosity=3).run(suite)
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/data/
DLICENSE534 sought to be enforced. If the standard suite of rights granted under
/packages/modules/GeoTZ/output_data/odbl/
DLICENSE534 sought to be enforced. If the standard suite of rights granted under
/packages/modules/GeoTZ/tzbb_data/
DDATA_LICENSE534 sought to be enforced. If the standard suite of rights granted under

12