/external/chromium_org/chrome/browser/resources/net_internals/ |
spdy_view.js | 38 'spdy-view-alternate-protocol-mappings'; 77 * Displays information on the SPDY alternate protocol mappings.
|
/external/chromium_org/content/renderer/fetchers/ |
alt_error_page_resource_fetcher.h | 22 // Used for downloading alternate dns error pages. Once downloading is done 55 // The original request. If loading the alternate error page fails, it's
|
/external/chromium_org/content/test/data/dom_serializer/ |
youtube_1.htm | 11 <link rel="alternate" type="application/rss+xml" title="YouTube - [RSS]" href="/rssls"> 12 <link rel="alternate" media="handheld" href="http://m.youtube.com">
|
/external/chromium_org/net/http/ |
http_server_properties_impl.cc | 177 // We must be forcing an alternate. 191 PortAlternateProtocolPair alternate; local 192 alternate.port = alternate_port; 193 alternate.protocol = alternate_protocol; 199 DVLOG(1) << "Ignore alternate protocol since it's known to be broken."; 204 !existing_alternate.Equals(alternate)) { 205 LOG(WARNING) << "Changing the alternate protocol for: " 215 alternate_protocol_map_[server] = alternate;
|
http_server_properties_impl.h | 61 // If we don't have an alternate protocol in the map for any given host/port 89 // Returns true if |server| has an Alternate-Protocol header. 92 // Returns the Alternate-Protocol and port for |server|. 97 // Sets the Alternate-Protocol for |server|. 103 // Sets the Alternate-Protocol for |server| to be BROKEN. 106 // Returns all Alternate-Protocol mappings.
|
http_stream_factory.cc | 94 // If we think the alternate protocol is broken, don't change it. 150 // Avoid alternate protocol in this case. Otherwise, browser will try SSL 228 // Enable the corresponding alternate protocol, except for HTTP 231 AlternateProtocol alternate = AlternateProtocolFromNextProto(proto); local 232 if (alternate == UNINITIALIZED_ALTERNATE_PROTOCOL) { 236 enabled_protocols_[alternate] = true;
|
http_server_properties_impl_unittest.cc | 194 const PortAlternateProtocolPair alternate = local 196 EXPECT_EQ(443, alternate.port); 197 EXPECT_EQ(NPN_SPDY_1, alternate.protocol); 231 PortAlternateProtocolPair alternate = local 233 EXPECT_EQ(ALTERNATE_PROTOCOL_BROKEN, alternate.protocol); 239 alternate = impl_.GetAlternateProtocol(test_host_port_pair); 240 EXPECT_EQ(ALTERNATE_PROTOCOL_BROKEN, alternate.protocol) 245 // Test forced alternate protocols. 255 PortAlternateProtocolPair alternate = local 257 EXPECT_EQ(default_protocol.port, alternate.port) [all...] |
http_stream_factory.h | 237 // Controls whether or not we use the Alternate-Protocol header. 262 // Sets http/1.1 as the only protocol supported via NPN or Alternate-Protocol. 266 // supported via NPN or Alternate-Protocol. 270 // or Alternate-Protocol. 274 // supported via NPN or Alternate-Protocol. 278 // the protocols supported via NPN or Alternate-Protocol. 283 // Alternate-Protocol. 287 // SSL handshake as well as by HTTP Alternate-Protocol.
|
/external/clang/test/SemaObjC/ |
method-lookup-3.m | 5 typedef struct { int x; } Alternate; 7 #define INTERFERE_TYPE Alternate*
|
/external/libvpx/libvpx/vp9/common/ |
vp9_seg_common.h | 26 SEG_LVL_ALT_Q = 0, // Use alternate Quantizer .... 27 SEG_LVL_ALT_LF = 1, // Use alternate loop filter value...
|
/external/smack/src/org/xbill/DNS/ |
DClass.java | 20 /** Chaos network (MIT, alternate name) */ 26 /** Hesiod name server (MIT, alternate name) */
|
/external/chromium/net/http/ |
http_stream_factory_impl.cc | 135 HttpAlternateProtocols::PortProtocolPair alternate = 137 if (alternate.protocol == HttpAlternateProtocols::BROKEN) 140 DCHECK_LE(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol); 142 alternate.protocol); 144 if (alternate.protocol != HttpAlternateProtocols::NPN_SPDY_2) 147 origin.set_port(alternate.port);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs4231-regs.h | 52 #define CS4231_ALT_FEATURE_1 0x10 /* alternate #1 feature enable */ 53 #define AD1845_AF1_MIC_LEFT 0x10 /* alternate #1 feature + MIC left */ 54 #define CS4231_ALT_FEATURE_2 0x11 /* alternate #2 feature enable */ 55 #define AD1845_AF2_MIC_RIGHT 0x11 /* alternate #2 feature + MIC right */ 149 /* definitions for alternate feature 1 register - CS4231_ALT_FEATURE_1 */ 160 #define CS4236_LEFT_LINE 0x08 /* left LINE alternate volume */ 161 #define CS4236_RIGHT_LINE 0x18 /* right LINE alternate volume */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs4231-regs.h | 52 #define CS4231_ALT_FEATURE_1 0x10 /* alternate #1 feature enable */ 53 #define AD1845_AF1_MIC_LEFT 0x10 /* alternate #1 feature + MIC left */ 54 #define CS4231_ALT_FEATURE_2 0x11 /* alternate #2 feature enable */ 55 #define AD1845_AF2_MIC_RIGHT 0x11 /* alternate #2 feature + MIC right */ 149 /* definitions for alternate feature 1 register - CS4231_ALT_FEATURE_1 */ 160 #define CS4236_LEFT_LINE 0x08 /* left LINE alternate volume */ 161 #define CS4236_RIGHT_LINE 0x18 /* right LINE alternate volume */
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardSecurityModel.java | 115 * Some unlock methods can have an alternate, such as biometric unlocks (e.g. face unlock). 116 * This function decides if an alternate unlock is available and returns it. Otherwise, 119 * @param mode the mode we want the alternate for 120 * @return alternate or the given mode 129 return mode; // no alternate, return what was given
|
/external/chromium/chrome/browser/resources/net_internals/ |
spdyview.js | 72 * with information on each alternate protocol enabled server. Otherwise, 139 * Creates a table printer to print out the list of alternate protocol 146 tablePrinter.addHeaderCell('Alternate Protocol');
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
LinkRelAttribute.cpp | 71 else if (equalIgnoringCase(rel, "alternate stylesheet") || equalIgnoringCase(rel, "stylesheet alternate")) { 86 else if (equalIgnoringCase(*it, "alternate"))
|
/external/apache-http/src/org/apache/commons/codec/language/ |
DoubleMetaphone.java | 78 * Encode a value with Double Metaphone, optionally using the alternate 82 * @param alternate use alternate encode 85 public String doubleMetaphone(String value, boolean alternate) { 189 return alternate ? result.getAlternate() : result.getPrimary(); 233 * are equal, optionally using the alternate value. 237 * @param alternate use the alternate value if <code>true</code>. 243 boolean alternate) { 244 return doubleMetaphone(value1, alternate).equals(doubleMetaphon 1033 private StringBuffer alternate = new StringBuffer(getMaxCodeLen()); field in class:DoubleMetaphone.DoubleMetaphoneResult [all...] |
/external/chromium_org/ash/display/ |
mouse_cursor_event_filter.h | 70 // Warps the mouse cursor to an alternate root window when the 73 // is considered to be in an alternate display. Returns true if
|
/external/chromium_org/chrome/browser/chromeos/login/ |
default_pinned_apps_field_trial_unittest.cc | 67 // Tests new user gets to either "Control" or "Alternate group. And the user 76 EXPECT_TRUE("Control" == allocated_group || "Alternate" == allocated_group);
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
one_click_signin_view_controller.h | 37 // Alternate error message to be displayed. 50 // Initializes the controller from a nib file, with an alternate |errorMessage|
|
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
error_handling.h | 46 /** Request an alternate signal handling stack for this thread. 48 * Specifies an alternate stack which will be used when this thread enters
|
/external/chromium_org/sandbox/win/src/ |
sandbox_types.h | 34 // Failed to create the alternate desktop. 36 // Failed to create the alternate window station.
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt3922.test | 26 # this alternate version of tkt3922.1 doesn't 69 # this alternate version of tkt3922.5 doesn't
|
/external/e2fsprogs/e2fsck/ |
CHANGES | 43 the superblock and the group descriptors.) (Doesn't update alternate 47 alternate superblock.
|