/external/bluetooth/hcidump/parser/ |
hidp.c | 3 * BlueZ - Bluetooth protocol stack for Linux 51 return "Get protocol"; 53 return "Set protocol"; 129 return "Boot protocol"; 131 return "Report protocol";
|
/external/clang/test/Analysis/ |
NSWindow.m | 13 @protocol NSObject 17 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; 29 @protocol NSAnimatablePropertyContainer 35 @protocol NSValidatedUserInterfaceItem - (SEL)action; @end 36 @protocol NSUserInterfaceValidations - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem; @end @class NSNotification, NSText, NSView, NSMutableSet, NSSet, NSDate;
|
pr4209.m | 11 @protocol NSObject - (BOOL)isEqual:(id)object; 12 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; 13 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; 14 @end @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; 21 @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;
|
uninit-msg-expr.m | 17 @protocol NSObject - (BOOL)isEqual:(id)object; @end 18 @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; @end 19 @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end 20 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end 25 @protocol NSFastEnumeration
|
variadic-method-types.m | 19 @protocol NSObject 25 @protocol NSCopying 28 @protocol NSMutableCopying 32 @protocol NSCoding 40 @protocol NSFastEnumeration 61 @protocol P; 86 @protocol RDar9273215
|
/external/clang/test/SemaObjC/ |
conditional-expr.m | 2 @protocol NSObject 5 @protocol DTOutputStreams <NSObject> 46 @protocol P0 49 @protocol P1 51 @protocol P2
|
/external/kernel-headers/original/linux/ |
if_arcnet.h | 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 23 * These are the defined ARCnet Protocol ID's. 29 /* RFC1201 Protocol ID's */ 37 /* Old RFC1051 Protocol ID's */ 60 uint8_t proto; /* protocol ID field - varies */
|
/external/protobuf/src/google/protobuf/ |
package_info.h | 0 // Protocol Buffers - Google's data interchange format 32 // Based on original Protocol Buffers design by 41 // Core components of the Protocol Buffers runtime library. 43 // The files in this package represent the core of the Protocol Buffer 48 // Thread-safety in the Protocol Buffer library follows a simple rule:
|
/external/tcpdump/ |
arcnet.h | 66 #define ARCTYPE_IP_OLD 240 /* IP protocol */ 67 #define ARCTYPE_ARP_OLD 241 /* address resolution protocol */ 70 #define ARCTYPE_IP 212 /* IP protocol */ 71 #define ARCTYPE_ARP 213 /* address resolution protocol */ 72 #define ARCTYPE_REVARP 214 /* reverse addr resolution protocol */
|
ethertype.h | 44 #define ETHERTYPE_PUP 0x0200 /* PUP protocol */ 47 #define ETHERTYPE_IP 0x0800 /* IP protocol */ 50 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ 53 #define ETHERTYPE_REVARP 0x8035 /* reverse Addr. resolution protocol */ 137 #define ETHERTYPE_VMAN 0x9100 /* Extreme VMAN Protocol */
|
/external/webkit/Source/WebCore/page/ |
OriginAccessEntry.cpp | 38 OriginAccessEntry::OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting subdomainSetting) 39 : m_protocol(protocol.lower()) 52 ASSERT(origin.protocol() == origin.protocol().lower()); 54 if (m_protocol != origin.protocol())
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebPluginViewFactory.h | 50 WebPlugInContainer informal protocol. This object is used for 72 @protocol WebPlugInViewFactory 74 The principal class of the plug-in bundle must implement this protocol. 77 @protocol WebPlugInViewFactory <NSObject> 82 @result Returns an NSView object that conforms to the WebPlugIn informal protocol.
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebDocumentPrivate.h | 35 @protocol WebDocumentImage <NSObject> 40 @protocol WebDocumentDOM <NSObject> 45 @protocol WebDocumentSelection <WebDocumentText> 68 @protocol WebDocumentPDF <WebDocumentText> 72 @protocol WebDocumentIncrementalSearching
|
WebFormDelegate.h | 37 @protocol WebFormSubmissionListener 39 @protocol WebFormSubmissionListener <NSObject> 44 @protocol WebFormDelegate 46 @protocol WebFormDelegate <NSObject> 69 @discussion The WebFormDelegate class responds to all WebFormDelegate protocol
|
/packages/apps/Email/src/com/android/email/service/ |
AccountService.java | 65 String protocol = Account.getProtocol(mContext, accountId); 66 if ((protocol != null) && forProtocol.equals(protocol)) { 80 public void reconcileAccounts(String protocol, String accountManagerType) { 81 ArrayList<Account> providerList = getAccountList(protocol);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_arcnet.h | 2 * INET An implementation of the TCP/IP protocol suite for the LINUX 23 * These are the defined ARCnet Protocol ID's. 29 /* RFC1201 Protocol ID's */ 37 /* Old RFC1051 Protocol ID's */ 60 uint8_t proto; /* protocol ID field - varies */
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
sessionmessages.cc | 162 msg->protocol = PROTOCOL_GINGLE; 178 msg->protocol = PROTOCOL_JINGLE; 202 msg->protocol = PROTOCOL_HYBRID; 260 if (msg.protocol == PROTOCOL_GINGLE) { 278 bool ParseCandidates(SignalingProtocol protocol, 289 return trans_parser->ParseCandidates(protocol, candidates_elem, 389 bool WriteCandidates(SignalingProtocol protocol, 399 return trans_parser->WriteCandidates(protocol, candidates, elems, error); 471 bool ParseContentInfo(SignalingProtocol protocol, 483 if (!parser->ParseContent(protocol, elem, &desc, error) [all...] |
/libcore/luni/src/main/java/java/net/ |
Authenticator.java | 49 private String protocol; field in class:Authenticator 102 * Returns the protocol of the connection that requests authorization. 104 * @return protocol of the connection. 107 return this.protocol; 131 * protocol of the connection that requests authentication. 147 thisAuthenticator.protocol = rProtocol; 181 * protocol of the connection that requests authentication. 198 thisAuthenticator.protocol = rProtocol; 231 * protocol of the connection that requests authentication. 253 thisAuthenticator.protocol = rProtocol [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
in.h | 34 IPPROTO_IP = 0, /* Dummy protocol for TCP. */ 38 IPPROTO_ICMP = 1, /* Internet Control Message Protocol. */ 40 IPPROTO_IGMP = 2, /* Internet Group Management Protocol. */ 44 IPPROTO_TCP = 6, /* Transmission Control Protocol. */ 46 IPPROTO_EGP = 8, /* Exterior Gateway Protocol. */ 48 IPPROTO_PUP = 12, /* PUP protocol. */ 50 IPPROTO_UDP = 17, /* User Datagram Protocol. */ 52 IPPROTO_IDP = 22, /* XNS IDP protocol. */ 54 IPPROTO_TP = 29, /* SO Transport Protocol Class 4. */ 62 IPPROTO_RSVP = 46, /* Reservation Protocol. * [all...] |
/external/chromium/net/websockets/ |
websocket_job_unittest.cc | 241 "Sec-WebSocket-Protocol: sample\r\n" 258 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n" 263 "Sec-WebSocket-Protocol: sample\r\n" 286 "Sec-WebSocket-Protocol: sample\r\n" 305 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n" 310 "Sec-WebSocket-Protocol: sample\r\n" 354 "Sec-WebSocket-Protocol: sample\r\n" 367 "Sec-WebSocket-Protocol: sample\r\n" 385 "HTTP/1.1 101 WebSocket Protocol Handshake\r\n" 390 "Sec-WebSocket-Protocol: sample\r\n [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ClientHandshakeImpl.java | 44 * Client side handshake protocol implementation. 45 * Handshake protocol operates on top of the Record Protocol. 50 * to Record Protocol. Detected errors are reported to the Alert protocol. 53 * TLS Handshake Protocol</a> 94 session.protocol = ProtocolVersion.getLatestVersion(parameters.getEnabledProtocols()); 95 recordProtocol.setVersion(session.protocol.version); 115 session.protocol = ProtocolVersion.getLatestVersion(parameters.getEnabledProtocols()); 116 recordProtocol.setVersion(session.protocol.version) [all...] |
/external/dhcpcd/ |
bpf.c | 52 open_socket(struct interface *iface, int protocol) 110 if (protocol == ETHERTYPE_ARP) { 138 send_raw_packet(const struct interface *iface, int protocol, 147 hw.ether_type = htons(protocol); 152 if (protocol == ETHERTYPE_ARP) 162 get_raw_packet(struct interface *iface, int protocol, 170 if (protocol == ETHERTYPE_ARP)
|
/external/kernel-headers/original/asm-generic/ |
errno.h | 20 #define EUNATCH 49 /* Protocol driver not attached */ 44 #define EPROTO 71 /* Protocol error */ 64 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ 65 #define ENOPROTOOPT 92 /* Protocol not available */ 66 #define EPROTONOSUPPORT 93 /* Protocol not supported */ 69 #define EPFNOSUPPORT 96 /* Protocol family not supported */ 70 #define EAFNOSUPPORT 97 /* Address family not supported by protocol */
|
/external/libpcap/ |
README.linux | 2 the "packet" protocol must be supported by your kernel. If it is not, 9 socket: Address family not supported by protocol 14 protocol; the following note is from the Linux "Configure.help" file for 19 The Packet protocol is used by applications which communicate 21 protocol implemented in the kernel, e.g. tcpdump. If you want them 35 The Packet protocol is used by applications which communicate 37 protocol implemented in the kernel, e.g. tcpdump. If you want them
|
/external/ppp/pppd/ |
lcp.h | 2 * lcp.h - Link Control Protocol definitions. 51 #define CI_QUALITY 4 /* Quality Protocol */ 53 #define CI_PCOMPRESSION 7 /* Protocol Field Compression */ 63 #define PROTREJ 8 /* Protocol Reject */ 67 #define CBCP_OPT 6 /* Use callback control protocol */ 82 bool neg_pcompression; /* HDLC Protocol Field Compression? */ 113 void lcp_sprotrej __P((int, u_char *, int)); /* send protocol reject */
|