Searched refs:python_build (Results 1 – 23 of 23) sorted by relevance
/external/python/cpython3/Lib/distutils/ |
D | sysconfig.py | 65 python_build = _python_build() variable 73 if not python_build: 102 if python_build: 116 if python_build: 242 if python_build: 255 if python_build: 499 if python_build: 517 if python_build and os.name == "posix":
|
/external/python/cpython2/Lib/distutils/ |
D | sysconfig.py | 55 python_build = _python_build() variable 81 if python_build: 227 if python_build: 244 if python_build:
|
/external/grpc-grpc/ |
D | setup.cfg | 7 build_base=python_build
|
D | .gitignore | 10 python_build/
|
/external/tensorflow/tools/ |
D | tf_env_collect.sh | 50 platform.python_build(),
|
/external/python/cpython3/Lib/distutils/command/ |
D | build_scripts.py | 99 if not sysconfig.python_build:
|
D | build_ext.py | 235 if not sysconfig.python_build:
|
/external/python/cpython2/Lib/test/ |
D | test_platform.py | 145 self.assertEqual(platform.python_build(), info[4])
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_sysconfig.py | 55 if sysconfig.python_build:
|
/external/python/cpython3/Lib/test/ |
D | test_platform.py | 143 self.assertEqual(platform.python_build(), info[4])
|
D | pstats.pck | 26 _python_build(iig�h㈵��>g
|
/external/python/cpython2/Lib/distutils/command/ |
D | build_ext.py | 241 if not sysconfig.python_build:
|
/external/python/cpython3/Doc/library/ |
D | platform.rst | 97 .. function:: python_build()
|
/external/python/cpython2/Tools/pybench/ |
D | pybench.py | 107 buildno, builddate = platform.python_build()
|
/external/python/cpython2/Tools/ccbench/ |
D | ccbench.py | 582 platform.python_build()[0],
|
/external/python/cpython3/Tools/ccbench/ |
D | ccbench.py | 584 platform.python_build()[0],
|
/external/python/cpython3/Lib/ |
D | platform.py | 1137 def python_build(): function
|
D | pydoc.py | 2376 platform.python_build()[0],
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 94 .. function:: python_build()
|
/external/python/cpython2/Lib/ |
D | platform.py | 1540 def python_build(): function
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.1rc1.rst | 853 sys.version and the platform module python_build(), python_branch(), and
|
D | 3.7.0a1.rst | 5187 sys.version and the platform module python_build(), python_branch(), and
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.15rc1.rst | 1506 sys.version and the platform module python_build(), python_branch(), and
|