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

<<21222324252627282930>>

  /external/clang/test/ARCMT/
atautorelease-check.m 13 @protocol NSObject
23 @protocol NSCopying
27 @protocol NSMutableCopying
  /external/e2fsprogs/lib/et/test_cases/
heimdal.c 48 "Kerberos protocol version mismatch",
62 "Kerberos protocol error",
72 "Kerberos error: Protocol Error",
  /external/icu4c/common/unicode/
unifilt.h 35 * <code>UnicodeFilter</code> defines a protocol for selecting a
49 * protocol, and it is not a correct solution.
54 * UnicodeMatcher protocol.
  /external/iproute2/examples/diffserv/
Edge1 50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
  /external/ipsec-tools/src/libipsec/
ipsec_strerror.c 56 "Invalid ipsec protocol", /*EIPSEC_INVAL_PROTO*/
68 "No protocol specified", /*EIPSEC_NO_PROTO*/
72 "Protocol mismatch", /*EIPSEC_PROTO_MISMATCH*/
ipsec_strerror.h 47 #define EIPSEC_INVAL_PROTO 7 /*invalid ipsec protocol*/
59 #define EIPSEC_NO_PROTO 19 /*no protocol specified*/
63 #define EIPSEC_PROTO_MISMATCH 23 /*protocol mismatch*/
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
SecurityAgreeHeader.java 74 * Set Protocol (prot paramater)
75 * @param prot - protocol value
144 * Get Protocol
  /external/ppp/pppd/
ipxcp.h 2 * ipxcp.h - IPX Control Protocol definitions.
55 /* Values for the router protocol */
85 int router; /* routing protocol */
  /external/protobuf/
CONTRIBUTORS.txt 2 to the public version of Protocol Buffers.
4 Original Protocol Buffers design and implementation:
73 * Emacs mode for Protocol Buffers (editors/protobuf-mode.el).
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
WireFormatMicro.java 0 // Protocol Buffers - Google's data interchange format
34 * This class is used internally by the Protocol Buffer library and generated
40 * the Protocol Buffer wire format.
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.h 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
82 // improve compatibility with version 1 of protocol buffers.
  /external/protobuf/src/google/protobuf/
reflection_ops.h 0 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
36 // from protocol-compiler-generated code, which may reside in other components.
  /external/protobuf/src/google/protobuf/testing/
file.h 0 // Protocol Buffers - Google's data interchange format
44 // Protocol buffer code only uses a couple static methods of File, and only
72 // method but they are not used anywhere in protocol buffers.
  /external/tcpdump/
llc.h 104 #define PID_CISCO_CDP 0x2000 /* Cisco Discovery Protocol */
105 #define PID_CISCO_VTP 0x2003 /* Cisco VLAN Trunk Protocol */
106 #define PID_CISCO_DTP 0x2004 /* Cisco Dynamic Trunk Protocol */
slcompress.h 51 * Packet types (must not conflict with IP protocol version)
56 * with the 8-bit protocol field replaced by an 8-bit connection id --
64 * IP protocol version number (4) which normally appears in this nibble
  /external/valgrind/main/docs/internals/
xml-output.txt 5 a fourth version, Protocol 4, was defined, and that is described
9 correct up to and including Protocol 3, which was used in the Valgrind
11 the format and the required flags for Valgrind, in Protocol 4.
111 Inside that, the first entity is an indication of the protocol
114 protocol version is one they don't understand. Hence TOPLEVEL is:
119 PROTOCOL
122 Valgrind versions 3.0.0 and 3.0.1 emit protocol version 1. Versions
123 3.1.X and 3.2.X emit protocol version 2. 3.4.X emits protocol version
127 PROTOCOL for version
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-hash.js 43 debug("Add hash to mailto: protocol");
50 debug("Add hash to file: protocol");
61 debug("Add hash to non-standard protocol");
set-href-attribute-hostname.js 20 // Firefox 3.5.2 does not allow setting the host to foo: protocol
21 debug("Set hostname to URL with foo: protocol");
42 // IE8 fails to process really: protocol.
  /external/webkit/Source/WebCore/websockets/
WebSocketChannel.h 54 static PassRefPtr<WebSocketChannel> create(ScriptExecutionContext* context, WebSocketChannelClient* client, const KURL& url, const String& protocol) { return adoptRef(new WebSocketChannel(context, client, url, protocol)); }
81 WebSocketChannel(ScriptExecutionContext*, WebSocketChannelClient*, const KURL&, const String& protocol);
  /external/webkit/Source/WebKit/mac/WebView/
WebViewData.h 47 @protocol WebFormDelegate;
48 @protocol WebDeviceOrientationProvider;
49 @protocol WebGeolocationProvider;
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFormDelegate.idl 39 @protocol WebFormSubmissionListener
55 @discussion The WebFormDelegate class responds to all WebFormDelegate protocol
60 @protocol WebFormDelegate
  /external/webkit/Source/WebKit2/WebProcess/ApplicationCache/
WebApplicationCacheManager.cpp 76 originData.protocol = origin->protocol();
91 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(originData.protocol, originData.host, originData.port);
  /external/webkit/Source/WebKit2/WebProcess/KeyValueStorage/
WebKeyValueStorageManager.cpp 73 originData.protocol = coreOrigins[i]->protocol();
87 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(originData.protocol, originData.host, originData.port);
  /external/webkit/Source/WebKit2/WebProcess/ResourceCache/
WebResourceCacheManager.cpp 91 originData.protocol = origin->protocol();
111 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(originData.protocol, originData.host, originData.port);
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
AdditionalTextOutput.java 54 String protocol = ""; local
60 protocol = url.getProtocol();
72 output.append(protocol + ", " + host + ", " + port + "} ");

Completed in 547 milliseconds

<<21222324252627282930>>