Home
last modified time | relevance | path

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

12345678910>>...44

/third_party/node/
Dconfigure7 command -v python3.12 >/dev/null && exec python3.12 "$0" "$@"
8 command -v python3.11 >/dev/null && exec python3.11 "$0" "$@"
9 command -v python3.10 >/dev/null && exec python3.10 "$0" "$@"
10 command -v python3.9 >/dev/null && exec python3.9 "$0" "$@"
11 command -v python3.8 >/dev/null && exec python3.8 "$0" "$@"
12 command -v python3.7 >/dev/null && exec python3.7 "$0" "$@"
13 command -v python3.6 >/dev/null && exec python3.6 "$0" "$@"
14 command -v python3 >/dev/null && exec python3 "$0" "$@"
Dandroid-configure7 command -v python3.11 >/dev/null && exec python3.11 "$0" "$@"
8 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 >/dev/null && exec python3 "$0" "$@"
/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/python/Doc/howto/
Dargparse.rst84 $ python3 prog.py
85 $ python3 prog.py --help
90 $ python3 prog.py --verbose
93 $ python3 prog.py foo
126 $ python3 prog.py
129 $ python3 prog.py --help
137 $ python3 prog.py foo
171 $ python3 prog.py -h
192 $ python3 prog.py 4
213 $ 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/node/deps/v8/
DDEPS326 'python3',
338 'python3',
348 'action': [ 'python3',
361 'action': [ 'python3',
374 'action': [ 'python3',
388 'action': [ 'python3',
400 'action': [ 'python3',
413 'action': [ 'python3',
426 'action': [ 'python3',
438 'action': [ 'python3',
[all …]
/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/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/astc-encoder/jenkins/
Dnightly.Jenkinsfile100 python3 ./Test/astc_test_functional.py --encoder=none
101 python3 ./Test/astc_test_functional.py --encoder=sse2
102 python3 ./Test/astc_test_functional.py --encoder=sse4.1
103 python3 ./Test/astc_test_functional.py --encoder=avx2
104python3 ./Test/astc_test_image.py --encoder=none --test-set Small --test-quality medium
105python3 ./Test/astc_test_image.py --encoder=all-x86 --test-set Small --test-quality medium
157 set Path=c:\\Python3;c:\\Python3\\Scripts;%Path%
236 set Path=c:\\Python3;c:\\Python3\\Scripts;%Path%
285 python3 ./Test/astc_test_image.py --test-set Small --test-quality medium
Dbuild.Dockerfile15 python3 \
16 python3-pip \
17 python3-venv \
18 python3-numpy \
19 python3-pil \
/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/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/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/grpc/
Dgrpc.spec21 BuildRequires: python3-devel python3-setuptools python3-Cython
51 %package -n python3-grpcio
52 Summary: Python3 language bindings for gRPC
54 %{?python_provide:%python_provide python3-%{pypi_name}}
56 %description -n python3-grpcio
57 Python3 bindings for gRPC.
138 %files -n python3-grpcio
/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/brotli/
Dbrotli.spec12 BuildRequires: python3-devel gcc-c++ gcc cmake
22 %package -n python3-%{name}
23 Requires: python3
25 %{?python_provide:%python_provide python3-%{name}}
27 %description -n python3-%{name}
82 %files -n python3-%{name}
/third_party/mesa3d/.gitlab-ci/container/fedora/
Dx86_build.sh63 python3-devel \
64 python3-mako \
65 python3-devel \
66 python3-mako \
/third_party/libnl/
Dlibnl3.spec56 %package -n python3-libnl3
57 Summary: Python3 binding for libnl3
58 BuildRequires: python3-devel
61 %description -n python3-libnl3
62 Python3 bindings for libnl3
107 %files -n python3-libnl3

12345678910>>...44