Searched refs:test_args (Results 1 – 16 of 16) sorted by relevance
/art/build/apex/ |
D | art_apex_test.py | 892 def art_apex_test_main(test_args): argument 893 if test_args.host and test_args.flattened: 896 if test_args.list and test_args.tree: 899 if test_args.size and not (test_args.list or test_args.tree): 902 if not test_args.flattened and not test_args.tmpdir: 905 if not test_args.flattened and not test_args.host: 906 if not test_args.deapexer: 909 if not test_args.debugfs: 912 if not test_args.fsckerofs: 916 if test_args.host: [all …]
|
/art/test/909-attach-agent/ |
D | run.py | 32 test_args=[f"agent:{agent}=909-attach-agent"]) 39 test_args=[f"agent:{agent}=909-attach-agent"]) 43 test_args=[f"agent:{agent}=909-attach-agent"], 48 test_args=[f"agent:{agent}=909-attach-agent", "disallow-debugging"],
|
/art/test/1971-multi-force-early-return/ |
D | run.py | 21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else [] 23 ctx.default_run(args, jvmti=True, test_args=test_args)
|
/art/test/1968-force-early-return/ |
D | run.py | 21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else [] 23 ctx.default_run(args, jvmti=True, test_args=test_args)
|
/art/test/1970-force-early-return-long/ |
D | run.py | 21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else [] 23 ctx.default_run(args, jvmti=True, test_args=test_args)
|
/art/test/137-cfi/ |
D | run.py | 26 test_args=["--test-local", "--test-remote"]) 34 test_args=["--test-local", "--test-remote"]) 43 test_args=["--test-remote"])
|
/art/test/1954-pop-frame-jit/ |
D | run.py | 21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else [] 23 ctx.default_run(args, jvmti=True, test_args=test_args)
|
/art/test/1953-pop-frame/ |
D | run.py | 21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else [] 23 ctx.default_run(args, jvmti=True, test_args=test_args)
|
/art/test/1956-pop-frame-jit-calling/ |
D | run.py | 21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else [] 29 test_args=test_args)
|
/art/test/1955-pop-frame-jit-called/ |
D | run.py | 21 test_args = ["DISABLE_CLASS_LOAD_TESTS"] if args.jvm else [] 29 test_args=test_args)
|
/art/test/846-multidex-data-image/ |
D | run.py | 23 ctx.default_run(args, app_image=False, test_args=["--second-run"])
|
/art/test/845-data-image/ |
D | run.py | 24 ctx.default_run(args, app_image=False, relocate=True, test_args=["--second-run"])
|
/art/test/004-ThreadStress/ |
D | run.py | 28 test_args=["--locks-only -o 100"],
|
/art/tools/ |
D | bisect_profile.py | 116 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/ |
D | bisection_search.py | 369 base_cmd += ['-cp', classpath, args.classname] + args.test_args
|
/art/test/ |
D | default_run.py | 353 for arg in args.test_args:
|