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

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/accessibility/
browser_accessibility_delegate_mac.h 12 // This protocol is used by the BrowserAccessibility objects to pass messages
15 @protocol BrowserAccessibilityDelegateCocoa
  /external/chromium/chrome/browser/ui/cocoa/
url_drop_target.h 11 @protocol URLDropTarget;
12 @protocol URLDropTargetController;
38 // Protocol which views that are URL drop targets and use |URLDropTargetHandler|
40 @protocol URLDropTarget
52 @end // @protocol URLDropTarget
54 // Protocol for the controller which handles the actual drop data/drop updates.
55 @protocol URLDropTargetController
73 @end // @protocol URLDropTargetController
  /external/clang/test/Analysis/
NSPanel.m 11 @protocol NSObject
15 @protocol NSCopying
18 @protocol NSMutableCopying
21 @protocol NSCoding
31 @protocol NSFastEnumeration
44 @protocol NSAnimatablePropertyContainer
47 @protocol NSValidatedUserInterfaceItem
50 @protocol NSUserInterfaceValidations
  /external/clang/test/PCH/
chain-predecl.m 11 @protocol Pro
14 @protocol Kaboom
  /external/clang/test/Rewriter/
protocol-rewrite-1.m 9 @protocol MyProto
36 if (@protocol(MyProto)) {
rewrite-protocol-type-1.m 3 @protocol MyProto1
6 @protocol MyProto2
  /external/clang/test/SemaObjC/
access-property-getter.m 3 @protocol NSObject
7 @protocol XCOutputStreams <NSObject>
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...]

Completed in 1224 milliseconds

1 2 3 45 6 7 8 91011>>