Home
last modified time | relevance | path

Searched full:python3 (Results 1 – 25 of 920) sorted by relevance

12345678910>>...37

/third_party/python/Lib/test/test_tools/
Dtest_pathfix.py67 ['-i', '/usr/bin/python3'],
70 '#! /usr/bin/python3')
76 ['-i', '/usr/bin/python3']),
77 '#! /usr/bin/python3')
81 ['-i', '/usr/bin/python3']),
82 '#! /usr/bin/python3')
88 ['-i', '/usr/bin/python3', '-k']),
89 '#! /usr/bin/python3 -R')
93 ['-i', '/usr/bin/python3', '-k']),
94 '#! /usr/bin/python3')
[all …]
/third_party/node/
Dconfigure8 command -v python3.10 >/dev/null && exec python3.10 "$0" "$@"
9 command -v python3.9 >/dev/null && exec python3.9 "$0" "$@"
10 command -v python3.8 >/dev/null && exec python3.8 "$0" "$@"
11 command -v python3.7 >/dev/null && exec python3.7 "$0" "$@"
12 command -v python3.6 >/dev/null && exec python3.6 "$0" "$@"
13 command -v python3.5 >/dev/null && exec python3.5 "$0" "$@"
14 command -v python3 >/dev/null && exec python3 "$0" "$@"
/third_party/python/Doc/howto/
Dargparse.rst82 $ python3 prog.py
83 $ python3 prog.py --help
88 $ python3 prog.py --verbose
91 $ python3 prog.py foo
124 $ python3 prog.py
127 $ python3 prog.py --help
135 $ python3 prog.py foo
169 $ python3 prog.py -h
190 $ python3 prog.py 4
211 $ python3 prog.py 4
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dx86_test-base.sh16 python3-dev \
17 python3-pip \
18 python3-setuptools \
19 python3-wheel \
49 python3-mako \
50 python3-numpy \
51 python3-packaging \
52 python3-pil \
53 python3-requests \
54 python3-six \
[all …]
Darm_build.sh49 python3-mako \
50 python3-pil \
51 python3-pip \
52 python3-requests \
53 python3-setuptools \
Dx86_build-base.sh19 python3-pip \
20 python3-setuptools \
66 python3-mako \
67 python3-pil \
68 python3-requests \
Dx86_test-vk.sh41 python3-dev \
42 python3-distutils \
43 python3-pip \
44 python3-setuptools \
45 python3-wheel \
56 python3-lxml \
57 python3-simplejson \
/third_party/python/Mac/PythonLauncher/
DfactorySettings.plist13 <string>/usr/local/bin/python3</string>
14 <string>/opt/local/bin/python3</string>
15 <string>/sw/bin/python3</string>
38 <string>/usr/local/bin/python3</string>
39 <string>/opt/local/bin/python3</string>
40 <string>/sw/bin/python3</string>
63 <string>/usr/local/bin/python3</string>
64 <string>/opt/local/bin/python3</string>
65 <string>/sw/bin/python3</string>
/third_party/mesa3d/.gitlab-ci/container/
Dcreate-rootfs.sh40 python3-dev
41 python3-pip
42 python3-setuptools
43 python3-wheel
80 python3 \
81 python3-lxml \
82 python3-mako \
83 python3-numpy \
84 python3-packaging \
85 python3-pil \
[all …]
/third_party/musl/tools/api_cmp_tool/
DREADME.md13 #### 2、python3.8
20 sudo apt install python3.8
21 sudo apt install python3-pip
60 usage: python3.8 compare.py [-h] -l <path> -i <path>
74 $python3.8 compare.py -l ~/libc.so -i ~/include
75 $python3.8 compare.py -h
76 $python3.8 compare.py -l ~/libc.so -i ~/include -b ~/backlist.txt -m macros.txt -o ~/
/third_party/ltp/testcases/network/nfsv4/acl/
Druntest25 rsh -n $REMOTEHOST python3 $PWD/create_users.py -u 50 -g 50
54 python3 create_users.py -u 50 -g 50
57 python3 test_long_acl.py -l $MAXLENGTH -p $NFSMNTDIR/lacl-testdir
61 python3 setacl_stress.py -n 100 -u $USER_NB -g $GRP_NB -f $FILE_NB -p $NFSMNTDIR
64 python3 cleanusers.py
65 python3 cleangroups.py
66 rsh -n $REMOTEHOST python3 $PWD/cleanusers.py
/third_party/node/deps/npm/node_modules/node-gyp/
D.travis.yml18 env: NODE_GYP_FORCE_PYTHON=python3
22 env: NODE_GYP_FORCE_PYTHON=python3
26 env: NODE_GYP_FORCE_PYTHON=python3
30 env: NODE_GYP_FORCE_PYTHON=python3
34 env: NODE_GYP_FORCE_PYTHON=python3
38 env: NODE_GYP_FORCE_PYTHON=python3
42 env: NODE_GYP_FORCE_PYTHON=python3
55 env: NODE_GYP_FORCE_PYTHON=python3 PATH=$HOME/.pyenv/shims:$PATH PYENV_VERSION=3.8.0
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g…
34 …libglib2.0-dev libgirepository1.0-dev libcairo2-dev libicu-dev libgraphite2-dev python3 python3-pip
97 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…
108 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…
119 …- run: DEBIAN_FRONTEND=noninteractive apt install -y python3 python3-pip ninja-build clang lld git…
138 …RONTEND=noninteractive sudo apt install -y ninja-build gtk-doc-tools python3 python3-pip git g++-m…
161 …RONTEND=noninteractive sudo apt install -y ninja-build gtk-doc-tools python3 python3-pip git g++-m…
/third_party/protobuf/kokoro/docs/
Dpublish-python.sh20 python3.6 -m venv venv
33 python3.6 -m pip install protobuf==3.11.1 gcp-docuploader
39 python3.6 -m docuploader create-metadata \
41 --version=$(python3 setup.py --version) \
43 --distribution-name=$(python3 setup.py --name) \
51 python3.6 -m docuploader upload docs/_build/html --metadata-file docs.metadata --staging-bucket doc…
/third_party/skia/third_party/externals/spirv-cross/
D.travis.yml32 - choco install python3
39 - choco install python3
49 - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then PYTHON3=$(which python); fi
50 - if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then PYTHON3=$(which python3); fi
54 …AKE_BUILD_TYPE=Release -G "${GENERATOR}" -DPYTHON_EXECUTABLE:FILEPATH="${PYTHON3}" -DSPIRV_CROSS_E…
/third_party/flatbuffers/.travis/
Dcheck-sources.sh27 python3 --version
30 python3 $py_checker "ascii" "$scan_dir/include" "\.h$"
31 python3 $py_checker "ascii" "$scan_dir/src" "\.cpp$"
32 python3 $py_checker "ascii" "$scan_dir/tests" "\.h$"
33 python3 $py_checker "utf-8" "$scan_dir/tests" "\.cpp$"
/third_party/libxml2/
Dlibxml.spec.in13 BuildRequires: python3-devel
79 %package -n python3-%{name}
83 Obsoletes: %{name}-python3 < %{version}-%{release}
84 Provides: %{name}-python3 = %{version}-%{release}
86 %description -n python3-%{name}
87 The libxml2-python3 package contains a Python 3 module that permits
193 %files -n python3-%{name}
196 %{_libdir}/python3*/site-packages/libxml2.py*
197 %{_libdir}/python3*/site-packages/drv_libxml2.py*
198 %{_libdir}/python3*/site-packages/__pycache__/*py*
[all …]
/third_party/grpc/
Dgrpc.spec18 BuildRequires: python3-devel python3-setuptools python3-Cython
48 %package -n python3-grpcio
49 Summary: Python3 language bindings for gRPC
51 %{?python_provide:%python_provide python3-%{pypi_name}}
53 %description -n python3-grpcio
54 Python3 bindings for gRPC.
135 %files -n python3-grpcio
/third_party/python/Doc/library/
Dtracemalloc.rst60 /usr/lib/python3.4/collections/__init__.py:368: size=244 KiB, count=2315, average=108 B
61 /usr/lib/python3.4/unittest/case.py:381: size=185 KiB, count=779, average=243 B
62 /usr/lib/python3.4/unittest/case.py:402: size=154 KiB, count=378, average=416 B
63 /usr/lib/python3.4/abc.py:133: size=88.7 KiB, count=347, average=262 B
67 /usr/lib/python3.4/sysconfig.py:411: size=48.0 KiB, count=1, average=48.0 KiB
99 /usr/lib/python3.4/linecache.py:127: size=940 KiB (+940 KiB), count=8106 (+8106), average=119 B
100 … /usr/lib/python3.4/unittest/case.py:571: size=298 KiB (+298 KiB), count=589 (+589), average=519 B
102 /usr/lib/python3.4/mimetypes.py:217: size=112 KiB (+112 KiB), count=1334 (+1334), average=86 B
103 /usr/lib/python3.4/http/server.py:848: size=96.0 KiB (+96.0 KiB), count=1 (+1), average=96.0 KiB
104 /usr/lib/python3.4/inspect.py:1465: size=83.5 KiB (+83.5 KiB), count=109 (+109), average=784 B
[all …]
/third_party/libnl/
Dlibnl3.spec44 %package -n python3-libnl3
45 Summary: Python3 binding for libnl3
46 BuildRequires: python3-devel
49 %description -n python3-libnl3
50 Python3 bindings for libnl3
95 %files -n python3-libnl3
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/
DREADME.md20 Requires `python3` to be in `$PATH`.
22 Many systems have `python3` by default but if your OS doesn't, its package
26 $ sudo apt install python3
27 $ brew install python3
/third_party/skia/infra/bots/
DREADME.recipes.md6 * [build](#recipe_modules-build) (Python3 ✅) &mdash; Build Skia for various platforms.
7 * [builder_name_schema](#recipe_modules-builder_name_schema) (Python3 ✅)
8 * [checkout](#recipe_modules-checkout) (Python3 ✅)
9 * [docker](#recipe_modules-docker) (Python3 ✅)
10 * [doxygen](#recipe_modules-doxygen) (Python3 ✅)
11 * [env](#recipe_modules-env) (Python3 ✅)
12 * [flavor](#recipe_modules-flavor) (Python3 ✅)
13 * [git](#recipe_modules-git) (Python3 ✅)
14 * [gold_upload](#recipe_modules-gold_upload) (Python3 ✅)
15 * [gsutil](#recipe_modules-gsutil) (Python3 ✅)
[all …]
/third_party/mesa3d/.gitlab-ci/container/fedora/
Dx86_build.sh63 python3-devel \
64 python3-mako \
65 python3-devel \
66 python3-mako \
/third_party/libabigail/docker/
DDockerfile.fedora-base16 python3-koji \
17 python3-mock \
18 python3-pyxdg \
/third_party/libabigail/autoconf-archive/
Dax_check_python_modules.m424 # PYTHON is either python2 or python3. It's the python interpreter
25 # to use. By default, this is python3.
41 PYTHON="python3"
78 # PYTHON is either python2 or python3. It's the name of the python
80 # python3.

12345678910>>...37