Home
last modified time | relevance | path

Searched refs:test_args (Results 1 – 2 of 2) sorted by relevance

/art/build/apex/
Dart_apex_test.py664 def art_apex_test_main(test_args): argument
665 if test_args.tree and test_args.debug:
668 if test_args.list and test_args.debug:
671 if test_args.list and test_args.tree:
674 if not test_args.tmpdir:
677 if not test_args.host and not test_args.debugfs:
680 if test_args.bitness not in ['32', '64', 'multilib', 'auto']:
684 if test_args.host:
685 apex_provider = HostApexProvider(test_args.apex, test_args.tmpdir)
687 apex_provider = TargetApexProvider(test_args.apex, test_args.tmpdir, test_args.debugfs)
[all …]
/art/tools/bisection_search/
Dbisection_search.py371 base_cmd += ['-cp', classpath, args.classname] + args.test_args