Home
last modified time | relevance | path

Searched refs:submit (Results 1 – 25 of 48) sorted by relevance

12

/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DDeviceReportTest.java81 log.submit(inst); in testSubmit()
107 log1.submit(inst); in testFile()
112 log2.submit(inst); in testFile()
117 log3.submit(inst); in testFile()
122 log4.submit(inst); in testFile()
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DDeviceReportTest.java81 log.submit(inst); in testSubmit()
107 log1.submit(inst); in testFile()
112 log2.submit(inst); in testFile()
117 log3.submit(inst); in testFile()
122 log4.submit(inst); in testFile()
/cts/hostsidetests/backup/src/android/cts/backup/
DParallelUserBackupRestoreHostSideTest.java117 mExecutorService.submit(backupCallableForUser(mParentUserId, backupLatch)); in testParallelBackupAndRestore()
119 mExecutorService.submit(backupCallableForUser(profileUserId, backupLatch)); in testParallelBackupAndRestore()
134 mExecutorService.submit(restoreCallableForUser(mParentUserId, restoreLatch)); in testParallelBackupAndRestore()
136 mExecutorService.submit(restoreCallableForUser(profileUserId, restoreLatch)); in testParallelBackupAndRestore()
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DMockVsyncHelper.java37 sExecutorThread = sExecutor.submit(() -> {
61 sExecutor.submit(() -> { in runOnVsyncThread()
/cts/tests/filesystem/src/android/filesystem/cts/
DRandomRWTest.java57 report.submit(getInstrumentation()); in testRandomRead()
76 report.submit(getInstrumentation()); in testRandomUpdate()
DAlmostFullTest.java137 report.submit(getInstrumentation()); in testRandomRead()
152 report.submit(getInstrumentation()); in testRandomUpdate()
DSequentialRWTest.java84 report.submit(getInstrumentation()); in testSingleSequentialWrite()
138 report.submit(getInstrumentation()); in testSingleSequentialRead()
DFileUtil.java407 report.submit(); in doSequentialUpdateTest()
414 report.submit(); in doSequentialUpdateTest()
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceReportLogTest.java75 reportLog.submit(getInstrumentation()); in testMultiplication()
123 reportLog.submit(getInstrumentation()); in countHelper()
DSampleDeviceResultTest.java93 reportLog.submit(getInstrumentation()); in testSort()
/cts/tests/simplecpu/src/android/simplecpu/cts/
DSimpleCpuTest.java111 report.submit(getInstrumentation()); in doTestSort()
137 report.submit(getInstrumentation()); in doMatrixMultiplication()
/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java227 mReportLog.submit(mInstrumentation); in testCameraLaunch()
267 mReportLog.submit(mInstrumentation); in testCameraLaunch()
447 mReportLog.submit(mInstrumentation); in testSingleCaptureForFormat()
459 mReportLog.submit(mInstrumentation); in testSingleCaptureForFormat()
656 mReportLog.submit(mInstrumentation); in testMultipleCapture()
665 mReportLog.submit(mInstrumentation); in testMultipleCapture()
669 mReportLog.submit(mInstrumentation); in testMultipleCapture()
696 mReportLog.submit(mInstrumentation); in testReprocessingLatency()
726 mReportLog.submit(mInstrumentation); in testReprocessingThroughput()
755 mReportLog.submit(mInstrumentation); in testHighQualityReprocessingLatency()
[all …]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8482/
Dpoc.c146 struct nvhost_submit_args submit = { in main() local
195 ret = ioctl(vic, NVHOST_IOCTL_CHANNEL_SUBMIT, &submit); in main()
/cts/tests/camera/src/android/hardware/cts/
DLegacyCameraPerformanceTest.java183 reportLog.submit(mInstrumentation); in testLegacyApiPerformance()
192 reportLog.submit(mInstrumentation); in testLegacyApiPerformance()
/cts/hostsidetests/security/src/android/security/cts/
DFileSystemPermissionTest.java213 executorService.submit(new DrainCallable(p.getInputStream())); in execAndCaptureOutput()
215 executorService.submit(new DrainCallable(p.getErrorStream())); in execAndCaptureOutput()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DPreSimpleSaveActivity.java54 mSubmit = findViewById(R.id.submit); in onCreate()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DDeviceReportLog.java259 public void submit(Instrumentation instrumentation) { in submit() method in DeviceReportLog
276 public void submit() { in submit() method in DeviceReportLog
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DDeviceReportLog.java259 public void submit(Instrumentation instrumentation) { in submit() method in DeviceReportLog
276 public void submit() { in submit() method in DeviceReportLog
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceBenchmark.java78 report.submit(getInstrumentation()); in testReferenceBenchmark()
/cts/hostsidetests/ui/control/src/android/taskswitching/control/cts/
DTaskSwitchingDeviceTest.java73 report.submit(getInstrumentation()); in testMeasureTaskSwitching()
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveBenchmark.java146 report.submit(getInstrumentation()); in runBenchmark()
/cts/hostsidetests/ui/src/android/ui/cts/
DInstallTimeTest.java115 report.submit(); in testInstallTime()
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java151 report.submit(); in testTransferTime()
/cts/tests/leanbackjank/src/android/leanbackjank/cts/
DCtsJankTestBase.java104 mLog.submit(getInstrumentation()); in tearDown()
/cts/tests/tests/security/src/android/security/cts/
DHwRngTest.java70 report.submit(getInstrumentation()); in testDeviceFilePresent()

12