Searched refs:Protocol (Results 26 - 50 of 101) sorted by relevance

12345

/macosx-10.10.1/objc4-646/runtime/
H A DObject.h92 - (BOOL) conformsTo: (Protocol *)aProtocolObject;
93 + (BOOL) conformsTo: (Protocol *)aProtocolObject;
144 /* Abstract Protocol for Archiving */
153 /* Abstract Protocol for Dynamic Loading */
H A Dobjc-runtime-old.mm348 Protocol * __unsafe_unretained *
352 Protocol *proto;
355 Protocol **result;
366 result = (Protocol **)calloc(1 + count, sizeof(Protocol *));
641 Protocol *objc_getProtocol(const char *name)
643 Protocol *result;
646 result = (Protocol *)NXMapGet(protocol_map, name);
1596 const char *protocol_getName(Protocol *p)
1611 protocol_getMethodDescription(Protocol *
[all...]
H A Dobjc-runtime-new.mm178 (Protocol method lists are not sorted because of their extra parallel data)
1737 static Protocol *getProtocol_impl(const char *name)
1741 return (Protocol *)NXMapGet(protocols(), name);
1744 static Protocol *getProtocol(const char *name)
1749 Protocol *result = getProtocol_impl(name);
3569 _protocol_getMethodTypeEncoding(Protocol *proto_gen, SEL sel,
3614 protocol_getName(Protocol *proto)
3627 protocol_getMethodDescription(Protocol *p, SEL aSel,
3680 BOOL protocol_conformsToProtocol(Protocol *self, Protocol *othe
[all...]
H A DObject.mm100 #include "Protocol.h"
389 - (BOOL) conformsTo: (Protocol *)aProtocolObj
394 + (BOOL) conformsTo: (Protocol *)aProtocolObj
426 Protocol *p = protocols->list[i];
480 Protocol *p = protocols->list[i];
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dprotocol.m59 Protocol* p;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dprotocol.m63 Protocol* p;
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSWrapperMap.mm152 static NSMutableDictionary *createRenameMap(Protocol *protocol, BOOL isInstanceMethod)
223 static void copyMethodsToObject(JSContext *context, Class objcClass, Protocol *protocol, BOOL isInstanceMethod, JSValue *object, NSMutableDictionary *accessorMethods = nil)
294 static void copyPrototypeProperties(JSContext *context, Class objcClass, Protocol *protocol, JSValue *prototypeValue)
406 __block HashMap<String, Protocol *> initTable;
407 Protocol *exportProtocol = getJSExportProtocol();
409 forEachProtocolImplementingProtocol(currentClass, exportProtocol, ^(Protocol *protocol) {
422 __block Protocol *initProtocol = 0;
494 Protocol *exportProtocol = getJSExportProtocol();
495 forEachProtocolImplementingProtocol(m_class, exportProtocol, ^(Protocol *protocol){
662 Protocol *getJSExportProtoco
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dformal-protocol.m13 * FIXME: Looking in the Protocol structure is a rather crude hack, especially with the Objective-C 2.0
18 @defs(Protocol);
36 Protocol* objc;
66 return PyObjCClass_New([Protocol class]);
163 theProtocol = (struct Protocol_struct*)NSAllocateObject([Protocol class], 0, NULL);
182 (1+len) * sizeof(Protocol*));
260 result->objc = (Protocol*)theProtocol;
321 Protocol* objc_protocol;
621 Protocol* protocol,
631 Protocol** parent
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dformal-protocol.m13 * FIXME: Looking in the Protocol structure is a rather crude hack, especially with the Objective-C 2.0
18 @defs(Protocol);
36 Protocol* objc;
66 return PyObjCClass_New([Protocol class]);
163 theProtocol = (struct Protocol_struct*)NSAllocateObject([Protocol class], 0, NULL);
182 (1+len) * sizeof(Protocol*));
260 result->objc = (Protocol*)theProtocol;
321 Protocol* objc_protocol;
658 Protocol* protocol,
668 Protocol** parent
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/tests/
H A DJSExportTests.mm111 Protocol *dynProtocol = objc_allocateProtocol("NSStringJSExport");
112 Protocol *jsExportProtocol = @protocol(JSExport);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dformal-protocol.m22 Protocol* objc;
52 return PyObjCClass_New([Protocol class]);
81 Protocol* theProtocol;
123 /* Protocol creation API is new in OSX 10.7, can will be weak-linked when
201 Protocol* objc_protocol;
221 append_method_list(PyObject* lst, Protocol* protocol, BOOL isRequired, BOOL isInstance)
659 Protocol* protocol,
669 Protocol** parents = protocol_copyProtocolList(protocol, &parentCount);
760 PyObject* PyObjCFormalProtocol_ForProtocol(Protocol* protocol)
775 Protocol* PyObjCFormalProtocol_GetProtoco
[all...]
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Difdhandler.h319 DWORD Protocol; member in struct:_SCARD_IO_HEADER
670 This function should set the Protocol Type Selection (PTS) of a
675 @param[in] Protocol Desired protocol
694 @retval IFD_PROTOCOL_NOT_SUPPORTED Protocol is not supported (\ref IFD_PROTOCOL_NOT_SUPPORTED)
698 RESPONSECODE IFDHSetProtocolParameters(DWORD Lun, DWORD Protocol, UCHAR Flags,
744 - Protocol 0, 1, ... 14\n
760 - Protocol - 0, 1, ... 14\n
768 the Protocol and use the MCT style commands for support for these style
H A Dwinscard.c394 Log2(PCSC_LOG_ERROR, "Active Protocol: unknown %d",
397 Log2(PCSC_LOG_DEBUG, "Active Protocol: T=%d",
1279 sSendPci.Protocol = 0; /* protocol T=0 by default */
1283 sSendPci.Protocol = 1;
1289 sSendPci.Protocol = SCARD_PROTOCOL_RAW;
1299 sSendPci.Protocol = i;
1305 Log2(PCSC_LOG_DEBUG, "Send Protocol: T=%d", sSendPci.Protocol);
1321 pioRecvPci->dwProtocol = sRecvPci.Protocol;
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/MacOSX/
H A Difdhandler.h290 DWORD Protocol; member in struct:_SCARD_IO_HEADER
659 This function should set the Protocol Type Selection (PTS) of a
664 @param[in] Protocol Desired protocol
683 @retval IFD_PROTOCOL_NOT_SUPPORTED Protocol is not supported (\ref IFD_PROTOCOL_NOT_SUPPORTED)
687 RESPONSECODE IFDHSetProtocolParameters(DWORD Lun, DWORD Protocol, UCHAR Flags,
733 - Protocol 0, 1, ... 14\n
749 - Protocol - 0, 1, ... 14\n
757 the Protocol and use the MCT style commands for support for these style
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Cocoa/
H A DWKObject.mm96 - (BOOL)conformsToProtocol:(Protocol *)protocol
/macosx-10.10.1/objc4-646/test/
H A DaddProtocol.m24 Protocol *proto, *proto2;
25 Protocol * __unsafe_unretained *protolist;
189 protocol_addProtocol((Protocol *)objc_unretainedObject((void*)1), NULL);
190 protocol_addProtocol(NULL, (Protocol *)objc_unretainedObject((void*)1));
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Difdhandler.c62 static void extra_egt(ATR_t *atr, _ccid_descriptor *ccid_desc, DWORD Protocol);
632 EXTERNAL RESPONSECODE IFDHSetProtocolParameters(DWORD Lun, DWORD Protocol, argument
639 * Protocol - SCARD_PROTOCOL_T0 or SCARD_PROTOCOL_T1
668 Protocol-SCARD_PROTOCOL_T0, CcidSlots[reader_index].readerName, Lun);
691 extra_egt(&atr, ccid_desc, Protocol);
693 if (SCARD_PROTOCOL_T0 == Protocol)
696 if (SCARD_PROTOCOL_T1 == Protocol)
715 if (SCARD_PROTOCOL_T1 == Protocol)
886 Protocol = default_protocol +
889 Protocol
1922 extra_egt(ATR_t *atr, _ccid_descriptor *ccid_desc, DWORD Protocol) argument
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dprotocol.rb26 class Protocol #:nodoc: internal use only class in class:Net
28 def Protocol.protocol_param(name, val)
/macosx-10.10.1/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.h40 // Headers for SCSI Protocol support definitions
52 #define kIOUSBMassStoragePreferredProtocol "Preferred Protocol"
79 #pragma mark CBI Protocol Strutures
95 #pragma mark Bulk Only Protocol Structures
282 // ------- Protocol support functions ------------
326 // The Protocol specific helper methods for SendSCSICommand
333 // The Protocol specific helper methods for AbortSCSICommand
351 // All definitions and structures for the CBI Protocol
354 kUSBStorageAutoStatusSize = 2 // Per the USB CBI Protocol
397 // All definitions and structures for the Bulk Only Protocol
[all...]
H A DUSBMassStorageClassBulkOnly.cpp63 #pragma mark Protocol Services Methods
119 #pragma mark Bulk Only Protocol Specific Commands
210 // BulkOnlySendCBWPacket - Prepare the Command Block Wrapper packet for Bulk Only Protocol
358 // BulkOnlyReceiveCSWPacket - Prepare the Command Status Wrapper packet for Bulk Only Protocol.
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dtest-exec.sh260 Protocol 2,1
286 Protocol 2,1
/macosx-10.10.1/ntp-92/sntp/
H A Dsntp-opts.def186 implements the Simple Network Time Protocol, and is used
209 NTP (the Network Time Protocol) and SNTP (the Simple Network Time Protocol)
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSCore/
H A DuDNS.c548 if (info->Protocol)
555 NATPortReq.opcode = info->Protocol;
606 req.protocol = (info->Protocol == NATOp_MapUDP ? PCPProto_UDP : PCPProto_TCP);
612 req.intPort = info->Protocol ? info->IntPort : DiscardPort;
660 if (!n->Protocol) n->NewResult = mStatus_NoError;
727 (n->Protocol ?
756 const char *prot = n->Protocol == 0 ? "Add" : n->Protocol == NATOp_MapUDP ? "UDP" : n->Protocol == NATOp_MapTCP ? "TCP" : "???";
788 if (n->Protocol)
3665 mDNSu8 Protocol = AddrReply->opcode & 0x7F; local
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsshconfig.vim74 syn keyword sshconfigKeyword Port PreferredAuthentications Protocol
H A Dsshdconfig.vim72 syn keyword sshdconfigKeyword PrintLastLog PrintMotd Protocol

Completed in 677 milliseconds

12345