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

12 3

  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSocketTest.java 155 public void setEnabledProtocols(String[] protocols) {
SSLEngineTest.java 459 public void setEnabledProtocols(String[] protocols) {
460 enabledProtocols = protocols;
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 159 public void setEnabledProtocols(String[] protocols) { }
  /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/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 391 my @protocols = ();
394 push(@protocols, "NSObject");
395 push(@protocols, "NSCopying") if $dataNode->name eq "EventTarget";
402 die "Parents of protocols must also be protocols." unless IsProtocolType($parentName);
403 push(@protocols, "DOM" . $parentName);
406 push(@protocols, "DOM" . $parentName);
417 push(@protocols, "DOM" . $firstParent);
429 push(@protocols, "DOM" . $parentName);
433 return ($parent, @protocols);
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java 250 public void setEnabledProtocols(String[] protocols) {
251 sslParameters.setEnabledProtocols(protocols);
SSLSocketImpl.java 62 // about supported and enabled cipher suites and protocols,
254 public void setEnabledProtocols(String[] protocols) {
255 sslParameters.setEnabledProtocols(protocols);
OpenSSLSocketImpl.java 791 @Override public void setEnabledProtocols(String[] protocols) {
792 enabledProtocols = NativeCrypto.checkEnabledProtocols(protocols);
    [all...]
  /external/ppp/pppd/
options.c 583 * find_option - scan the option lists for the various protocols
609 for (i = 0; protocols[i] != NULL; ++i)
610 if ((opt = protocols[i]->options) != NULL)
1004 for (i = 0; protocols[i] != NULL; ++i)
1005 print_option_list(protocols[i]->options, printer, arg);
    [all...]
main.c 281 struct protent *protocols[] = { variable in typeref:struct:protent
347 * Initialize magic number generator now so that protocols may
355 for (i = 0; (protp = protocols[i]) != NULL; ++i)
451 for (i = 0; (protp = protocols[i]) != NULL; ++i)
1069 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
    [all...]
auth.c 156 /* Number of network protocols which we have opened. */
159 /* Number of network protocols which have come up. */
685 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
713 * Tell higher-level protocols that LCP is up.
716 for (i = 0; (protp = protocols[i]) != NULL; ++i)
850 for (i = 0; (protp = protocols[i]) != NULL; ++i)
856 * Bring up other network protocols iff encryption is not required.
872 * Start the "real" network protocols.
874 for (i = 0; (protp = protocols[i]) != NULL; ++i)
884 lcp_close(0, "No network protocols running")
    [all...]
utils.c 494 for (i = 0; (protp = protocols[i]) != NULL; ++i)
504 for (i = 0; (protp = protocols[i]) != NULL; ++i)
pppd.h 425 /* Table of pointers to supported protocols */
426 extern struct protent *protocols[];
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 614 return InterInfo->ObjCInterDeclInfo.protocols;
621 return CatInfo->ObjCCatDeclInfo.protocols;
IndexingContext.cpp 394 InterInfo.ObjCInterDeclInfo.protocols = &InterInfo.ObjCProtoListInfo;
463 CatDInfo.ObjCCatDeclInfo.protocols = &CatDInfo.ObjCProtoListInfo;
492 CatDInfo.ObjCCatDeclInfo.protocols = 0;
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLServerSocketTest.java 84 public void setEnabledProtocols(String[] protocols) {
294 assertTrue("no supported protocols available.", res.length > 0);
300 * javax.net.ssl.SSLServerSocket#setEnabledProtocols(String[] protocols)
316 assertTrue("No supported protocols", count > 0);
320 assertTrue("no enabled protocols.", res.length == count);
  /external/clang/include/clang-c/
Index.h 4424 const CXIdxObjCProtocolRefInfo *const *protocols; member in struct:__anon4570
4431 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon4571
4439 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon4572
    [all...]
  /external/strace/
net.c 453 falls into "protocols" array below!!!! This is intended!!! ***/
454 static const struct xlat protocols[] = { variable in typeref:struct:xlat
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
WebKitWebSourceGStreamer.cpp 547 static gchar* protocols[] = {(gchar*) "http", (gchar*) "https", 0 }; local
549 return protocols;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 417 // Case 2: "Use the same proxy for all protocols" in an active section
618 * for all protocols" checkbox. Expects to be called as an event handler
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 67 String[] protocols = {"SSLv3", "TLSv1"}; local
323 + "of supported protocols: " + enabled[i]);
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 49 // We ignore protocols here. Should we? What about Class?
493 // Check then save referenced protocols.
636 /// Check then save referenced protocols.
645 /// FindProtocolDeclaration - This routine looks up protocols and
647 /// protocol declarations in its 'Protocols' argument.
652 SmallVectorImpl<Decl *> &Protocols) {
682 Protocols.push_back(PDecl);
806 // Protocols in the class extension belong to the class.
    [all...]

Completed in 803 milliseconds

12 3