Searched refs:test_args (Results 1 – 2 of 2) sorted by relevance
664 def art_apex_test_main(test_args): argument665 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 …]
371 base_cmd += ['-cp', classpath, args.classname] + args.test_args