Searched refs:init (Results 251 - 275 of 2623) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/bash-92/bash-3.2/examples/startup-files/apple/
H A Drc9 # ORIGINAL SOURCES: /usr/athena/lib/init/cshrc (ATHENA REL 7.3P)
12 default_initdir=/usr/share/init
14 user_initdir=~/Library/init
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/tlv-terminators/
H A DMakefile45 clang ${CCFLAGS} -I${TESTROOT}/include main.c init.s -o main
/macosx-10.9.5/libauto-185.5/tests/
H A Dobjc_is_finalized.m63 [[Collectable alloc] init];
65 [[[Collectable alloc] init] makeGlobal];
/macosx-10.9.5/libclosure-63/objectTests/
H A Dlayout.m35 [[NSAutoreleasePool alloc] init];
40 TestObject *to = [[TestObject alloc] init];
H A Dweakblockassign.m66 TestObject *to = [[TestObject alloc] init];
76 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp22 cl::init(false));
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_fsref.py29 o = OC_TestFSRefHelper.alloc().init()
46 o = OC_TestFSRefHelper.alloc().init()
55 o = OC_TestFSRefHelper.alloc().init()
64 o = OC_TestFSRefHelper.alloc().init()
H A Dtest_keyvalue_prop.py7 def init(self): member in class:TestKVOPropHelper
8 self = super(TestKVOPropHelper, self).init()
28 o = TestKVOPropHelper.alloc().init()
52 o = TestKVOPropHelper.alloc().init()
H A Dtest_voidpointer.py7 o = OC_TestVoidPointer.alloc().init()
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DAppDelegate.py14 self.shadowDemo = TLayerDemo.TLayerDemo.alloc().init()
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/Examples/PyDocURLProtocol/
H A DPyDocEvents.py16 handler = PyDocEventHandler.alloc().init()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_fsref.py29 o = OC_TestFSRefHelper.alloc().init()
46 o = OC_TestFSRefHelper.alloc().init()
55 o = OC_TestFSRefHelper.alloc().init()
64 o = OC_TestFSRefHelper.alloc().init()
H A Dtest_keyvalue_prop.py7 def init(self): member in class:TestKVOPropHelper
8 self = super(TestKVOPropHelper, self).init()
28 o = TestKVOPropHelper.alloc().init()
52 o = TestKVOPropHelper.alloc().init()
H A Dtest_voidpointer.py7 o = OC_TestVoidPointer.alloc().init()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DAppDelegate.py14 self.shadowDemo = TLayerDemo.TLayerDemo.alloc().init()
/macosx-10.9.5/swig-10/Lib/ocaml/
H A Docaml.i21 %insert(init) "swiginit.swg"
22 %insert(init) "typeregister.swg"
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/apps/persistence/
H A DpersistenceTest.xotcl10 PersistenceTest instproc init args {
41 PersistenceTest persistenceJufTest -pm jufpMgr -init -test
42 #PersistenceTest persistenceTclTest -pm tclpMgr -init -test
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPMinformee.cpp44 newInformee->init();
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWSyncer.cpp34 if (me && !me->init(twoRetains)) {
42 bool IOFWSyncer::init(bool twoRetains) function in class:IOFWSyncer
44 if (!OSObject::init())
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/tests/
H A Dtc_retaincount.rb18 assert_equal(1, RBSubclass.alloc.init.retainCount, 'alloc.init')
25 assert_equal(1, OSX::NSObject.alloc.init.retainCount, 'alloc.init')
33 assert_equal(1, OSX::RetainCount.rbInitCount, 'alloc.init')
46 assert_equal(1, OSX::NSMutableString.alloc.init.retainCount,
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmcred.cpp86 init();
91 init();
95 void AutoCredentials::init() function in class:Security::AutoCredentials
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_err.c155 static int init=1; local
157 if (init)
159 init=0;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmcred.cpp86 init();
91 init();
95 void AutoCredentials::init() function in class:Security::AutoCredentials
/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-cov/
H A Dllvm-cov.cpp25 DumpGCOV("dump", cl::init(false), cl::desc("dump gcov file"));
28 InputGCNO("gcno", cl::desc("<input gcno file>"), cl::init(""));
31 InputGCDA("gcda", cl::desc("<input gcda file>"), cl::init(""));
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A Decb_enc.c67 /* crypto/des/ecb_enc.c */ /* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@mincom.oz.au). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@mincom.oz.au). * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@mincom.oz.au)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@mincom.oz.au)" * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ #include "des_locl.h" #include "spr.h" char *libdes_version="libdes v 4.01 - 13-Jan-1997 - eay"; char *DES_version="DES part of SSLeay 0.6.6 14-Jan-1997"; char *des_options() { static int init=1; static char buf[32]; if (init) { char *ptr,*unroll,*risc,*size; init=0; #ifdef DES_PTR ptr="ptr"; #else ptr="idx"; #endif #if defined(DES_RISC1) || defined(DES_RIS (…)
1 /* crypto/des/ecb_enc.c */ local

Completed in 184 milliseconds

<<11121314151617181920>>