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

1 2

  /external/python/cpython3/Lib/test/
test_asdl_parser.py 12 if not sysconfig.is_python_build():
test_regrtest.py 341 if not sysconfig.is_python_build():
532 @unittest.skipUnless(sysconfig.is_python_build(),
544 @unittest.skipUnless(sysconfig.is_python_build(),
test_gdb.py 53 if not sysconfig.is_python_build():
    [all...]
test_pyexpat.py 468 if sysconfig.is_python_build():
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_tools.py 18 if not sysconfig.is_python_build():
regrtest.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_tools.py 18 if not sysconfig.is_python_build():
regrtest.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tools.py 18 if not sysconfig.is_python_build():
regrtest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tools.py 18 if not sysconfig.is_python_build():
  /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 123 def is_python_build(): function
129 _PYTHON_BUILD = is_python_build()
  /external/python/cpython3/Lib/
sysconfig.py 130 def is_python_build(check_home=False): function
135 _PYTHON_BUILD = is_python_build(True)
  /external/python/cpython3/Lib/test/libregrtest/
main.py 30 if sysconfig.is_python_build():
451 if sysconfig.is_python_build():
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sysconfig.py 123 def is_python_build(): function
129 _PYTHON_BUILD = is_python_build()
  /prebuilts/gdb/linux-x86/lib/python2.7/
sysconfig.py 123 def is_python_build(): function
129 _PYTHON_BUILD = is_python_build()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py 123 def is_python_build(): function
129 _PYTHON_BUILD = is_python_build()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py 123 def is_python_build(): function
129 _PYTHON_BUILD = is_python_build()
  /external/python/cpython2/Lib/test/
test_tools.py 20 if not sysconfig.is_python_build():
test_gdb.py 82 if not sysconfig.is_python_build():
    [all...]
regrtest.py     [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...]

Completed in 643 milliseconds

1 2