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

  /external/python/cpython3/Lib/test/
test_symbol.py 39 @unittest.skipUnless(sysconfig.is_python_build(),
test_asdl_parser.py 12 if not sysconfig.is_python_build():
test_regrtest.py 379 if not sysconfig.is_python_build():
603 @unittest.skipUnless(sysconfig.is_python_build(),
615 @unittest.skipUnless(sysconfig.is_python_build(),
    [all...]
test_platform.py 27 if sysconfig.is_python_build(True):
test_sysconfig.py 246 if sysconfig.is_python_build(True):
test_gdb.py 49 if not sysconfig.is_python_build():
    [all...]
test_pyexpat.py 468 if sysconfig.is_python_build():
test_subprocess.py 425 @unittest.skipIf(sysconfig.is_python_build(),
    [all...]
  /external/python/cpython3/Lib/venv/
__init__.py 182 if sysconfig.is_python_build(True):
227 if sysconfig.is_python_build(True):
241 if sysconfig.is_python_build(True):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sysconfig.py 123 def is_python_build(): function
129 _PYTHON_BUILD = is_python_build()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sysconfig.py 119 def is_python_build(): function
125 _PYTHON_BUILD = is_python_build()
  /external/python/cpython2/Lib/
sysconfig.py 128 def is_python_build(): function
134 _PYTHON_BUILD = is_python_build()
  /external/python/cpython3/Lib/
sysconfig.py 138 def is_python_build(check_home=False): function
143 _PYTHON_BUILD = is_python_build(True)
  /external/python/cpython2/Lib/test/
test_tools.py 20 if not sysconfig.is_python_build():
test_regrtest.py 70 and not sysconfig.is_python_build()):
296 @unittest.skipUnless(sysconfig.is_python_build(),
test_gdb.py 83 if not sysconfig.is_python_build():
    [all...]
regrtest.py     [all...]
test_subprocess.py 202 @unittest.skipIf(sysconfig.is_python_build(),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py     [all...]
test_subprocess.py 154 @unittest.skipIf(sysconfig.is_python_build(),
    [all...]
  /external/python/cpython3/Lib/test/libregrtest/
main.py 32 if sysconfig.is_python_build():

Completed in 2062 milliseconds