Searched refs:init (Results 226 - 250 of 2775) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dm_sha.c72 static int init(EVP_MD_CTX *ctx) function
87 init,
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cocoa/
H A DWebActionDisablingCALayerDelegate.mm38 controller = [[WebActionDisablingCALayerDelegate alloc] init];
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A D_WKSecurityOrigin.mm40 if (!(self = [super init]))
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DWKNPAPIPlugInContainer.mm37 self = [super init];
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Deaccess.c55 static int init;
61 if (!init)
67 init = (ruid == euid && rgid == egid) ? 1 : -1;
69 if (init > 0 || flags == F_OK)
/macosx-10.10/libclosure-65/escapeTests/
H A Dcommon.m22 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/macosx-10.10/libclosure-65/objectTests/
H A Dcopytest.m24 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
H A Dforin.m16 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
H A Dnotcopied.m41 TestObject *to = [[TestObject alloc] init];
H A Dsort.m21 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/macosx-10.10/llvmCore-3425.0.34/utils/fpcmp/
H A Dfpcmp.cpp27 RelTolerance("r", cl::desc("Relative error tolerated"), cl::init(0));
29 AbsTolerance("a", cl::desc("Absolute error tolerated"), cl::init(0));
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Doc/07tutorial_embed/src/
H A DITunesCommunication_AppScript.py30 def init(self): member in class:ITunesCommunication
31 self = super(ITunesCommunication, self).init()
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Apple Mail/
H A Dmain.py27 def init (self): function
28 self = super(ToyMailBundle2, self).init()
30 NSLog('ToyMailBundle2 -init called')
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Apple Mail/
H A Dmain.py27 def init (self): function
28 self = super(ToyMailBundle2, self).init()
30 NSLog('ToyMailBundle2 -init called')
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dinitialize.m15 -init;
31 -init
33 self = [super init];
81 return [[[self alloc] init] autorelease];
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_synthesize.py30 obj = TestSynthesizeHelper.alloc().init()
32 v = TestSynthesizeCopier.alloc().init()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Apple Mail/
H A Dmain.py27 def init (self): function
28 self = super(ToyMailBundle2, self).init()
30 NSLog('ToyMailBundle2 -init called')
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dinitialize.m15 -(instancetype)init;
31 -(instancetype)init
33 self = [super init];
81 return [[[self alloc] init] autorelease];
H A DinstanceVariables.m20 -(instancetype)init;
25 -(instancetype)init
27 self = [super init];
40 objValue = [[NSObject alloc] init];
/macosx-10.10/ruby-106/ruby/ext/ripper/lib/ripper/
H A Dfilter.rb49 # +init+ is a data accumulator and is passed to the next event handler (as
51 def parse(init = nil)
52 data = init
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/tlv-terminators/
H A DMakefile45 clang ${CCFLAGS} -I${TESTROOT}/include main.c init.s -o main
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dplat001.tcl55 set init 1
56 set min $init
59 -create -init $init -min $min -max $max $db $key]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D008ConfCat.t35 Log::Log4perl->init("$EG_DIR/log4j-manual-2.conf");
50 Log::Log4perl->init("$EG_DIR/log4j-manual-2.conf");
H A D009Deuce.t31 Log::Log4perl->init("$EG_DIR/log4j-manual-3.conf");
47 Log::Log4perl->init("$EG_DIR/log4j-manual-3.conf");
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dlocate_plugin.h72 krb5_error_code (*init)(krb5_context, void **); member in struct:krb5plugin_service_locate_ftable

Completed in 133 milliseconds

1234567891011>>