/external/elfutils/m4/ |
D | ChangeLog | 1 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/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/ |
D | WebSocketCallTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 143 .setHeader("Upgrade", "websocket") in missingConnectionHeader() 144 .setHeader("Sec-WebSocket-Accept", "ujmZX4KXZqjwy6vi1aQFH5p4Ygk=")); in missingConnectionHeader() 147 "Expected 'Connection' header value 'Upgrade' but was 'null'"); in missingConnectionHeader() 153 .setHeader("Upgrade", "websocket") in wrongConnectionHeader() 155 .setHeader("Sec-WebSocket-Accept", "ujmZX4KXZqjwy6vi1aQFH5p4Ygk=")); in wrongConnectionHeader() 158 "Expected 'Connection' header value 'Upgrade' but was 'Downgrade'"); in wrongConnectionHeader() 164 .setHeader("Connection", "Upgrade") in missingUpgradeHeader() 165 .setHeader("Sec-WebSocket-Accept", "ujmZX4KXZqjwy6vi1aQFH5p4Ygk=")); in missingUpgradeHeader() 168 "Expected 'Upgrade' header value 'websocket' but was 'null'"); in missingUpgradeHeader() [all …]
|
/external/curl/tests/data/ |
D | test1801 | 9 # 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 …]
|
D | test1800 | 9 # Server-side 14 Server: test-server/fake 15 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT 16 Content-Length: 6 18 Content-Type: text/html 20 -foo- 24 # Client-side 33 HTTP/2 upgrade refused 36 http://%HOSTIP:%HTTPPORT/1800 --http2 43 ^User-Agent:.* [all …]
|
/external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/ |
D | hardware_DiskFirmwareUpgrade.py | 2 # 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/jetty/src/java/org/eclipse/jetty/websocket/ |
D | WebSocketFactory.java | 3 // Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd. 4 // ------------------------------------------------------------------------ 10 // http://www.eclipse.org/legal/epl-v10.html 52 /* ------------------------------------------------------------ */ 56 * @param request the incoming HTTP upgrade request 62 /* ------------------------------------------------------------ */ 65 * @param request the incoming HTTP upgrade request 76 _extensionClasses.put("x-deflate-frame",DeflateFrameExtension.class); 83 private int _maxBinaryMessageSize = -1; 108 /* ------------------------------------------------------------ */ [all …]
|
D | WebSocketServletConnectionD00.java | 3 // Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd. 4 // ------------------------------------------------------------------------ 10 // http://www.eclipse.org/legal/epl-v10.html 51 String origin = request.getHeader("Sec-WebSocket-Origin"); in handshake() 61 String key1 = request.getHeader("Sec-WebSocket-Key1"); in handshake() 65 String key2 = request.getHeader("Sec-WebSocket-Key2"); in handshake() 68 response.setHeader("Upgrade","WebSocket"); in handshake() 69 response.addHeader("Connection","Upgrade"); in handshake() 72 response.addHeader("Sec-WebSocket-Origin",origin); in handshake() 74 … response.addHeader("Sec-WebSocket-Location",(request.isSecure()?"wss://":"ws://") + host + uri); in handshake() [all …]
|
/external/webrtc/talk/media/base/ |
D | videoadapter_unittest.cc | 49 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 …]
|
D | videoadapter.cc | 85 static const float kUpBias = -0.9f; 107 float diff = target_num_pixels - test_num_pixels; in FindScale() 141 static const float kUpAvoidBias = -1000000000.f; 149 // input_format - set once by server to frame size expected from the camera. 151 // output_format - size that output would like to be. Includes framerate. 153 // output_num_pixels - size that output should be constrained to. Used to 155 // in_frame - actual camera captured frame size, which is typically the same 157 // out_frame - actual frame output by adapter. Should be a direct scale of 159 // OnOutputFormatRequest - server requests you send this resolution based on 161 // OnEncoderResolutionRequest - encoder requests you send this resolution based [all …]
|
/external/autotest/client/common_lib/ |
D | software_manager.py | 15 @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/ |
D | AutoUpgrade.h | 1 //===- AutoUpgrade.h - AutoUpgrade Helpers ----------------------*- C++ -*-===// 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 32 /// should be transformed to non-function-call instructions. 39 /// This is an auto-upgrade hook for any old intrinsic function syntaxes 41 /// to the new function. This should only be run in a post-processing fashion 50 /// we upgrade it to the struct-path aware TBAA format. 53 /// This is an auto-upgrade for bitcast between pointers with different 58 /// This is an auto-upgrade for bitcast constant expression between pointers 63 /// Check the debug info version number, if it is out-dated, drop the debug [all …]
|
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/ |
D | WebSocketCall.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 76 .header("Upgrade", "websocket") in WebSocketCall() 77 .header("Connection", "Upgrade") in WebSocketCall() 78 .header("Sec-WebSocket-Key", key) in WebSocketCall() 79 .header("Sec-WebSocket-Version", "13") in WebSocketCall() 134 if (!"Upgrade".equalsIgnoreCase(headerConnection)) { in createWebSocket() 136 "Expected 'Connection' header value 'Upgrade' but was '" + headerConnection + "'"); in createWebSocket() 138 String headerUpgrade = response.header("Upgrade"); in createWebSocket() 141 "Expected 'Upgrade' header value 'websocket' but was '" + headerUpgrade + "'"); in createWebSocket() 143 String headerAccept = response.header("Sec-WebSocket-Accept"); in createWebSocket() [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | CustomElements.js | 134 if (scope.upgrade(node)) { 229 flags.dom && console.log("watching shadow-root for: ", node.localName); 324 function upgrade(node) { function 338 flags.upgrade && console.group("upgrade:", element.localName); 347 flags.upgrade && console.groupEnd(); 377 scope.upgrade = upgrade; 384 var upgrade = scope.upgrade; 393 if (name.indexOf("-") < 0) { 394 …throw new Error("document.registerElement: first argument ('name') must contain a dash ('-'). Argu… 450 …t = [ "annotation-xml", "color-profile", "font-face", "font-face-src", "font-face-uri", "font-face… [all …]
|
D | CustomElements.min.js | 11 …upgrade(t)?!0:void u(t)}function n(e){y(e,function(e){return o(e)?!0:void 0})}function r(e){u(e),f…
|
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
D | CustomElements.js | 134 if (scope.upgrade(node)) { 229 flags.dom && console.log("watching shadow-root for: ", node.localName); 324 function upgrade(node) { function 338 flags.upgrade && console.group("upgrade:", element.localName); 347 flags.upgrade && console.groupEnd(); 377 scope.upgrade = upgrade; 384 var upgrade = scope.upgrade; 393 if (name.indexOf("-") < 0) { 394 …throw new Error("document.registerElement: first argument ('name') must contain a dash ('-'). Argu… 450 …t = [ "annotation-xml", "color-profile", "font-face", "font-face-src", "font-face-uri", "font-face… [all …]
|
D | CustomElements.min.js | 11 …upgrade(t)?!0:void u(t)}function n(e){y(e,function(e){return o(e)?!0:void 0})}function r(e){u(e),f…
|
/external/nanohttpd/websocket/src/test/java/fi/iki/elonen/ |
D | WebSocketResponseHandlerTest.java | 5 * NanoHttpd-Websocket 7 * Copyright (C) 2012 - 2015 nanohttpd 109 this.headers.put("upgrade", "websocket"); in setUp() 110 this.headers.put("connection", "Upgrade"); in setUp() 111 this.headers.put("sec-websocket-key", "x3JJHMbDL1EzLkh9GBhXDw=="); in setUp() 112 this.headers.put("sec-websocket-protocol", "chat, superchat"); in setUp() 113 this.headers.put("sec-websocket-version", "13"); in setUp() 120 this.headers.put("connection", "keep-alive, Upgrade"); in testConnectionHeaderHandlesKeepAlive_FixingFirefoxConnectIssue() 138 this.headers.remove("sec-websocket-key"); in testMissingKeyReturnsErrorResponse() 155 this.headers.put("upgrade", "not a websocket"); in testWrongUpgradeHeaderReturnsNullResponse() [all …]
|
/external/curl/docs/ |
D | FEATURES | 10 - config file support 11 - multiple URLs in a single command line 12 - range "globbing" support: [0-13], {one,two,three} 13 - multiple file upload on a single command line 14 - custom maximum transfer rate 15 - redirectable stderr 16 - metalink support (*13) 19 - full URL syntax with no length limit 20 - custom maximum download time 21 - custom least download speed acceptable [all …]
|
D | HTTP2.md | 4 [HTTP/2 Spec](https://www.rfc-editor.org/rfc/rfc7540.txt) 8 ------------------- 9 - nghttp2 10 - OpenSSL, NSS, GnutTLS or PolarSSL with a new enough version 13 ------------------------------- 23 ------------------- 26 include an upgrade header in the initial request to the host to allow 30 not possible to upgrade. Possibly we introduce an option that makes libcurl 34 -------------------- 46 -------- [all …]
|
/external/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 1 //===-- AutoUpgrade.cpp - Implement auto-upgrade helper functions ---------===// 8 //===----------------------------------------------------------------------===// 10 // This file implements the auto-upgrade helper functions. 14 //===----------------------------------------------------------------------===// 34 // Upgrade the declarations of the SSE4.1 functions whose arguments have 40 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradeSSE41Function() 41 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradeSSE41Function() 45 F->setName(F->getName() + ".old"); in UpgradeSSE41Function() 46 NewFn = Intrinsic::getDeclaration(F->getParent(), IID); in UpgradeSSE41Function() 50 // Upgrade the declarations of intrinsic functions whose 8-bit immediate mask [all …]
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpHeaderValues.java | 3 // Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd. 4 // ------------------------------------------------------------------------ 10 // http://www.eclipse.org/legal/epl-v10.html 40 KEEP_ALIVE="keep-alive", 41 CONTINUE="100-continue", 42 PROCESSING="102-processing", 45 NO_CACHE="no-cache", 46 UPGRADE="Upgrade"; field in HttpHeaderValues 74 UPGRADE_BUFFER=CACHE.add(UPGRADE,UPGRADE_ORDINAL);
|
/external/llvm/test/CodeGen/ARM/ |
D | vld-vst-upgrade.ll | 1 ; RUN: llc -mtriple=arm-eabi -mattr=+neon < %s | FileCheck %s 7 ; vld[1234] auto-upgrade tests 9 ; CHECK-LABEL: test_vld1_upgrade: 18 ; CHECK-LABEL: test_vld2_upgrade: 27 ; CHECK-LABEL: test_vld3_upgrade: 36 ; CHECK-LABEL: test_vld4_upgrade: 45 ; vld[234]lane auto-upgrade tests 47 ; CHECK-LABEL: test_vld2lane_upgrade: 56 ; CHECK-LABEL: test_vld3lane_upgrade: 65 ; CHECK-LABEL: test_vld4lane_upgrade: [all …]
|
/external/elfutils/config/ |
D | elfutils.spec.in | 1 # -*- rpm-spec-*- 8 Source: elfutils-%{version}.tar.bz2 9 Obsoletes: libelf libelf-devel 10 Requires: elfutils-libelf = %{version}-%{release} 13 Requires: default-yama-scope 17 BuildRoot: %{_tmppath}/%{name}-root 18 BuildRequires: gcc >= 4.1.2-33 25 BuildRequires: zlib-devel 26 BuildRequires: bzip2-devel 27 BuildRequires: xz-devel [all …]
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
D | CrossOriginFilter.java | 3 // Copyright (c) 1995-2014 Mort Bay Consulting Pty. Ltd. 4 // ------------------------------------------------------------------------ 10 // http://www.eclipse.org/legal/epl-v10.html 42 * <a href="http://www.w3.org/TR/cors/">cross-origin resource sharing</a>.</p> 43 * <p>A typical example is to use this filter to allow cross-domain 57 * https?://*.domain.[a-z]{3} that matches http or https, multiple subdomains 58 * and any 3 letter top-level domain (.com, .net, .org, etc.).</li> 64 * is <b>X-Requested-With,Content-Type,Accept,Origin</b></li> 79 * <web-app ...> 82 * <filter-name>cross-origin</filter-name> [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
D | websocket_unittest.py | 2 # Use of this source code is governed by a BSD-style license that can be 18 key = self.headers.getheader('Sec-WebSocket-Key') 20 value = key + '258EAFA5-E914-47DA-95CA-C5AB0DC85B11' 25 self.send_header('Sec-Websocket-Accept', hashed) 26 self.send_header('upgrade', 'websocket') 27 self.send_header('connection', 'upgrade')
|