Home
last modified time | relevance | path

Searched refs:NSAutoreleasePool (Results 1 – 25 of 66) sorted by relevance

123

/external/clang/test/ARCMT/
Datautorelease-check.m51 @interface NSAutoreleasePool : NSObject { // expected-note 13 {{marked unavailable here}} interface
71 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
72NSAutoreleasePool *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}}
100NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePo…
109 …++x; // expected-error {{a name is referenced outside the NSAutoreleasePool scope that it was decl…
113NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; // expected-error 2 {{'NSAutoreleasePo…
[all …]
Datautorelease.m11 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];
Datautorelease-3.m5 @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];
Datautorelease-2.m5 @interface NSAutoreleasePool interface
17 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
18 NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init];
Dcxx-rewrite.mm14 NSAutoreleasePool *pool = [NSAutoreleasePool new];
27 NSAutoreleasePool *pool = [NSAutoreleasePool new];
/external/opencv3/modules/highgui/src/
Dwindow_cocoa.mm80 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/
DANTLRFastQueue.h37 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/
DANTLRFastQueue.h37 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/
DANTLRFastQueue.h37 NSAutoreleasePool *pool;
42 @property (retain, getter=getPool, setter=setPool) NSAutoreleasePool *pool;
61 - (NSAutoreleasePool *)getPool;
62 - (void)setPool:(NSAutoreleasePool *)aPool;
/external/opencv3/modules/videoio/src/
Dcap_qtkit.mm286 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 …]
Dcap_avfoundation.mm269 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/
Dscoped_nsautorelease_pool.h12 @class NSAutoreleasePool;
14 class NSAutoreleasePool; variable
36 NSAutoreleasePool* autorelease_pool_;
Dscoped_nsautorelease_pool.mm15 : autorelease_pool_([[NSAutoreleasePool alloc] init]) {
27 autorelease_pool_ = [[NSAutoreleasePool alloc] init];
/external/libchrome/testing/
Dplatform_test.h12 @class NSAutoreleasePool;
14 class NSAutoreleasePool; variable
30 NSAutoreleasePool* pool_;
/external/webrtc/webrtc/base/
Dscoped_autorelease_pool.h29 @class NSAutoreleasePool;
31 class NSAutoreleasePool; variable
51 NSAutoreleasePool* pool_;
Dmaccocoathreadhelper.mm27 // Doing NSAutoreleasePool* hack = [[NSAutoreleasePool alloc] init];
29 NSAutoreleasePool* hack;
30 hack = [[NSAutoreleasePool alloc] init];
/external/webrtc/talk/media/devices/
Dmacdevicemanagermm.mm89 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/
Divar-access-package.m15 @interface NSAutoreleasePool : NSObject interface
41 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
/external/webrtc/webrtc/test/mac/
Drun_test.mm39 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
54 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/external/webrtc/webrtc/test/testsupport/mac/
Drun_threaded_main_mac.mm47 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
63 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
/external/clang/test/Analysis/
Duninit-ps-rdar6145427.m25 @interface NSAutoreleasePool : NSObject {} - (void)drain; @end interface
34 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
/external/llvm/test/CodeGen/X86/
Dsplit-eh-lpad-edges.ll6 %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/
Dmain.m8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
Dmain.m8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Dmain.m8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];

123