/external/clang/test/SemaObjC/ |
class-conforming-protocol-2.m | 3 @protocol NSWindowDelegate @end 5 @protocol IBStringsTableWindowDelegate <NSWindowDelegate>
|
compare-qualified-class.m | 4 @protocol SomeProtocol 7 @protocol SomeProtocol1
|
conditional-expr-7.m | 9 @protocol MyProtocol 13 @protocol MyProtocol2 <MyProtocol>
|
interface-layout.m | 7 @protocol NSObject 11 @protocol NSCopying
|
property-4.m | 6 @protocol ProtocolObject 11 @protocol ProtocolDerivedGCObject <ProtocolObject>
|
property-7.m | 5 @protocol NSObject 9 @protocol NSCopying
|
property-and-ivar-use.m | 7 @protocol IDEBuildable 11 @protocol IDEBuildableProduct <IDEBuildable>
|
/external/clang/test/SemaObjCXX/ |
overload-1.mm | 3 @protocol Proto1 @end 5 @protocol Proto2 @end
|
/external/iptables/extensions/ |
libip6t_icmp6.man | 1 This extension can be used if `\-\-protocol ipv6\-icmp' or `\-\-protocol icmpv6' is
|
libip6t_mh.man | 1 This extension is loaded if `\-\-protocol ipv6\-mh' or `\-\-protocol mh' is
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ViaHeaderExt.java | 21 * Returns transport to the "sent-protocol" field 22 * @return "sent-protocol" field
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
package.html | 2 This package implements the main protocol abstractions that are defined by the SIP RFC 3261. 10 SIPTransactionStack is the container that holds references to these protocol objects.
|
/external/ppp/pppd/include/net/ |
ppp_defs.h | 76 * Protocol field values. 78 #define PPP_IP 0x21 /* Internet Protocol */ 79 #define PPP_AT 0x29 /* AppleTalk Protocol */ 80 #define PPP_IPX 0x2b /* IPX protocol */ 83 #define PPP_IPV6 0x57 /* Internet Protocol Version 6 */ 85 #define PPP_IPCP 0x8021 /* IP Control Protocol */ 86 #define PPP_ATCP 0x8029 /* AppleTalk Control Protocol */ 87 #define PPP_IPXCP 0x802b /* IPX Control Protocol */ 88 #define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ 89 #define PPP_CCP 0x80fd /* Compression Control Protocol */ [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/ |
const.h | 18 * Maximum protocol version supported by knfsd 26 /* NFSv2 is limited by the protocol specification, see RFC 1094 */
|
/external/chromium/net/http/ |
http_stream_factory.cc | 58 HttpAlternateProtocols::Protocol protocol = HttpAlternateProtocols::BROKEN; local 59 // We skip NPN_SPDY_1 here, because we've rolled the protocol version to 2. 63 protocol = static_cast<HttpAlternateProtocols::Protocol>(i); 66 if (protocol == HttpAlternateProtocols::BROKEN) { 67 // Currently, we only recognize the npn-spdy protocol. 69 << " header has unrecognized protocol: " 80 // If we think the alternate protocol is broken, don't change it. 81 if (existing_alternate.protocol == HttpAlternateProtocols::BROKEN [all...] |
/external/tcpdump/ |
INSTALL | 91 igrp.h - Interior Gateway Routing Protocol definitions 97 ipproto.c - IP protocol type value-to-name table 98 ipproto.h - IP protocol type value definitions 104 l2tp.h - Layer Two Tunneling Protocol definitions 123 ntp.h - Network Time Protocol definitions 132 pmap_prot.h - definitions for ONC RPC portmapper protocol 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 routine [all...] |
/external/kernel-headers/original/linux/ |
in.h | 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 6 * Definitions of the Internet Protocol. 26 IPPROTO_IP = 0, /* Dummy protocol for TCP */ 27 IPPROTO_ICMP = 1, /* Internet Control Message Protocol */ 28 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ 30 IPPROTO_TCP = 6, /* Transmission Control Protocol */ 31 IPPROTO_EGP = 8, /* Exterior Gateway Protocol */ 32 IPPROTO_PUP = 12, /* PUP protocol */ 33 IPPROTO_UDP = 17, /* User Datagram Protocol */ 34 IPPROTO_IDP = 22, /* XNS IDP protocol */ [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
in.h | 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 6 * Definitions of the Internet Protocol. 26 IPPROTO_IP = 0, /* Dummy protocol for TCP */ 27 IPPROTO_ICMP = 1, /* Internet Control Message Protocol */ 28 IPPROTO_IGMP = 2, /* Internet Group Management Protocol */ 30 IPPROTO_TCP = 6, /* Transmission Control Protocol */ 31 IPPROTO_EGP = 8, /* Exterior Gateway Protocol */ 32 IPPROTO_PUP = 12, /* PUP protocol */ 33 IPPROTO_UDP = 17, /* User Datagram Protocol */ 34 IPPROTO_IDP = 22, /* XNS IDP protocol */ [all...] |
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLContext2Test.java | 149 * Test for <code>getInstance(String protocol)</code> method 151 * throws NullPointerException when protocol is null; 152 * throws NoSuchAlgorithmException when protocol is not correct; 159 fail("NoSuchAlgorithmException or NullPointerException should be thrown (protocol is null"); 166 fail("NoSuchAlgorithmException must be thrown (protocol: " 176 assertEquals("Incorrect protocol", sslC.getProtocol(), 184 * Test for <code>getInstance(String protocol, String provider)</code> 187 * throws NullPointerException when protocol is null; 188 * throws NoSuchAlgorithmException when protocol is not correct; 198 fail("NoSuchAlgorithmException or NullPointerException should be thrown (protocol is null") [all...] |
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLContext2Test.java | 144 * Test for <code>getInstance(String protocol)</code> method 146 * throws NullPointerException when protocol is null; 147 * throws NoSuchAlgorithmException when protocol is not correct; 155 + "(protocol is null)"); 162 fail("NoSuchAlgorithmException must be thrown (protocol: " 171 assertEquals("Incorrect protocol", sslC.getProtocol(), validValues[i]); 178 * Test for <code>getInstance(String protocol, String provider)</code> 181 * throws NullPointerException when protocol is null; 182 * throws NoSuchAlgorithmException when protocol is not correct; 193 + "(protocol is null)") [all...] |
/external/bluetooth/bluez/ |
bluez.pc.in | 7 Description: Bluetooth protocol stack for Linux
|
/external/chromium/chrome/browser/sync/engine/ |
read_node_mock.cc | 7 #include "chrome/browser/sync/protocol/autofill_specifics.pb.h"
|
/external/clang/test/ARCMT/ |
with-arc-mode-check.m | 3 @protocol NSObject
|
/external/clang/test/CodeGenObjC/ |
return-objc-object.mm | 3 @protocol P1 @end
|
/external/clang/test/Index/ |
complete-protocols.m | 4 @protocol Protocol1 7 @protocol Protocol2; 11 @protocol Protocol0; 12 @protocol NewProtocol
|