/external/clang/test/SemaObjC/ |
protocols.m | 4 @required // expected-error {{directive may only be specified in protocols only}} 8 @optional // expected-error {{directive may only be specified in protocols only}}
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLSocket.java | 26 * The extension of {@code Socket} providing secure protocols like SSL (Secure 160 * Returns the names of the supported protocols. 165 * Returns the names of the enabled protocols. 170 * Sets the names of the protocols to be enabled. Only 171 * protocols returned by {@link #getSupportedProtocols()} are allowed. 173 * @param protocols 174 * the names of the to be enabled protocols. 176 * if one of the protocols is not supported. 178 public abstract void setEnabledProtocols(String[] protocols); 293 * cipher suites, protocols, and client authentication settings 320 String[] protocols = p.getProtocols(); local [all...] |
SSLContextSpi.java | 113 * protocols, and client authentication. 126 * supported cipher suites and protocols. 142 String[] protocols; local 145 protocols = s.getSupportedProtocols(); 148 protocols = s.getEnabledProtocols(); 151 p.setProtocols(protocols);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/eac/ |
EACObjectIdentifiers.java | 14 // bsi-de protocols(2) smartcard(2) 1 22 // bsi-de protocols(2) smartcard(2) 3 32 // bsi-de protocols(2) smartcard(2) 2
|
/external/chromium/chrome/browser/custom_handlers/ |
protocol_handler_registry.h | 22 // This is where handlers for protocols registered with 73 // Returns a JSON dictionary of protocols to protocol handlers. The caller is 83 // Map from protocols (strings) to protocol handlers.
|
/external/chromium_org/ppapi/cpp/ |
websocket.cc | 35 int32_t WebSocket::Connect(const Var& url, const Var protocols[], 40 // Convert protocols to C interface. 45 c_protocols[i] = protocols[i].pp_var();
|
/external/kernel-headers/original/linux/ |
capi.h | 69 __u32 support1; /* B1 protocols support */ 70 __u32 support2; /* B2 protocols support */ 71 __u32 support3; /* B3 protocols support */
|
/external/smack/src/org/xbill/DNS/ |
KEYRecord.java | 46 private static Mnemonic protocols = new Mnemonic("KEY protocol", field in class:KEYRecord.Protocol 50 protocols.setMaximum(0xFF); 51 protocols.setNumericAllowed(true); 53 protocols.add(NONE, "NONE"); 54 protocols.add(TLS, "TLS"); 55 protocols.add(EMAIL, "EMAIL"); 56 protocols.add(DNSSEC, "DNSSEC"); 57 protocols.add(IPSEC, "IPSEC"); 58 protocols.add(ANY, "ANY"); 66 return protocols.getText(type) [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
Protocol.java | 20 * This class defines Message.what base addresses for various protocols that are recognized 41 /** Non system protocols */ 56 //TODO: define all used protocols
|
/libcore/crypto/src/main/java/org/conscrypt/ |
SSLParametersImpl.java | 36 * about enabled cipher suites and protocols, 71 // protocols available for SSL connection 245 * @return the set of enabled protocols 252 * Sets the set of available protocols for use in SSL connection. 253 * @param protocols String[] 255 protected void setEnabledProtocols(String[] protocols) { 256 if (protocols == null) { 257 throw new IllegalArgumentException("protocols == null"); 259 for (int i=0; i<protocols.length; i++) { 260 String protocol = protocols[i] [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
capi.h | 67 __u32 support1; /* B1 protocols support */ 68 __u32 support2; /* B2 protocols support */ 69 __u32 support3; /* B3 protocols support */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
capi.h | 67 __u32 support1; /* B1 protocols support */ 68 __u32 support2; /* B2 protocols support */ 69 __u32 support3; /* B3 protocols support */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
capi.h | 67 __u32 support1; /* B1 protocols support */ 68 __u32 support2; /* B2 protocols support */ 69 __u32 support3; /* B3 protocols support */
|
/external/chromium_org/chrome/browser/ui/gtk/ |
protocol_dialog_gtk.h | 17 // Gtk implementation of a dialog for handling special protocols.
|
/external/chromium_org/chrome_frame/ |
chrome_protocol.rgs | 30 NoRemove Protocols {
|
/external/chromium_org/ppapi/utility/websocket/ |
websocket_api.cc | 32 int32_t Connect(const Var& url, const Var protocols[], 37 WebSocket::Connect(url, protocols, protocol_count, callback); 114 int32_t WebSocketAPI::Connect(const Var& url, const Var protocols[], 116 return impl_->Connect(url, protocols, protocol_count);
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
dh4096.pem | 15 These are the 4096 bit DH parameters from "Assigned Number for SKIP Protocols"
|
/external/openssl/apps/ |
dh4096.pem | 15 These are the 4096 bit DH parameters from "Assigned Number for SKIP Protocols"
|
/external/chromium_org/third_party/tlslite/test/ |
twistedserver.py | 4 from twisted.protocols.policies import WrappingFactory 5 from twisted.protocols.basic import LineReceiver
|
/external/iptables/include/net/netfilter/ |
nf_conntrack_tuple.h | 34 /* Add other protocols here. */ 75 /* Add other protocols here. */
|
/external/chromium_org/ppapi/api/ |
ppb_url_response_info.idl | 26 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1.2"> 37 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3"> 46 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3"> 54 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1.1"> 63 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1"> 72 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14">
|
/external/chromium_org/ppapi/c/ |
ppb_url_response_info.h | 39 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1.2"> 49 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3"> 57 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.3"> 64 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1.1"> 72 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html#sec6.1"> 80 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14">
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
pickletester.py | 18 # Tests that try a number of pickle protocols should have a 19 # for proto in protocols: 22 protocols = range(pickle.HIGHEST_PROTOCOL + 1) variable 149 # DATA0 .. DATA2 are the pickles we expect under the various protocols, for 433 for proto in protocols: 453 for proto in protocols: 483 for proto in protocols: 492 for proto in protocols: 502 for proto in protocols: 511 for proto in protocols [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
pickletester.py | 18 # Tests that try a number of pickle protocols should have a 19 # for proto in protocols: 22 protocols = range(pickle.HIGHEST_PROTOCOL + 1) variable 149 # DATA0 .. DATA2 are the pickles we expect under the various protocols, for 433 for proto in protocols: 453 for proto in protocols: 483 for proto in protocols: 492 for proto in protocols: 502 for proto in protocols: 511 for proto in protocols [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocket.cpp | 242 Vector<String> protocols; local 243 return create(context, url, protocols, exceptionState); 246 PassRefPtr<WebSocket> WebSocket::create(ExecutionContext* context, const String& url, const Vector<String>& protocols, ExceptionState& exceptionState) 256 webSocket->connect(context->completeURL(url), protocols, exceptionState); 265 Vector<String> protocols; local 266 protocols.append(protocol); 267 return create(context, url, protocols, exceptionState); 272 Vector<String> protocols; local 273 connect(url, protocols, exceptionState); 278 Vector<String> protocols; local [all...] |