Searched refs:cleanup (Results 1 – 11 of 11) sorted by relevance
/art/build/apex/ |
D | runtests.sh | 122 function cleanup { function 130 cleanup 160 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/tools/common/ |
D | common.py | 279 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/ |
D | README.md | 43 [--check-script CHECK_SCRIPT] [--logfile LOGFILE] [--cleanup] 68 --cleanup clean up after bisecting
|
D | bisection_search.py | 392 '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/ |
D | Test1953.java | 42 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/ |
D | Test1953.java | 42 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/ |
D | Test1953.java | 42 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/ |
D | Test1953.java | 42 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/ |
D | art | 51 --no-clean Don't cleanup oat directories. 556 # First cleanup any left-over 'oat' files from the last time dalvikvm was run.
|