Searched
full:protocols (Results
276 -
300 of
1042) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/common/extensions/api/ |
proxy.json | 23 "description": "An object encapsulating the set of proxy rules for all protocols. Use either 'singleProxy' or (a subset of) 'proxyForHttp', 'proxyForHttps', 'proxyForFtp' and 'fallbackProxy'.",
|
/external/chromium_org/chrome/installer/util/ |
shell_util.h | 246 // Protocols that Chrome registers itself as the default handler for 250 // Protocols that Chrome registers itself as being capable of handling. 409 // the url protocols and file associations that are related to general 462 // and protocols.
|
/external/chromium_org/chrome_frame/ |
protocol_sink_wrap.h | 50 // HTTP and HTTPS protocols.
|
/external/chromium_org/chromeos/dbus/ |
nfc_adapter_client.cc | 30 RegisterProperty(nfc_adapter::kProtocolsProperty, &protocols);
|
/external/chromium_org/ppapi/proxy/ |
websocket_resource.h | 36 const PP_Var protocols[],
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
CSSStyleSheetResource.cpp | 124 // This code defaults to allowing the stylesheet for non-HTTP protocols so
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocketHandshake.cpp | 573 Vector<String> protocols; local 574 m_clientProtocol.split(String(WebSocket::subProtocolSeperator()), protocols); 576 for (size_t i = 0; i < protocols.size() && !match; ++i) { 578 if (protocols[i] == missingProtocolWhiteList[j])
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
usprep.h | 31 * StringPrep prepares Unicode strings for use in network protocols.
|
/external/chromium_org/third_party/tlslite/tlslite/ |
FileObject.py | 211 # Iterator protocols
|
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | 377 const ObjCList<ObjCProtocolDecl> &Protocols = IDecl->getReferencedProtocols(); 382 if (Protocols.empty()) { 468 // Find all implicit conforming protocols for this class 495 // Further reduce number of conforming protocols. If protocol P1 is in the list
|
/external/clang/test/SemaObjC/ |
weak-receiver-warn.m | 71 // Weak properties on protocols can be synthesized by an adopting class.
|
/external/dnsmasq/ |
doc.html | 70 both protocols and can even act as IPv6-to-IPv4 or IPv4-to-IPv6 forwarder.
|
/external/icu4c/common/unicode/ |
usprep.h | 31 * StringPrep prepares Unicode strings for use in network protocols.
|
/external/iproute2/include/linux/ |
netlink.h | 9 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */
|
/external/iputils/doc/ |
rarpd.sgml | 47 <ulink url="http://tools.ietf.org/rfc/rfc2131.txt">DHCP</ulink> protocols.
|
/external/kernel-headers/original/linux/ |
if_pppox.h | 60 * Protocols supported by AF_PPPOX
|
in.h | 24 /* Standard well-defined IP protocols. */
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
SpdyServer.java | 72 @Override public List<String> protocols() {
|
/external/smack/src/org/jivesoftware/smack/ |
NonSASLAuthentication.java | 61 // the server will return the list of authentication protocols it supports.
|
/external/tcpdump/ |
print-slow.c | 15 * support for the IEEE "slow protocols" LACP, MARKER as per 802.3ad
|
/libcore/crypto/src/main/java/org/conscrypt/ |
PRF.java | 31 * and SSL v3 (http://wp.netscape.com/eng/ssl3) protocols.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledExecutorService.java | 34 * protocols, clock drift, or other factors.
|
/packages/apps/Email/res/xml/ |
services.xml | 18 Email services (protocols) are defined here. For the present, these are baked into the Email
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
in.h | 24 /* Standard well-defined IP protocols. */
|
netlink.h | 9 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */
|
Completed in 1299 milliseconds
<<11121314151617181920>>