Home
last modified time | relevance | path

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

/art/tools/bisection_search/
Dbisection_search.py75 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/
DAndroid.bp214 "ti-agent/test_env.cc",