/device/linaro/bootloader/edk2/ |
Edk2Setup.bat | 63 @set PYTHON_BUILD=
425 @if NOT EXIST "%EDK_TOOLS_BIN%\build.exe" @set PYTHON_BUILD=TRUE
426 @if NOT EXIST "%EDK_TOOLS_BIN%\GenFds.exe" @set PYTHON_BUILD=TRUE
427 @if NOT EXIST "%EDK_TOOLS_BIN%\TargetTool.exe" @set PYTHON_BUILD=TRUE
428 @if NOT EXIST "%EDK_TOOLS_BIN%\Trim.exe" @set PYTHON_BUILD=TRUE
430 @if not defined PYTHON_BUILD goto SvnPull
519 @set PYTHON_BUILD=
539 @set PYTHON_BUILD=
|
/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/test/ |
test_platform.py | 79 # python_revision(), python_build(), and python_compiler().
116 self.assertEqual(platform.python_build(), info[4])
|
/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])
|
/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:
|
/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/command/ |
build_scripts.py | 99 if not sysconfig.python_build:
|
/external/python/cpython3/Lib/test/ |
test_platform.py | 112 # python_revision(), python_build(), and python_compiler(). 162 self.assertEqual(platform.python_build(), info[4])
|
/external/python/cpython3/Lib/distutils/tests/ |
test_sysconfig.py | 54 if sysconfig.python_build:
|
/external/python/cpython2/Doc/library/ |
platform.rst | 94 .. function:: python_build()
|
/external/python/cpython3/Doc/library/ |
platform.rst | 92 .. function:: python_build()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/ |
ccbench.py | 582 platform.python_build()[0],
|
/external/python/cpython2/Tools/ccbench/ |
ccbench.py | 582 platform.python_build()[0],
|
/external/python/cpython3/Tools/ccbench/ |
ccbench.py | 584 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/pybench/ |
pybench.py | 107 buildno, builddate = platform.python_build()
|