Home
last modified time | relevance | path

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

123

/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/hostsidetests/backup/src/android/cts/backup/
DParallelUserBackupRestoreHostSideTest.java119 mExecutorService.submit(backupCallableForUser(mParentUserId, backupLatch)); in testParallelBackupAndRestore()
121 mExecutorService.submit(backupCallableForUser(profileUserId, backupLatch)); in testParallelBackupAndRestore()
136 mExecutorService.submit(restoreCallableForUser(mParentUserId, restoreLatch)); in testParallelBackupAndRestore()
138 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/sample/src/android/sample/cts/
DSampleDeviceReportLogTest.java77 reportLog.submit(InstrumentationRegistry.getInstrumentation()); in testMultiplication()
127 reportLog.submit(InstrumentationRegistry.getInstrumentation()); in countHelper()
DSampleDeviceResultTest.java96 reportLog.submit(InstrumentationRegistry.getInstrumentation()); in testSort()
/cts/tests/filesystem/src/android/filesystem/cts/
DRandomRWTest.java74 report.submit(getInstrumentation()); in testRandomRead()
104 report.submit(getInstrumentation()); in testRandomUpdate()
DAlmostFullTest.java139 report.submit(getInstrumentation()); in testRandomRead()
154 report.submit(getInstrumentation()); in testRandomUpdate()
DSequentialRWTest.java106 report.submit(getInstrumentation()); in testSingleSequentialWrite()
171 report.submit(getInstrumentation()); in testSingleSequentialRead()
DFileUtil.java413 report.submit(); in doSequentialUpdateTest()
420 report.submit(); in doSequentialUpdateTest()
/cts/tests/simplecpu/src/android/simplecpu/cts/
DSimpleCpuTest.java111 report.submit(getInstrumentation()); in doTestSort()
137 report.submit(getInstrumentation()); in doMatrixMultiplication()
/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/autofillservice/src/android/autofillservice/cts/activities/
DPreSimpleSaveActivity.java56 mSubmit = findViewById(R.id.submit); in onCreate()
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceBenchmark.java78 report.submit(getInstrumentation()); in testReferenceBenchmark()
/cts/tests/camera/src/android/hardware/cts/
DLegacyCameraPerformanceTest.java194 reportLog.submit(mInstrumentation); in testLegacyApiPerformance()
203 reportLog.submit(mInstrumentation); in testLegacyApiPerformance()
/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/hostsidetests/ui/control/src/android/taskswitching/control/cts/
DTaskSwitchingDeviceTest.java73 report.submit(getInstrumentation()); in testMeasureTaskSwitching()
/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java274 mReportLog.submit(mInstrumentation); in testCameraLaunch()
314 mReportLog.submit(mInstrumentation); in testCameraLaunch()
515 mReportLog.submit(mInstrumentation); in testSingleCaptureForFormat()
536 mReportLog.submit(mInstrumentation); in testSingleCaptureForFormat()
744 mReportLog.submit(mInstrumentation); in testMultipleCapture()
753 mReportLog.submit(mInstrumentation); in testMultipleCapture()
757 mReportLog.submit(mInstrumentation); in testMultipleCapture()
785 mReportLog.submit(mInstrumentation); in testReprocessingLatency()
816 mReportLog.submit(mInstrumentation); in testReprocessingThroughput()
846 mReportLog.submit(mInstrumentation); in testHighQualityReprocessingLatency()
[all …]
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveBenchmark.java146 report.submit(getInstrumentation()); in runBenchmark()
/cts/tests/leanbackjank/src/android/leanbackjank/cts/
DCtsJankTestBase.java104 mLog.submit(getInstrumentation()); in tearDown()
/cts/tests/tests/media/audio/modules/audiorecordpermissiontests/lib/src/android/media/audio/cts/audiorecordpermissiontests/common/
DRecordService.kt65 mFuture = mExecutor.submit(::record, Object()) in onStartCommand()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8432/
Dlocal_poc.h217 void* submit; member
/cts/tests/tests/security/src/android/security/cts/
DHwRngTest.java68 report.submit(getInstrumentation()); in testDeviceFilePresent()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8431/
Dlocal_poc.h217 void* submit; member
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DParallelSensorOperation.java98 Future<SensorOperation> future = executor.submit(new Callable<SensorOperation>() { in execute()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioMicrophoneMuteToggleActivity.java182 reportLog.submit(); in recordTestResults()

123