Home
last modified time | relevance | path

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

/art/tools/
Dcheck_presubmit_json_expectations.sh40 function cleanup { function
/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/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/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/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/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/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/build/apex/
Druntests.sh181 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/artd/
Dfile_utils.cc78 auto cleanup = make_scope_guard([this] { Unlink(); }); in CommitOrAbandon() local
129 auto cleanup = make_scope_guard([&]() { in CommitAllOrAbandon() local
Dartd.cc233 auto cleanup = make_scope_guard([&] { in PrepareArtifactsDir() local
1043 ScopedAStatus Artd::cleanup(const std::vector<ProfilePath>& in_profilesToKeep, in cleanup() function in art::artd::Artd
Dartd_test.cc1844 TEST_F(ArtdTest, cleanup) { in TEST_F() argument
/art/libartservice/service/javatests/com/android/server/art/
DDexUseManagerTest.java249 boolean saveAndLoad, boolean shutdown, boolean cleanup) throws Exception { in verifyPrimaryDexMultipleEntries()
418 boolean saveAndLoad, boolean shutdown, boolean cleanup) throws Exception { in verifySecondaryDexMultipleEntries()
/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.java119 CleanupPaths cleanup = new CleanupPaths(ctx.mDevice, cleanupPathList); in afterClassWithDevice() local
198 void cleanup() throws DeviceNotAvailableException { in cleanup() method in LibnativeloaderTest.CleanupPaths
/art/artd/binder/com/android/server/art/
DIArtd.aidl169 long cleanup(in List<com.android.server.art.ProfilePath> profilesToKeep, in cleanup() method
/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/libarttools/tools/
Dart_exec_test.cc100 std::function<void()> cleanup([=] { in ScopedExecAndWait() local
/art/runtime/
Dexec_utils.cc184 auto cleanup = android::base::make_scope_guard([&]() { in WaitChildWithTimeout() local
/art/libartservice/service/java/com/android/server/art/
DArtManagerLocal.java896 public long cleanup(@NonNull PackageManagerLocal.FilteredSnapshot snapshot) { in cleanup() method in ArtManagerLocal
DDexUseManagerLocal.java637 public void cleanup() { in cleanup() method in DexUseManagerLocal
/art/dex2oat/
Ddex2oat.cc2392 auto cleanup = android::base::ScopeGuard([&]() { profile_compilation_info_.reset(nullptr); }); in LoadProfile() local