Home
last modified time | relevance | path

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

12345678910>>...37

/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. Not
20 # needed after we upgrade to Ubuntu 16.04
21 easy_install -U pip
22 easy_install3 -U pip
24 # Install pip packages from whl files to avoid the time-consuming process of
34 pip2 install --upgrade six==1.10.0
35 pip3 install --upgrade six==1.10.0
37 # 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
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/syslinux/
Dsyslinux.spec1 # -*- rpm -*-
10 Source0: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/%{name}-%{VERSION}.tar.gz
13 Buildroot: %{_tmppath}/%{name}-%{VERSION}-root
21 %define my_cc gcc -m32
29 Summary: Development environment for SYSLINUX add-on modules
36 (PXELINUX), or ISO 9660 CD-ROMs (ISOLINUX). It also includes a tool,
41 sophisticated add-on modules. This package contains the libraries
63 %setup -q -n syslinux-%{VERSION}
68 make CC='%{my_cc}' -C sample tidy
71 rm -rf %{buildroot}
[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/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/cpython3/Lib/venv/
D__init__.py4 Copyright (C) 2011-2014 Vinay Sajip.
23 By default, the builder makes the system (global) site-packages dir
26 If invoked using the Python -m option, the default is to use copying
30 :param system_site_packages: If True, the system (global) site-packages
36 :param upgrade: If True, upgrade an existing virtual environment.
43 symlinks=False, upgrade=False, with_pip=False, prompt=None): argument
47 self.upgrade = upgrade
68 if not self.upgrade:
119 libpath = os.path.join(env_dir, 'Lib', 'site-packages')
125 'site-packages')
[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/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
21 # _OMAHA_TEST_DATA - File with JSON data to be used as test input to
34 # _EXPECTED_OMAHA_VERSIONS - The expected output produced by
39 _EXPECTED_OMAHA_VERSIONS = {'auron-paine': 'R55-8872.54.0',
40 'gale': 'R55-8872.40.9',
41 'kevin': 'R55-8872.64.0',
42 'zako-freon': 'R41-6680.52.0'}
55 hard-coded input returns a correct hard-coded output.
80 """Test a single-element key path with a valid key."""
84 """Test a two-element key path with a valid key."""
[all …]
/external/python/cpython3/Lib/ensurepip/
D__init__.py49 def bootstrap(*, root=None, upgrade=False, user=False, argument
66 # pip, pipX, pipX.Y, easy_install, easy_install-X.Y
81 wheel_name = "{}-{}-py2.py3-none-any.whl".format(project, version)
92 args = ["install", "--no-index", "--find-links", tmpdir]
94 args += ["--root", root]
95 if upgrade:
96 args += ["--upgrade"]
98 args += ["--user"]
100 args += ["-" + "v" * verbosity]
125 args = ["uninstall", "-y", "--disable-pip-version-check"]
[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/python/cpython2/Lib/ensurepip/
D__init__.py54 def bootstrap(root=None, upgrade=False, user=False, argument
71 # pip, pipX, pipX.Y, easy_install, easy_install-X.Y
87 wheel_name = "{}-{}-py2.py3-none-any.whl".format(project, version)
98 args = ["install", "--no-index", "--find-links", tmpdir]
100 args += ["--root", root]
101 if upgrade:
102 args += ["--upgrade"]
104 args += ["--user"]
106 args += ["-" + "v" * verbosity]
134 args = ["uninstall", "-y", "--disable-pip-version-check"]
[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/docs_src/install/
Dinstall_mac.md35 is not walled-off, the pip installation might interfere with or be influenced
36 by other Python-based installations on your system. Furthermore, you might need
42 from pre-existing packages on your machine. The Docker container contains
66 $ <b>pip install --upgrade virtualenv</b> </pre>
71 <pre> $ <b>virtualenv --system-site-packages</b> <i>targetDirectory</i> # for Python 2.7
72 $ <b>virtualenv --system-site-packages -p python3</b> <i>targetDirectory</i> # for Python 3.n
92 <pre> (<i>targetDirectory</i>)$ <b>easy_install -U pip</b></pre>
97 <pre> (<i>targetDirectory</i>)$ <b>pip install --upgrade tensorflow</b> # for Python 2.7
98 (<i>targetDirectory</i>)$ <b>pip3 install --upgrade tensorflow</b> # for Python 3.n
104 <pre> $ <b>pip install --upgrade</b> <i>tfBinaryURL</i> # Python 2.7
[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.
7 tf_upgrade.py --infile foo.py --outfile foo-upgraded.py
14 # just upgrade the .py files
15 tf_upgrade.py --intree coolcode --outtree coolcode-upgraded
16 # after upgrade the .py files, then copy all the other files to the outtree
17 tf_upgrade.py --intree coolcode --outtree coolcode-upgraded --copyotherfiles True
37 - Don't update parts of your code manually before running this script. In
42 - This script wouldn't actually reorder arguments. Instead, the script will add
45 - This script is not able to upgrade all functions. One notable example is
[all …]
/external/tensorflow/tensorflow/contrib/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/contrib/lite/schema/upgrade_schema -- in.json out.json
20 bazel run tensorflow/contrib/lite/schema/upgrade_schema -- in.bin out.bin
21 bazel run tensorflow/contrib/lite/schema/upgrade_schema -- in.bin out.json
22 bazel run tensorflow/contrib/lite/schema/upgrade_schema -- in.json out.bin
23 bazel run tensorflow/contrib/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/webrtc/talk/media/base/
Dvideoadapter_unittest.cc49 adapter->set_cpu_load_min_samples(1); in UpdateCpuLoad()
50 adapter->OnCpuLoadUpdated(current_cpus, max_cpus, in UpdateCpuLoad()
59 capture_format_ = capturer_->GetSupportedFormats()->at(0); in SetUp()
62 adapter_->SetInputFormat(capture_format_); in SetUp()
65 capturer_->SignalFrameCaptured.connect( in SetUp()
72 capturer_->SignalFrameCaptured.disconnect_all(); in TearDown()
97 const int in_width = captured_frame->width; in OnFrameCaptured()
98 const int in_height = abs(captured_frame->height); in OnFrameCaptured()
100 video_adapter_->AdaptFrameResolution(in_width, in_height); in OnFrameCaptured()
121 stats.adapted_width = stats.adapted_height = -1; in GetStats()
[all …]
/external/python/cpython3/Doc/library/
Dvenv.rst1 :mod:`venv` --- Creation of virtual environments
16 --------------
28 ``python3 -m venv`` to help prevent any potential confusion as to which
33 -----------------------------
35 .. include:: /using/venv-create.inc
38 .. _venv-def:
58 :attr:`sys.base_exec_prefix` point to the non-virtual environment Python
62 :attr:`sys.base_exec_prefix` (they all point to a non-virtual environment
72 directory (the precise filename is shell-dependent), which prepends the
80 installed (this was added to Python in 3.3 - see :pep:`397` for more
[all …]
/external/autotest/client/common_lib/
Dsoftware_manager.py15 @copyright: IBM 2008-2009
16 @copyright: Red Hat 2009-2010
40 length -= 1
67 self.high_level_pms = ['apt-get', 'yum', 'zypper']
90 if 'apt-get' in list_supported and self.distro in ['Debian', 'Ubuntu']:
91 pm_supported = 'apt-get'
122 elif backend_type == 'apt-get':
192 def upgrade(self): member in SoftwareManager
194 Upgrade all packages available.
196 return self.backend.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/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 astor
27 RUN pip install --upgrade gast
28 RUN pip install --upgrade numpy
29 RUN pip install --upgrade termcolor
32 RUN add-apt-repository -y ppa:ubuntu-lxc/lxd-stable
33 RUN apt-get install -y golang
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
DWebSocketCall.java8 * http://www.apache.org/licenses/LICENSE-2.0
73 .header("Upgrade", "websocket") in WebSocketCall()
74 .header("Connection", "Upgrade") in WebSocketCall()
75 .header("Sec-WebSocket-Key", key) in WebSocketCall()
76 .header("Sec-WebSocket-Version", "13") in WebSocketCall()
128 if (!"Upgrade".equalsIgnoreCase(headerConnection)) { in createWebSocket()
130 "Expected 'Connection' header value 'Upgrade' but was '" + headerConnection + "'"); in createWebSocket()
132 String headerUpgrade = response.header("Upgrade"); in createWebSocket()
135 "Expected 'Upgrade' header value 'websocket' but was '" + headerUpgrade + "'"); in createWebSocket()
137 String headerAccept = response.header("Sec-WebSocket-Accept"); in createWebSocket()
[all …]

12345678910>>...37