/test/cts-root/hostsidetests/packageinstaller/src/com/android/cts_root/packageinstaller/host/ |
D | SessionCleanUpHostTest.java | 77 private void run(String method) throws Exception { in run() method in SessionCleanUpHostTest 96 run("testSessionCleanUp_Single_Success"); in testSessionCleanUp_Single_Success() 104 run("testSessionCleanUp_Multi_Success"); in testSessionCleanUp_Multi_Success() 112 run("testSessionCleanUp_Single_VerificationFailed"); in testSessionCleanUp_Single_VerificationFailed() 120 run("testSessionCleanUp_Multi_VerificationFailed"); in testSessionCleanUp_Multi_VerificationFailed() 128 run("testSessionCleanUp_Single_ValidationFailed"); in testSessionCleanUp_Single_ValidationFailed() 136 run("testSessionCleanUp_Multi_ValidationFailed"); in testSessionCleanUp_Multi_ValidationFailed() 144 run("testSessionCleanUp_Single_NoPermission"); in testSessionCleanUp_Single_NoPermission() 152 run("testSessionCleanUp_Multi_NoPermission"); in testSessionCleanUp_Multi_NoPermission() 162 run("testSessionCleanUp_Single_Expire_Install"); in testSessionCleanUp_Single_Expire() [all …]
|
/test/cts-root/tools/cts-root-tradefed/ |
D | README | 6 that require root privileges or a debuggable device to run. 22 To run a test plan on a single device: 26 are working from the Android source tree and have run 'm cts_root', 30 'run cts-root' to run the default MTS plan 34 To run a test module: 35 'run cts-root --module <module_name>' 37 To run a specific test: 38 'run cts-root --test <test_name>' 40 To shard a plan test run on multiple devices 41 'run cts-root --shards <number of shards> [all …]
|
/test/mts/tools/mts-tradefed/ |
D | README | 21 To run a test plan on a single device: 25 are working from the Android source tree and have run 'm mts', 29 'run mts' to run the default MTS plan 33 To run a test module: 34 'run mts --module <module_name>' 36 To run a specific test: 37 'run mts --test <test_name>' 39 To shard a plan test run on multiple devices 40 'run mts --shards <number of shards> 44 'run mts --help' [all …]
|
/test/vts/tools/vts-core-tradefed/ |
D | README | 12 - tests all run through Trade Federation without python wrapper, thus no 14 - supports sharding a VTS test run across multiple devices in parallel 36 To run a test plan on a single device: 42 Or else if you are working from the Android source tree and have run `make 46 'run vts' to run the default VTS plan 50 To run a test module: 51 'run vts --module <module_name>' 53 To run a specific test: 54 'run vts --module <module_name> --test <test_name>' 56 To shard a plan test run on multiple devices [all …]
|
/test/catbox/tools/catbox-tradefed/ |
D | README | 29 To run a test plan on a single device: 35 Or else if you are working from the Android source tree and have run make catbox, 39 'run catbox' to run the default CATBOX plan 43 To run a test module: 44 'run catbox --module <module_name>' 46 To run a specific test: 47 'run catbox --test <test_name>' 49 To shard a plan test run on multiple devices 50 'run catbox --shards <number of shards> 54 'run catbox --help' [all …]
|
/test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/ |
D | RollbackManagerHostTest.java | 81 private void run(String method) throws Exception { in run() method in RollbackManagerHostTest 96 run("cleanUp"); in cleanUp() 119 run("testRollbackDataPolicy_Phase1_Install"); in testRollbackDataPolicy() 121 run("testRollbackDataPolicy_Phase2_Rollback"); in testRollbackDataPolicy() 123 run("testRollbackDataPolicy_Phase3_VerifyRollback"); in testRollbackDataPolicy() 148 run("testRollbackApexDataDirectories_Phase1_Install"); in testRollbackApkInApexDataDirectories_Ce() 178 run("testRollbackApkDataDirectories_Phase1_InstallV1"); in testRollbackApkDataDirectories_De() 187 run("testRollbackApkDataDirectories_Phase2_InstallV2"); in testRollbackApkDataDirectories_De() 199 run("testRollbackApkDataDirectories_Phase3_Rollback"); in testRollbackApkDataDirectories_De() 225 run("testRollbackApexDataDirectories_Phase1_Install"); in testRollbackApexDataDirectories_Ce() [all …]
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/ |
D | SettingsPreparerTest.java | 73 mSettingsPreparer.run(mTestInfo); in testCorrectOneExpected() 84 mSettingsPreparer.run(mTestInfo); in testCorrectManyExpected() 93 mSettingsPreparer.run(mTestInfo); in testIncorrectOneExpected() 109 mSettingsPreparer.run(mTestInfo); in testIncorrectManyExpected() 121 mSettingsPreparer.run(mTestInfo); in testCommandRun() 131 mSettingsPreparer.run(mTestInfo); in testCommandRunWrongSetValue()
|
D | PropertyCheckTest.java | 73 mPropertyCheck.run(mTestInfo); // no warnings or errors in testWarningMatch() 82 mPropertyCheck.run(mTestInfo); // should only print a warning in testWarningMismatch() 91 mPropertyCheck.run(mTestInfo); // no warnings or errors in testErrorMatch() 101 mPropertyCheck.run(mTestInfo); // expecting TargetSetupError in testErrorMismatch()
|
/test/cts-root/ |
D | README.md | 11 `cts-root-tradefed` to run it, and `run cts-root` to run the default cts-root
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/testing/ |
D | MoreAsserts.java | 30 void run() throws Exception; in run() method 47 runnable.run(); in assertThrows()
|
/test/mlts/benchmark/tools/ |
D | gen_tflite_visualization.sh | 11 echo you must run lunch before running this script 31 bazel run //tensorflow/lite/tools:visualize $file $HTML_DIR/$modelname.html
|
/test/app_compat/csuite/tools/csuite-tradefed/ |
D | README | 21 To run a test plan on a single device: 25 are working from the Android source tree and have run 'm csuite', 37 Perform these steps to build and run csuite from the development environment: 42 run <plan-name>
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | PreconditionPreparer.java | 72 run(testInfo); in setUp() 89 public void run(TestInformation testInfo) in run() method in PreconditionPreparer 92 run(testInfo.getDevice(), testInfo.getBuildInfo()); in run() 97 public void run(ITestDevice device, IBuildInfo buildInfo) in run() method in PreconditionPreparer
|
D | StayAwakePreparer.java | 45 public void run(TestInformation testInfo) in run() method in StayAwakePreparer 54 super.run(testInfo); in run()
|
D | LocationCheck.java | 43 public void run(TestInformation testInfo) in run() method in LocationCheck 57 super.run(testInfo); in run()
|
/test/vts-testcase/performance/audio_loopback_test/ |
D | README.md | 2 It is based on the Loopback.apk run with Loopback dongle: https://source.android.com/devices/audio/… 4 * How to run the test? 7 3. `vts-tradefed run vts -m AudioLoopbackTest`
|
/test/app_compat/csuite/integration_tests/ |
D | csuite_crash_detection_test.py | 36 self.adb.run(['logcat', '-c']) 50 self.adb.run(['logcat', '-c']) 102 logcat_process = self.adb.run(['logcat', '-d', '-v', 'brief', '-s', tag])
|
D | csuite_test_utils.py | 185 return self.run(['shell'] + args, check) 187 def run(self, member in Adb 195 self.run(['uninstall', package_name], check=check) 220 return subprocess.run(args, check=check, **kwargs)
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
D | CompatibilityConsole.java | 91 public void run() { in run() method in CompatibilityConsole 104 super.run(); in run() 122 public void run() { in setCustomCommands() 129 public void run() { in setCustomCommands() 138 public void run(CaptureList args) { in setCustomCommands() 148 public void run() { in setCustomCommands() 154 public void run() { in setCustomCommands() 160 public void run(CaptureList args) { in setCustomCommands() 173 public void run(CaptureList args) { in setCustomCommands() 184 public void run(CaptureList args) { in setCustomCommands() [all …]
|
/test/vts-testcase/kernel/ltp/testcase/tools/ |
D | gen_ltp_config.py | 24 def run(arch: str, n_bit: int, is_low_mem: bool, is_hwasan: bool, run_staging: bool, output_file: s… function 75 run(arch=args.arch,
|
/test/mts/tools/mts-tradefed/tests/ |
D | run_mts_test.sh | 21 ${MTS_DIR}/mts-tradefed run singleCommand host -n \
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/ |
D | SystemPackageUninstaller.java | 106 void run() throws TargetSetupError, DeviceNotAvailableException; in run() method 114 action.run(); in runWithFrameworkOff() 131 action.run(); in runWithWritableFilesystem() 152 action.run(); in runAsRoot()
|
/test/vts/tools/vts-core-tradefed/tests/ |
D | run_vts_core_tests.sh | 21 ${VTS_CORE_DIR}/vts-tradefed run singleCommand host -n \
|
/test/mlts/benchmark/ |
D | README.txt | 31 * At the end of a benchmark run, its results will be 39 To run the tests use the specific targets available in the build_and_run_benchmark.sh script. 40 By default, every test gets run on each available accelerator in isolation. It is possible to filte… 43 It is also possible to run additional tests without specified target accelerator to let NNAPI 81 All tests documented above can be run using a NNAPI Support Library implementation.
|
/test/vts/tests/kernel_proc_file_api_test/ |
D | vts_kernel_proc_sysrq_trigger_test.py | 52 results = unittest.TextTestRunner(verbosity=2).run(suite)
|