Home
last modified time | relevance | path

Searched defs:cleanup (Results 1 – 23 of 23) sorted by relevance

/art/tools/
Dcheck_presubmit_json_expectations.sh40 function cleanup { function
/art/test/1956-pop-frame-jit-calling/src/art/
DTest1953.java55 public void cleanup(Thread thr); in cleanup() method
63 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953
/art/test/1969-force-early-return-void/src/art/
DTest1969.java48 public void cleanup(Thread thr); in cleanup() method
72 public void cleanup(Thread thr) { in makeSuspend() method in Test1969
/art/test/1955-pop-frame-jit-called/src/art/
DTest1953.java55 public void cleanup(Thread thr); in cleanup() method
63 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953
/art/test/1954-pop-frame-jit/src/art/
DTest1953.java55 public void cleanup(Thread thr); in cleanup() method
63 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953
/art/test/1953-pop-frame/src/art/
DTest1953.java55 public void cleanup(Thread thr); in cleanup() method
63 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953
/art/test/1970-force-early-return-long/src/art/
DTest1970.java54 public void cleanup(Thread thr); in cleanup() method
79 public void cleanup(Thread thr) { in makeSuspend() method in Test1970
/art/artd/
Dfile_utils.cc77 auto cleanup = make_scope_guard([this] { Unlink(); }); in CommitOrAbandon() local
127 auto cleanup = make_scope_guard([&]() { in CommitAllOrAbandon() local
147 auto cleanup = make_scope_guard([&]() { in MoveAllOrAbandon() local
Dartd.cc263 auto cleanup = make_scope_guard([&] { in PrepareArtifactsDir() local
1343 ScopedAStatus Artd::cleanup( in cleanup() function in art::artd::Artd
1546 auto cleanup = make_scope_guard([&, this] { CleanUp(); }); in wait() local
/art/build/apex/
Druntests.sh171 function cleanup { function
/art/test/1968-force-early-return/src/art/
DTest1968.java81 public void cleanup(Thread thr); in cleanup() method
106 public void cleanup(Thread thr) { in makeSuspend() method in Test1968
/art/runtime/oat/
Dsdc_file.cc92 auto cleanup = android::base::make_scope_guard([this] { (void)file_.FlushClose(); }); in Save() local
/art/test/1909-per-agent-tls/src/art/
DTest1909.java65 public void cleanup() throws Exception { in cleanup() method in Test1909.ThreadWaiter
/art/libnativeloader/test/src/android/test/hostside/
DLibnativeloaderTest.java120 CleanupPaths cleanup = new CleanupPaths(ctx.mDevice, cleanupPathList); in afterClassWithDevice() local
200 void cleanup() throws DeviceNotAvailableException { in cleanup() method in LibnativeloaderTest.CleanupPaths
/art/libartservice/service/javatests/com/android/server/art/
DDexUseManagerTest.java298 boolean saveAndLoad, boolean shutdown, boolean cleanup) throws Exception { in verifyPrimaryDexMultipleEntries()
499 boolean saveAndLoad, boolean shutdown, boolean cleanup) throws Exception { in verifySecondaryDexMultipleEntries()
/art/tools/common/
Dcommon.py279 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument
370 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument
/art/runtime/
Dexec_utils.cc185 auto cleanup = android::base::make_scope_guard([&]() { in WaitChildWithTimeout() local
/art/artd/binder/com/android/server/art/
DIArtd.aidl209 long cleanup(in List<com.android.server.art.ProfilePath> profilesToKeep, in cleanup() method
/art/dexopt_chroot_setup/
Ddexopt_chroot_setup.cc274 auto cleanup = make_scope_guard([&]() { in BindMount() local
/art/libartservice/service/java/com/android/server/art/
DArtManagerLocal.java1121 public long cleanup(@NonNull PackageManagerLocal.FilteredSnapshot snapshot) { in cleanup() method in ArtManagerLocal
DDexUseManagerLocal.java847 public void cleanup() { in cleanup() method in DexUseManagerLocal
/art/odrefresh/
Dodrefresh.cc1792 auto cleanup = ScopeGuard([&] { in RunDex2oat() local
/art/dex2oat/
Ddex2oat.cc2376 auto cleanup = android::base::ScopeGuard([&]() { profile_compilation_info_.reset(nullptr); }); in LoadProfile() local