Home
last modified time | relevance | path

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

12345678910>>...43

/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 2022-03-20 Mark Wielaard <mark@klomp.org>
3 * biarch.m4: Don't check whether -m64 works for 32bit host.
5 2022-03-14 Mark Wielaard <mark@klomp.org>
10 2020-12-15 Dmitry V. Levin <ldv@altlinux.org>
16 2019-10-28 Aaron Merey <amerey@redhat.com>
20 2015-05-01 Mark Wielaard <mjw@redhat.com>
24 2014-07-14 Mark Wielaard <mjw@redhat.com>
26 * biarch.m4 (utrace_BIARCH): Set biarch-no for cross-compile using
29 2013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
33 2013-11-07 Roland McGrath <roland@redhat.com>
[all …]
/external/cronet/net/websockets/
Dwebsocket_handshake_stream_base.h2 // Use of this source code is governed by a BSD-style license that can be
10 // this file must not introduce any link-time dependencies on websockets.
42 // Handshake not completed via Upgrade over HTTP/1 connection.
44 // Server responded to Upgrade request with invalid status.
46 // Server responded to Upgrade request with empty response.
48 // Server responded to Upgrade request with 101 status but there was some
51 // Server responded to Upgrade request with invalid Upgrade header.
53 // Server responded to Upgrade request with invalid Sec-WebSocket-Accept
56 // Server responded to Upgrade request with invalid Connection header.
58 // Server responded to Upgrade request with invalid Sec-WebSocket-Protocol
[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/apache-commons-io/src/site/xdoc/
Dbuilding.xml2 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
17 -->
24 <!-- ================================================== -->
33 You may also be interested in the upgrade notes:<br />
34 Upgrade <a href="upgradeto2_0_1.html">from 2.0 to 2.0.1</a><br />
35 Upgrade <a href="upgradeto2_0.html">from 1.4 to 2.0</a><br />
36 Upgrade <a href="upgradeto1_4.html">from 1.3.2 to 1.4</a><br />
37 Upgrade <a href="upgradeto1_3_2.html">from 1.3, or 1.3.1 to 1.3.2</a><br />
38 Upgrade <a href="upgradeto1_3_1.html">from 1.3 to 1.3.1</a><br />
[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/cronet/net/disk_cache/simple/
Dsimple_version_upgrade.cc2 // Use of this source code is governed by a BSD-style license that can be
23 // It is not possible to upgrade cache structures on disk that are of version
28 const char kIndexDirName[] = "index-dir";
29 const char kIndexFileName[] = "the-real-index";
32 LOG(ERROR) << "Failed to upgrade Simple Cache from version: " << version; in LogMessageFailedUpgradeFromVersion()
37 base::File file = file_operations->OpenFile( in WriteFakeIndexFile()
72 // subdirectory) and in the file format (directory last-modified time observed
75 // To keep complexity small this specific upgrade code *deletes* the old index
84 // V5: $cachedir/the-real-index
85 // V6: $cachedir/index-dir/the-real-index
[all …]
/external/curl/tests/data/
Dtest23009 # Server-side
13 Server: test-server/fake
14 Upgrade: websocket
15 Connection: Upgrade
16 Sec-WebSocket-Accept: HkPsVga7+8LuxM4RGQ5p9tZHeYs=
19 # allow upgrade
21 upgrade
26 # Client-side
37 WebSockets upgrade only
50 User-Agent: curl/%VERSION
[all …]
Dtest23019 # Server-side
13 Server: test-server/fake
14 Upgrade: websocket
15 Connection: Upgrade
17 Sec-WebSocket-Accept: HkPsVga7+8LuxM4RGQ5p9tZHeYs=
21 # allow upgrade
23 upgrade
28 # Client-side
55 User-Agent: webbie-sox/3
57 Upgrade: websocket
[all …]
Dtest230213 Server: test-server/fake
14 Upgrade: websocket
15 Connection: Upgrade
17 Sec-WebSocket-Accept: HkPsVga7+8LuxM4RGQ5p9tZHeYs=
21 # allow upgrade
23 upgrade
28 # Client-side
56 User-Agent: webbie-sox/3
58 Upgrade: websocket
59 Connection: Upgrade
[all …]
Dtest230413 Server: test-server/fake
14 Upgrade: websocket
15 Connection: Upgrade
17 Sec-WebSocket-Accept: HkPsVga7+8LuxM4RGQ5p9tZHeYs=
21 # allow upgrade
23 upgrade
28 # Client-side
56 User-Agent: websocket/2304
58 Upgrade: websocket
59 Connection: Upgrade
[all …]
/external/rust/crates/tokio/tests/
Dsync_mpsc_weak.rs27 .upgrade() in weak_sender()
28 .expect("expected to be able to upgrade tx_weak"); in weak_sender()
54 let upgraded = tx_weak.upgrade(); in weak_sender()
76 ) -> Self { in actor_weak_sender()
108 if let Some(sender) = sender.upgrade() { in actor_weak_sender()
136 pub fn new() -> (Self, MyActor) { in actor_weak_sender()
143 pub async fn get_unique_id(&self) -> u32 { in actor_weak_sender()
217 assert!(weak_tx.upgrade().is_some()); in downgrade_upgrade_sender_success()
220 // Tests that a `WeakSender` fails to upgrade when no other `Sender` exists.
226 assert!(weak_tx.upgrade().is_none()); in downgrade_upgrade_sender_failure()
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x64/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 FROM quay.io/pypa/manylinux2010_x86_64:2021-02-06-3d322a5
23 RUN yum update -y && yum install -y curl-devel expat-devel gettext-devel linux-headers openssl-deve…
27 RUN /opt/python/cp27-cp27m/bin/pip install --upgrade cython
28 RUN /opt/python/cp27-cp27mu/bin/pip install --upgrade cython
29 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
30 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
31 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
32 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
33 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_artifact_python_manylinux2010_x86/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 FROM quay.io/pypa/manylinux2010_i686:2021-02-06-3d322a5
23 RUN yum update -y && yum install -y curl-devel expat-devel gettext-devel linux-headers openssl-deve…
27 RUN /opt/python/cp27-cp27m/bin/pip install --upgrade cython
28 RUN /opt/python/cp27-cp27mu/bin/pip install --upgrade cython
29 RUN /opt/python/cp35-cp35m/bin/pip install --upgrade cython
30 RUN /opt/python/cp36-cp36m/bin/pip install --upgrade cython
31 RUN /opt/python/cp37-cp37m/bin/pip install --upgrade cython
32 RUN /opt/python/cp38-cp38/bin/pip install --upgrade cython
33 RUN /opt/python/cp39-cp39/bin/pip install --upgrade cython
/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/apache-commons-lang/src/site/xdoc/
Dbuilding.xml2 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
17 -->
24 <!-- ================================================== -->
30 You may also be interested in the upgrade notes:
33 <li>Upgrade from 2.6 to 3.0 - <a href="upgradeto3_0.html">Lang 3.0 Release Notes</a></li>
34 <li>Upgrade from 2.5 to 2.6 - <a href="upgradeto2_6.html">Lang 2.6 Release Notes</a></li>
35 <li>Upgrade from 2.4 to 2.5 - <a href="upgradeto2_5.html">Lang 2.5 Release Notes</a></li>
36 <li>Upgrade from 2.3 to 2.4 - <a href="upgradeto2_4.html">Lang 2.4 Release Notes</a></li>
37 <li>Upgrade from 2.2 to 2.3 - <a href="upgradeto2_3.html">Lang 2.3 Release Notes</a></li>
[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/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/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/cronet/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/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/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/

12345678910>>...43