HomeSort by relevance Sort by last modified time
    Searched full:protocols (Results 51 - 75 of 1042) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/content/renderer/pepper/
pepper_websocket_host.cc 179 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.
  /external/chromium_org/ppapi/utility/websocket/
websocket_api.h 33 /// @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/chrome/common/extensions/docs/
samples.json 176 "protocols": [
201 "protocols": [
230 "protocols": [
255 "protocols": [],
288 "protocols": [],
314 "protocols": [],
335 "protocols": [],
375 "protocols": [
409 "protocols": [
443 "protocols":
    [all...]
  /external/iproute2/man/man8/
ip-xfrm.8 453 protocols, the source and destination port can optionally be specified.
456 protocols, the type and code numbers can optionally be specified.
460 Other protocols can be selected by name or number
500 protocols, the source and destination port can optionally be specified.
503 protocols, the type and code numbers can optionally be specified.
507 Other protocols can be selected by name or number
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLContextTest.java 261 String[] protocols = p.getProtocols(); local
262 assertNotNull(protocols);
263 StandardNames.assertValidCipherSuites(StandardNames.SSL_SOCKET_PROTOCOLS, protocols);
284 String[] protocols = p.getProtocols(); local
285 assertNotNull(protocols);
287 protocols);
  /external/chromium_org/ppapi/thunk/
ppb_websocket_api.h 27 // Connects to the specified WebSocket server with |protocols| argument
31 const PP_Var protocols[],
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h 44 uint8_t mpc_p3[8]; /* Flow-detection Protocols */
85 #define MPC_P3 0 /* Flow-detection Protocols */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnss_nis-2.7.so 
libnss_nis.so 
libnss_nis.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 44 uint8_t mpc_p3[8]; /* Flow-detection Protocols */
85 #define MPC_P3 0 /* Flow-detection Protocols */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnss_nis-2.7.so 
libnss_nis.so 
libnss_nis.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 44 uint8_t mpc_p3[8]; /* Flow-detection Protocols */
85 #define MPC_P3 0 /* Flow-detection Protocols */
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngine.java 24 * protocols. It includes the setup, handshake, and encrypt/decrypt
176 * protocols can be enables using {@link #setEnabledProtocols(String[])}.
230 * instance. Only protocols listed by {@code getSupportedProtocols()} are
233 * @param protocols
237 * {@code protocols} is {@code null}.
239 public abstract void setEnabledProtocols(String[] protocols);
467 * cipher suites, protocols, and client authentication settings.
484 * sets the enabled protocols. If the parameters specify the want
494 String[] protocols = p.getProtocols(); local
495 if (protocols != null)
    [all...]
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 42 * This class defines expected string names for protocols, key types,
    [all...]
  /external/chromium_org/chrome/browser/ui/
protocol_dialog_delegate.h 12 // handling special protocols. The window that is displayed uses this interface
  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 117 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/net/socket/
ssl_client_socket.h 75 kNextProtoNoOverlap = 2, // No protocols in common. We requested
95 // *server_protos is set to the server advertised protocols.
106 // construct a comma separated string of server advertised protocols.
128 // This may be useful for protocols, like SPDY, which allow the same
  /external/chromium_org/net/url_request/
url_request_job_factory.h 35 // protocols handled by MaybeCreateJob(). Only called when registered with
  /external/chromium_org/net/websockets/
websocket_handshake_handler_spdy_test.cc 83 spdy_util_.SetHeader("status", "101 Switching Protocols", &headers);
94 "HTTP/1.1 101 Switching Protocols\r\n"
157 spdy_util_.SetHeader("status", "101 Switching Protocols", &headers);
173 "HTTP/1.1 101 Switching Protocols\r\n"
  /external/chromium_org/third_party/libjingle/source/talk/base/
nethelpers.cc 130 scoped_ptr<char[]> protocols;
136 // Check for protocols in a do-while loop until we provide a buffer large
140 protocols.reset(new char[protbuff_size]);
141 protocol_infos = reinterpret_cast<LPWSAPROTOCOL_INFOW>(protocols.get());
  /external/chromium_org/third_party/tlslite/tlslite/integration/
TLSTwistedProtocolWrapper.py 3 from twisted.protocols.policies import ProtocolWrapper, WrappingFactory
33 """This class can wrap Twisted protocols to add TLS support.
45 from twisted.protocols.policies import WrappingFactory
46 from twisted.protocols.basic import LineReceiver
  /external/clang/test/ASTMerge/Inputs/
interface1.m 77 // Forward-declared protocols

Completed in 580 milliseconds

1 23 4 5 6 7 8 91011>>