/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libnss_files-2.15.so | |
libnss_files.so | |
libnss_files.so.2 | |
/system/connectivity/shill/ |
arp_packet.h | 27 // IPv6 protocols on Ethernet (or Ethernet-like) networks.
|
/external/apache-http/src/org/apache/http/ |
NameValuePair.java | 38 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2">Section 2.2</a> 40 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6">Section 3.6</a> 41 * of <a href="http://www.w3.org/Protocols/rfc2616/rfc2616.txt">RFC 2616</a>
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/eac/ |
EACObjectIdentifiers.java | 34 * bsi-de protocols(2) smartcard(2) 1 49 * bsi-de protocols(2) smartcard(2) 3 67 * bsi-de protocols(2) smartcard(2) 2
|
/external/conscrypt/src/stub/java/com/android/org/conscrypt/ |
OpenSSLSocketImpl.java | 157 @Override public void setEnabledProtocols(String[] protocols) { 258 * Sets the list of protocols this peer is interested in. If null no 259 * protocols will be used.
|
/external/conscrypt/src/stub/java/org/apache/harmony/xnet/xnet/provider/jsse/ |
OpenSSLSocketImpl.java | 157 @Override public void setEnabledProtocols(String[] protocols) { 258 * Sets the list of protocols this peer is interested in. If null no 259 * protocols will be used.
|
/external/curl/ |
curl-config.in | 46 --protocols newline separated list of enabled protocols 91 --protocols)
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_HEADERFUNCTION.3 | 75 For non-HTTP protocols like FTP, POP3, IMAP and SMTP this function will get 79 .SH PROTOCOLS 80 Used for all protocols with headers or meta-data concept: HTTP, FTP, POP3,
|
/libcore/ojluni/src/main/java/javax/security/sasl/ |
package.html | 35 connection-based protocols that use SASL. 45 connection-based protocols such as LDAPv3 or IMAPv4. SASL is 87 client library implementations for connection-based protocols,
|
/external/clang/lib/Sema/ |
SemaDeclObjC.cpp | 51 // We ignore protocols here. Should we? What about Class? [all...] |
/external/ppp/pppd/ |
demand.c | 109 for (i = 0; (protp = protocols[i]) != NULL; ++i) 125 for (i = 0; (protp = protocols[i]) != NULL; ++i) 142 for (i = 0; (protp = protocols[i]) != NULL; ++i) 168 for (i = 0; (protp = protocols[i]) != NULL; ++i) 354 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
SSLServerSocketTest.java | 82 public void setEnabledProtocols(String[] protocols) { 243 assertTrue("no supported protocols available.", res.length > 0); 249 * javax.net.ssl.SSLServerSocket#setEnabledProtocols(String[] protocols) 265 assertTrue("No supported protocols", count > 0); 269 assertTrue("no enabled protocols.", res.length == count);
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlPolicyBuilder.java | 331 // policy author wants to allow certain URL protocols or wants to deal 371 * Adds to the set of protocols that are allowed in URL attributes. 375 * This is done regardless of whether any protocols have been allowed, so 377 * not white-listing any protocols, effectively disallows the "href" 381 * protocols if you might use this policy with untrusted code. 383 public HtmlPolicyBuilder allowUrlProtocols(String... protocols) { 390 for (String protocol : protocols) { 400 public HtmlPolicyBuilder disallowUrlProtocols(String... protocols) { 402 for (String protocol : protocols) { 548 // This is done regardless of whether any protocols have been allowed, s [all...] |
/frameworks/base/core/java/android/net/ |
SSLCertificateSocketFactory.java | 262 * Protocol Negotiation (NPN)</a> protocols that this peer is interested in. 264 * <p>For servers this is the sequence of protocols to advertise as 268 * <p>For clients this is a list of supported protocols to match against the 271 * The order of the client's protocols is otherwise insignificant. 283 * Application Layer Protocol Negotiation (ALPN)</a> protocols that this peer 286 * <p>For servers this is the sequence of protocols to advertise as 290 * <p>For clients this is a list of supported protocols to match against the 293 * The order of the client's protocols is otherwise insignificant. 295 * @param protocols a non-empty list of protocol byte arrays. All arrays 299 public void setAlpnProtocols(byte[][] protocols) { [all...] |
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
WebSocketFactory.java | 343 String[] protocols = new String[passed.length + 1]; local 344 System.arraycopy(passed, 0, protocols, 0, passed.length); 345 return protocols; 366 Enumeration<String> protocols = request.getHeaders("Sec-WebSocket-Protocol"); local 368 while (protocol==null && protocols!=null && protocols.hasMoreElements()) 370 String candidate = protocols.nextElement();
|
/external/conscrypt/src/main/java/org/conscrypt/ |
NativeCrypto.java | [all...] |
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLSocket.java | 37 * socket using protocols such as the "Secure 38 * Sockets Layer" (SSL) or IETF "Transport Layer Security" (TLS) protocols. 146 * <h4>Protocols</h4> [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
RouteSelectorTest.java | 76 private final List<Protocol> protocols = Arrays.asList(Protocol.HTTP_1_1); field in class:RouteSelectorTest 94 .setProtocols(protocols) 146 proxyA, protocols, connectionSpecs, proxySelector); 162 NO_PROXY, protocols, connectionSpecs, proxySelector); 374 protocols, connectionSpecs, proxySelector); 379 hostnameVerifier, null, authenticator, null, protocols, connectionSpecs, proxySelector);
|
/external/apache-http/src/org/apache/http/message/ |
BasicNameValuePair.java | 42 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2">Section 2.2</a> 44 * <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.6">Section 3.6</a> 45 * of <a href="http://www.w3.org/Protocols/rfc2616/rfc2616.txt">RFC 2616</a>
|
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/ |
Main.java | 83 private static String protocols() { method in class:Main 135 System.out.println("Protocols: " + protocols());
|
/developers/build/prebuilts/gradle/CardEmulation/Application/src/main/ |
AndroidManifest.xml | 53 for. This defines what protocols our card emulation service supports. -->
|
/developers/samples/android/connectivity/nfc/CardEmulation/Application/src/main/ |
AndroidManifest.xml | 53 for. This defines what protocols our card emulation service supports. -->
|
/development/samples/browseable/CardEmulation/ |
AndroidManifest.xml | 53 for. This defines what protocols our card emulation service supports. -->
|