Home
last modified time | relevance | path

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

/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.py287 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/
DREADME.md43 [--check-script CHECK_SCRIPT] [--logfile LOGFILE] [--cleanup]
68 --cleanup clean up after bisecting
Dbisection_search.py396 'bisection_search_', args.cleanup, args.logfile, args.timeout,
402 'bisection_search_', args.cleanup, args.logfile, args.timeout, args.x64)
/art/tools/
Dart93 --no-clean Don't cleanup oat directories.
236 # First cleanup any left-over 'oat' files from the last time dalvikvm was run.