Home
last modified time | relevance | path

Searched refs:cleanup (Results 1 – 11 of 11) sorted by relevance

/art/build/apex/
Druntests.sh122 function cleanup { function
130 cleanup
160 cleanup
/art/test/641-iterations/
Dinfo.txt1 Tests on varying trip counts (to validate vector/cleanup loops).
/art/test/1909-per-agent-tls/src/art/
DTest1909.java65 public void cleanup() throws Exception { in cleanup() method in Test1909.ThreadWaiter
163 t1.cleanup(); in run()
167 t2.cleanup(); in run()
/art/tools/common/
Dcommon.py279 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument
290 self._cleanup = cleanup
368 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument
379 self._cleanup = cleanup
/art/tools/bisection_search/
DREADME.md43 [--check-script CHECK_SCRIPT] [--logfile LOGFILE] [--cleanup]
68 --cleanup clean up after bisecting
Dbisection_search.py392 'bisection_search_', args.cleanup, args.logfile, args.timeout,
398 'bisection_search_', args.cleanup, args.logfile, args.timeout, args.x64)
/art/test/1953-pop-frame/src/art/
DTest1953.java42 public void cleanup(Thread thr); in cleanup() method
50 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953
103 su.cleanup(thr);
888 public void cleanup(Thread thr) {
/art/test/1954-pop-frame-jit/src/art/
DTest1953.java42 public void cleanup(Thread thr); in cleanup() method
50 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953
103 su.cleanup(thr);
888 public void cleanup(Thread thr) {
/art/test/1956-pop-frame-jit-calling/src/art/
DTest1953.java42 public void cleanup(Thread thr); in cleanup() method
50 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953
103 su.cleanup(thr);
888 public void cleanup(Thread thr) {
/art/test/1955-pop-frame-jit-called/src/art/
DTest1953.java42 public void cleanup(Thread thr); in cleanup() method
50 public void cleanup(Thread thr) { clean.run(thr); } in makeSuspend() method in Test1953
103 su.cleanup(thr);
888 public void cleanup(Thread thr) {
/art/tools/
Dart51 --no-clean Don't cleanup oat directories.
556 # First cleanup any left-over 'oat' files from the last time dalvikvm was run.