Home
last modified time | relevance | path

Searched refs:runAll (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
H A DFileOperationServiceTest.java117 mExecutor.runAll(); in tearDown()
129 mExecutor.runAll(); in testRunsCopyJobs()
144 mExecutor.runAll(); in testRunsCopyJobs_AfterExceptionInJobCreation()
154 mExecutor.runAll(); in testRunsCopyJobs_AfterFailure()
162 mExecutor.runAll(); in testRunsCopyJobs_notRunsDeleteJobs()
183 mExecutor.runAll(); in testUpdatesNotification()
193 mExecutor.runAll(); in testStopsUpdatingNotificationAfterFinished()
214 mExecutor.runAll(); in testReleasesWakeLock_AfterSuccess()
222 mExecutor.runAll(); in testReleasesWakeLock_AfterFailure()
232 mExecutor.runAll(); in testShutdownStopsExecutor_AfterSuccess()
[all …]
/aosp12/art/test/2029-contended-monitors/src/
H A DMain.java166 private void runAll(Runnable work, Runnable init, Runnable checker) { in runAll() method in Main
207 runAll(new RepeatedIncrementer(), () -> { atomicCounter.set(0); }, new CheckAtomicCounter()); in run()
211 runAll(new RepeatedLockHolder(true, i), () -> { counter = 0; }, in run()
217 runAll(new RepeatedIntermittentLockHolder(true, i), () -> { counter = 0; }, in run()
225 runAll(new RepeatedLockHolder(false, i), () -> { counter = 0; }, () -> {}); in run()
229 runAll(new SleepyLockHolder(true), () -> { counter = 0; }, new CheckCounter(TOTAL_ITERS)); in run()
231 runAll(new SleepyLockHolder(false), () -> { counter = 0; }, () -> {}); in run()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestScheduledExecutorService.java143 public void runAll() { in runAll() method in TestScheduledExecutorService
174 runAll(); in waitForTasks()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/clipping/
H A DUrisSupplierTest.java126 mExecutor.runAll(); in createWithLongList()
H A DClipStorageTest.java153 mExecutor.runAll(); in writeAll()
/aosp12/frameworks/base/tools/bit/
H A Dmain.cpp929 bool runAll = false; in run_phases() local
934 runAll = true; in run_phases()
947 if (runAll) { in run_phases()