HomeSort by relevance Sort by last modified time
    Searched refs:NSAutoreleasePool (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium/base/mac/
scoped_nsautorelease_pool.h 13 @class NSAutoreleasePool;
15 class NSAutoreleasePool;
22 // On the Mac, ScopedNSAutoreleasePool allocates an NSAutoreleasePool when
45 NSAutoreleasePool* autorelease_pool_;
  /external/chromium/testing/
platform_test.h 12 @class NSAutoreleasePool;
14 class NSAutoreleasePool;
19 // releases an outer NSAutoreleasePool for each test case. For now, it's only
28 NSAutoreleasePool* pool_;
  /external/chromium_org/base/mac/
scoped_nsautorelease_pool.h 12 @class NSAutoreleasePool;
14 class NSAutoreleasePool;
20 // ScopedNSAutoreleasePool allocates an NSAutoreleasePool when instantiated and
36 NSAutoreleasePool* autorelease_pool_;
scoped_nsobject.h 31 // We check for bad uses of scoped_nsobject and NSAutoreleasePool at compile
148 class scoped_nsobject<NSAutoreleasePool> {
150 explicit scoped_nsobject(NSAutoreleasePool* object = nil);
  /external/chromium_org/testing/
platform_test.h 12 @class NSAutoreleasePool;
14 class NSAutoreleasePool;
19 // releases an outer NSAutoreleasePool for each test case. For now, it's only
30 NSAutoreleasePool* pool_;
  /external/chromium_org/third_party/libjingle/source/talk/base/
scoped_autorelease_pool.h 32 // Note: NSAutoreleasePool docs say that you should not normally need to
33 // declare an NSAutoreleasePool as a member of an object - but there's nothing
46 @class NSAutoreleasePool;
48 class NSAutoreleasePool;
68 NSAutoreleasePool* pool_;
maccocoathreadhelper.mm 49 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init];
51 NSAutoreleasePool* hack;
52 hack = [[NSAutoreleasePool alloc] init];
scoped_autorelease_pool.mm 35 pool_ = [[NSAutoreleasePool alloc] init];
  /external/skia/gm/
system_preferences_mac.mm 13 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/chromium_org/third_party/WebKit/Source/wtf/
AutodrainedPool.h 35 OBJC_CLASS NSAutoreleasePool;
57 NSAutoreleasePool* m_pool;
AutodrainedPoolMac.mm 39 , m_pool([[NSAutoreleasePool alloc] init])
52 m_pool = [[NSAutoreleasePool alloc] init];
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRFastQueue.h 37 NSAutoreleasePool *pool;
42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
61 - (NSAutoreleasePool *)getPool;
62 - (void)setPool:(NSAutoreleasePool *)aPool;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRFastQueue.h 37 NSAutoreleasePool *pool;
42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
61 - (NSAutoreleasePool *)getPool;
62 - (void)setPool:(NSAutoreleasePool *)aPool;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRFastQueue.h 37 NSAutoreleasePool *pool;
42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
61 - (NSAutoreleasePool *)getPool;
62 - (void)setPool:(NSAutoreleasePool *)aPool;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanagermm.mm 82 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
97 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
105 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
  /external/chromium/base/
message_pump_mac.h 39 class NSAutoreleasePool;
84 virtual NSAutoreleasePool* CreateAutoreleasePool();
237 virtual NSAutoreleasePool* CreateAutoreleasePool();
  /external/chromium_org/base/message_loop/
message_pump_mac.h 40 class NSAutoreleasePool;
94 virtual NSAutoreleasePool* CreateAutoreleasePool();
291 virtual NSAutoreleasePool* CreateAutoreleasePool() OVERRIDE;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager_mac.mm 77 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
  /external/chromium/base/memory/
scoped_nsobject.h 27 // We check for bad uses of scoped_nsobject and NSAutoreleasePool at compile
161 class scoped_nsobject<NSAutoreleasePool> {
163 explicit scoped_nsobject(NSAutoreleasePool* object = nil);
  /external/chromium_org/third_party/WebKit/Source/testing/helper/
LayoutTestHelperMac.mm 192 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
  /external/clang/test/ARCMT/
Common.h 53 @interface NSAutoreleasePool : NSObject {
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 43 NSAutoreleasePool *pool;
45 pool = [ [ NSAutoreleasePool alloc ] init ];
417 NSAutoreleasePool *pool;
423 pool = [ [ NSAutoreleasePool alloc ] init ];
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/
SDLMain.m 201 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Cocoa Application/
SDLMain.m 201 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/
SDLMain.m 201 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];

Completed in 677 milliseconds

1 2