Home
last modified time | relevance | path

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

12345678910>>...43

/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
17 set -e
19 # We don't apt-get install so that we can install a newer version of pip.
23 easy_install3 -U pip==18.1
24 easy_install -U pip==18.1
26 # Install pip packages from whl files to avoid the time-consuming process of
35 # absl-py, which uses install_requires notation introduced in setuptools 20.5.
36 pip2 install --upgrade setuptools==39.1.0
37 pip3 install --upgrade setuptools==39.1.0
43 pip2 install --upgrade six==1.12.0
[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
24 add-apt-repository -y ppa:fkrull/deadsnakes
26 apt-get update
27 apt-get upgrade
30 apt-get install python-dev
32 apt-get install libbz2-dev
34 apt-get install libncurses5 libncurses5-dev
35 apt-get install libncursesw5 libncursesw5-dev
37 apt-get install libreadline6 libreadline6-dev
[all …]
Dinstall_python3.5_pip_packages.sh8 # http://www.apache.org/licenses/LICENSE-2.0
18 # TODO(cais): Remove this file once we upgrade to ubuntu:16.04 docker images for
24 add-apt-repository -y ppa:fkrull/deadsnakes
25 apt-get update
27 set -e
29 apt-get install -y --no-install-recommends python3.5 libpython3.5-dev
33 pip35_version=$(pip3.5 --version | grep "python 3.5")
34 if [[ -z $pip35_version ]]; then
35 set -e
36 wget -q https://bootstrap.pypa.io/get-pip.py
[all …]
/external/elfutils/m4/
DChangeLog1 2015-05-01 Mark Wielaard <mjw@redhat.com>
5 2014-07-14 Mark Wielaard <mjw@redhat.com>
7 * biarch.m4 (utrace_BIARCH): Set biarch-no for cross-compile using
10 2013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14 2013-11-07 Roland McGrath <roland@redhat.com>
19 2013-04-24 Mark Wielaard <mjw@redhat.com>
21 * gettext.m4: Upgrade to gettext-0.18.2.
22 * iconv.m4: Upgrade to gettext-0.18.2.
23 * po.m4: Upgrade to gettext-0.18.2.
25 2010-04-14 Roland McGrath <roland@redhat.com>
[all …]
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D6bbd46151c1451f276886aa52d508e7b.000002d7.honggfuzz.cov1 GET /cgi-bin/test-cgi HTTP/1.1
3 connection: Upgrade, HTTP2-S******************************ettings
4 upgrade: h2c
5 http2-settings: AAMAAABkAAQAAP__
7 user-agent: nghttp2/1.19.0
9 ET /cgi-bin/test-cgi HTTP/1.1
11 connection: Upgrade, HTTP2-Settings
12 upgrade: h2c
13 http2-settings: AAMAAABkAAQAAP__
15 user-agent: nghttp2/1.19.8080
[all …]
Dbf946bfb0714abd7a0f35e6ee6a63f5b.0000026d.honggfuzz.cov1 GET /cgi-bin/testcig- HTTP/1.1
3 connection: Upgrade, HTTP2-S******************************ettings
4 upgrade: h2c
5 http2-settings: AAMAAABkAAQAAP__
7 user-agent: nghttp2/1.19.0
9 ET /cgi-bin/test-cgi HTTP/1.1
12 connection: Upgrade, HTTP2-S******************************ettings
13 upgrade: h2c
14 http2-settings: AAMAAABkAAQAAP__
16 user-agent: nghttp2/1.19.0
[all …]
D3e5b54da02425d352ca3764f6a52438d.00000124.honggfuzz.cov2 host: 127.0.0.1:8������������ion: Upgrade, HTTP2-Settingsst: 127.0.0.1:8�80
3 connection: Upgrade, HTTP2-Settingsst: 127.0.0.1:8�80
4 connection: Upgrade, HTTP2-Settings
5 upgrade: h2c
6 http2-settings: AAMAAABkAAQAAAABAAEAAAPo
8 -agent: nghttp2/1.19.0
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D6bbd46151c1451f276886aa52d508e7b.000002d7.honggfuzz.cov1 GET /cgi-bin/test-cgi HTTP/1.1
3 connection: Upgrade, HTTP2-S******************************ettings
4 upgrade: h2c
5 http2-settings: AAMAAABkAAQAAP__
7 user-agent: nghttp2/1.19.0
9 ET /cgi-bin/test-cgi HTTP/1.1
11 connection: Upgrade, HTTP2-Settings
12 upgrade: h2c
13 http2-settings: AAMAAABkAAQAAP__
15 user-agent: nghttp2/1.19.8080
[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/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_applications
32 RUN pip install --upgrade keras_preprocessing
[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__.py49 def bootstrap(*, root=None, upgrade=False, user=False, argument
59 _bootstrap(root=root, upgrade=upgrade, user=user,
64 def _bootstrap(*, root=None, upgrade=False, user=False, argument
81 # pip, pipX, pipX.Y, easy_install, easy_install-X.Y
96 wheel_name = "{}-{}-py2.py3-none-any.whl".format(project, version)
107 args = ["install", "--no-index", "--find-links", tmpdir]
109 args += ["--root", root]
110 if upgrade:
111 args += ["--upgrade"]
113 args += ["--user"]
[all …]
/external/honggfuzz/examples/apache-httpd/
Dhttpd.wordlist20 "VERSION-CONTROL"
29 "BASELINE-CONTROL"
49 "Accept-Charset:"
50 "Accept-Encoding:"
51 "Transfer-Encoding:"
52 "Accept-Language:"
53 "Accept-Datetime:"
55 "Cache-Control:"
58 "Set-Cookie:"
59 "Set-Cookie2:"
[all …]
/external/swiftshader/third_party/LLVM/test/Bitcode/
Dsse42_crc32.ll1 ; Check to make sure old CRC32 intrinsics are auto-upgraded
6 ; RUN: llvm-dis < %s.bc | FileCheck %s
8 ; crc32.8 should upgrade to crc32.32.8
10 ; CHECK-NOT: i32 @llvm.x86.sse42.crc32.8(
12 ; crc32.16 should upgrade to crc32.32.16
14 ; CHECK-NOT: i32 @llvm.x86.sse42.crc32.16(
16 ; crc32.32 should upgrade to crc32.32.32
18 ; CHECK-NOT: i32 @llvm.x86.sse42.crc32.32(
20 ; crc64.8 should upgrade to crc32.64.8
22 ; CHECK-NOT: i64 @llvm.x86.sse42.crc64.8(
[all …]
/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/site_utils/stable_images/
Dassign_stable_images_unittest.py2 # Use of this source code is governed by a BSD-style license that can be
34 'coral': 'R64-10176.65.0',
35 'auron_paine': 'R64-10176.65.0'
53 # _VERSIONS - a list of sample version strings such as may be used
56 _VERSIONS = ['R1-1.0.0', 'R1-1.1.0', 'R2-4.0.0']
63 board contains '_' characters, they must be converted to '-'.
69 ('a-b', 'a-b'), ('c_d', 'c-d'),
70 ('e_f-g', 'e-f-g'), ('hi', 'hi')]
128 for i in range(0, len(self._VERSIONS) - 1):
197 Assert that if in Omaha, two boards in a set of three upgrade
[all …]
/external/python/cpython3/Lib/venv/
D__init__.py4 Copyright (C) 2011-2014 Vinay Sajip.
24 By default, the builder makes the system (global) site-packages dir
27 If invoked using the Python -m option, the default is to use copying
31 :param system_site_packages: If True, the system (global) site-packages
37 :param upgrade: If True, upgrade an existing virtual environment.
44 symlinks=False, upgrade=False, with_pip=False, prompt=None): argument
48 self.upgrade = upgrade
69 if not self.upgrade:
117 libpath = os.path.join(env_dir, 'Lib', 'site-packages')
123 'site-packages')
[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')
/external/python/cpython3/Tools/msi/
Dcommon.wxs1 <?xml version="1.0" encoding="UTF-8"?>
24 <Upgrade Id="$(var.UpgradeCode)">
26 …<UpgradeVersion Property="UPGRADE" Minimum="$(var.UpgradeMinimumVersion)" IncludeMinimum="yes" Max…
27 </Upgrade>
32 <Upgrade Id="$(var.CoreUpgradeCode)">
34 </Upgrade>
43 …<RemoveExistingProducts After="InstallInitialize" Overridable="yes">UPGRADE</RemoveExistingProduct…
48 <!-- Include an icon for the Programs and Features dialog -->
63 <!-- Top-level directories -->
114 <!-- Start Menu folder -->
/external/tensorflow/tensorflow/lite/schema/
Dupgrade_schema.py8 # http://www.apache.org/licenses/LICENSE-2.0
15 """Upgrade script to move from pre-release schema to new schema.
19 bazel run tensorflow/lite/schema/upgrade_schema -- in.json out.json
20 bazel run tensorflow/lite/schema/upgrade_schema -- in.bin out.bin
21 bazel run tensorflow/lite/schema/upgrade_schema -- in.bin out.json
22 bazel run tensorflow/lite/schema/upgrade_schema -- in.json out.bin
23 bazel run tensorflow/lite/schema/upgrade_schema -- in.tflite out.tflite
42 description="Script to move TFLite models from pre-release schema to "
69 an incremental upgrade strategy to go from version to version.
91 # Supported schemas for upgrade.
[all …]
/external/llvm/include/llvm/IR/
DAutoUpgrade.h1 //===- AutoUpgrade.h - AutoUpgrade Helpers ----------------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
33 /// should be transformed to non-function-call instructions.
40 /// This is an auto-upgrade hook for any old intrinsic function syntaxes
42 /// to the new function. This should only be run in a post-processing fashion
55 /// we upgrade it to the struct-path aware TBAA format.
58 /// This is an auto-upgrade for bitcast between pointers with different
63 /// This is an auto-upgrade for bitcast constant expression between pointers
68 /// Check the debug info version number, if it is out-dated, drop the debug
[all …]
/external/python/google-api-python-client/docs/dyn/
Dcontainer_v1.projects.zones.clusters.nodePools.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DAutoUpgrade.h1 //===- AutoUpgrade.h - AutoUpgrade Helpers ----------------------*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
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
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
79 /// Check the debug info version number, if it is out-dated, drop the debug
[all …]

12345678910>>...43