Searched refs:cleanup (Results 1 – 6 of 6) sorted by relevance
/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 | 287 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument 298 self._cleanup = cleanup 372 def __init__(self, directory_prefix, cleanup=True, logfile_path=None, argument 383 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 | 396 'bisection_search_', args.cleanup, args.logfile, args.timeout, 402 'bisection_search_', args.cleanup, args.logfile, args.timeout, args.x64)
|
/art/tools/ |
D | art | 93 --no-clean Don't cleanup oat directories. 236 # First cleanup any left-over 'oat' files from the last time dalvikvm was run.
|