HomeSort by relevance Sort by last modified time
    Searched defs:protocols (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
StandardNames.java 45 * This class defines expected string names for protocols, key types,
    [all...]
  /external/conscrypt/openjdk-integ-tests/src/test/java/libcore/javax/net/ssl/
SSLEngineTest.java 431 String[] protocols = new String[] {protocol}; local
432 e.setEnabledProtocols(protocols);
433 assertEquals(Arrays.deepToString(protocols),
757 String[] protocols = p.getProtocols();
758 assertNotSame(protocols, e.getEnabledProtocols());
759 assertEquals(Arrays.asList(protocols), Arrays.asList(e.getEnabledProtocols()));
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkHttpClient.java 123 private List<Protocol> protocols; field in class:OkHttpClient
157 this.protocols = okHttpClient.protocols;
484 * Configure the protocols used by this client to communicate with remote
486 * available, falling back to more ubiquitous protocols. Applications should
490 * <p>The following protocols are currently supported:
492 * <li><a href="http://www.w3.org/Protocols/rfc2616/rfc2616.html">http/1.1</a>
498 * support for transitional protocols. The http/1.1 transport will never be
501 * <p>If multiple protocols are specified, <a
509 * @param protocols the protocols to use, in order of preference. The lis
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
Platform.java 103 List<Protocol> protocols) {
272 SSLSocket sslSocket, String hostname, List<Protocol> protocols) {
281 Object[] parameters = { concatLengthPrefixed(protocols) };
368 SSLSocket sslSocket, String hostname, List<Protocol> protocols) {
369 List<String> names = new ArrayList<>(protocols.size());
370 for (int i = 0, size = protocols.size(); i < size; i++) {
371 Protocol protocol = protocols.get(i);
413 /** This peer's supported protocols. */
414 private final List<String> protocols; field in class:Platform.JettyNegoProvider
420 public JettyNegoProvider(List<String> protocols) {
    [all...]
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLEngineTest.java 427 String[] protocols = new String[] { protocol }; local
428 e.setEnabledProtocols(protocols);
429 assertEquals(Arrays.deepToString(protocols),
742 String[] protocols = p.getProtocols();
743 assertNotSame(protocols, e.getEnabledProtocols());
744 assertEquals(Arrays.asList(protocols), Arrays.asList(e.getEnabledProtocols()));
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 45 * This class defines expected string names for protocols, key types,
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.3.Final/
netty-handler-4.1.3.Final.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
pickletester.py 11 # Tests that try a number of pickle protocols should have a
12 # for proto in protocols:
15 protocols = range(pickle.HIGHEST_PROTOCOL + 1) variable
127 # DATA0 .. DATA2 are the pickles we expect under the various protocols, for
411 for proto in protocols:
431 for proto in protocols:
461 for proto in protocols:
470 for proto in protocols:
480 for proto in protocols:
489 for proto in protocols:
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 400 * Comma-separated list of protocols to use when creating outgoing TLS connections.
480 // Supported protocols for TLS client: can be overridden by application
981 String[] protocols = new String[st.countTokens()]; local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 479 u32 protocols; local
484 protocols = nla_get_u32(tb);
488 capa->probe_resp_offloads = probe_resp_offload_support(protocols);
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.6.Final/
netty-handler-4.1.6.Final.jar 
  /external/curl/lib/
url.c 97 /* And now for the protocols */
147 static const struct Curl_handler * const protocols[] = { variable
557 /* for the *protocols fields we don't use the CURLPROTO_ALL convenience
838 * before it is considered failure. For pingpong protocols.
890 * more protocols than merely FTP.
    [all...]
  /external/curl/lib/vtls/
nss.c 1876 unsigned char protocols[128]; local
    [all...]
openssl.c 1979 unsigned char protocols[128]; local
    [all...]
  /external/libcups/cups/
ppd.h 338 char *protocols; /* Protocols (BCP, TBCP) string @since CUPS 1.1.19/macOS 10.3@ */ member in struct:ppd_file_s
  /external/ppp/pppd/
main.c 278 struct protent *protocols[] = { variable in typeref:struct:protent
344 * Initialize magic number generator now so that protocols may
352 for (i = 0; (protp = protocols[i]) != NULL; ++i)
448 for (i = 0; (protp = protocols[i]) != NULL; ++i)
990 { 0x4027, "EMIT Protocols" },
1133 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
    [all...]
  /external/python/cpython2/Lib/test/
pickletester.py 21 # Tests that try a number of pickle protocols should have a
22 # for proto in protocols:
25 protocols = range(pickle.HIGHEST_PROTOCOL + 1) variable
205 # DATA0 .. DATA2 are the pickles we expect under the various protocols, for
830 for proto in protocols:
850 for proto in protocols:
874 for proto in protocols:
884 for proto in protocols:
896 for proto in protocols:
907 for proto in protocols
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 288 assert(LAngleLoc.isInvalid() && "Cannot have already parsed protocols");
320 SmallVector<Decl *, 4> protocols; local
344 protocols, protocolLocs, EndProtoLoc,
353 // We already parsed the protocols named when we thought we had a
360 ProtocolIdents, protocols);
362 } else if (protocols.empty() && Tok.is(tok::less) &&
363 ParseObjCProtocolReferences(protocols, protocolLocs, true, true,
370 Actions.ActOnTypedefedProtocols(protocols, superClassId, superClassLoc);
379 protocols.data(), protocols.size()
1592 SmallVector<Decl *, 8> protocols; local
1689 protocols, local
1855 SmallVector<Decl *, 4> protocols; local
2187 SmallVector<Decl *, 4> protocols; local
2223 SmallVector<Decl *, 4> protocols; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-transport-http/1.0.2.v20150114/
aether-transport-http-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar 

Completed in 976 milliseconds

12 3 4 5