Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 20 of 20) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DDebouncer.java69 mCurrentTask.cancel(false /* mayInterruptIfRunning */); in maybeRunAsync()
79 synchronized public void cancel() { in cancel() method in Debouncer
81 mCurrentTask.cancel(false /* mayInterruptIfRunning */); in cancel()
DBackgroundDexoptJob.java119 cancel(); in onStopJob()
170 mInjector.getJobScheduler().cancel(JOB_ID); in unschedule()
198 public synchronized void cancel() { in cancel() method in BackgroundDexoptJob
204 mCancellationSignal.cancel(); in cancel()
DPreRebootDexoptJob.java255 mInjector.getJobScheduler().cancel(JOB_ID); in unscheduleLocked()
313 mCancellationSignal.cancel(); in cancelGivenLocked()
339 mCancellationSignal.cancel(); in cancelAnyLocked()
DArtdRefCache.java127 mDebouncer.cancel(); in reset()
DDexoptHelper.java136 childCancellationSignal.cancel(); in dexoptPackages()
DDexopter.java264 artdCancellationSignal.cancel(); in dexopt()
DArtShellCommand.java169 signal.cancel(); in handleArtCommand()
DArtManagerLocal.java678 mInjector.getBackgroundDexoptJob().cancel(); in cancelBackgroundDexoptJob()
/art/artd/binder/com/android/server/art/
DIArtdCancellationSignal.aidl26 oneway void cancel(); in cancel() method
/art/libartservice/service/java/com/android/server/art/prereboot/
DPreRebootGlobalInjector.java98 artdCancellationSignal.cancel(); in initArtd()
/art/libartservice/service/javatests/com/android/server/art/
DBackgroundDexoptJobTest.java203 mBackgroundDexoptJob.cancel(); in testCancel()
280 verify(mJobScheduler).cancel(anyInt()); in testUnschedule()
DPreRebootDexoptJobTest.java125 .cancel(JOB_ID); in setUp()
230 verify(mJobScheduler).cancel(JOB_ID); in testUnschedule()
DPrimaryDexopterTest.java678 mCancellationSignal.cancel(); in testDexoptCancelledBeforeDexopt()
684 verify(artdCancellationSignal).cancel(); in testDexoptCancelledBeforeDexopt()
728 .cancel(); in testDexoptCancelledDuringDexopt()
735 mCancellationSignal.cancel(); in testDexoptCancelledDuringDexopt()
DDexoptHelperTest.java311 mCancellationSignal.cancel(); in testDexoptCancelledBetweenDex2oatInvocations()
380 mCancellationSignal.cancel(); in testDexoptCancelledDuringDex2oatInvocationsMultiThreaded()
431 mCancellationSignal.cancel(); in testDexoptCancelledDuringDex2oatInvocationsOnCurrentThread()
/art/test/testrunner/
Dtestrunner.py601 f.cancel()
605 f.cancel()
/art/artd/
Dartd.h68 ndk::ScopedAStatus cancel() override;
Dartd_test.cc1161 cancellation_signal->cancel(); in TEST_F()
1207 cancellation_signal->cancel(); in TEST_F()
1237 cancellation_signal->cancel(); in TEST_F()
2862 cancellation_signal->cancel(); in TEST_F()
Dartd.cc1208 ScopedAStatus ArtdCancellationSignal::cancel() { in cancel() function in art::artd::ArtdCancellationSignal
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt270 Lcom/android/okhttp/Call$AsyncCall;->cancel()V
279 Lcom/android/okhttp/Call;->cancel()V
462 Lcom/android/okhttp/Dispatcher;->cancel(Ljava/lang/Object;)V
683 Lcom/android/okhttp/internal/http/HttpEngine;->cancel()V
715 Lcom/android/okhttp/internal/http/HttpStream;->cancel()V
764 Lcom/android/okhttp/internal/http/StreamAllocation;->cancel()V
806 Lcom/android/okhttp/OkHttpClient;->cancel(Ljava/lang/Object;)Lcom/android/okhttp/OkHttpClient;
4088 Ljava/nio/channels/spi/AbstractSelector;->cancel(Ljava/nio/channels/SelectionKey;)V
/art/build/boot/
Dboot-image-profile.txt427 HSPLcom/android/okhttp/internal/http/Http1xStream;->cancel()V
446 HSPLcom/android/okhttp/internal/http/HttpEngine;->cancel()V
513 HSPLcom/android/okhttp/internal/http/StreamAllocation;->cancel()V
621 HSPLcom/android/okhttp/internal/io/RealConnection;->cancel()V
6348 HSPLjava/util/Timer;->cancel()V
6355 HSPLjava/util/TimerTask;->cancel()Z
6884 HSPLjava/util/concurrent/FutureTask;->cancel(Z)Z
6984 HSPLjava/util/concurrent/ScheduledThreadPoolExecutor$ScheduledFutureTask;->cancel(Z)Z