/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 51 @interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked unavailable here}} interface 71 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 72 …NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutorele… 77 …chunkPool = [[NSAutoreleasePool alloc] init]; // expected-error {{'NSAutoreleasePool' is unavailab… 87 NSAutoreleasePool * pool; // expected-error {{'NSAutoreleasePool' is unavailable}} 90 id x = pool; // We won't touch a NSAutoreleasePool if we can't safely 94 … pool = [[NSAutoreleasePool alloc] init]; // expected-error {{'NSAutoreleasePool' is unavailable}} 100 …NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePo… 109 …++x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was decl… 113 …NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePo… [all …]
|
D | atautorelease.m | 11 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 14 NSAutoreleasePool * pool = [NSAutoreleasePool new]; 20 NSAutoreleasePool * pool1 = [[NSAutoreleasePool alloc] init]; 28 NSAutoreleasePool *pool1; 30 pool1 = [NSAutoreleasePool new]; 33 NSAutoreleasePool *pool2 = [[NSAutoreleasePool alloc] init]; 43 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 57 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
D | atautorelease-3.m | 5 @interface NSAutoreleasePool interface 18 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 19 NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init]; 21 chunkPool = [[NSAutoreleasePool alloc] init]; 30 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 31 NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init]; 33 chunkPool = [[NSAutoreleasePool alloc] init];
|
D | atautorelease-2.m | 5 @interface NSAutoreleasePool interface 17 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 18 NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init];
|
D | cxx-rewrite.mm | 14 NSAutoreleasePool *pool = [NSAutoreleasePool new]; 27 NSAutoreleasePool *pool = [NSAutoreleasePool new];
|
/external/opencv3/modules/highgui/src/ |
D | window_cocoa.mm | 80 static NSAutoreleasePool *pool = nil; 144 pool = [[NSAutoreleasePool alloc] init]; 166 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 186 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 200 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 212 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 256 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 273 NSAutoreleasePool* localpool1 = [[NSAutoreleasePool alloc] init]; 299 NSAutoreleasePool* localpool2 = nil; 303 localpool2 = [[NSAutoreleasePool alloc] init]; [all …]
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | 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/Headers/ |
D | 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/ |
D | ANTLRFastQueue.h | 37 NSAutoreleasePool *pool; 42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool; 61 - (NSAutoreleasePool *)getPool; 62 - (void)setPool:(NSAutoreleasePool *)aPool;
|
/external/opencv3/modules/videoio/src/ |
D | cap_qtkit.mm | 286 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 312 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 330 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 422 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 444 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 638 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 695 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 709 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 730 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 817 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; [all …]
|
D | cap_avfoundation.mm | 269 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 301 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 315 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 417 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 480 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 768 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 868 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 905 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 993 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; 1018 NSAutoreleasePool* localpool = [[NSAutoreleasePool alloc] init]; [all …]
|
/external/libchrome/base/mac/ |
D | scoped_nsautorelease_pool.h | 12 @class NSAutoreleasePool; 14 class NSAutoreleasePool; variable 36 NSAutoreleasePool* autorelease_pool_;
|
D | scoped_nsautorelease_pool.mm | 15 : autorelease_pool_([[NSAutoreleasePool alloc] init]) { 27 autorelease_pool_ = [[NSAutoreleasePool alloc] init];
|
/external/libchrome/testing/ |
D | platform_test.h | 12 @class NSAutoreleasePool; 14 class NSAutoreleasePool; variable 30 NSAutoreleasePool* pool_;
|
/external/webrtc/webrtc/base/ |
D | scoped_autorelease_pool.h | 29 @class NSAutoreleasePool; 31 class NSAutoreleasePool; variable 51 NSAutoreleasePool* pool_;
|
D | maccocoathreadhelper.mm | 27 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init]; 29 NSAutoreleasePool* hack; 30 hack = [[NSAutoreleasePool alloc] init];
|
/external/webrtc/talk/media/devices/ |
D | macdevicemanagermm.mm | 89 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; 102 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; 110 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; 152 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
|
/external/clang/test/SemaObjC/ |
D | ivar-access-package.m | 15 @interface NSAutoreleasePool : NSObject interface 41 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
|
/external/webrtc/webrtc/test/mac/ |
D | run_test.mm | 39 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 54 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
/external/webrtc/webrtc/test/testsupport/mac/ |
D | run_threaded_main_mac.mm | 47 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init]; 63 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
|
/external/clang/test/Analysis/ |
D | uninit-ps-rdar6145427.m | 25 @interface NSAutoreleasePool : NSObject {} - (void)drain; @end interface 34 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
|
/external/llvm/test/CodeGen/X86/ |
D | split-eh-lpad-edges.ll | 6 %struct.NSAutoreleasePool = type { %struct.NSObject, i8*, i8*, i8*, i8* } 30 …%pool.1 = phi %struct.NSAutoreleasePool* [ null, %entry ], [ null, %invcont ], [ null, %invcont26 …
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
D | main.m | 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
D | main.m | 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
D | main.m | 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|