Searched refs:id (Results 1 - 25 of 3926) sorted by relevance

1234567891011>>

/macosx-10.10/objc4-646/runtime/
H A Dobjc-references.h35 extern void _object_set_associative_reference(id object, void *key, id value, uintptr_t policy);
36 extern id _object_get_associative_reference(id object, void *key);
37 extern void _object_remove_assocations(id object);
H A DObject.h49 + (id)initialize;
50 - (id)init;
54 + (id)new;
55 + (id)free;
56 - (id)free;
57 + (id)alloc;
58 - (id)copy;
59 + (id)allocFromZone:(void *)zone;
60 - (id)copyFromZone:(void *)zone;
65 + (id)clas
[all...]
H A Dobjc-probes.d3 probe objc_exception_throw(void *id);
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Did.test2 # id.test
4 # Tests for the id command.
15 # $Id: id.test,v 1.2 2002/04/02 02:29:43 hobbs Exp $
26 echo " * The id command tests have not been ported to Win32"
30 Test id-1.1 {id arg checking} {
31 id
32 } 1 {wrong # args: id arg ?arg...?}
34 Test id-1.2 {id ar
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDelegateImplementationCaching.h131 id CallFormDelegate(WebView *, SEL, id, id);
132 id CallFormDelegate(WebView *, SEL, id, id, id);
133 id CallFormDelegate(WebView *self, SEL selector, id object1, id object
[all...]
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Deventids2table.c5 ID id; local
7 id = rb_intern_const("CHAR");
8 rb_hash_aset(h, ID2SYM(id), INT2NUM(1));
9 id = rb_intern_const("__end__");
10 rb_hash_aset(h, ID2SYM(id), INT2NUM(1));
11 id = rb_intern_const("backref");
12 rb_hash_aset(h, ID2SYM(id), INT2NUM(1));
13 id = rb_intern_const("backtick");
14 rb_hash_aset(h, ID2SYM(id), INT2NUM(1));
15 id
[all...]
/macosx-10.10/libclosure-65/objectTests/
H A Dassigngc.m17 id objc_assign_global(id val __unused, id *dest __unused) {
19 return (id)0;
22 id objc_assign_ivar(id val __unused, id dest __unused, ptrdiff_t offset __unused) {
24 return (id)0;
27 id objc_assign_strongCast(id va
[all...]
H A Dassigngcglobal.m18 id objc_assign_global(id val __unused, id *dest __unused) {
20 return (id)0;
23 id objc_assign_ivar(id val __unused, id dest __unused, ptrdiff_t offset __unused) {
25 return (id)0;
28 id objc_assign_strongCast(id va
[all...]
H A Dassigngcivar.m21 id objc_assign_global(id val __unused, id *dest __unused) {
23 return (id)0;
26 id objc_assign_ivar(id val __unused, id dest __unused, ptrdiff_t offset __unused) {
28 return (id)0;
31 id objc_assign_strongCast(id va
[all...]
H A Dassigngcstrongcast.m21 id objc_assign_global(id val __unused, id *dest __unused) {
23 return (id)0;
26 id objc_assign_ivar(id val __unused, id dest __unused, ptrdiff_t offset __unused) {
28 return (id)0;
31 id objc_assign_strongCast(id va
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dproxy-registry.h14 int PyObjC_RegisterPythonProxy(id original, PyObject* proxy);
15 int PyObjC_RegisterObjCProxy(PyObject* original, id proxy);
17 void PyObjC_UnregisterPythonProxy(id original, PyObject* proxy);
18 void PyObjC_UnregisterObjCProxy(PyObject* original, id proxy);
20 id PyObjC_FindObjCProxy(PyObject* original);
21 PyObject* PyObjC_FindPythonProxy(id original);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dproxy-registry.h14 int PyObjC_RegisterPythonProxy(id original, PyObject* proxy);
15 int PyObjC_RegisterObjCProxy(PyObject* original, id proxy);
17 void PyObjC_UnregisterPythonProxy(id original, PyObject* proxy);
18 void PyObjC_UnregisterObjCProxy(PyObject* original, id proxy);
20 id PyObjC_FindObjCProxy(PyObject* original);
21 PyObject* PyObjC_FindPythonProxy(id original);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dproxy-registry.h14 int PyObjC_RegisterPythonProxy(id original, PyObject* proxy);
15 int PyObjC_RegisterObjCProxy(PyObject* original, id proxy);
17 void PyObjC_UnregisterPythonProxy(id original, PyObject* proxy);
18 void PyObjC_UnregisterObjCProxy(PyObject* original, id proxy);
20 id PyObjC_FindObjCProxy(PyObject* original);
21 PyObject* PyObjC_FindPythonProxy(id original);
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSDictionaryExtras.h32 - (BOOL)_webkit_boolForKey:(id)key;
33 - (int)_webkit_intForKey:(id)key;
34 - (NSString *)_webkit_stringForKey:(id)key; // Returns nil if the value is not an NSString.
35 - (NSArray *)_webkit_arrayForKey:(id)key; // Returns nil if the value is not an NSArray.
38 - (id)_webkit_objectForMIMEType:(NSString *)MIMEType;
42 - (void)_webkit_setInt:(int)value forKey:(id)key;
43 - (void)_webkit_setFloat:(float)value forKey:(id)key;
44 - (void)_webkit_setBool:(BOOL)value forKey:(id)key;
45 - (void)_webkit_setLongLong:(long long)value forKey:(id)key;
46 - (void)_webkit_setUnsignedLongLong:(unsigned long long)value forKey:(id)ke
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDAStatus/
H A DIrDAStatus.h19 IBOutlet id connectionSpeed;
20 IBOutlet id connectionState;
21 IBOutlet id crcErrors;
22 IBOutlet id dataPacketsIn;
23 IBOutlet id dataPacketsOut;
24 IBOutlet id dropped;
25 IBOutlet id iFrameRec;
26 IBOutlet id iFrameSent;
27 IBOutlet id ioErrors;
28 IBOutlet id nickNam
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dpacketdat.awk23 id = 1.5 + (strtSeq - 1) / packetsize
24 id -= id % 1
25 if (maxId < id)
26 maxId = id
27 if (firstSend[id] == 0) {
28 firstSend[id] = tim
29 seqNo[id] = strtSeq
31 lastSend[id] = tim
32 timesSent[id]
[all...]
/macosx-10.10/Chess-310.6/Sources/
H A DMBCTuner.h52 IBOutlet id fDiffuse;
53 IBOutlet id fSpecular;
54 IBOutlet id fShininess;
55 IBOutlet id fAlpha;
71 IBOutlet id fBoardReflectivity;
72 IBOutlet id fLabelIntensity;
73 IBOutlet id fLightPosX;
74 IBOutlet id fLightPosY;
75 IBOutlet id fLightPosZ;
76 IBOutlet id fAmbien
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/WebInspector/
H A DWebInspector.h42 - (id)initWithWebView:(WebView *)webView;
44 - (void)show:(id)sender;
45 - (void)showConsole:(id)sender;
46 - (void)close:(id)sender;
47 - (void)attach:(id)sender;
48 - (void)detach:(id)sender;
51 - (void)toggleDebuggingJavaScript:(id)sender;
52 - (void)startDebuggingJavaScript:(id)sender;
53 - (void)stopDebuggingJavaScript:(id)sender;
61 - (void)toggleProfilingJavaScript:(id)sende
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Dtestsock.pl28 my $id = 0;
30 "i=i" => \$id);
33 if ($id != 0) {
34 @ids = ($id);
39 foreach $id (@ids) {
40 my $addr = pack("C4", 10, 53, 0, $id);
/macosx-10.10/bind9-45.101/bind9/bin/tests/virtual-time/
H A Dtestsock.pl27 my $id = 0;
29 "i=i" => \$id);
32 if ($id != 0) {
33 @ids = ($id);
38 foreach $id (@ids) {
39 my $addr = pack("C4", 10, 53, 0, $id);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcomp.h107 #define RPC_PROTSEQ_INQ_SUPPORTED(id) \
108 (boolean)rpc_g_protseq_id[id].supported
109 #define RPC_PROTSEQ_INQ_PROTSEQ_ID(id) rpc_g_protseq_id[id].rpc_protseq_id
110 #define RPC_PROTSEQ_INQ_PROT_ID(id) rpc_g_protseq_id[id].rpc_protocol_id
111 #define RPC_PROTSEQ_INQ_NAF_ID(id) rpc_g_protseq_id[id].naf_id
112 #define RPC_PROTSEQ_INQ_PROTSEQ(id) rpc_g_protseq_id[id]
333 RPC_AUTHN_IN_RANGE(unsigned32 id) argument
[all...]
/macosx-10.10/objc4-646/runtime/Accessors.subproj/
H A Dobjc-accessors.h34 extern void objc_setProperty_non_gc(id self, SEL _cmd, ptrdiff_t offset, id newValue, BOOL atomic, signed char shouldCopy);
35 extern id objc_getProperty_non_gc(id self, SEL _cmd, ptrdiff_t offset, BOOL atomic);
37 extern void objc_setProperty_gc(id self, SEL _cmd, ptrdiff_t offset, id newValue, BOOL atomic, signed char shouldCopy);
38 extern id objc_getProperty_gc(id self, SEL _cmd, ptrdiff_t offset, BOOL atomic);
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A DHeimCredCoder.h34 + (id) copyUnarchiveObjectWithFileSecureEncoding:(NSString *)path;
35 + (void)archiveRootObject:(id)object toFile:(NSString *)archiveFile;
37 + (CFTypeRef)copyNS2CF:(id)ns;
38 + (id)copyCF2NS:(CFTypeRef)cf;
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSVirtualMachine.h72 - (void)addManagedReference:(id)object withOwner:(id)owner;
82 - (void)removeManagedReference:(id)object withOwner:(id)owner;
/macosx-10.10/dtrace-147/test/tst/common/builtinvar/
H A Dtst.id1.d31 * To print id and make sure it succeeds.
40 printf("id of this probe = %d\n", id);

Completed in 273 milliseconds

1234567891011>>