Searched refs:test_env (Results 1 – 2 of 2) sorted by relevance
/art/tools/bisection_search/ |
D | bisection_search.py | 75 def __init__(self, base_cmd, test_env, expected_retcode=None, argument 87 self._test_env = test_env 395 test_env = DeviceTestEnv( 399 classpath = test_env.PushClasspath(classpath) 401 test_env = HostTestEnv( 408 args.check_script, args.expected_output, test_env.logfile) 415 testable = Dex2OatWrapperTestable(base_cmd, test_env, args.expected_retcode, 423 print('Error occurred.\nLogfile: {0}'.format(test_env.logfile.name)) 424 test_env.logfile.write('Exception: {0}\n'.format(e)) 435 print('Logfile: {0}'.format(test_env.logfile.name))
|
/art/test/ |
D | Android.bp | 214 "ti-agent/test_env.cc",
|