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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cmd_line.py 7 from test.script_helper import spawn_python, kill_python, python_exit_code
13 return kill_python(p)
72 data = kill_python(p)
test_zipimport_support.py 17 from test.script_helper import (spawn_python, kill_python, run_python,
223 data = kill_python(p)
229 data = kill_python(p)
script_helper.py 72 def kill_python(p): function
87 stdout_data = kill_python(p)
  /external/python/cpython3/Lib/test/
test_repl.py 9 from test.support.script_helper import kill_python
56 output = kill_python(p)
test_zipimport_support.py 16 from test.support.script_helper import (spawn_python, kill_python, assert_python_ok,
228 data = kill_python(p)
235 data = kill_python(p)
test_cmd_line_script.py 19 assert_python_ok, assert_python_failure, spawn_python, kill_python)
165 out = kill_python(p)
186 kill_python(p)
584 out_by_name = kill_python(p).decode().splitlines()
589 out_by_dir = kill_python(p).decode().splitlines()
593 out_by_dir_isolated = kill_python(p).decode().splitlines()
619 out_by_module = kill_python(p).decode().splitlines()
624 out_by_package = kill_python(p).decode().splitlines()
test_cmd_line.py 13 spawn_python, kill_python, assert_python_ok, assert_python_failure,
24 data = kill_python(p)
131 data = kill_python(p)
295 data = kill_python(p)
test_compileall.py 526 script_helper.kill_python(p)
  /external/python/cpython2/Lib/test/
test_cmd_line.py 9 assert_python_ok, assert_python_failure, spawn_python, kill_python,
17 return kill_python(p)
76 data = kill_python(p)
test_zipimport_support.py 17 from test.script_helper import (spawn_python, kill_python, run_python,
235 data = kill_python(p)
241 data = kill_python(p)
  /external/python/cpython2/Lib/test/support/
script_helper.py 78 def kill_python(p): function
93 stdout_data = kill_python(p)
  /external/python/cpython2/PC/VS9.0/
build.bat 54 vcbuild "%dir%kill_python.vcproj" "%conf%|%platf%" && "%builddir%kill_python%dbg_ext%.exe"
  /external/python/cpython3/Lib/test/support/
script_helper.py 191 def kill_python(p): function

Completed in 1026 milliseconds