Home
last modified time | relevance | path

Searched refs:python_build (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython3/Lib/distutils/
Dsysconfig.py64 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/
Dsysconfig.py55 python_build = _python_build() variable
81 if python_build:
227 if python_build:
244 if python_build:
/external/grpc-grpc/
Dsetup.cfg7 build_base=python_build
D.gitignore10 python_build/
/external/rust/crates/grpcio-sys/grpc/
Dsetup.cfg7 build_base=python_build
D.gitignore10 python_build/
/external/tensorflow/tools/
Dtf_env_collect.sh50 platform.python_build(),
/external/python/cpython3/Lib/distutils/command/
Dbuild_scripts.py99 if not sysconfig.python_build:
Dbuild_ext.py235 if not sysconfig.python_build:
/external/pigweed/docs/
DBUILD.gn144 "python_build.rst",
Dbuild_system.rst20 python_build
/external/python/cpython2/Lib/test/
Dtest_platform.py145 self.assertEqual(platform.python_build(), info[4])
/external/python/cpython3/Lib/distutils/tests/
Dtest_sysconfig.py55 if sysconfig.python_build:
/external/python/cpython3/Lib/test/
Dtest_platform.py143 self.assertEqual(platform.python_build(), info[4])
Dpstats.pck26 ���_python_build(���i���i���g�h㈵��>g
/external/python/cpython3/Tools/ccbench/
Dccbench.py579 platform.python_build()[0],
/external/python/cpython2/Tools/ccbench/
Dccbench.py582 platform.python_build()[0],
/external/python/cpython3/Doc/library/
Dplatform.rst97 .. function:: python_build()
/external/python/cpython2/Tools/pybench/
Dpybench.py107 buildno, builddate = platform.python_build()
/external/python/cpython2/Lib/distutils/command/
Dbuild_ext.py241 if not sysconfig.python_build:
/external/python/cpython2/Doc/library/
Dplatform.rst94 .. function:: python_build()
/external/python/cpython3/Lib/
Dplatform.py1152 def python_build(): function
/external/python/cpython2/Lib/
Dplatform.py1540 def python_build(): function
/external/python/cpython3/Misc/NEWS.d/
D3.6.1rc1.rst853 sys.version and the platform module python_build(), python_branch(), and
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst1506 sys.version and the platform module python_build(), python_branch(), and

12