HomeSort by relevance Sort by last modified time
    Searched refs:run_python (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cmd_line_script.py 7 from test.script_helper import (run_python,
70 exit_code, data = run_python(*run_args)
90 exit_code, data = run_python(*run_args)
test_zipimport_support.py 17 from test.script_helper import (spawn_python, kill_python, run_python,
194 exit_code, data = run_python(script_name)
203 exit_code, data = run_python(zip_name)
script_helper.py 82 def run_python(*args, **kwargs): function
test_fileio.py 15 from test.script_helper import run_python
419 _, out = run_python('-c', 'import _io; _io.FileIO(%r)' % filename, env=env)
  /external/python/cpython2/Lib/test/
test_zipimport_support.py 17 from test.script_helper import (spawn_python, kill_python, run_python,
206 exit_code, data = run_python(script_name)
215 exit_code, data = run_python(zip_name)
test_cmd_line_script.py 8 from test.script_helper import (run_python,
74 exit_code, data = run_python(*run_args)
94 exit_code, data = run_python(*run_args)
script_helper.py 88 def run_python(*args, **kwargs): function
test_fileio.py 16 from test.script_helper import run_python
484 _, out = run_python('-c', 'import _io; _io.FileIO(%r)' % filename, env=env)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmd_line_script.py 7 from test.script_helper import (run_python,
73 exit_code, data = run_python(*run_args)
93 exit_code, data = run_python(*run_args)
test_zipimport_support.py 17 from test.script_helper import (spawn_python, kill_python, run_python,
206 exit_code, data = run_python(script_name)
215 exit_code, data = run_python(zip_name)
script_helper.py 88 def run_python(*args, **kwargs): function
test_fileio.py 17 from test.script_helper import run_python
452 _, out = run_python('-c', 'import _io; _io.FileIO(%r)' % filename, env=env)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmd_line_script.py 7 from test.script_helper import (run_python,
73 exit_code, data = run_python(*run_args)
93 exit_code, data = run_python(*run_args)
test_zipimport_support.py 17 from test.script_helper import (spawn_python, kill_python, run_python,
206 exit_code, data = run_python(script_name)
215 exit_code, data = run_python(zip_name)
script_helper.py 88 def run_python(*args, **kwargs): function
test_fileio.py 17 from test.script_helper import run_python
452 _, out = run_python('-c', 'import _io; _io.FileIO(%r)' % filename, env=env)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 7 from test.script_helper import (run_python,
73 exit_code, data = run_python(*run_args)
93 exit_code, data = run_python(*run_args)
test_zipimport_support.py 17 from test.script_helper import (spawn_python, kill_python, run_python,
206 exit_code, data = run_python(script_name)
215 exit_code, data = run_python(zip_name)
script_helper.py 88 def run_python(*args, **kwargs): function
test_fileio.py 17 from test.script_helper import run_python
452 _, out = run_python('-c', 'import _io; _io.FileIO(%r)' % filename, env=env)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line_script.py 7 from test.script_helper import (run_python,
73 exit_code, data = run_python(*run_args)
93 exit_code, data = run_python(*run_args)
test_zipimport_support.py 17 from test.script_helper import (spawn_python, kill_python, run_python,
206 exit_code, data = run_python(script_name)
215 exit_code, data = run_python(zip_name)
script_helper.py 88 def run_python(*args, **kwargs): function
test_fileio.py 17 from test.script_helper import run_python
452 _, out = run_python('-c', 'import _io; _io.FileIO(%r)' % filename, env=env)

Completed in 3036 milliseconds