Home
last modified time | relevance | path

Searched refs:testname (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CameraITS/tools/
Drun_all_tests.py481 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/
DAtraceHostTestBase.java181 private final PidTidPair runAppTest(String testname) { in runAppTest() argument
184 return runDeviceTests(TEST_PKG, TEST_CLASS, testname); in runAppTest()
/cts/apps/CtsVerifier/assets/report/
Dcompatibility_result.css129 td.testname {
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTest.java175 public DecodeAccuracyTest(String testname, String fileName) { in DecodeAccuracyTest() argument
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java1526 public JSONArray getCrashReport(String testname, long timeout) in getCrashReport() argument
1529 File reportFile = new File(CrashUtils.DEVICE_PATH, testname); in getCrashReport()