/external/clang/test/ARCMT/ |
GC-check-warn-nsalloc.m | 1 // RUN: %clang_cc1 -arcmt-check -verify -no-ns-alloc-error -triple x86_64-apple-darwin10 -fobjc-gc-only %s 2 // RUN: %clang_cc1 -arcmt-check -verify -no-ns-alloc-error -triple x86_64-apple-darwin10 -fobjc-gc-only -x objective-c++ %s
|
/external/clang/test/Driver/ |
darwin-iphone-defaults.m | 22 +(id) alloc; 26 [I1 alloc];
|
/external/clang/test/SemaCXX/ |
PR9902.cpp | 16 template <class Alloc> 19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type;
|
PR9908.cpp | 10 template <class Alloc> 13 typedef Alloc allocator_type;
|
/external/clang/test/SemaObjC/ |
method-not-defined.m | 10 [[Foo alloc] init]; // expected-warning {{class method '+alloc' not found (return type defaults to 'id')}} expected-warning {{instance method '-init' not found (return type defaults to 'id')}}
|
selector-overload.m | 4 + alloc; 44 id xx = [[Car alloc] init]; // expected-warning {{incompatible types assigning 'int' to 'id'}}
|
/external/clang/test/SemaObjCXX/ |
conversion-to-objc-pointer.mm | 27 - (id) alloc; 48 TNSAutoRef<TBar*> bar([[TBar alloc] init]);
|
conversion-to-objc-pointer-2.mm | 8 - (id) alloc; 82 NSObject* object1 = [[[NSObject alloc] init] autorelease]; 83 TNSAutoRef<NSObject*> object2([[NSObject alloc] init]); 84 TNSAutoRef<TBar*> bar([[TBar alloc] init]);
|
/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
ignore_object_errors.cc | 13 fprintf(stderr, "Test alloc: %p.\n", p); 20 // CHECK: Test alloc: [[ADDR:.*]].
|
/external/libpng/projects/visualc71/ |
PRJ0041.mak | 4 all: $(IntDir)\alloc.h \ 13 $(IntDir)\alloc.h \
|
/external/valgrind/main/massif/tests/ |
deep-B.stderr.exp | 1 Massif: alloc-fns: 31 Massif: alloc S. 1 (t:408, hp:400, ex:8, st:0) 32 Massif: alloc S. 2 (t:816, hp:800, ex:16, st:0) 33 Massif: alloc S. 3 (t:1224, hp:1200, ex:24, st:0) 34 Massif: alloc S. 4 (t:1632, hp:1600, ex:32, st:0) 35 Massif: alloc S. 5 (t:2040, hp:2000, ex:40, st:0) 36 Massif: alloc S. 6 (t:2448, hp:2400, ex:48, st:0) 37 Massif: alloc S. 7 (t:2856, hp:2800, ex:56, st:0) 38 Massif: alloc S. 8 (t:3264, hp:3200, ex:64, st:0) 39 Massif: alloc Sd 9 (t:3672, hp:3600, ex:72, st:0 [all...] |
deep-C.stderr.exp | 1 Massif: alloc-fns: 34 Massif: alloc S. 1 (t:408, hp:400, ex:8, st:0) 35 Massif: alloc S. 2 (t:816, hp:800, ex:16, st:0) 36 Massif: alloc S. 3 (t:1224, hp:1200, ex:24, st:0) 37 Massif: alloc S. 4 (t:1632, hp:1600, ex:32, st:0) 38 Massif: alloc S. 5 (t:2040, hp:2000, ex:40, st:0) 39 Massif: alloc S. 6 (t:2448, hp:2400, ex:48, st:0) 40 Massif: alloc S. 7 (t:2856, hp:2800, ex:56, st:0) 41 Massif: alloc S. 8 (t:3264, hp:3200, ex:64, st:0) 42 Massif: alloc Sd 9 (t:3672, hp:3600, ex:72, st:0 [all...] |
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
window_applescript_test.mm | 26 [[WindowAppleScript alloc] init]); 36 [[WindowAppleScript alloc] initWithProfile:NULL]); 44 [[WindowAppleScript alloc] initWithProfile:defaultProfile]); 52 [[WindowAppleScript alloc] initWithBrowser:NULL]); 59 [[WindowAppleScript alloc] initWithBrowser:browser()]); 67 [[WindowAppleScript alloc] initWithBrowser:browser()]); 81 scoped_nsobject<TabAppleScript> aTab([[TabAppleScript alloc] init]); 85 [[WindowAppleScript alloc] initWithBrowser:browser()]); 103 scoped_nsobject<TabAppleScript> aTab([[TabAppleScript alloc] init]); 107 [[WindowAppleScript alloc] initWithBrowser:browser()]) [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
window_applescript_test.mm | 26 [[WindowAppleScript alloc] init]); 36 [[WindowAppleScript alloc] initWithProfile:NULL]); 44 [[WindowAppleScript alloc] initWithProfile:lastProfile]); 52 [[WindowAppleScript alloc] initWithBrowser:NULL]); 59 [[WindowAppleScript alloc] initWithBrowser:browser()]); 67 [[WindowAppleScript alloc] initWithBrowser:browser()]); 81 base::scoped_nsobject<TabAppleScript> aTab([[TabAppleScript alloc] init]); 85 [[WindowAppleScript alloc] initWithBrowser:browser()]); 103 base::scoped_nsobject<TabAppleScript> aTab([[TabAppleScript alloc] init]); 107 [[WindowAppleScript alloc] initWithBrowser:browser()]) [all...] |
/frameworks/base/libs/hwui/ |
DisplayListRenderer.cpp | 156 addDrawOp(new (alloc()) DrawFunctorOp(functor)); 162 addStateOp(new (alloc()) SaveOp(flags)); 185 addStateOp(new (alloc()) SaveLayerOp(left, top, right, bottom, alpha, mode, flags)); 198 addStateOp(new (alloc()) RotateOp(degrees)); 203 addStateOp(new (alloc()) ScaleOp(sx, sy)); 208 addStateOp(new (alloc()) SkewOp(sx, sy)); 214 addStateOp(new (alloc()) SetMatrixOp(matrix)); 220 addStateOp(new (alloc()) ConcatMatrixOp(matrix)); 226 addStateOp(new (alloc()) ClipRectOp(left, top, right, bottom, op)); 232 addStateOp(new (alloc()) ClipPathOp(path, op)) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRuntimeException.m | 39 return [[ANTLRRuntimeException alloc] init]; 44 return [[ANTLRRuntimeException alloc] init:aReason]; 49 return [[ANTLRRuntimeException alloc] init:aReason userInfo:aUserInfo]; 54 return [[ANTLRRuntimeException alloc] initWithName:aName reason:aReason]; 59 return [[ANTLRRuntimeException alloc] initWithName:aName reason:aReason userInfo:aUserInfo]; 120 return [[ANTLRIllegalArgumentException alloc] init]; 125 return [[ANTLRIllegalArgumentException alloc] init:aReason]; 130 return [[ANTLRIllegalArgumentException alloc] init:aReason userInfo:aUserInfo]; 157 return [[ANTLRIllegalStateException alloc] init]; 162 return [[ANTLRIllegalStateException alloc] init:aReason] [all...] |
/external/chromium/testing/ |
platform_test_mac.mm | 10 : pool_([[NSAutoreleasePool alloc] init]) {
|
/external/chromium_org/testing/ |
platform_test_mac.mm | 10 : pool_([[NSAutoreleasePool alloc] init]) {
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAllocPool.h | 19 * Frees all blocks that have been allocated with alloc(). 28 void* alloc(size_t bytes); 54 T* alloc() { return (T*)fPool.alloc(sizeof(T)); } function in class:GrTAllocPool
|
/external/chromium_org/tools/gyp/test/ios/app-bundle/TestApp/ |
main.m | 9 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
|
/external/clang/test/PCH/ |
objc_import.h | 4 + alloc; variable
|
/external/lzma/C/Util/Lzma/ |
makefile.gcc | 9 Alloc.o \
25 Alloc.o: ../../Alloc.c
26 $(CXX) $(CFLAGS) ../../Alloc.c
|
/external/skia/src/gpu/ |
GrAllocPool.h | 19 * Frees all blocks that have been allocated with alloc(). 28 void* alloc(size_t bytes); 54 T* alloc() { return (T*)fPool.alloc(sizeof(T)); } function in class:GrTAllocPool
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
cookie_details_view_controller_unittest.mm | 22 CocoaCookieDetails* details = [CocoaCookieDetails alloc]; 32 return [[[CookiePromptContentDetailsAdapter alloc] initWithDetails:details] 40 CocoaCookieDetails* details = [CocoaCookieDetails alloc]; 50 return [[[CookiePromptContentDetailsAdapter alloc] initWithDetails:details] 56 [[CookieDetailsViewController alloc] init]); 61 [[CookieDetailsViewController alloc] init]); 74 [[CookieDetailsViewController alloc] init]);
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
cookie_details_view_controller_unittest.mm | 23 CocoaCookieDetails* details = [CocoaCookieDetails alloc]; 32 return [[[CookiePromptContentDetailsAdapter alloc] initWithDetails:details] 40 CocoaCookieDetails* details = [CocoaCookieDetails alloc]; 50 return [[[CookiePromptContentDetailsAdapter alloc] initWithDetails:details] 56 [[CookieDetailsViewController alloc] init]); 61 [[CookieDetailsViewController alloc] init]); 74 [[CookieDetailsViewController alloc] init]);
|