HomeSort by relevance Sort by last modified time
    Searched full:protocol (Results 251 - 275 of 3891) sorted by null

<<11121314151617181920>>

  /external/chromium/net/websockets/
websocket_handshake_draft75.cc 15 "HTTP/1.1 101 Web Socket Protocol Handshake\r\n";
33 const std::string& protocol)
34 : WebSocketHandshake(url, origin, location, protocol) {
54 msg += "WebSocket-Protocol: ";
136 // protocol field or not as specified in the spec.
138 && !GetSingleHeader(headers, "websocket-protocol", &ws_protocol_))
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 85 protected Protocol sentProtocol;
105 sentProtocol = new Protocol();
124 /** get the Protocol Version
136 * @return Protocol field
138 public Protocol getSentProtocol() {
208 /** set the Protocol Version
213 sentProtocol = new Protocol();
229 * @param s Protocol to set.
231 public void setSentProtocol(Protocol s) {
372 * which transport protocol to use for sending requests and responses t
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbInterface.java 48 public UsbInterface(int id, int Class, int subClass, int protocol,
53 mProtocol = protocol;
87 * Returns the interface's protocol field.
89 * @return the interface's protocol
126 int protocol = in.readInt();
128 return new UsbInterface(id, Class, subClass, protocol, endpoints);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
pcm_extplug.h 54 * Protocol version
56 #define SND_PCM_EXTPLUG_VERSION_MAJOR 1 /**< Protocol major version */
57 #define SND_PCM_EXTPLUG_VERSION_MINOR 0 /**< Protocol minor version */
58 #define SND_PCM_EXTPLUG_VERSION_TINY 1 /**< Protocol tiny version */
60 * Filter-plugin protocol version
69 * protocol version; #SND_PCM_EXTPLUG_VERSION must be filled here
  /external/apache-harmony/luni/src/test/impl/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderImplTest.java 42 public URLStreamHandler createURLStreamHandler(String protocol) {
43 if ("jar".equals(protocol)) {
47 fail("Should be JarHandler. But " + protocol);
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc 40 ProtocolHandler* old_handler = registry_->GetHandlerFor(handler_->protocol());
44 UTF8ToUTF16(handler_->protocol()), old_handler->title()) :
47 UTF8ToUTF16(handler_->protocol()));
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.h 16 // Listens to remote debugger incoming connections, handles the V8ARDP protocol
42 // The protocol states while reading socket input
46 HEADERS = 2, // Receiving protocol headers
  /external/chromium/chrome/common/safe_browsing/
csd.proto 6 // protocol buffers. Those protocol messages should be kept in sync
9 // If you want to change this protocol definition or you have questions
  /external/chromium/third_party/libjingle/source/
CHANGELOG 20 - control signaling protocol
25 - Backward compatible with Google Talk Call Signaling protocol implemented
34 - Updated protocol.
  /external/clang/test/Analysis/
pr_2542_rdar_6793404.m 9 @protocol NSObject
14 @protocol NSCopying
17 @protocol NSCoding
  /external/clang/test/SemaObjC/
class-protocol-method-match.m 4 @protocol Bar
12 @protocol Bar1
19 @protocol Baz <Bar, Bar1>
conditional-expr-3.m 3 @protocol P0
5 @protocol P1
7 @protocol P2
property-9.m 4 @protocol NSObject - (BOOL)isEqual:(id)object; @end
26 @protocol MyProtocol
67 @protocol PVImageViewProtocol
  /external/clang/test/SemaObjCXX/
conditional-expr.mm 3 @protocol P0
5 @protocol P1
7 @protocol P2
  /external/iproute2/examples/diffserv/
Edge31-ca-u32 33 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \
53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
90 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
144 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
146 $TC filter add $EGDEV parent 1:0 protocol ip prio 1
    [all...]
efcbq 6 print "$TC filter add $DEV parent 1:0 protocol ip prio 1 tcindex ".
18 print "$TC filter add $DEV parent 2:0 protocol ip prio 1 ".
30 print "$TC filter add $DEV parent 2:0 protocol ip prio 2 ".
  /external/kernel-headers/original/linux/
netfilter_bridge.h 56 if (skb->protocol == __constant_htons(ETH_P_8021Q)) {
77 if (skb->protocol == __constant_htons(ETH_P_IP))
80 if (skb->protocol == __constant_htons(ETH_P_8021Q))
netfilter_ipv4.h 23 /* Protocol. */
30 /* Per-protocol information: only matters if proto match. */
83 unsigned int dataoff, u_int8_t protocol);
netfilter_ipv6.h 26 /* Protocol. */
34 /* Per-protocol information: only matters if proto match. */
79 unsigned int dataoff, u_int8_t protocol);
  /external/mtpd/
mtpd.h 46 /* Each protocol must implement everything defined in this structure. Note that
49 struct protocol { struct
50 /* The name of this protocol. */
  /external/qemu/android/protocol/
attach-ui-impl.c 15 * part of the UI control protocol. Here we handle UI control commands received
21 #include "android/protocol/core-connection.h"
22 #include "android/protocol/attach-ui-impl.h"
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDocument.idl 37 @protocol WebDocumentView
38 @discussion Protocol implemented by the document view of WebFrameView
40 @protocol WebDocumentView <NSObject>
100 @protocol WebDocumentSearching
101 @discussion Optional protocol for searching document view of WebFrameView.
103 @protocol WebDocumentSearching <NSObject>
127 @protocol WebDocumentText
128 @discussion Optional protocol for supporting text operations.
130 @protocol WebDocumentText <NSObject>
177 @protocol WebDocumentRepresentatio
    [all...]
  /external/webkit/Source/WebKit2/Shared/API/c/
WKSecurityOrigin.cpp 45 WKSecurityOriginRef WKSecurityOriginCreate(WKStringRef protocol, WKStringRef host, int port)
47 RefPtr<WebSecurityOrigin> securityOrigin = WebSecurityOrigin::create(toImpl(protocol)->string(), toImpl(host)->string(), port);
53 return toCopiedAPI(toImpl(securityOrigin)->protocol());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
netfilter_ipv6.h 25 /* Protocol. */
33 /* Per-protocol information: only matters if proto match. */
74 unsigned int dataoff, u_int8_t protocol);
  /build/tools/droiddoc/templates-pdk/
trailer.cs 5 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

Completed in 2445 milliseconds

<<11121314151617181920>>