/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/tcpdump/tests/ |
isis_3-v.out | 5 Protocols supported TLV #129, length: 1 23 Protocols supported TLV #129, length: 1 41 Protocols supported TLV #129, length: 1 59 Protocols supported TLV #129, length: 1 77 Protocols supported TLV #129, length: 1 97 Protocols supported TLV #129, length: 1 117 Protocols supported TLV #129, length: 1 139 Protocols supported TLV #129, length: 1 167 Protocols supported TLV #129, length: 1 185 Protocols supported TLV #129, length: [all...] |
isis_2-v.out | 5 Protocols supported TLV #129, length: 1 23 Protocols supported TLV #129, length: 1 41 Protocols supported TLV #129, length: 1 59 Protocols supported TLV #129, length: 1 77 Protocols supported TLV #129, length: 1 95 Protocols supported TLV #129, length: 1 115 Protocols supported TLV #129, length: 1 135 Protocols supported TLV #129, length: 1 157 Protocols supported TLV #129, length: 1 175 Protocols supported TLV #129, length: [all...] |
isis_1-v.out | 14 Protocols supported TLV #129, length: 1 34 Protocols supported TLV #129, length: 1 54 Protocols supported TLV #129, length: 1 74 Protocols supported TLV #129, length: 1 103 Protocols supported TLV #129, length: 1 123 Protocols supported TLV #129, length: 1 145 Protocols supported TLV #129, length: 1 166 Protocols supported TLV #129, length: 1 186 Protocols supported TLV #129, length: 1 215 Protocols supported TLV #129, length: [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
ConnectionSpecSelector.java | 34 * due to a handshake / protocol problem the connection may be retried with different protocols. 68 // any the required protocols, or it may be a retry (but this socket supports fewer 69 // protocols than was suggested by a prior socket). 71 "Unable to find acceptable protocols. isFallback=" + isFallback 73 + ", supported protocols=" + Arrays.toString(sslSocket.getEnabledProtocols()));
|
/external/curl/docs/libcurl/opts/ |
CURLOPT_PROXY.3 | 71 .SH PROTOCOLS 72 All except file://. Note that some protocols don't do very well over proxy. 79 Since 7.21.7 the proxy string supports the socks protocols as "schemes".
|
CURLOPT_CAINFO.3 | 45 .SH PROTOCOLS 46 All TLS based protocols: HTTPS, FTPS, IMAPS, POP3, SMTPS etc.
|
CURLOPT_CRLFILE.3 | 50 .SH PROTOCOLS 51 All TLS-based protocols
|
CURLOPT_ISSUERCERT.3 | 48 .SH PROTOCOLS 49 All TLS-based protocols
|
CURLOPT_MAXCONNECTS.3 | 35 behaviour. This concerns connections using any of the protocols that support 50 .SH PROTOCOLS
|
CURLOPT_PINNEDPUBLICKEY.3 | 40 .SH PROTOCOLS 41 All TLS based protocols: HTTPS, FTPS, IMAPS, POP3, SMTPS etc.
|
CURLOPT_PIPEWAIT.3 | 43 connections to a minimum when using pipelining or multiplexing protocols. 54 .SH PROTOCOLS
|
CURLOPT_READDATA.3 | 42 .SH PROTOCOLS 43 This is used for all protocols when sending data.
|
CURLOPT_SSLCERT.3 | 45 .SH PROTOCOLS 46 All TLS based protocols: HTTPS, FTPS, IMAPS, POP3, SMTPS etc.
|
CURLOPT_SSLVERSION.3 | 54 .SH PROTOCOLS 55 All TLS based protocols: HTTPS, FTPS, IMAPS, POP3, SMTPS etc.
|
CURLOPT_SSL_CIPHER_LIST.3 | 55 .SH PROTOCOLS 56 All TLS based protocols: HTTPS, FTPS, IMAPS, POP3, SMTPS etc.
|
CURLOPT_USE_SSL.3 | 34 These are all protocols that start out plain text and get "upgraded" to SSL 48 .SH PROTOCOLS
|
CURLOPT_WRITEDATA.3 | 45 .SH PROTOCOLS 46 Used for all protocols.
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
ConnectionSpecSelectorTest.java | 135 String[] protocols = new String[tlsVersions.length]; local 137 protocols[i] = tlsVersions[i].javaName(); 139 return protocols;
|
/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 */ 68 //TODO: define all used protocols
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/ |
service.py | 57 def service_mapping(service_factory, service_path=r'.*', protocols=None): 66 protocols: remote.Protocols instance that configures supported protocols 107 local_protocols = protocols or remote.Protocols.get_default()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/ |
setup.py | 2 """A collection of ASN.1-based protocols modules. 5 Includes protocols PDUs definition (SNMP, LDAP etc.) and various
|
/external/kernel-headers/original/uapi/linux/ |
atmmpc.h | 45 __u8 mpc_p3[8]; /* Flow-detection Protocols */ 86 #define MPC_P3 0 /* Flow-detection Protocols */
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
ServerSocketFactoryTest.java | 76 String[] protocols = { local 80 ServerSocketFactory ssFactory = new SecureServerSocketFactory(null, protocols);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atmmpc.h | 45 __u8 mpc_p3[8]; /* Flow-detection Protocols */ 86 #define MPC_P3 0 /* Flow-detection Protocols */
|