Searched refs:init (Results 276 - 300 of 2623) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_arrays.py15 o = OC_ArrayTest.alloc().init()
25 o = OC_ArrayTest.alloc().init()
35 o = OC_ArrayTest.alloc().init()
51 o = OC_ArrayTest.alloc().init()
65 o = OC_ArrayTest.alloc().init()
75 o = OC_ArrayTest.alloc().init()
85 o = OC_ArrayTest.alloc().init()
105 o = OC_ArrayTest.alloc().init()
157 obj = OC_TestArrayInt_In.alloc().init()
164 obj = OC_TestArrayInt_Out.alloc().init()
[all...]
H A Dtest_method_prototypes.py9 o = MyClass.alloc().init()
36 def init(self): member in class:TestInheritedProtoype.testCorrectArgCount.OC_InPro_CorrectArgCount1
52 def init(): member in class:TestInheritedProtoype.testTooFewArguments.OC_InPro_TooFew1
82 def init(self, arg): member in class:TestInheritedProtoype.testTooManyArguments.OC_InPro_TooMany1
91 def init(self, arg, arg2): member in class:TestInheritedProtoype.testTooManyArguments.OC_InPro_TooMany2
120 def init(self): member in class:TestInheritedProtoype.testBadOverriddenSignature.OC_InPro_BadSig1
122 init = objc.selector(init, signature='v@:') variable in class:TestInheritedProtoype.testBadOverriddenSignature.OC_InPro_BadSig1
131 def init(self, arg1, arg2): member in class:TestInheritedProtoype.testBadOverriddenSignature.OC_InPro_BadSig2
133 init variable in class:TestInheritedProtoype.testBadOverriddenSignature.OC_InPro_BadSig2
144 def init(self): member in class:TestInheritedProtoype.testBadOverriddenSignature.OC_InPro_BadSig3
146 init = objc.selector(init, signature='@@:') variable in class:TestInheritedProtoype.testBadOverriddenSignature.OC_InPro_BadSig3
159 def init(*args, **kwds): member in class:TestInheritedProtoype.testAllArgsOptional.OC_InPro_AllOpt1
170 def init(self, *args, **kwds): member in class:TestInheritedProtoype.testAllArgsOptional.OC_InPro_AllOpt3
[all...]
H A Dtest_clinmeth.py21 o = PyObjC_ClsInst1.alloc().init()
32 o = PyObjC_ClsInst1.alloc().init()
53 o = PyObjC_ClsInst1.alloc().init()
72 o = PyObjC_ClsInst2.alloc().init()
78 o = PyObjC_ClsInst2.alloc().init()
H A Dtest_initialized.py5 def init(self): member in class:OC_TestInitializePython
6 return super(OC_TestInitializePython, self).init()
10 def init(self): member in class:OC_TestInitializePython2
11 self = super(OC_TestInitializePython2, self).init()
28 o = o.init()
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIHazeFilterSample/
H A DMyHazeFilter.py51 filter = cls.alloc().init()
54 def init(self): member in class:MyHazeFilter
64 return super(MyHazeFilter, self).init()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_arrays.py15 o = OC_ArrayTest.alloc().init()
25 o = OC_ArrayTest.alloc().init()
35 o = OC_ArrayTest.alloc().init()
51 o = OC_ArrayTest.alloc().init()
65 o = OC_ArrayTest.alloc().init()
75 o = OC_ArrayTest.alloc().init()
85 o = OC_ArrayTest.alloc().init()
105 o = OC_ArrayTest.alloc().init()
157 obj = OC_TestArrayInt_In.alloc().init()
164 obj = OC_TestArrayInt_Out.alloc().init()
[all...]
H A Dtest_clinmeth.py21 o = PyObjC_ClsInst1.alloc().init()
32 o = PyObjC_ClsInst1.alloc().init()
53 o = PyObjC_ClsInst1.alloc().init()
72 o = PyObjC_ClsInst2.alloc().init()
78 o = PyObjC_ClsInst2.alloc().init()
H A Dtest_initialized.py5 def init(self): member in class:OC_TestInitializePython
6 return super(OC_TestInitializePython, self).init()
10 def init(self): member in class:OC_TestInitializePython2
11 self = super(OC_TestInitializePython2, self).init()
28 o = o.init()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIHazeFilterSample/
H A DMyHazeFilter.py51 filter = cls.alloc().init()
54 def init(self): member in class:MyHazeFilter
64 return super(MyHazeFilter, self).init()
/macosx-10.9.5/swig-10/Lib/ruby/
H A Drubyerrors.swg16 static int init = 0;
18 if (!init) {
19 init = 1;
27 static int init = 0;
29 if (!init) {
30 init = 1;
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dloadman.h104 void (* init) _ANSI_ARGS_ ((MD2_CTX* c)); member in struct:Md2Functions
112 void (* init) __P ((MD5_CTX* c)); member in struct:Md5Functions
123 void (* init) _ANSI_ARGS_ ((SHA_CTX* c)); member in struct:Sha1Functions
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp39 if (me && !me->init(inOwner, inAction))
48 bool IOPMPowerStateQueue::init( OSObject * inOwner, Action inAction ) function in class:IOPMPowerStateQueue
50 if (!inAction || !(super::init(inOwner, inAction)))
H A DIOSyncer.cpp39 if (me && !me->init(twoRetains)) {
47 bool IOSyncer::init(bool twoRetains) function in class:IOSyncer
49 if (!OSObject::init())
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/comp_match/
H A DMakefile54 init.lo: init.c
57 compmatch.la: componentlib.lo init.lo certificate.lo asn_to_syn_mr.lo authorityKeyIdentifier.lo crl.lo
63 init.o init.lo componentlib.o certificate.o asn_to_syn_mr.o authorityKeyIdentifier.o crl.o
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nscoder.py28 self = self.init()
35 origObj = CoderClass1.alloc().init()
55 def init(self): member in class:MyCoder
56 self = super(MyCoder, self).init()
89 coder = MyCoder.alloc().init()
90 o = PyObjC_TestClass4.alloc().init()
100 coder = MyCoder.alloc().init()
H A Dtest_nsobject.py22 o = NSObject.alloc().init()
28 o = NSObject.alloc().init()
35 o = NSObject.alloc().init()
65 o = NSObject.alloc().init()
89 a = NSObject.alloc().init()
103 o = NSObject.alloc().init()
112 a = TestNSObjectHelper.alloc().init()
H A Dtest_keyvalue.py19 def init(self): member in class:KeyValueClass1
20 self = super(KeyValueClass1, self).init()
27 self.multiple = KeyValueClass1.alloc().init()
28 self.multiple.level2 = KeyValueClass1.alloc().init()
29 self.multiple.level2.level3 = KeyValueClass1.alloc().init()
58 def init(self): member in class:KeyValueClass1Explicit
59 self = super(KeyValueClass1Explicit, self).init()
67 self._values["multiple"] = KeyValueClass1Explicit.alloc().init()
68 self._values["multiple"]._values["level2"] = KeyValueClass1Explicit.alloc().init()
69 self._values["multiple"]._values["level2"]._values["level3"] = KeyValueClass1Explicit.alloc().init()
102 def init(self): member in class:KeyValueClass4
127 def init(self): member in class:KeyValueObserver
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nscoder.py28 self = self.init()
35 origObj = CoderClass1.alloc().init()
55 def init(self): member in class:MyCoder
56 self = super(MyCoder, self).init()
89 coder = MyCoder.alloc().init()
90 o = PyObjC_TestClass4.alloc().init()
100 coder = MyCoder.alloc().init()
H A Dtest_nsobject.py21 o = NSObject.alloc().init()
27 o = NSObject.alloc().init()
33 o = NSObject.alloc().init()
61 o = NSObject.alloc().init()
85 a = NSObject.alloc().init()
99 o = NSObject.alloc().init()
108 a = TestNSObjectHelper.alloc().init()
H A Dtest_keyvalue.py19 def init(self): member in class:KeyValueClass1
20 self = super(KeyValueClass1, self).init()
27 self.multiple = KeyValueClass1.alloc().init()
28 self.multiple.level2 = KeyValueClass1.alloc().init()
29 self.multiple.level2.level3 = KeyValueClass1.alloc().init()
58 def init(self): member in class:KeyValueClass1Explicit
59 self = super(KeyValueClass1Explicit, self).init()
67 self._values["multiple"] = KeyValueClass1Explicit.alloc().init()
68 self._values["multiple"]._values["level2"] = KeyValueClass1Explicit.alloc().init()
69 self._values["multiple"]._values["level2"]._values["level3"] = KeyValueClass1Explicit.alloc().init()
102 def init(self): member in class:KeyValueClass4
127 def init(self): member in class:KeyValueObserver
[all...]
/macosx-10.9.5/libclosure-63/tests/
H A Dobjc.m53 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
55 aSlot = [[NSObject alloc] init];
101 TestObject *to = [[TestObject alloc] init];
107 TestObject *to = [[TestObject alloc] init];
118 TestObject *to = [[TestObject alloc] init];
151 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
153 TestObject *to = [[TestObject alloc] init];
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebArchive.mm76 - (id)init
78 self = [super init];
87 self = [super init];
124 - (id)init
128 self = [super init];
131 _private = [[WebArchivePrivate alloc] init];
156 self = [super init];
160 _private = [[WebArchivePrivate alloc] init];
209 self = [super init];
217 _private = [[WebArchivePrivate alloc] init];
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/t/
H A D041SafeEval.t29 eval { Log::Log4perl->init( \$config ) };
35 eval { Log::Log4perl->init( \$config ) };
42 eval { Log::Log4perl->init( \$config ) };
49 eval { Log::Log4perl->init( \$config ) };
56 eval { Log::Log4perl->init( \$config ) };
139 eval { Log::Log4perl->init( \$config ) };
154 eval { Log::Log4perl->init( \$config ) };
167 eval { Log::Log4perl->init( \$config ) };
180 eval { Log::Log4perl->init( \$config ) };
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/t/
H A D041SafeEval.t36 eval { Log::Log4perl->init( \$config ) };
42 eval { Log::Log4perl->init( \$config ) };
49 eval { Log::Log4perl->init( \$config ) };
56 eval { Log::Log4perl->init( \$config ) };
63 eval { Log::Log4perl->init( \$config ) };
146 eval { Log::Log4perl->init( \$config ) };
161 eval { Log::Log4perl->init( \$config ) };
174 eval { Log::Log4perl->init( \$config ) };
187 eval { Log::Log4perl->init( \$config ) };
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D17-ctl.t27 my ($name, $init, $code) = @$t;
34 my $x = $init->();
45 my $x = $init->();
57 my $x = $init->();
68 my $x = $init->();
85 my $x = $init->();
96 my $x = $init->();
108 my $x = $init->();
119 my $x = $init->();

Completed in 301 milliseconds

<<11121314151617181920>>