Home
last modified time | relevance | path

Searched full:upgrade (Results 1 – 25 of 1664) sorted by relevance

12345678910>>...67

/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_centos_pip_packages.sh27 pip2 install --upgrade setuptools==39.1.0
28 pip3 install --upgrade setuptools==39.1.0
34 pip2 install --upgrade six==1.12.0
35 pip3 install --upgrade six==1.12.0
38 pip2 install --upgrade absl-py
39 pip3 install --upgrade absl-py
42 pip2 install --upgrade werkzeug==0.11.10
43 pip3 install --upgrade werkzeug==0.11.10
46 pip2 install --upgrade bleach==2.0.0
47 pip3 install --upgrade bleach==2.0.0
[all …]
Dinstall_pip_packages.sh33 pip3 install --upgrade setuptools==39.1.0
38 pip3 install --upgrade six==1.12.0
42 pip3 install --upgrade absl-py
45 pip3 install --upgrade werkzeug==0.11.10
48 pip3 install --upgrade bleach==2.0.0
51 pip3 install --upgrade markdown==2.6.8
54 pip3 install --upgrade protobuf==3.6.1
63 pip3 install --no-binary=:all: --upgrade numpy==1.14.5
65 pip3 install --upgrade numpy==1.14.5
100 pip3 install --upgrade astor
[all …]
Dinstall_python3.6_pip_packages.sh18 # TODO(amitpatankar): Remove this file once we upgrade to ubuntu:16.04
25 apt-get upgrade
50 pip3 install --upgrade pip
54 pip3 install --upgrade setuptools==39.1.0
56 pip3 install --upgrade virtualenv
61 pip3 install --upgrade absl-py
62 pip3 install --upgrade six==1.10.0
65 pip3 install --upgrade protobuf==3.6.1
75 pip3 install --no-binary=:all: --upgrade numpy==1.14.5
98 pip3 install --upgrade astor
[all …]
/external/elfutils/m4/
DChangeLog31 * gettext.m4: Upgrade to gettext-0.18.2.
32 * iconv.m4: Upgrade to gettext-0.18.2.
33 * po.m4: Upgrade to gettext-0.18.2.
37 * gettext.m4: Upgrade to gettext-0.17.
38 * iconv.m4: Upgrade to gettext-0.17.
39 * po.m4: Upgrade to gettext-0.17.
82 * codeset.m4: Upgrade to gettext-0.11.
83 * gettext.m4: Upgrade to gettext-0.11.
84 * glibc21.m4: Upgrade to gettext-0.11.
85 * iconv.m4: Upgrade to gettext-0.11.
[all …]
/external/python/cpython3/Tools/msi/launcher/
Dlauncher.wxs32 …<RemoveExistingProducts After="InstallValidate">UPGRADE or REMOVE_350_LAUNCHER or REMOVE_360A1_LAU…
35 <!-- Upgrade all versions of the launcher -->
36 <Upgrade Id="$(var.UpgradeCode)">
38 …<UpgradeVersion Property="UPGRADE" Minimum="0.0.0.0" IncludeMinimum="yes" Maximum="$(var.Version)"…
39 </Upgrade>
41 <Upgrade Id="A71530B9-E89D-53DB-9C2D-C6D7551876D8">
43 </Upgrade>
45 <Upgrade Id="394750C0-7880-5A8F-999F-933965FBCFB4">
47 </Upgrade>
/external/tensorflow/tensorflow/tools/compatibility/
DREADME.md1 # TensorFlow Python API Upgrade Utility
3 This tool allows you to upgrade your existing TensorFlow Python scripts,
5 * `tf_upgrade_v2.py`: Upgrade code from TensorFlow 1.x to TensorFlow 2.0 preview.
6 * `tf_upgrade.py`: Upgrade code to TensorFlow 1.0 from TensorFlow 0.11.
13 Upgrade script can be run on a single Python file:
23 # upgrade the .py files and copy all the other files to the outtree
26 # just upgrade the .py files
65 convenient tool to upgrade Jupyter notebooks and Python files in a GitHub
77 available for TensorFlow 2.0 upgrade.
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x86/
DDockerfile26 RUN /opt/python/cp27-cp27m/bin/pip install --upgrade cython
27 RUN /opt/python/cp27-cp27mu/bin/pip install --upgrade cython
28 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
29 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
30 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
31 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
32 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x64/
DDockerfile26 RUN /opt/python/cp27-cp27m/bin/pip install --upgrade cython
27 RUN /opt/python/cp27-cp27mu/bin/pip install --upgrade cython
28 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
29 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
30 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
31 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
32 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
DWebSocketCallTest.java107 .setHeader("Upgrade", "websocket") in missingConnectionHeader()
111 "Expected 'Connection' header value 'Upgrade' but was 'null'"); in missingConnectionHeader()
117 .setHeader("Upgrade", "websocket") in wrongConnectionHeader()
122 "Expected 'Connection' header value 'Upgrade' but was 'Downgrade'"); in wrongConnectionHeader()
128 .setHeader("Connection", "Upgrade") in missingUpgradeHeader()
132 "Expected 'Upgrade' header value 'websocket' but was 'null'"); in missingUpgradeHeader()
138 .setHeader("Connection", "Upgrade") in wrongUpgradeHeader()
139 .setHeader("Upgrade", "Pepsi") in wrongUpgradeHeader()
143 "Expected 'Upgrade' header value 'websocket' but was 'Pepsi'"); in wrongUpgradeHeader()
149 .setHeader("Connection", "Upgrade") in missingMagicHeader()
[all …]
/external/python/cpython2/Lib/ensurepip/
D__init__.py54 def bootstrap(root=None, upgrade=False, user=False, argument
64 _bootstrap(root=root, upgrade=upgrade, user=user,
69 def _bootstrap(root=None, upgrade=False, user=False, argument
116 if upgrade:
117 args += ["--upgrade"]
173 "-U", "--upgrade",
176 help="Upgrade pip and dependencies, even if already installed.",
215 upgrade=args.upgrade,
/external/python/cpython3/Lib/ensurepip/
D__init__.py59 def bootstrap(*, root=None, upgrade=False, user=False, argument
69 _bootstrap(root=root, upgrade=upgrade, user=user,
74 def _bootstrap(*, root=None, upgrade=False, user=False, argument
122 if upgrade:
123 args += ["--upgrade"]
177 "-U", "--upgrade",
180 help="Upgrade pip and dependencies, even if already installed.",
212 upgrade=args.upgrade,
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.cmake26 RUN pip install --upgrade wheel
27 RUN pip install --upgrade astor
28 RUN pip install --upgrade gast
29 RUN pip install --upgrade numpy
30 RUN pip install --upgrade termcolor
31 RUN pip install --upgrade keras_preprocessing
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DUPGRADES.md1 # C++ Upgrade Tools
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/external/libtextclassifier/abseil-cpp/
DUPGRADES.md1 # C++ Upgrade Tools
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/external/openscreen/third_party/abseil/src/
DUPGRADES.md1 # C++ Upgrade Tools
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/external/webrtc/third_party/abseil-cpp/
DUPGRADES.md1 # C++ Upgrade Tools
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/external/abseil-cpp/
DUPGRADES.md1 # C++ Upgrade Tools
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/external/tensorflow/tensorflow/tools/ci_build/release/
Dcommon.sh122 # First, upgrade pypi wheels
123 "${PIP_CMD}" install --user --upgrade 'setuptools<53' pip wheel
147 "${PIP_CMD}" install --user --upgrade 'tb-nightly ~= 2.4.0.a'
148 "${PIP_CMD}" install --user --upgrade 'tensorflow_estimator ~= 2.4.0'
179 # First, upgrade pypi wheels
180 ${PIP_CMD} install --user --upgrade 'setuptools<53' pip wheel
204 ${PIP_CMD} install --user --upgrade 'tb-nightly ~= 2.4.0.a'
205 ${PIP_CMD} install --user --upgrade 'tensorflow_estimator ~= 2.4.0'
222 # First, upgrade pypi wheels
223 ${PIP_CMD} install --upgrade 'setuptools<53' pip wheel
[all …]
/external/llvm-project/llvm/include/llvm/IR/
DAutoUpgrade.h44 /// This is an auto-upgrade hook for any old intrinsic function syntaxes
58 /// Convert calls to ARC runtime functions to intrinsic calls and upgrade the
68 /// corresponding to the upgrade to the struct-path aware TBAA format.
72 /// This is an auto-upgrade for bitcast between pointers with different
77 /// This is an auto-upgrade for bitcast constant expression between pointers
91 /// Upgrade the loop attachment metadata node.
94 /// Upgrade the datalayout string by adding a section for address space
98 /// Upgrade attributes that changed format or kind.
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAutoUpgrade.h44 /// This is an auto-upgrade hook for any old intrinsic function syntaxes
58 /// Convert calls to ARC runtime functions to intrinsic calls and upgrade the
65 /// corresponding to the upgrade to the struct-path aware TBAA format.
69 /// This is an auto-upgrade for bitcast between pointers with different
74 /// This is an auto-upgrade for bitcast constant expression between pointers
88 /// Upgrade the loop attachment metadata node.
91 /// Upgrade the datalayout string by adding a section for address space
95 /// Upgrade function attributes "no-frame-pointer-elim" and
/external/curl/tests/data/
Dtest180128 # listen to the upgrade request!
30 upgrade
43 HTTP/2 upgrade with lying server
57 Connection: Upgrade, HTTP2-Settings
58 Upgrade: %H2CVER
/external/python/cpython3/Lib/venv/
D__init__.py39 :param upgrade: If True, upgrade an existing virtual environment.
47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument
52 self.upgrade = upgrade
76 if not self.upgrade:
296 cmd = [context.env_exe, '-Im', 'ensurepip', '--upgrade',
401 cmd = [python_exe, '-m', 'pip', 'install', '--upgrade']
461 parser.add_argument('--upgrade', default=False, action='store_true',
462 dest='upgrade', help='Upgrade the environment '
474 parser.add_argument('--upgrade-deps', default=False, action='store_true',
476 help='Upgrade core dependencies: {} to the latest '
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/
DDockerfile26 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
27 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
28 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/
DDockerfile26 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
27 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
28 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
Dhardware_DiskFirmwareUpgrade.py12 Run the disk firmware upgrade script.
23 Runs the shell script that upgrade disk firmware.
26 @param expected_result: expected results of the upgrade.
36 # Check the result of the upgrade.
51 raise error.TestError('Expected upgrade did not happened')

12345678910>>...67