/art/tools/ |
D | check_presubmit_json_expectations.sh | 40 function cleanup { function 45 trap cleanup EXIT
|
/art/artd/ |
D | file_utils.cc | 77 auto cleanup = make_scope_guard([this] { Unlink(); }); in CommitOrAbandon() local 88 cleanup.Disable(); in CommitOrAbandon() 127 auto cleanup = make_scope_guard([&]() { in CommitAllOrAbandon() local 136 cleanup.Disable(); in CommitAllOrAbandon() 147 auto cleanup = make_scope_guard([&]() { in MoveAllOrAbandon() local 221 cleanup.Disable(); in MoveAllOrAbandon()
|
/art/libarttools/ |
D | testing.h | 76 std::function<void()> cleanup([=] { in ScopedExec() 83 return std::make_pair(pid, make_scope_guard(std::move(cleanup))); in ScopedExec()
|
/art/build/apex/ |
D | runtests.sh | 171 function cleanup { function 179 cleanup 218 cleanup
|
/art/test/641-iterations/ |
D | info.txt | 1 Tests on varying trip counts (to validate vector/cleanup loops).
|
/art/test/1909-per-agent-tls/src/art/ |
D | Test1909.java | 65 public void cleanup() throws Exception { in cleanup() method in Test1909.ThreadWaiter 163 t1.cleanup(); in run() 167 t2.cleanup(); in run()
|
/art/libnativeloader/test/src/android/test/hostside/ |
D | LibnativeloaderTest.java | 119 CleanupPaths cleanup = new CleanupPaths(ctx.mDevice, cleanupPathList); in afterClassWithDevice() local 120 cleanup.cleanup(); in afterClassWithDevice() 198 void cleanup() throws DeviceNotAvailableException { in cleanup() method in LibnativeloaderTest.CleanupPaths 223 public void close() throws DeviceNotAvailableException { mCleanup.cleanup(); } in close()
|
/art/libnativebridge/tests/ |
D | runtests.sh | 14 --skip-cleanup) skip_cleanup=true ;;
|
/art/tools/common/ |
D | common.py | 279 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument 290 self._cleanup = cleanup 370 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument 381 self._cleanup = cleanup
|
/art/test/ |
D | README.chroot_vm.md | 53 art/tools/buildbot-cleanup-device.sh 65 art/tools/buildbot-cleanup-device.sh
|
D | README.chroot.md | 126 art/tools/buildbot-cleanup-device.sh 214 art/tools/buildbot-cleanup-device.sh
|
/art/tools/bisection_search/ |
D | README.md | 43 [--check-script CHECK_SCRIPT] [--logfile LOGFILE] [--cleanup] 68 --cleanup clean up after bisecting
|
D | bisection_search.py | 390 'bisection_search_', args.cleanup, args.logfile, args.timeout, 396 'bisection_search_', args.cleanup, args.logfile, args.timeout, args.x64)
|
/art/libartservice/service/javatests/com/android/server/art/ |
D | DexUseManagerTest.java | 264 boolean saveAndLoad, boolean shutdown, boolean cleanup) throws Exception { in verifyPrimaryDexMultipleEntries() argument 308 if (cleanup) { in verifyPrimaryDexMultipleEntries() 310 mDexUseManager.cleanup(); in verifyPrimaryDexMultipleEntries() 465 boolean saveAndLoad, boolean shutdown, boolean cleanup) throws Exception { in verifySecondaryDexMultipleEntries() argument 520 if (cleanup) { in verifySecondaryDexMultipleEntries() 522 mDexUseManager.cleanup(); in verifySecondaryDexMultipleEntries() 748 mDexUseManager.cleanup(); in verifyCleanup()
|
/art/test/1970-force-early-return-long/src/art/ |
D | Test1970.java | 54 public void cleanup(Thread thr); in cleanup() method 79 public void cleanup(Thread thr) { in makeSuspend() method in Test1970 220 su.cleanup(thr); 834 public void cleanup(Thread thr) { }
|
/art/test/1954-pop-frame-jit/src/art/ |
D | Test1953.java | 55 public void cleanup(Thread thr); in cleanup() method 63 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953 116 su.cleanup(thr); 906 public void cleanup(Thread thr) {
|
/art/test/1969-force-early-return-void/src/art/ |
D | Test1969.java | 48 public void cleanup(Thread thr); in cleanup() method 72 public void cleanup(Thread thr) { in makeSuspend() method in Test1969 208 su.cleanup(thr); 892 public void cleanup(Thread thr) {}
|
/art/test/1953-pop-frame/src/art/ |
D | Test1953.java | 55 public void cleanup(Thread thr); in cleanup() method 63 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953 116 su.cleanup(thr); 906 public void cleanup(Thread thr) {
|
/art/test/1956-pop-frame-jit-calling/src/art/ |
D | Test1953.java | 55 public void cleanup(Thread thr); in cleanup() method 63 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953 116 su.cleanup(thr); 906 public void cleanup(Thread thr) {
|
/art/test/1955-pop-frame-jit-called/src/art/ |
D | Test1953.java | 55 public void cleanup(Thread thr); in cleanup() method 63 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953 116 su.cleanup(thr); 906 public void cleanup(Thread thr) {
|
/art/test/1968-force-early-return/src/art/ |
D | Test1968.java | 81 public void cleanup(Thread thr); in cleanup() method 106 public void cleanup(Thread thr) { in makeSuspend() method in Test1968 250 su.cleanup(thr); 859 public void cleanup(Thread thr) { }
|
/art/dexopt_chroot_setup/ |
D | dexopt_chroot_setup_test.cc | 63 auto cleanup = ScopeGuard([&]() { freecon(con); }); in SetUp() local
|
/art/runtime/ |
D | exec_utils.cc | 185 auto cleanup = android::base::make_scope_guard([&]() { in WaitChildWithTimeout() local 210 cleanup.Disable(); in WaitChildWithTimeout()
|
/art/artd/binder/com/android/server/art/ |
D | IArtd.aidl | 188 long cleanup(in List<com.android.server.art.ProfilePath> profilesToKeep, in cleanup() method
|
/art/libartservice/service/java/com/android/server/art/ |
D | BackgroundDexoptJob.java | 245 long freedBytes = mInjector.getArtManagerLocal().cleanup(snapshot); in run()
|