/art/libartservice/service/java/com/android/server/art/ |
D | Debouncer.java | 69 mCurrentTask.cancel(false /* mayInterruptIfRunning */); in maybeRunAsync() 79 synchronized public void cancel() { in cancel() method in Debouncer 81 mCurrentTask.cancel(false /* mayInterruptIfRunning */); in cancel()
|
D | BackgroundDexoptJob.java | 119 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()
|
D | PreRebootDexoptJob.java | 255 mInjector.getJobScheduler().cancel(JOB_ID); in unscheduleLocked() 313 mCancellationSignal.cancel(); in cancelGivenLocked() 339 mCancellationSignal.cancel(); in cancelAnyLocked()
|
D | ArtdRefCache.java | 127 mDebouncer.cancel(); in reset()
|
D | DexoptHelper.java | 136 childCancellationSignal.cancel(); in dexoptPackages()
|
D | Dexopter.java | 264 artdCancellationSignal.cancel(); in dexopt()
|
D | ArtShellCommand.java | 169 signal.cancel(); in handleArtCommand()
|
D | ArtManagerLocal.java | 678 mInjector.getBackgroundDexoptJob().cancel(); in cancelBackgroundDexoptJob()
|
/art/artd/binder/com/android/server/art/ |
D | IArtdCancellationSignal.aidl | 26 oneway void cancel(); in cancel() method
|
/art/libartservice/service/java/com/android/server/art/prereboot/ |
D | PreRebootGlobalInjector.java | 98 artdCancellationSignal.cancel(); in initArtd()
|
/art/libartservice/service/javatests/com/android/server/art/ |
D | BackgroundDexoptJobTest.java | 203 mBackgroundDexoptJob.cancel(); in testCancel() 280 verify(mJobScheduler).cancel(anyInt()); in testUnschedule()
|
D | PreRebootDexoptJobTest.java | 125 .cancel(JOB_ID); in setUp() 230 verify(mJobScheduler).cancel(JOB_ID); in testUnschedule()
|
D | PrimaryDexopterTest.java | 678 mCancellationSignal.cancel(); in testDexoptCancelledBeforeDexopt() 684 verify(artdCancellationSignal).cancel(); in testDexoptCancelledBeforeDexopt() 728 .cancel(); in testDexoptCancelledDuringDexopt() 735 mCancellationSignal.cancel(); in testDexoptCancelledDuringDexopt()
|
D | DexoptHelperTest.java | 311 mCancellationSignal.cancel(); in testDexoptCancelledBetweenDex2oatInvocations() 380 mCancellationSignal.cancel(); in testDexoptCancelledDuringDex2oatInvocationsMultiThreaded() 431 mCancellationSignal.cancel(); in testDexoptCancelledDuringDex2oatInvocationsOnCurrentThread()
|
/art/test/testrunner/ |
D | testrunner.py | 601 f.cancel() 605 f.cancel()
|
/art/artd/ |
D | artd.h | 68 ndk::ScopedAStatus cancel() override;
|
D | artd_test.cc | 1161 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()
|
D | artd.cc | 1208 ScopedAStatus ArtdCancellationSignal::cancel() { in cancel() function in art::artd::ArtdCancellationSignal
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 270 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/ |
D | boot-image-profile.txt | 427 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
|