HomeSort by relevance Sort by last modified time
    Searched full:protocol (Results 526 - 550 of 3661) sorted by null

<<21222324252627282930>>

  /external/kernel-headers/original/linux/
udp.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
6 * Definitions for the UDP protocol.
  /external/nist-sip/java/gov/nist/javax/sip/header/
Protocol.java 34 * Protocol name and version.
43 public class Protocol extends SIPObject {
80 /** get the protocol name
87 /** get the protocol version
95 * Get the protocol name + version
109 } else throw new ParseException( "Missing '/' in protocol", 0 );
146 public Protocol() {
153 * $Log: Protocol.java,v $
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 55 // The protocol
78 Protocol protocol = new Protocol(); local
79 protocol.setProtocolName(protocolName.getTokenValue());
80 protocol.setProtocolVersion(protocolVersion.getTokenValue());
81 protocol.setTransport(transport.getTokenValue());
82 v.setSentProtocol(protocol);
  /external/protobuf/examples/
README.txt 1 This directory contains example code that uses Protocol Buffers to manage an
24 These examples are part of the Protocol Buffers tutorial, located at:
  /external/protobuf/src/google/protobuf/
generated_message_util.cc 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
service.cc 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
unittest_empty.proto 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
unittest_optimize_for.proto 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.cc 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
  /external/webkit/Source/WebCore/bridge/objc/
WebScriptObject.h 31 @protocol WebScriptObject
42 @protocol WebUndefined
  /external/webkit/Source/WebCore/html/
HTMLAnchorElement.idl 43 readonly attribute DOMString protocol;
51 attribute [ConvertNullToNullString] DOMString protocol;
  /external/webkit/Source/WebCore/page/mac/
WebCoreFrameView.h 32 @protocol WebCoreFrameScrollView
40 @protocol WebCoreFrameView
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.h 32 @protocol WebVideoFullscreenHUDWindowControllerDelegate;
61 @protocol WebVideoFullscreenHUDWindowControllerDelegate <NSObject>
  /external/webkit/Source/WebKit2/Shared/
SecurityOriginData.h 46 // FIXME <rdar://9018386>: We should be sending more state across the wire than just the protocol,
49 String protocol; member in struct:WebKit::SecurityOriginData
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AlertProtocol.java 21 * This class encapsulates the functionality of Alert Protocol.
132 // record protocol to be used to wrap the alerts
140 * record protocol
146 * Sets up the record protocol to be used by this allert protocol.
179 * Resets the protocol to be in "no alert" state.
264 * protocol in "no alert" state, so after wrapping the method setProcessed
273 * Shutdown the protocol. It will be impossible to use the instance
  /packages/apps/Email/src/com/android/email/
FixedLengthInputStream.java 24 * is used to allow a client to read directly from an underlying protocol stream without reading
25 * past where the protocol handler intended the client to read.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
auto_fs4.h 39 /* Kernel protocol version 4 packet types */
44 /* Kernel protocol version 5 packet types */
if_fc.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
46 __u8 protid[3]; /* protocol id */
netfilter_ipv4.h 22 /* Protocol. */
29 /* Per-protocol information: only matters if proto match. */
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
VersionLoader.java 37 return loadVersion(device, "PROTOCOL");
76 // Versioning of the protocol and server was added with version 2
  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 144 uint16_t protocol = 0; local
146 ACCESSORY_GET_PROTOCOL, 0, 0, &protocol, sizeof(protocol), 0);
148 printf("Device supports protocol version %d\n", protocol);
150 fprintf(stderr, "Failed to read protocol version\n");
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 62 uint16_t protocol = -1; local
67 ACCESSORY_GET_PROTOCOL, 0, 0, 0, 2, (char *)&protocol);
68 return protocol;
84 int protocol = getProtocol(addr); local
86 if (protocol == 1) {
89 Serial.print("could not read device protocol version\n");
  /external/apache-http/src/org/apache/http/client/params/
ClientPNames.java 67 public static final String HANDLE_REDIRECTS = "http.protocol.handle-redirects";
75 public static final String REJECT_RELATIVE_REDIRECT = "http.protocol.reject-relative-redirect";
84 public static final String MAX_REDIRECTS = "http.protocol.max-redirects";
94 public static final String ALLOW_CIRCULAR_REDIRECTS = "http.protocol.allow-circular-redirects";
102 public static final String HANDLE_AUTHENTICATION = "http.protocol.handle-authentication";
110 public static final String COOKIE_POLICY = "http.protocol.cookie-policy";
  /external/apache-http/src/org/apache/http/params/
HttpProtocolParams.java 36 import org.apache.http.protocol.HTTP;
40 * to simplify manipulation of the HTTP protocol specific parameters.
119 * Returns {@link ProtocolVersion protocol version} to be used per default.
121 * @return {@link ProtocolVersion protocol version}
136 * Assigns the {@link ProtocolVersion protocol version} to be used by the
139 * @param version the {@link ProtocolVersion protocol version}
  /external/chromium/chrome/browser/
browsing_data_local_storage_helper.cc 27 const std::string& protocol,
35 : protocol(protocol),
102 if (EqualsASCII(web_security_origin.protocol(),
111 web_security_origin.protocol().utf8(),
222 web_security_origin.protocol().utf8(),

Completed in 830 milliseconds

<<21222324252627282930>>