Home
last modified time | relevance | path

Searched refs:Protocol (Results 1 – 25 of 165) sorted by relevance

1234567

/external/clang/test/SemaObjC/
Dprotocol-expr-neg-1.m3 @class Protocol;
14 Protocol *proto = @protocol(p1);
15 Protocol *fproto = @protocol(fproto);
16 Protocol *pp = @protocol(i); // expected-error {{cannot find protocol declaration for 'i'}}
17 Protocol *p1p = @protocol(cl); // expected-error {{cannot find protocol declaration for 'cl'}}
Dprotocol-expr-1.m12 Protocol *proto = @protocol(p1);
13 Protocol *fproto = @protocol(fproto);
Dclass-protocol.m4 @interface Protocol interface
/external/tcpdump/
DINSTALL91 igrp.h - Interior Gateway Routing Protocol definitions
104 l2tp.h - Layer Two Tunneling Protocol definitions
123 ntp.h - Network Time Protocol definitions
133 ppp.h - Point to Point Protocol definitions
139 print-arp.c - Address Resolution Protocol printer routines
143 print-bgp.c - Border Gateway Protocol printer routines
146 print-cdp.c - Cisco Discovery Protocol printer routines
154 print-dvmrp.c - Distance Vector Multicast Routing Protocol printer routines
157 print-egp.c - External Gateway Protocol printer routines
164 print-hsrp.c - Cisco Hot Standby Router Protocol printer routines
[all …]
/external/chromium/net/http/
Dhttp_alternate_protocols.h24 enum Protocol { enum
40 Protocol protocol;
65 Protocol alternate_protocol);
82 static const char* ProtocolToString(Protocol protocol);
Dhttp_alternate_protocols.cc20 HttpAlternateProtocols::Protocol protocol) { in ProtocolToString()
85 Protocol alternate_protocol) { in SetAlternateProtocolFor()
Dhttp_stream_factory.cc58 HttpAlternateProtocols::Protocol protocol = HttpAlternateProtocols::BROKEN; in ProcessAlternateProtocol()
63 protocol = static_cast<HttpAlternateProtocols::Protocol>(i); in ProcessAlternateProtocol()
/external/nist-sip/java/gov/nist/javax/sip/header/
DVia.java85 protected Protocol sentProtocol;
105 sentProtocol = new Protocol(); in Via()
138 public Protocol getSentProtocol() { in getSentProtocol()
213 sentProtocol = new Protocol(); in setProtocolVersion()
231 public void setSentProtocol(Protocol s) { in setSentProtocol()
386 sentProtocol = new Protocol(); in setTransport()
416 sentProtocol = new Protocol(); in setProtocol()
536 retval.sentProtocol = (Protocol) this.sentProtocol.clone(); in clone()
DProtocol.java43 public class Protocol extends SIPObject { class
146 public Protocol() { in Protocol() method in Protocol
/external/protobuf/python/
DREADME.txt1 Protocol Buffers - Google's data interchange format
4 This directory contains the Python Protocol Buffers runtime library.
12 Protocol Compiler (protoc). If you downloaded this package from PyPI
15 Protocol Compiler from some other source before you can use this
21 The Python implementation of Protocol Buffers is not as mature as the C++
24 join the Protocol Buffers discussion list and let us know!
70 The complete documentation for Protocol Buffers is available via the
/external/clang/test/CodeGenObjC/
Dprotocols.m37 Protocol *P0 = @protocol(P0);
38 Protocol *P1 = @protocol(P1);
39 Protocol *P2 = @protocol(P2);
40 Protocol *P3 = @protocol(P3);
/external/protobuf/
DREADME.txt1 Protocol Buffers - Google's data interchange format
8 To build and install the C++ Protocol Buffer runtime and the Protocol
38 To compile a package that uses Protocol Buffers, you need to pass
40 Protocol Buffers integrates with pkg-config to manage this. If you
52 Note that packages written prior to the 2.2.0 release of Protocol
63 If you are writing an autoconf-based package that uses Protocol
127 Protocol Buffers C++ runtime libraries will have compatible ABIs.
140 The Java and Python runtime libraries for Protocol Buffers are located
143 Note that both of them require you to first install the Protocol
149 The complete documentation for Protocol Buffers is available via the
DREADME.android9 Protocol Buffers are a way of encoding structured data in an efficient
10 yet extensible format. Google uses Protocol Buffers for almost all
DCONTRIBUTORS.txt2 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/ppp/pppd/plugins/radius/etc/
Ddictionary22 # Framed-Protocol = PPP
52 ATTRIBUTE Framed-Protocol 7 integer
94 # Experimental Non Protocol Attributes used by Cistron-Radiusd
108 # Non-Protocol Attributes
145 VALUE Framed-Protocol PPP 1
146 VALUE Framed-Protocol SLIP 2
215 # Non-Protocol Integer Translations
231 # Experimental Non-Protocol Integer Translations for Cistron-Radiusd
Ddictionary.ascend21 ATTRIBUTE Tunneling-Protocol 127 integer
153 VALUE Framed-Protocol ARA 255
154 VALUE Framed-Protocol MPP 256
155 VALUE Framed-Protocol EURAW 257
156 VALUE Framed-Protocol EUUI 258
157 VALUE Framed-Protocol X25 259
158 VALUE Framed-Protocol COMB 260
159 VALUE Framed-Protocol FR 261
160 VALUE Framed-Protocol MP 262
161 VALUE Framed-Protocol FR-CIR 263
/external/clang/test/SemaObjCXX/
Dinstantiate-method-return.mm9 @protocol Protocol protocol
14 @interface I<Protocol>
/external/e2fsprogs/lib/et/test_cases/
Dsimple.et34 "Protocol version mismatch"
55 "Protocol error"
/external/clang/test/ASTMerge/Inputs/
Dinterface2.m54 // Protocol with mismatching method
66 // Protocol with protocol
Dinterface1.m55 // Protocol with mismatching method
67 // Protocol with protocol
/external/protobuf/vsprojects/
Dreadme.txt1 This directory contains project files for compiling Protocol Buffers using
2 MSVC. This is not the recommended way to do Protocol Buffer development --
31 Static linking is now the default for the Protocol Buffer libraries. Due to
103 C4251 is of particular note, if you are compiling the Protocol Buffer library
110 Protocol Buffer implementation does not rely on static template members being
/external/protobuf/examples/
DREADME.txt1 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/
Dunittest_empty.proto1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
Dunittest_optimize_for.proto1 // Protocol Buffers - Google's data interchange format
32 // Based on original Protocol Buffers design by
/external/nist-sip/java/gov/nist/javax/sip/parser/
DViaParser.java78 Protocol protocol = new Protocol(); in parseVia()

1234567