Searched refs:testname (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CameraITS/tools/ |
D | run_all_tests.py | 481 for (testname, testpath) in tests: 484 testname not in HIDDEN_PHYSICAL_CAMERA_TESTS[scene]: 501 outpath = os.path.join(outdir, testname+'_stdout.txt') 502 errpath = os.path.join(outdir, testname+'_stderr.txt') 527 print ' Retry %s/%s' % (scene, testname) 541 elif test_code != 0 and testname in NOT_YET_MANDATED[scene]: 549 msg = "%s %s/%s [%.1fs]" % (retstr, scene, testname, t1-t0) 552 msg_short = "%s %s [%.1fs]" % (retstr, testname, t1-t0)
|
/cts/hostsidetests/atrace/src/android/atrace/cts/ |
D | AtraceHostTestBase.java | 181 private final PidTidPair runAppTest(String testname) { in runAppTest() argument 184 return runDeviceTests(TEST_PKG, TEST_CLASS, testname); in runAppTest()
|
/cts/apps/CtsVerifier/assets/report/ |
D | compatibility_result.css | 129 td.testname {
|
/cts/tests/tests/media/src/android/media/cts/ |
D | DecodeAccuracyTest.java | 175 public DecodeAccuracyTest(String testname, String fileName) { in DecodeAccuracyTest() argument
|
/cts/tests/tests/security/src/android/security/cts/ |
D | StagefrightTest.java | 1526 public JSONArray getCrashReport(String testname, long timeout) in getCrashReport() argument 1529 File reportFile = new File(CrashUtils.DEVICE_PATH, testname); in getCrashReport()
|