/external/autotest/server/ |
constants.py | 7 SL4A_ARTIFACT = 'test_zip'
|
adb_utils.py | 24 @param build_artifact: Name of the build artifact, e.g., test_zip. Note
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_cmd_line_script.py | 129 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name)
136 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name)
142 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name)
156 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script')
162 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script', depth=2)
|
test_zipimport_support.py | 81 zip_name, run_name = make_zip_script(d, 'test_zip',
108 zip_name, run_name = make_zip_script(d, 'test_zip',
201 zip_name, run_name = make_zip_script(d, "test_zip",
225 zip_name, run_name = make_zip_script(d, "test_zip",
|
test_runpy.py | 367 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name)
375 zip_name, fname = make_zip_script(script_dir, 'test_zip', compiled_name)
382 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name)
392 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name)
|
test_builtin.py | 1458 def test_zip(self): member in class:BuiltinTest [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_cmd_line_script.py | 132 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name) 139 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name) 145 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name) 159 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script') 165 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script', depth=2)
|
test_zipimport_support.py | 82 zip_name, run_name = make_zip_script(d, 'test_zip', 118 zip_name, run_name = make_zip_script(d, 'test_zip', 213 zip_name, run_name = make_zip_script(d, "test_zip", 237 zip_name, run_name = make_zip_script(d, "test_zip",
|
test_runpy.py | 370 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name) 378 zip_name, fname = make_zip_script(script_dir, 'test_zip', compiled_name) 385 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name) 395 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name)
|
test_builtin.py | 1462 def test_zip(self): member in class:BuiltinTest [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_cmd_line_script.py | 132 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name) 139 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name) 145 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name) 159 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script') 165 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script', depth=2)
|
test_zipimport_support.py | 82 zip_name, run_name = make_zip_script(d, 'test_zip', 118 zip_name, run_name = make_zip_script(d, 'test_zip', 213 zip_name, run_name = make_zip_script(d, "test_zip", 237 zip_name, run_name = make_zip_script(d, "test_zip",
|
test_runpy.py | 370 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name) 378 zip_name, fname = make_zip_script(script_dir, 'test_zip', compiled_name) 385 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name) 395 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name)
|
test_builtin.py | 1462 def test_zip(self): member in class:BuiltinTest [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cmd_line_script.py | 132 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name) 139 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name) 145 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name) 159 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script') 165 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script', depth=2)
|
test_zipimport_support.py | 82 zip_name, run_name = make_zip_script(d, 'test_zip', 118 zip_name, run_name = make_zip_script(d, 'test_zip', 213 zip_name, run_name = make_zip_script(d, "test_zip", 237 zip_name, run_name = make_zip_script(d, "test_zip",
|
test_runpy.py | 370 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name) 378 zip_name, fname = make_zip_script(script_dir, 'test_zip', compiled_name) 385 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name) 395 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name)
|
test_builtin.py | 1462 def test_zip(self): member in class:BuiltinTest [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cmd_line_script.py | 132 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name) 139 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name) 145 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name) 159 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script') 165 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script', depth=2)
|
test_zipimport_support.py | 82 zip_name, run_name = make_zip_script(d, 'test_zip', 118 zip_name, run_name = make_zip_script(d, 'test_zip', 213 zip_name, run_name = make_zip_script(d, "test_zip", 237 zip_name, run_name = make_zip_script(d, "test_zip",
|
test_runpy.py | 370 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name) 378 zip_name, fname = make_zip_script(script_dir, 'test_zip', compiled_name) 385 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name) 395 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name)
|
/external/python/cpython2/Lib/test/ |
test_zipimport_support.py | 82 zip_name, run_name = make_zip_script(d, 'test_zip', 118 zip_name, run_name = make_zip_script(d, 'test_zip', 213 zip_name, run_name = make_zip_script(d, "test_zip", 237 zip_name, run_name = make_zip_script(d, "test_zip",
|
test_cmd_line_script.py | 133 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name) 140 zip_name, run_name = make_zip_script(script_dir, 'test_zip', compiled_name) 146 zip_name, run_name = make_zip_script(script_dir, 'test_zip', script_name) 160 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script') 166 zip_name, run_name = _make_test_zip_pkg(script_dir, 'test_zip', 'test_pkg', 'script', depth=2)
|
test_runpy.py | 394 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name) 402 zip_name, fname = make_zip_script(script_dir, 'test_zip', compiled_name) 409 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name) 419 zip_name, fname = make_zip_script(script_dir, 'test_zip', script_name)
|
test_builtin.py | 1409 def test_zip(self): member in class:BuiltinTest [all...] |