Home
last modified time | relevance | path

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

/art/build/apex/
Dart_apex_test.py869 def art_apex_test_main(test_args): argument
870 if test_args.host and test_args.flattened:
873 if test_args.list and test_args.tree:
876 if test_args.size and not (test_args.list or test_args.tree):
879 if not test_args.flattened and not test_args.tmpdir:
882 if not test_args.flattened and not test_args.host:
883 if not test_args.deapexer:
886 if not test_args.debugfs:
890 if test_args.host:
892 if test_args.flavor not in [FLAVOR_DEBUG, FLAVOR_AUTO]:
[all …]
/art/tools/
Dbisect_profile.py116 test_args = shlex.split(args.test_exec)
117 print(" ".join(map(shlex.quote, test_args)))
118 answer = subprocess.run(test_args)
/art/tools/bisection_search/
Dbisection_search.py369 base_cmd += ['-cp', classpath, args.classname] + args.test_args