HomeSort by relevance Sort by last modified time
    Searched full:nsautoreleasepool (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
main.m 11 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSPreferences.java 22 import ios.foundation.NSAutoreleasePool;
188 NSAutoreleasePool pool = NSAutoreleasePool.alloc().init();
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSPreferences.java 24 import org.robovm.apple.foundation.NSAutoreleasePool;
188 NSAutoreleasePool pool = new NSAutoreleasePool();
  /external/clang/test/Analysis/
misc-ps-eager-assume.m 23 @end @interface NSAutoreleasePool : NSObject {}
57 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
retain-release-gc-only.m 1 // RUN: %clang_cc1 -triple %itanium_abi_triple -analyze -analyzer-checker=core,osx.cocoa.RetainCount,osx.cocoa.NSAutoreleasePool -analyzer-store=region -fobjc-gc-only -fblocks -verify -Wno-objc-root-class %s
117 @interface NSAutoreleasePool : NSObject {
332 // <rdar://problem/6250216> Warn against using -[NSAutoreleasePool release] in
337 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
338 [pool release]; // expected-warning{{Use -drain instead of -release when using NSAutoreleasePool and garbage collection}}
  /external/clang/test/ARCMT/
Common.h 53 @interface NSAutoreleasePool : NSObject {
  /external/libchrome/base/message_loop/
message_pump_mac.h 71 // "NSAutoreleasePool" in such TUs. Finally, in Manual Retain Release (MRR)
72 // Objective-C TUs, it is a type alias for NSAutoreleasePool. In all cases, a
73 // method that takes or returns an NSAutoreleasePool* can use
78 typedef NSAutoreleasePool AutoreleasePoolType;
  /external/google-breakpad/src/client/mac/testapp/
Controller.m 152 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/google-breakpad/src/tools/mac/symupload/
minidump_upload.m 126 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
symupload.m 183 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/google-breakpad/src/common/mac/testing/
GTMSenTestCase.m 287 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
404 NSAutoreleasePool *localPool = [[NSAutoreleasePool alloc] init];
  /external/google-breakpad/src/tools/mac/crash_report/
crash_report.mm 322 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
399 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info_objc.mm 140 _poolInfo = [[NSAutoreleasePool alloc]init];
  /external/clang/tools/scan-build/man/
scan-build.1 248 .It osx.cocoa.NSAutoreleasePool
250 .Vt NSAutoreleasePool
  /external/google-breakpad/src/tools/mac/dump_syms/
dump_syms_tool.mm 247 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
CocoaMouse.mm 35 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-build/
scan-build.1 248 .It osx.cocoa.NSAutoreleasePool
250 .Vt NSAutoreleasePool
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-build/
scan-build.1 248 .It osx.cocoa.NSAutoreleasePool
250 .Vt NSAutoreleasePool
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-build/man/
scan-build.1 248 .It osx.cocoa.NSAutoreleasePool
250 .Vt NSAutoreleasePool
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-build/man/
scan-build.1 248 .It osx.cocoa.NSAutoreleasePool
250 .Vt NSAutoreleasePool
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-build/man/
scan-build.1 248 .It osx.cocoa.NSAutoreleasePool
250 .Vt NSAutoreleasePool
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
scan-build.1 248 .It osx.cocoa.NSAutoreleasePool
250 .Vt NSAutoreleasePool
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/man/
scan-build.1 248 .It osx.cocoa.NSAutoreleasePool
250 .Vt NSAutoreleasePool
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/man/
scan-build.1 248 .It osx.cocoa.NSAutoreleasePool
250 .Vt NSAutoreleasePool
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/man/
scan-build.1 248 .It osx.cocoa.NSAutoreleasePool
250 .Vt NSAutoreleasePool

Completed in 1353 milliseconds

1 23 4