Searched refs:run_executable (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/cronet/testing/ |
H A D | xvfb.py | 101 def run_executable( function 164 return test_env.run_executable(cmd, env, stdoutfile, cwd) 308 return test_env.run_executable(cmd, env, stdoutfile, cwd) 353 return test_env.run_executable(cmd, env, stdoutfile, cwd) 452 return test_env.run_executable(cmd, env, stdoutfile, cwd) 585 return run_executable(sys.argv[1:], os.environ.copy())
|
H A D | test_env.py | 334 def run_executable(cmd, env, stdoutfile=None, cwd=None): function 456 return run_executable(sys.argv[1:], os.environ.copy())
|
/aosp_15_r20/external/cronet/testing/scripts/ |
H A D | run_flatbuffers_unittests.py | 45 rc = xvfb.run_executable([exe], env, stdoutfile=tempfile_path)
|
H A D | content_shell_crash_test.py | 63 rc = xvfb.run_executable([
|
H A D | run_performance_tests.py | 323 return_code = xvfb.run_executable( 528 return_code = xvfb.run_executable(
|
H A D | common.py | 509 exit_code = xvfb.run_executable(cmd, env, cwd=cwd)
|
/aosp_15_r20/external/angle/src/tests/py_utils/ |
H A D | angle_test_util.py | 185 exit_code = xvfb.run_executable(
|