Searched defs:protocols (Results 1 - 24 of 24) sorted by relevance

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLServerSocketTest.java124 public void setEnabledProtocols(String[] protocols) { argument
H A DSSLSocketTest.java155 public void setEnabledProtocols(String[] protocols) { argument
H A DSSLEngineTest.java459 public void setEnabledProtocols(String[] protocols) { argument
460 enabledProtocols = protocols;
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
H A DMySSLContextSpi.java151 public void setEnabledProtocols(String[] protocols) { } argument
/external/libppp/src/
H A Dhdlc.c177 } protocols[] = { variable in typeref:struct:__anon8803
285 #define NPROTOCOLS (sizeof protocols/sizeof protocols[0])
293 if (proto >= protocols[f].from && proto <= protocols[f].to)
294 return protocols[f].name;
295 else if (proto < protocols[f].from)
/external/mtpd/
H A Dmtpd.c43 static struct protocol *protocols[] = {&l2tp, &pptp, NULL}; variable in typeref:struct:protocol
63 for (i = 0; protocols[i]; ++i) {
64 struct protocol *p = protocols[i];
74 for (i = 0; protocols[i]; ++i) {
75 struct protocol *p = protocols[i];
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DPlatform.java94 * Sets client-supported protocols on a socket to send to a server. The
95 * protocols are only sent if the socket implementation supports NPN.
306 private final List<String> protocols; field in class:Platform.JettyNpnProvider
310 public JettyNpnProvider(List<String> protocols) { argument
311 this.protocols = protocols;
325 } else if (methodName.equals("protocols") && args.length == 0) {
326 return protocols;
333 this.selected = protocols.get(0);
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
H A DMySSLContextSpi.java159 public void setEnabledProtocols(String[] protocols) { } argument
/external/smack/src/org/xbill/DNS/
H A DKEYRecord.java46 private static Mnemonic protocols = new Mnemonic("KEY protocol", field in class:KEYRecord.Protocol
50 protocols.setMaximum(0xFF);
51 protocols.setNumericAllowed(true);
53 protocols.add(NONE, "NONE");
54 protocols.add(TLS, "TLS");
55 protocols.add(EMAIL, "EMAIL");
56 protocols.add(DNSSEC, "DNSSEC");
57 protocols.add(IPSEC, "IPSEC");
58 protocols.add(ANY, "ANY");
66 return protocols
[all...]
H A DWKSRecord.java152 private static Mnemonic protocols = new Mnemonic("IP protocol", field in class:WKSRecord.Protocol
156 protocols.setMaximum(0xFF);
157 protocols.setNumericAllowed(true);
159 protocols.add(ICMP, "icmp");
160 protocols.add(IGMP, "igmp");
161 protocols.add(GGP, "ggp");
162 protocols.add(ST, "st");
163 protocols.add(TCP, "tcp");
164 protocols.add(UCL, "ucl");
165 protocols
[all...]
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp547 static gchar* protocols[] = {(gchar*) "http", (gchar*) "https", 0 }; local
549 return protocols;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.ssl_1.0.0.v20100529-0735.jar ... ssl.SSLContext getSSLContext (java.lang.String) String protocols javax.net.ssl.SSLContext rtvContext String[] protocolNames ...
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jar ... .framework.ServiceReference[] refs java.util.Set protocols int i Object protocol String[] ps int j int i ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/strace/
H A Dnet.c453 falls into "protocols" array below!!!! This is intended!!! ***/
454 static const struct xlat protocols[] = { variable in typeref:struct:xlat
1496 printxval(protocols, tcp->u_arg[2], "IPPROTO_???");
1887 printxval(protocols, tcp->u_arg[2], "IPPROTO_???");
/external/ppp/pppd/
H A Dmain.c281 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) {
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp49 // We ignore protocols here. Should we? What about Class?
560 // Check then save referenced protocols.
703 /// Check then save referenced protocols.
712 /// FindProtocolDeclaration - This routine looks up protocols and
1193 /// in cases where protocols are involved.
1230 // implement all of the protocols in B. It may not be a qualified class.
1614 // or in one of their protocols, no need to issue the warning.
1660 // Check on this protocols's referenced protocols, recursively.
1869 // For extended class, unimplemented methods in its protocols wil
2752 search(const ObjCProtocolList &protocols) argument
[all...]
/external/clang/include/clang-c/
H A DIndex.h2481 * base class, its protocols, or its categories' protocols, that has the same
2484 * its protocols, and its categories, and so on. A method from an Objective-C
4658 * \brief Completions for Objective-C protocols should be included in
5305 const CXIdxObjCProtocolRefInfo *const *protocols; member in struct:__anon3567
5312 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon3568
5320 const CXIdxObjCProtocolRefListInfo *protocols; member in struct:__anon3569
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c2782 u32 protocols; local
2787 protocols = nla_get_u32(tb);
2791 capa->probe_resp_offloads = probe_resp_offload_support(protocols);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c2782 u32 protocols; local
2787 protocols = nla_get_u32(tb);
2791 capa->probe_resp_offloads = probe_resp_offload_support(protocols);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c2782 u32 protocols; local
2787 protocols = nla_get_u32(tb);
2791 capa->probe_resp_offloads = probe_resp_offload_support(protocols);

Completed in 700 milliseconds