OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nsautoreleasepool
(Results
1 - 25
of
98
) sorted by null
1
2
3
4
/external/clang/test/ARCMT/
atautorelease-3.m
5
@interface
NSAutoreleasePool
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]
[
all
...]
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]
[
all
...]
atautorelease-check.m
51
@interface
NSAutoreleasePool
: NSObject { // expected-note 13 {{marked unavailable here}}
71
NSAutoreleasePool
* pool = [[
NSAutoreleasePool
alloc] init];
72
NSAutoreleasePool
*chunkPool = [[
NSAutoreleasePool
alloc] init]; // expected-error 2 {{'
NSAutoreleasePool
' is unavailable}}
77
chunkPool = [[
NSAutoreleasePool
alloc] init]; // expected-error {{'
NSAutoreleasePool
' is unavailable}}
87
NSAutoreleasePool
* pool; // expected-error {{'
NSAutoreleasePool
' is unavailable}
[
all
...]
atautorelease-2.m
5
@interface
NSAutoreleasePool
17
NSAutoreleasePool
* pool = [[
NSAutoreleasePool
alloc] init];
18
NSAutoreleasePool
*chunkPool = [[
NSAutoreleasePool
alloc] init];
cxx-rewrite.mm
14
NSAutoreleasePool
*pool = [
NSAutoreleasePool
new];
27
NSAutoreleasePool
*pool = [
NSAutoreleasePool
new];
/external/v8/tools/gyp/test/ios/app-bundle/TestApp/
main.m
9
NSAutoreleasePool
* pool = [[
NSAutoreleasePool
alloc] init];
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/ios/src/
IOSLauncher
3
import org.robovm.apple.foundation.
NSAutoreleasePool
;
18
NSAutoreleasePool
pool = new
NSAutoreleasePool
();
/external/libchrome/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_;
/prebuilts/misc/windows/sdl2/test/
testnativecocoa.m
19
NSAutoreleasePool
*pool;
24
pool = [[
NSAutoreleasePool
alloc] init];
44
NSAutoreleasePool
*pool = [[
NSAutoreleasePool
alloc] init];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
main.m
8
NSAutoreleasePool
*pool = [[
NSAutoreleasePool
alloc] init];
/external/clang/test/SemaObjC/
ivar-access-package.m
15
@interface
NSAutoreleasePool
: NSObject
41
NSAutoreleasePool
* pool = [[
NSAutoreleasePool
alloc] init];
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/resources/ios-moe/src/
IOSMoeLauncher
8
import ios.foundation.
NSAutoreleasePool
;
25
NSAutoreleasePool
pool =
NSAutoreleasePool
.alloc();
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
main.m
8
NSAutoreleasePool
*pool = [[
NSAutoreleasePool
alloc] init];
/external/libchrome/base/mac/
scoped_nsautorelease_pool.mm
15
: autorelease_pool_([[
NSAutoreleasePool
alloc] init]) {
27
autorelease_pool_ = [[
NSAutoreleasePool
alloc] init];
scoped_nsautorelease_pool.h
12
@class
NSAutoreleasePool
;
14
class
NSAutoreleasePool
;
20
// ScopedNSAutoreleasePool allocates an
NSAutoreleasePool
when instantiated and
36
NSAutoreleasePool
* autorelease_pool_;
/external/webrtc/webrtc/base/
maccocoathreadhelper.mm
27
// Doing
NSAutoreleasePool
* hack = [[
NSAutoreleasePool
alloc] init];
29
NSAutoreleasePool
* hack;
30
hack = [[
NSAutoreleasePool
alloc] init];
scoped_autorelease_pool.h
15
// Note:
NSAutoreleasePool
docs say that you should not normally need to
16
// declare an
NSAutoreleasePool
as a member of an object - but there's nothing
29
@class
NSAutoreleasePool
;
31
class
NSAutoreleasePool
;
51
NSAutoreleasePool
* pool_;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
main.m
7
NSAutoreleasePool
*pool = [[
NSAutoreleasePool
alloc] init];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
main.m
8
NSAutoreleasePool
*pool = [[
NSAutoreleasePool
alloc] init];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
main.m
8
NSAutoreleasePool
*pool = [[
NSAutoreleasePool
alloc] init];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
main.m
7
NSAutoreleasePool
*pool = [[
NSAutoreleasePool
alloc] init];
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
main.m
9
NSAutoreleasePool
*pool = [[
NSAutoreleasePool
alloc] init];
/external/skia/experimental/iOSSampleApp/Shared/
skia_ios.mm
12
NSAutoreleasePool
* pool = [[
NSAutoreleasePool
alloc] init];
/external/webrtc/webrtc/test/mac/
run_test.mm
39
NSAutoreleasePool
*pool = [[
NSAutoreleasePool
alloc] init];
54
NSAutoreleasePool
*pool = [[
NSAutoreleasePool
alloc] init];
/external/webrtc/webrtc/test/testsupport/mac/
run_threaded_main_mac.mm
47
NSAutoreleasePool
* pool = [[
NSAutoreleasePool
alloc] init];
63
NSAutoreleasePool
* pool = [[
NSAutoreleasePool
alloc] init];
Completed in 1736 milliseconds
1
2
3
4