Searched refs:python_build (Results 1 – 25 of 27) sorted by relevance
12
/external/python/cpython3/Lib/distutils/ |
D | sysconfig.py | 64 python_build = _python_build() variable 72 if not python_build: 101 if python_build: 115 if python_build: 248 if python_build: 261 if python_build: 505 if python_build: 523 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/rust/crates/grpcio-sys/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/pigweed/docs/ |
D | BUILD.gn | 144 "python_build.rst",
|
D | build_system.rst | 20 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/cpython3/Tools/ccbench/ |
D | ccbench.py | 579 platform.python_build()[0],
|
/external/python/cpython2/Tools/ccbench/ |
D | ccbench.py | 582 platform.python_build()[0],
|
/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/Lib/distutils/command/ |
D | build_ext.py | 241 if not sysconfig.python_build:
|
/external/python/cpython2/Doc/library/ |
D | platform.rst | 94 .. function:: python_build()
|
/external/python/cpython3/Lib/ |
D | platform.py | 1152 def python_build(): function
|
/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
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.15rc1.rst | 1506 sys.version and the platform module python_build(), python_branch(), and
|
12