Searched refs:init (Results 151 - 175 of 2775) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/Shared/API/Cocoa/
H A DWKBrowsingContextHandle.mm35 if (!(self = [super init]))
63 if (!(self = [super init]))
/macosx-10.10/dtrace-147/dtrace_dof_kext/
H A Ddtrace_dof.h6 virtual bool init(OSDictionary *dictionary = 0);
/macosx-10.10/libclosure-65/Examples/BasicByRef/
H A DBasicByRef.m34 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
36 [[[[Foo alloc] init] autorelease] incrementCount];
/macosx-10.10/libclosure-65/objectTests/
H A Dsimplerelease.m28 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
30 TestObject *to = [[TestObject alloc] init];
H A Dweakblock.m54 TestObject *to = [[TestObject alloc] init];
59 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
H A Dweakblockrecover.m34 - (id)init {
53 __block TestObject *__weak to = [[TestObject alloc] init];
/macosx-10.10/libtelnet-13/
H A Dauth.h69 int (*init)(struct XauthP *, int); member in struct:XauthP
/macosx-10.10/libxml2-26/libxml2/
H A Denc.h25 int xmlCharEncOutput(xmlOutputBufferPtr output, int init);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dvoidpointer.m19 -init
21 self = [super init];
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_blocks.py46 obj = OCTestBlock.alloc().init()
61 obj = OCTestBlock.alloc().init()
73 obj = OCTestBlock.alloc().init()
84 obj = OCTestBlock.alloc().init()
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsautoreleasepool.py9 pool = NSAutoreleasePool.alloc().init()
H A Dtest_nsmachport.py11 obj = obj.init()
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-ExceptionHandling/Examples/
H A Ddebugging.py15 foo = FooTester.alloc().init()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsautoreleasepool.py9 pool = NSAutoreleasePool.alloc().init()
H A Dtest_nsmachport.py11 obj = obj.init()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-ExceptionHandling/Examples/
H A Ddebugging.py15 foo = FooTester.alloc().init()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsautoreleasepool.py9 pool = NSAutoreleasePool.alloc().init()
H A Dtest_nsmachport.py11 obj = obj.init()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-ExceptionHandling-2.5.1/Examples/
H A Ddebugging.py15 foo = FooTester.alloc().init()
/macosx-10.10/swig-12/Lib/guile/
H A Dguile_scm.swg45 %insert(init) "swiginit.swg"
47 %init %{
/macosx-10.10/tcl-105/tcl/tcl/compat/
H A Ddlfcn.h52 void (*init) _ANSI_ARGS_((void)); member in struct:dl_info
/macosx-10.10/tcl-105/tcl84/tcl/compat/
H A Ddlfcn.h52 void (*init) _ANSI_ARGS_((void)); member in struct:dl_info
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dmsgcat.tcl15 # loading. This is 'doctools::msgcat::init'.
38 proc ::doctools::msgcat::init {prefix} {
55 namespace export init
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-sctp.c273 const struct sctpInitiation *init; local
276 init=(const struct sctpInitiation*)(chunkDescPtr+1);
277 printf("[init tag: %u] ", EXTRACT_32BITS(&init->initTag));
278 printf("[rwnd: %u] ", EXTRACT_32BITS(&init->rcvWindowCredit));
279 printf("[OS: %u] ", EXTRACT_16BITS(&init->NumPreopenStreams));
280 printf("[MIS: %u] ", EXTRACT_16BITS(&init->MaxInboundStreams));
281 printf("[init TSN: %u] ", EXTRACT_32BITS(&init->initialTSN));
284 if( (init
292 const struct sctpInitiation *init; local
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOCommand.h74 virtual bool init(void);

Completed in 173 milliseconds

1234567891011>>