Searched refs:NSAutoreleasePool (Results 1 - 25 of 127) sorted by relevance

123456

/macosx-10.10/WTF-7600.1.24/wtf/
H A DAutodrainedPoolMac.mm37 : m_pool([[NSAutoreleasePool alloc] init])
/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 Dsort.m21 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
H A Dblock_layout.m24 NSAutoreleasePool *pool = [NSAutoreleasePool new];
H A Dblock_prop.m51 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
H A Dcopyproperty.m43 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
H A DenumerateObjectsUsingBlock.m13 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
H A Dretainrelease.m35 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
H A Dsimplerelease.m28 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
H A Dweakblock.m59 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
H A Dweakblockretain.m52 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nslocalizedstring.py5 from Foundation import NSLocalizedString, NSAutoreleasePool
19 pool = NSAutoreleasePool.alloc().init()
H A Dtest_nsautoreleasepool.py9 pool = NSAutoreleasePool.alloc().init()
/macosx-10.10/Chess-310.6/Sources/
H A Dmain.mm63 NSAutoreleasePool * autoreleasePool = [[NSAutoreleasePool alloc] init];
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebIconDatabaseClient.mm38 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/macosx-10.10/libclosure-65/Examples/BasicByRef/
H A DBasicByRef.m34 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
/macosx-10.10/ppp-786.1.1/Helpers/sbslauncher/
H A Dsbslauncher.m23 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dexception1.m23 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsautoreleasepool.py9 pool = NSAutoreleasePool.alloc().init()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dexception1.m23 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsautoreleasepool.py9 pool = NSAutoreleasePool.alloc().init()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dexception1.m23 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_leaks.py54 pool = NSAutoreleasePool.alloc().init()
58 pool = NSAutoreleasePool.alloc().init()
70 pool = NSAutoreleasePool.alloc().init()
76 pool = NSAutoreleasePool.alloc().init()
87 pool = NSAutoreleasePool.alloc().init()
99 pool = NSAutoreleasePool.alloc().init()

Completed in 386 milliseconds

123456