HomeSort by relevance Sort by last modified time
    Searched full:protocols (Results 476 - 500 of 1555) sorted by null

<<11121314151617181920>>

  /external/boringssl/src/tool/
client.cc 56 "A comma-separated list of ALPN protocols to advertise",
207 fprintf(stderr, "Invalid ALPN protocols: '%s'\n", alpn_protos.c_str());
  /external/conscrypt/src/compat/java/org/conscrypt/
KitKatPlatformOpenSSLSocketImplAdapter.java 297 public void setEnabledProtocols(String[] protocols) {
298 delegate.setEnabledProtocols(protocols);
PreKitKatPlatformOpenSSLSocketImplAdapter.java 297 public void setEnabledProtocols(String[] protocols) {
298 delegate.setEnabledProtocols(protocols);
  /external/curl/lib/
version.c 163 static const char * const protocols[] = { variable
304 protocols,
  /external/iproute2/include/linux/
can.h 152 /* particular protocols of the protocol family PF_CAN */
176 /* reserved for future CAN protocols address information */
  /external/kernel-headers/original/uapi/linux/
can.h 152 /* particular protocols of the protocol family PF_CAN */
176 /* reserved for future CAN protocols address information */
  /external/libgdx/gdx/src/com/badlogic/gdx/net/
HttpStatus.java 35 * and server errors, respectively (see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">HTTP/1.1: Status Code
54 /** <tt>101 Switching Protocols</tt> (HTTP/1.1 - RFC 2616) */
  /external/libmtp/examples/
hotplug.c 145 printf(" <match key=\"portable_audio_player.access_method.protocols\" contains_not=\"mtp\">\n");
146 printf(" <append key=\"portable_audio_player.access_method.protocols\" type=\"strlist\">mtp</append>\n");
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockResponse.java 230 * When {@link MockWebServer#setProtocols(java.util.List) protocols}
249 setStatus("HTTP/1.1 101 Switching Protocols");
  /libcore/support/src/test/java/libcore/javax/net/ssl/
SSLConfigurationAsserts.java 65 assertContainsAll("Unsupported enabled protocols", supportedParameters.getProtocols(),
233 // IMPLEMENTATION NOTE: The order of protocols versions does not matter. Similarly, it only
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inetreg.h 287 #define TSZSCHANNELPROTOCOLSPATH TSZSCHANNELPATH TEXT("\\Protocols")
305 #define TSZPROTOCOLSPATH TEXT("Protocols\\")
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xpickle.py 147 for proto in pickletester.protocols[1:]:
166 for proto in pickletester.protocols:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xpickle.py 147 for proto in pickletester.protocols[1:]:
166 for proto in pickletester.protocols:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 147 for proto in pickletester.protocols[1:]:
166 for proto in pickletester.protocols:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xpickle.py 147 for proto in pickletester.protocols[1:]:
166 for proto in pickletester.protocols:
  /external/curl/docs/libcurl/opts/
CURLOPT_URL.3 52 protocols are supported by the build of libcurl you are using.
54 \fICURLOPT_PROTOCOLS(3)\fP can be used to limit what protocols libcurl will
76 options as part of the host, for the following protocols, when connecting to
304 Accepting external URLs may also use other protocols than http:// or other
308 (possibly to other protocols too). Consider your
310 .SH PROTOCOLS
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLEngineTest.java 426 String[] protocols = new String[] { protocol }; local
427 e.setEnabledProtocols(protocols);
428 assertEquals(Arrays.deepToString(protocols),
741 String[] protocols = p.getProtocols();
742 assertNotSame(protocols, e.getEnabledProtocols());
743 assertEquals(Arrays.asList(protocols), Arrays.asList(e.getEnabledProtocols()));
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSocketImpl.java 326 // certain protocols.
    [all...]
  /external/curl/docs/
TODO 79 12. New protocols
122 19.3 more protocols supported
236 protocols SFTP, SMTP, FTP. Fixing Curl_done() for this is a worthy task.
438 12. New protocols
659 19.3 more protocols supported
661 Extend the test suite to include more protocols. The telnet could just do FTP
672 used when using different login credentials in protocols that shouldn't re-use
  /external/avahi/specs/
draft-cheshire-dnsext-dns-sd-02.txt 92 15. Comparison with Alternative Service Discovery Protocols........25
403 Some service discovery protocols decouple the true service identifier
606 one-per-application-protocol at an alarming rate. Some protocols like
    [all...]
draft-cheshire-dnsext-dns-sd-03.txt 93 15. Comparison with Alternative Service Discovery Protocols........26
403 Some service discovery protocols decouple the true service identifier
606 one-per-application-protocol at an alarming rate. Some protocols like
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 126 // Check this property against any protocols we inherit.
127 for (auto *P : Proto->protocols())
252 // Also compare the property against a property in our protocols.
253 for (auto *P : CurrentInterfaceDecl->protocols()) {
257 // Slower path: look in all protocols we referenced.
267 for (auto *P : Cat->protocols())
271 for (auto *P : Proto->protocols())
801 /// in inherited protocols with mismatched types. Since any of them can
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
SRWebSocket.m 283 - (id)initWithURLRequest:(NSURLRequest *)request protocols:(NSArray *)protocols;
291 _requestedProtocols = [protocols copy];
301 return [self initWithURLRequest:request protocols:nil];
306 return [self initWithURL:url protocols:nil];
309 - (id)initWithURL:(NSURL *)url protocols:(NSArray *)protocols;
312 return [self initWithURLRequest:request protocols:protocols];
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 256 // If interface, check all parent protocols and super.
259 // Visit all protocols.
260 for (const auto *I : InterfD->protocols())
272 // If protocol, check all parent protocols.
274 for (const auto *I : ProtD->protocols()) {
  /external/curl/lib/vtls/
polarssl.c 358 static const char* protocols[3]; local
363 protocols[cur++] = NGHTTP2_PROTO_VERSION_ID;
368 protocols[cur++] = ALPN_HTTP_1_1;
371 protocols[cur] = NULL;
373 ssl_set_alpn_protocols(&connssl->ssl, protocols);

Completed in 1478 milliseconds

<<11121314151617181920>>