Home
last modified time | relevance | path

Searched +full:write +full:- +full:host (Results 1 – 25 of 1397) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/mesa3d/.gitlab-ci/windows/
H A Dmesa_deps_build.ps12 $MyPath = $MyInvocation.MyCommand.Path | Split-Path -Parent
7 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 -bor [Net.SecurityP…
9 Remove-Item -Recurse -Force -ErrorAction SilentlyContinue "deps" | Out-Null
11 $depsInstallPath="C:\mesa-deps"
13 Get-Date
14 Write-Host "Cloning DirectX-Headers"
15 git clone -b v1.614.1 --depth=1 https://github.com/microsoft/DirectX-Headers deps/DirectX-Headers
17 Write-Host "Failed to clone DirectX-Headers repository"
20 Write-Host "Building DirectX-Headers"
21 $dxheaders_build = New-Item -ItemType Directory -Path ".\deps\DirectX-Headers" -Name "build"
[all …]
H A Dmesa_deps_libva.ps11 # Compiling libva/libva-utils deps
4 $MyPath = $MyInvocation.MyCommand.Path | Split-Path -Parent
7 Remove-Item -Recurse -Force -ErrorAction SilentlyContinue "deps" | Out-Null
8 $depsInstallPath="C:\mesa-deps"
10 Write-Host "Cloning libva at:"
11 Get-Date
14 Write-Host "Failed to clone libva repository"
18 Write-Host "Cloning libva finished at:"
19 Get-Date
21 Write-Host "Building libva at:"
[all …]
H A Dmesa_deps_choco.ps12 Write-Host "Updating TLS certificate store at:"
3 Get-Date
4 Remove-Item -Recurse -Force -ErrorAction SilentlyContinue "_tlscerts" | Out-Null
5 $certdir = (New-Item -ItemType Directory -Name "_tlscerts")
6 certutil -syncwithWU "$certdir"
7 Foreach ($file in (Get-ChildItem -Path "$certdir\*" -Include "*.crt")) {
8 Import-Certificate -FilePath $file -CertStoreLocation Cert:\LocalMachine\Root | Out-Null
10 Remove-Item -Recurse -Path $certdir
12 Write-Host "Installing graphics tools (DirectX debug layer) at:"
13 Get-Date
[all …]
H A Dvainfo_run.ps12 function Deploy-Dependencies { in Deploy-Dependencies()
7 Write-Host "Copying libva runtime and driver at:" in Deploy-Dependencies()
8 Get-Date in Deploy-Dependencies()
11 $depsInstallPath="C:\mesa-deps" in Deploy-Dependencies()
12 Copy-Item "$depsInstallPath\bin\vainfo.exe" -Destination "$deploy_directory\vainfo.exe" in Deploy-Dependencies()
13 Copy-Item "$depsInstallPath\bin\va_win32.dll" -Destination "$deploy_directory\va_win32.dll" in Deploy-Dependencies()
14 Copy-Item "$depsInstallPath\bin\va.dll" -Destination "$deploy_directory\va.dll" in Deploy-Dependencies()
17 New-Item -ItemType Directory -Force -Path "$deploy_directory\D3D12" | Out-Null in Deploy-Dependencies()
18 …Copy-Item "$depsInstallPath\bin\D3D12\D3D12Core.dll" -Destination "$deploy_directory\D3D12\D3D12Co… in Deploy-Dependencies()
19 …Copy-Item "$depsInstallPath\bin\D3D12\d3d12SDKLayers.dll" -Destination "$deploy_directory\D3D12\d3… in Deploy-Dependencies()
[all …]
H A Dmesa_deps_test_piglit.ps14 $MyPath = $MyInvocation.MyCommand.Path | Split-Path -Parent
7 $source_dir = Join-Path -Path "$PWD" -ChildPath "src"
8 $waffle_source = Join-Path -Path "$source_dir" -ChildPath "waffle"
9 $waffle_install = Join-Path -Path "$PWD" -ChildPath "waffle"
10 $piglit_source = Join-Path -Path "$PWD" -ChildPath "Piglit"
12 Write-Host "Cloning Waffle at:"
13 Get-Date
14 New-Item -ItemType Directory -Path "$waffle_source" | Out-Null
15 Push-Location -Path $waffle_source
18 git fetch --depth 1 origin 950a1f35a718bc2a8e1dda75845e52651bb331a7 # of branch master
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Dxmlrpclib.py2 # XML-RPC CLIENT LIBRARY
5 # an XML-RPC client interface for Python.
8 # implement XML-RPC servers.
14 # 1999-01-14 fl Created
15 # 1999-01-15 fl Changed dateTime to use localtime
16 # 1999-01-16 fl Added Binary/base64 element, default to RPC2 service
17 # 1999-01-19 fl Fixed array data element (from Skip Montanaro)
18 # 1999-01-21 fl Fixed dateTime constructor, etc.
19 # 1999-02-02 fl Added fault handling, handle empty sequences, etc.
20 # 1999-02-10 fl Fixed problem with empty responses (from Skip Montanaro)
[all …]
/aosp_15_r20/external/python/cpython3/Lib/xmlrpc/
Dclient.py2 # XML-RPC CLIENT LIBRARY
5 # an XML-RPC client interface for Python.
8 # implement XML-RPC servers.
14 # 1999-01-14 fl Created
15 # 1999-01-15 fl Changed dateTime to use localtime
16 # 1999-01-16 fl Added Binary/base64 element, default to RPC2 service
17 # 1999-01-19 fl Fixed array data element (from Skip Montanaro)
18 # 1999-01-21 fl Fixed dateTime constructor, etc.
19 # 1999-02-02 fl Added fault handling, handle empty sequences, etc.
20 # 1999-02-10 fl Fixed problem with empty responses (from Skip Montanaro)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/xmlrpc/
Dclient.py2 # XML-RPC CLIENT LIBRARY
5 # an XML-RPC client interface for Python.
8 # implement XML-RPC servers.
14 # 1999-01-14 fl Created
15 # 1999-01-15 fl Changed dateTime to use localtime
16 # 1999-01-16 fl Added Binary/base64 element, default to RPC2 service
17 # 1999-01-19 fl Fixed array data element (from Skip Montanaro)
18 # 1999-01-21 fl Fixed dateTime constructor, etc.
19 # 1999-02-02 fl Added fault handling, handle empty sequences, etc.
20 # 1999-02-10 fl Fixed problem with empty responses (from Skip Montanaro)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/xmlrpc/
Dclient.py2 # XML-RPC CLIENT LIBRARY
5 # an XML-RPC client interface for Python.
8 # implement XML-RPC servers.
14 # 1999-01-14 fl Created
15 # 1999-01-15 fl Changed dateTime to use localtime
16 # 1999-01-16 fl Added Binary/base64 element, default to RPC2 service
17 # 1999-01-19 fl Fixed array data element (from Skip Montanaro)
18 # 1999-01-21 fl Fixed dateTime constructor, etc.
19 # 1999-02-02 fl Added fault handling, handle empty sequences, etc.
20 # 1999-02-10 fl Fixed problem with empty responses (from Skip Montanaro)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/xmlrpc/
Dclient.py2 # XML-RPC CLIENT LIBRARY
5 # an XML-RPC client interface for Python.
8 # implement XML-RPC servers.
14 # 1999-01-14 fl Created
15 # 1999-01-15 fl Changed dateTime to use localtime
16 # 1999-01-16 fl Added Binary/base64 element, default to RPC2 service
17 # 1999-01-19 fl Fixed array data element (from Skip Montanaro)
18 # 1999-01-21 fl Fixed dateTime constructor, etc.
19 # 1999-02-02 fl Added fault handling, handle empty sequences, etc.
20 # 1999-02-10 fl Fixed problem with empty responses (from Skip Montanaro)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/xmlrpc/
Dclient.py2 # XML-RPC CLIENT LIBRARY
5 # an XML-RPC client interface for Python.
8 # implement XML-RPC servers.
14 # 1999-01-14 fl Created
15 # 1999-01-15 fl Changed dateTime to use localtime
16 # 1999-01-16 fl Added Binary/base64 element, default to RPC2 service
17 # 1999-01-19 fl Fixed array data element (from Skip Montanaro)
18 # 1999-01-21 fl Fixed dateTime constructor, etc.
19 # 1999-02-02 fl Added fault handling, handle empty sequences, etc.
20 # 1999-02-10 fl Fixed problem with empty responses (from Skip Montanaro)
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/xmlrpc/
H A Dclient.py2 # XML-RPC CLIENT LIBRARY
5 # an XML-RPC client interface for Python.
8 # implement XML-RPC servers.
14 # 1999-01-14 fl Created
15 # 1999-01-15 fl Changed dateTime to use localtime
16 # 1999-01-16 fl Added Binary/base64 element, default to RPC2 service
17 # 1999-01-19 fl Fixed array data element (from Skip Montanaro)
18 # 1999-01-21 fl Fixed dateTime constructor, etc.
19 # 1999-02-02 fl Added fault handling, handle empty sequences, etc.
20 # 1999-02-10 fl Fixed problem with empty responses (from Skip Montanaro)
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/6/libcore/ojluni/src/main/java/java/net/
DSocksSocketImpl.java18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
61 this.serverPort = (port == -1 ? DEFAULT_PORT : port); in SocksSocketImpl()
78 private synchronized void privilegedConnect(final String host, in privilegedConnect() argument
87 superConnectServer(host, port, timeout); in privilegedConnect()
98 private void superConnectServer(String host, int port, in superConnectServer() argument
100 super.connect(new InetSocketAddress(host, port), timeout); in superConnectServer()
107 final long remaining = deadlineMillis - System.currentTimeMillis(); in remainingMillis()
124 …count = ((SocketInputStream)in).read(data, received, len - received, remainingMillis(deadlineMilli… in readSocksReply()
151 * - The application provided Authenticator, if any in authenticate()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/net/
H A DSocksSocketImpl.java18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
61 this.serverPort = (port == -1 ? DEFAULT_PORT : port); in SocksSocketImpl()
78 private synchronized void privilegedConnect(final String host, in privilegedConnect() argument
87 superConnectServer(host, port, timeout); in privilegedConnect()
98 private void superConnectServer(String host, int port, in superConnectServer() argument
100 super.connect(new InetSocketAddress(host, port), timeout); in superConnectServer()
107 final long remaining = deadlineMillis - System.currentTimeMillis(); in remainingMillis()
124 …count = ((SocketInputStream)in).read(data, received, len - received, remainingMillis(deadlineMilli… in readSocksReply()
151 * - The application provided Authenticator, if any in authenticate()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/net/
DSocksSocketImpl.java18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
61 this.serverPort = (port == -1 ? DEFAULT_PORT : port); in SocksSocketImpl()
78 private synchronized void privilegedConnect(final String host, in privilegedConnect() argument
87 superConnectServer(host, port, timeout); in privilegedConnect()
98 private void superConnectServer(String host, int port, in superConnectServer() argument
100 super.connect(new InetSocketAddress(host, port), timeout); in superConnectServer()
107 final long remaining = deadlineMillis - System.currentTimeMillis(); in remainingMillis()
124 …count = ((SocketInputStream)in).read(data, received, len - received, remainingMillis(deadlineMilli… in readSocksReply()
151 * - The application provided Authenticator, if any in authenticate()
[all …]
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel.h37 * Spinel is a host-controller protocol designed to enable
38 * inter-operation over simple serial connections between general purpose
39 * device operating systems (OS) host and network co-processors (NCP) for
42 * ---------------------------------------------------------------------------
48 * - A header byte
49 * - A command (up to three bytes)
50 * - An optional command payload
52 * +---------+--------+-----+-------------+
53 * | Octets: | 1 | 1-3 | n |
54 * +---------+--------+-----+-------------+
[all …]
/aosp_15_r20/system/chre/apps/test/common/chre_cross_validator_sensor/inc/
H A Dchre_cross_validator_sensor_manager.h8 * http://www.apache.org/licenses/LICENSE-2.0
32 // TODO(b/154271551): Break up the Manager class into more fine-grained classes
77 // cleaned up. Unused in non-sensor type validations
79 // The host endpoint which is read from the start message and used when
82 // The host endpoint which is read from the start message and used when
124 * @param stream The stream to write to.
125 * @param field The field to write to (unused).
126 * @param arg The data passed in order to write to the stream.
136 * @param stream The stream to write to.
137 * @param field The field to write to (unused).
[all …]
/aosp_15_r20/external/flashrom/
H A Draiden_debug_spi.c45 * The protocol for the USB-SPI bridge is implemented in the following files
57 * a response. The initial packet from host contains a 2B header indicating
58 * write and read counts with an optional payload length equal to the write
65 * Command First Packet (Host to Device):
67 * USB SPI command, containing the number of bytes to write and read
68 * and a payload of bytes to write.
70 * +------------------+-----------------+------------------------+
71 * | write count : 1B | read count : 1B | write payload : <= 62B |
72 * +------------------+-----------------+------------------------+
74 * write count: 1 byte, zero based count of bytes to write
[all …]
H A Dcros_ec_commands.h2 * Use of this source code is governed by a BSD-style license that can be
6 /* Host communication command constants for Chrome EC */
18 * ARM Cortex-M if the structures are guaranteed 32-bit aligned.
40 /* I/O addresses for host command */
44 /* I/O addresses for host command args and params */
53 /* The actual block is 0x800-0x8ff, but some BIOSes think it's 0x880-0x8ff
60 #define EC_LPC_CMDR_DATA (1 << 0) /* Data ready for host to read */
61 #define EC_LPC_CMDR_PENDING (1 << 1) /* Write pending to EC */
63 #define EC_LPC_CMDR_CMD (1 << 3) /* Last host write was a command */
73 #define EC_MEMMAP_TEMP_SENSOR 0x00 /* Temp sensors 0x00 - 0x0f */
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ssl.py45 HOST = socket_helper.HOST variable
113 (('commonName', 'our-ca-server'),)),
128 SIGNED_CERTFILE_ECC_HOSTNAME = 'localhost-ecc'
138 REMOTE_HOST = "self-signed.pythontest.net"
146 TALOS_INVALID_CRLDP = data_file("talos-2019-0758.pem")
162 # Assume that any references of "ubuntu" implies Ubuntu-like distro
164 with open("/etc/os-release", encoding="utf-8") as f:
198 # auto-negotiate protocols are always available
223 # bpo43791: 3.0.0-alpha14 fails with TLSV1_ALERT_INTERNAL_ERROR
265 sys.stdout.write(prefix + exc_format)
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Drequestwrite_test.go2 // Use of this source code is governed by a BSD-style
26 WantWrite string // Request.Write
29 WantError error // wanted error from Request.Write
39 Host: "www.techcrunch.com",
47 "Accept-Charset": {"ISO-8859-1,utf-8;q=0.7,*;q=0.7"},
48 "Accept-Encoding": {"gzip,deflate"},
49 "Accept-Language": {"en-us,en;q=0.5"},
50 "Keep-Alive": {"300"},
51 "Proxy-Connection": {"keep-alive"},
52 "User-Agent": {"Fake"},
[all …]
/aosp_15_r20/external/autotest/site_utils/deployment/
H A Dinstall.py3 # Use of this source code is governed by a BSD-style license that can be
30 * For the full deployment case, install dev-signed RO firmware
39 * Every servo host is up and running, and accessible via SSH.
84 _LOG_FORMAT = '%(asctime)s | %(levelname)-10s | %(message)s'
92 _LOG_BUCKET_NAME = 'chromeos-install-logs'
94 _OMAHA_STATUS = 'gs://chromeos-build-release-console/omaha_status.json'
97 # host's prior state.
98 _LOCK_REASON_EXISTING = 'Repairing or deploying an existing host'
99 _LOCK_REASON_NEW_HOST = 'Repairing or deploying a new host'
125 def write(self, s): member in _MultiFileWriter
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
H A DSmbusLib.h5 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
67 #define SMBUS_LIB_RESERVED(SmBusAddress) ((SmBusAddress) & ~(BIT23 - 2))
87 reflected in the Host Status Register bit. Device errors are a result
89 (host initiated), or bus errors (collisions).
101 Executes an SMBUS quick write command.
103 Executes an SMBUS quick write command on the SMBUS device specified by SmBusAddress.
118 reflected in the Host Status Register bit. Device errors are a result
120 (host initiated), or bus errors (collisions).
149 reflected in the Host Status Register bit. Device errors are a result
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
H A DSmbusLib.h5 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
67 #define SMBUS_LIB_RESERVED(SmBusAddress) ((SmBusAddress) & ~(BIT23 - 2))
87 reflected in the Host Status Register bit. Device errors are a result
89 (host initiated), or bus errors (collisions).
101 Executes an SMBUS quick write command.
103 Executes an SMBUS quick write command on the SMBUS device specified by SmBusAddress.
118 reflected in the Host Status Register bit. Device errors are a result
120 (host initiated), or bus errors (collisions).
149 reflected in the Host Status Register bit. Device errors are a result
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
H A DSmbusLib.h5 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
6 SPDX-License-Identifier: BSD-2-Clause-Patent
67 #define SMBUS_LIB_RESERVED(SmBusAddress) ((SmBusAddress) & ~(BIT23 - 2))
87 reflected in the Host Status Register bit. Device errors are a result
89 (host initiated), or bus errors (collisions).
101 Executes an SMBUS quick write command.
103 Executes an SMBUS quick write command on the SMBUS device specified by SmBusAddress.
118 reflected in the Host Status Register bit. Device errors are a result
120 (host initiated), or bus errors (collisions).
149 reflected in the Host Status Register bit. Device errors are a result
[all …]

12345678910>>...56