Home
last modified time | relevance | path

Searched refs:python_version (Results 1 – 25 of 55) sorted by relevance

123

/third_party/freetype/builds/unix/
Dax_prog_python_version.m449python_version=`$PYTHON -V 2>&1 | $GREP "^Python " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\)/\1/…
51 AC_MSG_RESULT($python_version)
53 AC_SUBST([PYTHON_VERSION],[$python_version])
55 AX_COMPARE_VERSION([$ax_python_version],[le],[$python_version],[
/third_party/skia/third_party/externals/freetype/builds/unix/
Dax_prog_python_version.m449python_version=`$PYTHON -V 2>&1 | $GREP "^Python " | $SED -e 's/^.* \([0-9]*\.[0-9]*\.[0-9]*\)/\1/…
51 AC_MSG_RESULT($python_version)
53 AC_SUBST([PYTHON_VERSION],[$python_version])
55 AX_COMPARE_VERSION([$ax_python_version],[le],[$python_version],[
/third_party/grpc/examples/python/compression/
DBUILD.bazel18 python_version = "PY3",
30 python_version = "PY3",
47 python_version = "PY3",
/third_party/grpc/examples/python/auth/
DBUILD.bazel36 python_version = "PY3",
49 python_version = "PY3",
61 python_version = "PY3",
/third_party/grpc/examples/python/multiprocessing/
DBUILD41 python_version = "PY3",
55 python_version = "PY3",
75 python_version = "PY3",
/third_party/grpc/examples/python/debug/
DBUILD.bazel33 python_version = "PY3",
45 python_version = "PY3",
55 python_version = "PY3",
/third_party/grpc/examples/python/cancellation/
DBUILD.bazel42 python_version = "PY3",
64 python_version = "PY3",
84 python_version = "PY3",
/third_party/grpc/src/python/grpcio_tests/tests_aio/interop/
DBUILD.bazel43 python_version = "PY3",
56 python_version = "PY3",
69 python_version = "PY3",
/third_party/grpc/third_party/py/
DBUILD.tpl13 flag_values = {"@rules_python//python:python_version": "PY2"}
18 flag_values = {"@rules_python//python:python_version": "PY3"}
/third_party/grpc/bazel/
Dpython_rules.bzl273 if "python_version" in kwargs:
274 fail("Cannot specify 'python_version' in py2and3_test.")
278 for case_name, python_version in zip(names, python_versions):
281 python_version = python_version,
Dgrpc_build_system.bzl282 python_version = "PY2",
290 python_version = python_version,
352 flag_values = {"@bazel_tools//tools/python:python_version": "PY3"},
/third_party/grpc/third_party/upb/benchmarks/
DBUILD83 python_version = "PY3",
89 python_version = "PY3",
95 python_version = "PY3",
/third_party/grpc/examples/python/data_transmission/
DBUILD28 python_version = "PY3",
44 python_version = "PY3",
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
DBUILD.bazel70 python_version = "PY3",
78 python_version = "PY3",
/third_party/grpc/src/python/grpcio_tests/tests/interop/
DBUILD.bazel31 python_version = "PY3",
95 python_version = "PY3",
/third_party/benchmark/tools/
DBUILD.bazel15 python_version = "PY2",
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/interop/
DBUILD.bazel4 python_version = "PY3",
/third_party/icu/tools/commit-checker/
DPipfile11 python_version = "3"
/third_party/grpc/src/python/grpcio_tests/tests/stress/
DBUILD.bazel24 python_version = "PY3",
/third_party/benchmark/bindings/python/google_benchmark/
DBUILD31 python_version = "PY3",
/third_party/grpc/templates/src/python/grpcio_tests/
Dgrpc_version.py.template19 VERSION = '${settings.python_version.pep440()}'
/third_party/grpc/templates/src/python/grpcio_reflection/
Dgrpc_version.py.template19 VERSION = '${settings.python_version.pep440()}'
/third_party/grpc/templates/src/python/grpcio_health_checking/
Dgrpc_version.py.template19 VERSION = '${settings.python_version.pep440()}'
/third_party/grpc/templates/src/python/grpcio_channelz/
Dgrpc_version.py.template19 VERSION = '${settings.python_version.pep440()}'
/third_party/grpc/templates/src/python/grpcio/
Dgrpc_version.py.template19 VERSION = '${settings.python_version.pep440()}'

123