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

1 2

  /external/python/cpython3/Lib/distutils/
sysconfig.py 36 # python_build: (Boolean) if true, we're either building Python or
54 python_build = _python_build() variable
61 if not python_build:
90 if python_build:
228 if python_build:
241 if python_build:
485 if python_build:
503 if python_build and os.name == "posix":
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
sysconfig.py 40 # python_build: (Boolean) if true, we're either building Python or
50 python_build = _python_build() variable
76 if python_build:
190 if python_build:
207 if python_build:
401 if python_build:
  /external/python/cpython2/Lib/distutils/
sysconfig.py 45 # python_build: (Boolean) if true, we're either building Python or
55 python_build = _python_build() variable
81 if python_build:
227 if python_build:
244 if python_build:
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
sysconfig.py 45 # python_build: (Boolean) if true, we're either building Python or
55 python_build = _python_build() variable
82 if python_build:
232 if python_build:
250 if python_build:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
sysconfig.py 45 # python_build: (Boolean) if true, we're either building Python or
55 python_build = _python_build() variable
82 if python_build:
232 if python_build:
250 if python_build:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 45 # python_build: (Boolean) if true, we're either building Python or
55 python_build = _python_build() variable
82 if python_build:
232 if python_build:
250 if python_build:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 45 # python_build: (Boolean) if true, we're either building Python or
55 python_build = _python_build() variable
82 if python_build:
232 if python_build:
250 if python_build:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_platform.py 79 # python_revision(), python_build(), and python_compiler().
116 self.assertEqual(platform.python_build(), info[4])
  /external/python/cpython2/Lib/test/
test_platform.py 95 # python_revision(), python_build(), and python_compiler().
145 self.assertEqual(platform.python_build(), info[4])
  /external/python/cpython3/Lib/distutils/tests/
test_sysconfig.py 54 if sysconfig.python_build:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_platform.py 79 # python_revision(), python_build(), and python_compiler().
116 self.assertEqual(platform.python_build(), info[4])
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_platform.py 79 # python_revision(), python_build(), and python_compiler().
116 self.assertEqual(platform.python_build(), info[4])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_platform.py 79 # python_revision(), python_build(), and python_compiler().
116 self.assertEqual(platform.python_build(), info[4])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_platform.py 79 # python_revision(), python_build(), and python_compiler().
116 self.assertEqual(platform.python_build(), info[4])
  /external/python/cpython3/Lib/test/
test_platform.py 112 # python_revision(), python_build(), and python_compiler().
162 self.assertEqual(platform.python_build(), info[4])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
ccbench.py 582 platform.python_build()[0],
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
pybench.py 107 buildno, builddate = platform.python_build()
    [all...]
  /external/python/cpython2/Lib/distutils/command/
build_ext.py 241 if not sysconfig.python_build:
  /external/python/cpython2/Tools/ccbench/
ccbench.py 582 platform.python_build()[0],
  /external/python/cpython2/Tools/pybench/
pybench.py 107 buildno, builddate = platform.python_build()
  /external/python/cpython3/Lib/distutils/command/
build_ext.py 234 if not sysconfig.python_build:
  /external/python/cpython3/Tools/ccbench/
ccbench.py 584 platform.python_build()[0],
  /external/python/cpython3/Tools/pybench/
pybench.py 118 buildno, builddate = platform.python_build()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
platform.py 1548 def python_build(): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
platform.py 1507 def python_build(): function
    [all...]

Completed in 711 milliseconds

1 2