Searched refs:protocols (Results 1 - 25 of 76) sorted by relevance

1234

/external/smack/src/org/xbill/DNS/
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...]
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...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dnethelpers.cc112 scoped_array<char> protocols;
118 // Check for protocols in a do-while loop until we provide a buffer large
122 protocols.reset(new char[protbuff_size]);
123 protocol_infos = reinterpret_cast<LPWSAPROTOCOL_INFOW>(protocols.get());
/external/chromium_org/ppapi/utility/websocket/
H A Dwebsocket_api.cc32 int32_t Connect(const Var& url, const Var protocols[], argument
37 WebSocket::Connect(url, protocols, protocol_count, callback);
114 int32_t WebSocketAPI::Connect(const Var& url, const Var protocols[], argument
116 return impl_->Connect(url, protocols, protocol_count);
H A Dwebsocket_api.h33 /// @param[in] protocols A pointer to an array of string type
34 /// <code>Var</code> specifying sub-protocols. Each <code>Var</code>
38 /// @param[in] protocol_count The number of sub-protocols in
39 /// <code>protocols</code>.
44 int32_t Connect(const Var& url, const Var protocols[],
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocket.cpp160 Vector<String> protocols; local
161 return WebSocket::create(context, url, protocols, es);
164 PassRefPtr<WebSocket> WebSocket::create(ScriptExecutionContext* context, const String& url, const Vector<String>& protocols, ExceptionState& es) argument
174 webSocket->connect(context->completeURL(url), protocols, es);
183 Vector<String> protocols; local
184 protocols.append(protocol);
185 return WebSocket::create(context, url, protocols, es);
190 Vector<String> protocols; local
191 connect(url, protocols, es);
196 Vector<String> protocols; local
201 connect(const String& url, const Vector<String>& protocols, ExceptionState& es) argument
[all...]
H A DWebSocket.idl36 Constructor(DOMString url, sequence<DOMString> protocols),
H A DWebSocket.h58 static PassRefPtr<WebSocket> create(ScriptExecutionContext*, const String& url, const Vector<String>& protocols, ExceptionState&);
70 void connect(const String& url, const Vector<String>& protocols, ExceptionState&);
/external/chromium_org/third_party/tlslite/test/
H A Dtwistedserver.py4 from twisted.protocols.policies import WrappingFactory
5 from twisted.protocols.basic import LineReceiver
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dobjc.php21 * - Updated URLs for AppKit and Foundation; split classes and protocols.
188 // Foundation protocols
248 // AppKit protocols
302 6 => 'color: #2a6f76;', // Foundation protocols
304 8 => 'color: #2a6f76;', // AppKit protocols
/external/chromium_org/ppapi/cpp/
H A Dwebsocket.h45 /// @param[in] protocols A pointer to an array of <code>Var</code> of string
46 /// type specifying sub-protocols. Each <code>Var</code> represents one
50 /// @param[in] protocol_count The number of sub-protocols in
51 /// <code>protocols</code>.
60 /// or <code>protocols</code> contains invalid string as defined in
72 int32_t Connect(const Var& url, const Var protocols[],
H A Dwebsocket.cc35 int32_t WebSocket::Connect(const Var& url, const Var protocols[], argument
40 // Convert protocols to C interface.
48 c_protocols[i] = protocols[i].pp_var();
/external/chromium_org/ppapi/thunk/
H A Dppb_websocket_api.h27 // Connects to the specified WebSocket server with |protocols| argument
31 const PP_Var protocols[],
H A Dppb_websocket_thunk.cc38 const struct PP_Var protocols[],
46 protocols,
36 Connect(PP_Resource web_socket, struct PP_Var url, const struct PP_Var protocols[], uint32_t protocol_count, struct PP_CompletionCallback callback) argument
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/
H A DNavigatorContentUtils.cpp47 static const char* protocols[] = { local
68 for (size_t i = 0; i < WTF_ARRAY_LENGTH(protocols); ++i)
69 protocolWhitelist->add(protocols[i]);
/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
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dhandler_options_handler.cc117 std::vector<std::string> protocols; local
118 registry->GetRegisteredProtocols(&protocols);
121 for (std::vector<std::string>::iterator protocol = protocols.begin();
122 protocol != protocols.end(); protocol++) {
/external/chromium_org/content/renderer/pepper/
H A Dpepper_websocket_host.cc179 const std::vector<std::string>& protocols) {
193 // Validate protocols.
195 for (std::vector<std::string>::const_iterator vector_it = protocols.begin();
196 vector_it != protocols.end();
218 // Join protocols with the comma separator.
219 if (vector_it != protocols.begin())
224 // Convert protocols to WebString.
176 OnHostMsgConnect( ppapi::host::HostMessageContext* context, const std::string& url, const std::vector<std::string>& protocols) argument
H A Dpepper_websocket_host.h56 const std::vector<std::string>& protocols);
/external/chromium_org/ppapi/c/
H A Dppb_websocket.h216 * @param[in] protocols A pointer to an array of <code>PP_Var</code>
217 * specifying sub-protocols. Each <code>PP_Var</code> represents one
222 * @param[in] protocol_count The number of sub-protocols in
223 * <code>protocols</code>.
231 * <code>url</code>, or <code>protocols</code> contain an invalid string as
247 const struct PP_Var protocols[],
/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/ppp/pppd/
H A Ddemand.c109 for (i = 0; (protp = protocols[i]) != NULL; ++i)
125 for (i = 0; (protp = protocols[i]) != NULL; ++i)
142 for (i = 0; (protp = protocols[i]) != NULL; ++i)
168 for (i = 0; (protp = protocols[i]) != NULL; ++i)
351 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DPlatform.java102 * Sets client-supported protocols on a socket to send to a server. The
103 * protocols are only sent if the socket implementation supports NPN.
386 private final List<String> protocols; field in class:Platform.JettyNpnProvider
390 public JettyNpnProvider(List<String> protocols) { argument
391 this.protocols = protocols;
405 } else if (methodName.equals("protocols") && args.length == 0) {
406 return protocols;
413 this.selected = protocols.get(0);
/external/chromium_org/ppapi/api/
H A Dppb_websocket.idl217 * @param[in] protocols A pointer to an array of <code>PP_Var</code>
218 * specifying sub-protocols. Each <code>PP_Var</code> represents one
223 * @param[in] protocol_count The number of sub-protocols in
224 * <code>protocols</code>.
232 * <code>url</code>, or <code>protocols</code> contain an invalid string as
249 [in, size_as=protocol_count] PP_Var[] protocols,
/external/chromium_org/ppapi/proxy/
H A Dwebsocket_resource_unittest.cc64 PP_Var protocols[] = { MakeStringVar(protocol0), MakeStringVar(protocol1) }; local
68 int32_t result = websocket_iface->Connect(res.get(), url_var, protocols, 2,

Completed in 550 milliseconds

1234