Searched refs:init (Results 101 - 125 of 2623) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dinspector.rb17 # proc, and optional +init+ proc and passes them to Inspector.new
23 def IRB::Inspector(inspect, init = nil)
24 Inspector.new(inspect, init)
34 # This also allows for an optional #init+, or +init_proc+, which is called
103 @init = init_proc
109 def init method in class:IRB.Inspector
110 @init.call if @init
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest045.tcl21 # -init <initial number of entries in database>
52 set init 0
69 -init { incr i; set init [lindex $args $i] }
95 if { $init != 0 } {
96 set n [expr 3 * $init]
99 1 $init $n $keyavg $dataavg $dups 0 -1 \
100 > $testdir/test045.init
103 set initerrs [findfail $testdir/test045.init]
105 puts "FAIL: error message in .init fil
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Deep/lib/Test/Deep/
H A DMM.pm46 $self->init(@_);
51 sub init subroutine
/macosx-10.9.5/IOBDStorageFamily-14/
H A DIOBDBlockStorageDevice.cpp29 bool IOBDBlockStorageDevice::init(OSDictionary * properties) function in class:IOBDBlockStorageDevice
37 if (super::init(properties) == false) return false;
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWAsyncStreamReceivePort.cpp33 bool IOFWAsyncStreamReceivePort::init(IODCLProgram *program, IOFireWireController *control, UInt32 channel) function in class:IOFWAsyncStreamReceivePort
35 if(!IOFWLocalIsochPort::init(program, control))
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHITabletPointer.cpp34 bool IOHITabletPointer::init( OSDictionary *propTable ) function in class:IOHITabletPointer
36 if (!IOHIDevice::init(propTable)) {
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DAppPreferences.m67 sPrefs = [ [ AppPreferences alloc ] init ];
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSVirtualMachine.h39 - (id)init;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebSerializedJSValue.mm53 self = [super init];
57 _private = [[WebSerializedJSValuePrivate alloc] init];
77 self = [super init];
81 _private = [[WebSerializedJSValuePrivate alloc] init];
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKTypeRefWrapper.mm44 self = [super init];
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Drc.dce-clean15 . /etc/rc.d/init.d/functions
/macosx-10.9.5/libauto-185.5/auto_tester/
H A Dcompaction.m32 - (id)init {
33 self = [super init];
52 return [NSAllocateObject(self, sizeof(id), NULL) init];
55 - (id)init {
56 self = [super init];
69 - (id)init {
70 self = [super init];
131 - (id)init {
132 self = [super init];
/macosx-10.9.5/libclosure-63/objectTests/
H A Drecovermany.m31 __block id to = [[TestObject alloc] init];
35 __block id to2 = [[TestObject alloc] init];
59 [[TestObject alloc] init];
69 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dcopying.m24 tmp = (NSObject*)[[aClass alloc] init];
37 -init;
45 -init
52 self = [super init];
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DBookmarksDocument.py20 def init(self): member in class:BookmarksDocument
21 self = super(BookmarksDocument, self).init()
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_threading.py23 def init(self): member in class:ThreadingTest.testNSObjectString.PyObjCTestThreadRunnerString
24 self = super(PyObjCTestThreadRunnerString, self).init()
31 NSAutoreleasePool.alloc().init()
34 myObj = PyObjCTestThreadRunnerString.alloc().init()
46 NSAutoreleasePool.alloc().init()
50 myObj = PyObjCTestThreadRunner.alloc().init()
102 my = PyObjC_TestClass4.alloc().init()
103 cb = PyObjCTestCalling.alloc().init()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A DinstanceVariables.m20 -init;
25 -init
27 self = [super init];
40 objValue = [[NSObject alloc] init];
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_metadata_inheritance.py21 o = MetadataInheritanceHelper.alloc().init()
25 o = NSSortDescriptor.alloc().init()
H A Dtest_identity.py21 container = OC_TestIdentity.alloc().init()
30 container = OC_TestIdentity.alloc().init()
39 container = OC_TestIdentity.alloc().init()
48 container = OC_TestIdentity.alloc().init()
59 container = OC_TestIdentity.alloc().init()
73 container = OC_TestIdentity.alloc().init()
88 container = OC_TestIdentity.alloc().init()
97 container = OC_TestIdentity.alloc().init()
105 container = OC_TestIdentity.alloc().init()
145 container = OC_TestIdentity.alloc().init()
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/Bookmarks/
H A DBookmarksDocument.py20 def init(self): member in class:BookmarksDocument
21 self = super(BookmarksDocument, self).init()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_threading.py30 def init(self): member in class:ThreadingTest.testNSObjectString.PyObjCTestThreadRunnerString
31 self = super(PyObjCTestThreadRunnerString, self).init()
38 NSAutoreleasePool.alloc().init()
41 myObj = PyObjCTestThreadRunnerString.alloc().init()
53 NSAutoreleasePool.alloc().init()
57 myObj = PyObjCTestThreadRunner.alloc().init()
109 my = PyObjC_TestClass4.alloc().init()
110 cb = PyObjCTestCalling.alloc().init()
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/transfer/include/
H A Dsecure.inc11 tls::init -cafile /path/to/ca/cert -keyfile ...
/macosx-10.9.5/WebCore-7537.78.1/Modules/encryptedmedia/
H A DMediaKeySession.cpp130 MediaKeyMessageEventInit init; local
131 init.bubbles = false;
132 init.cancelable = false;
133 init.message = keyRequest;
134 init.destinationURL = destinationURL;
135 RefPtr<MediaKeyMessageEvent> event = MediaKeyMessageEvent::create(eventNames().webkitkeymessageEvent, init);
185 MediaKeyMessageEventInit init; local
186 init.bubbles = false;
187 init.cancelable = false;
188 init
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/llc/
H A Dllc.cpp48 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
60 cl::init(' '));
72 cl::init(""));
83 cl::init(Reloc::Default),
98 cl::init(CodeModel::Default),
117 FileType("filetype", cl::init(TargetMachine::CGFT_AssemblyFile),
143 cl::init(false));
148 cl::init(false));
153 cl::init(false));
158 cl::init(fals
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_identity.py21 container = OC_TestIdentity.alloc().init()
30 container = OC_TestIdentity.alloc().init()
39 container = OC_TestIdentity.alloc().init()
48 container = OC_TestIdentity.alloc().init()
59 container = OC_TestIdentity.alloc().init()
73 container = OC_TestIdentity.alloc().init()
88 container = OC_TestIdentity.alloc().init()
97 container = OC_TestIdentity.alloc().init()
105 container = OC_TestIdentity.alloc().init()
145 container = OC_TestIdentity.alloc().init()
[all...]

Completed in 292 milliseconds

1234567891011>>