Home
last modified time | relevance | path

Searched +full:- +full:- +full:upgrade (Results 1 – 25 of 1089) sorted by relevance

12345678910>>...44

/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_centos_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
19 pip2 install -U pip==18.1
20 pip3 install -U pip==18.1
26 # absl-py, which uses install_requires notation introduced in setuptools 20.5.
27 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
37 # Install absl-py.
[all …]
Dinstall_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
20 wget https://bootstrap.pypa.io/get-pip.py
21 python3.6 get-pip.py
22 rm -f get-pip.py
24 # Install pip packages from whl files to avoid the time-consuming process of
32 # absl-py, which uses install_requires notation introduced in setuptools 20.5.
33 pip3 install --upgrade setuptools==39.1.0
38 pip3 install --upgrade six==1.12.0
41 # Install absl-py.
[all …]
Dinstall_python3.6_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 # TODO(amitpatankar): Remove this file once we upgrade to ubuntu:16.04
22 add-apt-repository -y ppa:fkrull/deadsnakes
24 apt-get update
25 apt-get upgrade
28 apt-get install python-dev
30 apt-get install libbz2-dev
32 apt-get install libncurses5 libncurses5-dev
33 apt-get install libncursesw5 libncursesw5-dev
35 apt-get install libreadline6 libreadline6-dev
[all …]
/external/elfutils/m4/
DChangeLog1 2020-12-15 Dmitry V. Levin <ldv@altlinux.org>
7 2019-10-28 Aaron Merey <amerey@redhat.com>
11 2015-05-01 Mark Wielaard <mjw@redhat.com>
15 2014-07-14 Mark Wielaard <mjw@redhat.com>
17 * biarch.m4 (utrace_BIARCH): Set biarch-no for cross-compile using
20 2013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
24 2013-11-07 Roland McGrath <roland@redhat.com>
29 2013-04-24 Mark Wielaard <mjw@redhat.com>
31 * gettext.m4: Upgrade to gettext-0.18.2.
32 * iconv.m4: Upgrade to gettext-0.18.2.
[all …]
/external/python/cpython3/Tools/msi/launcher/
Dlauncher.wxs1 <?xml version="1.0" encoding="UTF-8"?>
32 …<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>
40 <!-- Python 3.5.0 shipped with a different UpgradeCode -->
41 <Upgrade Id="A71530B9-E89D-53DB-9C2D-C6D7551876D8">
43 </Upgrade>
44 <!-- Python 3.6.0a1 shipped with a different UpgradeCode -->
[all …]
/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:
16 tf_upgrade_v2 --infile foo.py --outfile foo-upgraded.py
23 # upgrade the .py files and copy all the other files to the outtree
24 tf_upgrade_v2 --intree coolcode --outtree coolcode-upgraded
26 # just upgrade the .py files
27 tf_upgrade_v2 --intree coolcode --outtree coolcode-upgraded --copyotherfiles False
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x86/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 # Updated: 2020-10-08
21 RUN yum update -y
22 RUN yum install -y curl-devel expat-devel gettext-devel linux-headers openssl-devel zlib-devel gcc
26 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
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 # Updated: 2020-10-08
21 RUN yum update -y
22 RUN yum install -y curl-devel expat-devel gettext-devel linux-headers openssl-devel zlib-devel gcc
26 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
[all …]
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
DWebSocketCallTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
107 .setHeader("Upgrade", "websocket") in missingConnectionHeader()
108 .setHeader("Sec-WebSocket-Accept", "ujmZX4KXZqjwy6vi1aQFH5p4Ygk=")); in missingConnectionHeader()
111 "Expected 'Connection' header value 'Upgrade' but was 'null'"); in missingConnectionHeader()
117 .setHeader("Upgrade", "websocket") in wrongConnectionHeader()
119 .setHeader("Sec-WebSocket-Accept", "ujmZX4KXZqjwy6vi1aQFH5p4Ygk=")); in wrongConnectionHeader()
122 "Expected 'Connection' header value 'Upgrade' but was 'Downgrade'"); in wrongConnectionHeader()
128 .setHeader("Connection", "Upgrade") in missingUpgradeHeader()
129 .setHeader("Sec-WebSocket-Accept", "ujmZX4KXZqjwy6vi1aQFH5p4Ygk=")); in missingUpgradeHeader()
132 "Expected 'Upgrade' header value 'websocket' but was 'null'"); in missingUpgradeHeader()
[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
86 # pip, pipX, pipX.Y, easy_install, easy_install-X.Y
102 wheel_name = "{}-{}-py2.py3-none-any.whl".format(project, version)
113 args = ["install", "--no-index", "--find-links", tmpdir]
115 args += ["--root", root]
116 if upgrade:
117 args += ["--upgrade"]
119 args += ["--user"]
[all …]
/external/python/cpython3/Lib/ensurepip/
D__init__.py38 return subprocess.run([sys.executable, "-c", code], check=True).returncode
59 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
93 # pip, pipX, pipX.Y, easy_install, easy_install-X.Y
108 wheel_name = "{}-{}-{}-none-any.whl".format(project, version, py_tag)
119 args = ["install", "--no-cache-dir", "--no-index", "--find-links", tmpdir]
121 args += ["--root", root]
122 if upgrade:
123 args += ["--upgrade"]
[all …]
/external/tensorflow/tensorflow/tools/ci_build/
DDockerfile.cmake7 # http://www.apache.org/licenses/LICENSE-2.0
24 RUN apt-get update
25 RUN apt-get install -y --no-install-recommends python-pip
26 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
34 RUN apt-get install -t xenial-backports -y golang-1.9
[all …]
/external/tensorflow/tensorflow/tools/ci_build/release/
Dcommon.sh8 # http://www.apache.org/licenses/LICENSE-2.0
32 if [[ $? -ne 0 ]]; then
50 set -x
56 mkdir -p /tmpfs/bazel_output
63 case "$(uname -s)" in
64 Darwin) local name=bazelisk-darwin-amd64 ;;
65 Linux) local name=bazelisk-linux-amd64 ;;
66 *) die "Unknown OS: $(uname -s)" ;;
68 mkdir -p "$HOME/bin"
69 wget --no-verbose -O "$HOME/bin/bazel" \
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAutoUpgrade.h1 //===- AutoUpgrade.h - AutoUpgrade Helpers ----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
33 /// should be transformed to non-function-call instructions.
44 /// This is an auto-upgrade hook for any old intrinsic function syntaxes
46 /// to the new function. This should only be run in a post-processing fashion
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
[all …]
/external/llvm-project/llvm/include/llvm/IR/
DAutoUpgrade.h1 //===- AutoUpgrade.h - AutoUpgrade Helpers ----------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
33 /// should be transformed to non-function-call instructions.
44 /// This is an auto-upgrade hook for any old intrinsic function syntaxes
46 /// to the new function. This should only be run in a post-processing fashion
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
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DUPGRADES.md1 # C++ Upgrade Tools
3 Abseil may occassionally release API-breaking changes. As noted in our
4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
5 to do the work of effecting such API-breaking changes, when absolutely
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]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/external/libtextclassifier/abseil-cpp/
DUPGRADES.md1 # C++ Upgrade Tools
3 Abseil may occassionally release API-breaking changes. As noted in our
4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
5 to do the work of effecting such API-breaking changes, when absolutely
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]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/external/openscreen/third_party/abseil/src/
DUPGRADES.md1 # C++ Upgrade Tools
3 Abseil may occassionally release API-breaking changes. As noted in our
4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
5 to do the work of effecting such API-breaking changes, when absolutely
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]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/external/webrtc/third_party/abseil-cpp/
DUPGRADES.md1 # C++ Upgrade Tools
3 Abseil may occassionally release API-breaking changes. As noted in our
4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
5 to do the work of effecting such API-breaking changes, when absolutely
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]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/external/abseil-cpp/
DUPGRADES.md1 # C++ Upgrade Tools
3 Abseil may occassionally release API-breaking changes. As noted in our
4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
5 to do the work of effecting such API-breaking changes, when absolutely
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]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades
16 [upgrade-tools]: https://abseil.io/docs/cpp/tools/upgrades/
/external/python/cpython3/Lib/venv/
D__init__.py4 Copyright (C) 2011-2014 Vinay Sajip.
26 By default, the builder makes the system (global) site-packages dir
29 If invoked using the Python -m option, the default is to use copying
33 :param system_site_packages: If True, the system (global) site-packages
39 :param upgrade: If True, upgrade an existing virtual environment.
47 symlinks=False, upgrade=False, with_pip=False, prompt=None, argument
52 self.upgrade = upgrade
54 if prompt == '.': # see bpo-38901
76 if not self.upgrade:
125 libpath = os.path.join(env_dir, 'Lib', 'site-packages')
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 # Updated: 2020-10-08
21 RUN yum update -y
22 RUN yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel
26 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/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
16 # Updated: 2020-10-08
21 RUN yum update -y
22 RUN yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel
26 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/curl/tests/data/
Dtest18019 # Server-side
16 Server: test-server/fake
17 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
18 Content-Length: 6
19 Content-Type: text/html
28 # listen to the upgrade request!
30 upgrade
34 # Client-side
43 HTTP/2 upgrade with lying server
46 http://%HOSTIP:%HTTPPORT/1801 --http2
[all …]
/external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
Dhardware_DiskFirmwareUpgrade.py2 # Use of this source code is governed by a BSD-style license that can be
12 Run the disk firmware upgrade script.
14 TEST_SCRIPT = '/usr/sbin/chromeos-disk-firmware-update.sh'
23 Runs the shell script that upgrade disk firmware.
25 @param disk_firmware_package: pre-installed firmware package location.
26 @param expected_result: expected results of the upgrade.
32 '--status %s' % (status_file),
33 '--fw_package_dir %s' % (disk_firmware_package)]
36 # Check the result of the upgrade.
51 raise error.TestError('Expected upgrade did not happened')

12345678910>>...44