/external/valgrind/main/memcheck/tests/ |
badrw.stderr.exp-s390x-mvc | 3 Address 0x........ is 4 bytes before a block of size 10 alloc'd 9 Address 0x........ is 4 bytes before a block of size 10 alloc'd 15 Address 0x........ is 4 bytes before a block of size 10 alloc'd 21 Address 0x........ is 4 bytes before a block of size 10 alloc'd 27 Address 0x........ is 1 bytes before a block of size 10 alloc'd 33 Address 0x........ is 1 bytes before a block of size 10 alloc'd
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRewriteRuleNodeStream.m | 16 return [[ANTLRRewriteRuleNodeStream alloc] initWithTreeAdaptor:aTreeAdaptor description:anElementDescription]; 21 return [[ANTLRRewriteRuleNodeStream alloc] initWithTreeAdaptor:aTreeAdaptor description:anElementDescription element:anElement]; 26 return [[ANTLRRewriteRuleNodeStream alloc] initWithTreeAdaptor:aTreeAdaptor description:anElementDescription elements:theElements];
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
about_ipc_controller_unittest.mm | 39 AboutIPCController* controller = [[AboutIPCController alloc] init]; 50 [[CocoaLogData alloc] initWithLogData:data]); 57 [[CocoaLogData alloc] initWithLogData:data]);
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
down_arrow_popup_menu_cell_unittest.mm | 21 view_.reset([[NSButton alloc] initWithFrame:frame]); 23 [[DownArrowPopupMenuCell alloc] initTextCell:@"Testing"]); 54 [[NSImage alloc] initWithSize:rect.size]);
|
layout_view_unittest.mm | 19 view_.reset([[LayoutView alloc] initWithFrame:NSZeroRect]); 44 [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 0, 45)]); 46 [[NSView alloc] initWithFrame:NSMakeRect(0, 0, 20, 55)]);
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
zoom_bubble_controller_unittest.mm | 25 [[ZoomBubbleController alloc] initWithParentWindow:test_window() 41 ZoomBubbleController* controller = [[ZoomBubbleController alloc] 58 ZoomBubbleController* controller = [[ZoomBubbleController alloc]
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
extension_install_dialog_controller.mm | 40 view_controller_.reset([[ExtensionInstallViewController alloc] 45 base::scoped_nsobject<NSWindow> window([[ConstrainedWindowCustomWindow alloc] 50 [[CustomConstrainedWindowSheet alloc] initWithCustomWindow:window]);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAllocPool.cpp | 36 void* alloc(size_t bytes) { function in struct:GrAllocPool::Block 80 void* GrAllocPool::alloc(size_t size) { function in class:GrAllocPool 88 return fBlock->alloc(size);
|
/external/clang/test/Analysis/ |
pr_2542_rdar_6793404.m | 22 + (id)alloc; 48 NSAnimation *animation = [[NSAnimation alloc] // no-warning 57 NSAnimation *animation = [[NSAnimation alloc] // expected-warning{{leak}}
|
/external/compiler-rt/lib/lsan/lit_tests/TestCases/ |
stale_stack_leak.cc | 21 fprintf(stderr, "Test alloc: %p.\n", locals[0]); 37 // CHECK: Test alloc: [[ADDR:.*]]. 38 // CHECK-sanity: Test alloc: [[ADDR:.*]].
|
/external/grub/stage2/ |
vstafs.h | 43 struct alloc struct 55 struct alloc fs_freesecs[0]; 76 struct alloc blocks[32];
|
/external/lzma/C/ |
Xz.c | 32 void Xz_Free(CXzStream *p, ISzAlloc *alloc)
34 alloc->Free(alloc, p->blocks);
|
/external/skia/src/gpu/ |
GrAllocPool.cpp | 36 void* alloc(size_t bytes) { function in struct:GrAllocPool::Block 80 void* GrAllocPool::alloc(size_t size) { function in class:GrAllocPool 88 return fBlock->alloc(size);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ |
debug_map_base.hpp | 156 __gnu_cxx::throw_allocator<char> alloc; local 157 const double orig_throw_prob = alloc.get_throw_prob(); 158 alloc.set_throw_prob(0); 174 alloc.set_throw_prob(orig_throw_prob); 317 __gnu_cxx::throw_allocator<char> alloc; local 318 const double orig_throw_prob = alloc.get_throw_prob(); 319 alloc.set_throw_prob(0); 330 alloc.set_throw_prob(orig_throw_prob); 338 __gnu_cxx::throw_allocator<char> alloc; local 339 const double orig_throw_prob = alloc.get_throw_prob() [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 156 __gnu_cxx::throw_allocator<char> alloc; local 157 const double orig_throw_prob = alloc.get_throw_prob(); 158 alloc.set_throw_prob(0); 174 alloc.set_throw_prob(orig_throw_prob); 317 __gnu_cxx::throw_allocator<char> alloc; local 318 const double orig_throw_prob = alloc.get_throw_prob(); 319 alloc.set_throw_prob(0); 330 alloc.set_throw_prob(orig_throw_prob); 338 __gnu_cxx::throw_allocator<char> alloc; local 339 const double orig_throw_prob = alloc.get_throw_prob() [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 156 __gnu_cxx::throw_allocator<char> alloc; local 157 const double orig_throw_prob = alloc.get_throw_prob(); 158 alloc.set_throw_prob(0); 174 alloc.set_throw_prob(orig_throw_prob); 317 __gnu_cxx::throw_allocator<char> alloc; local 318 const double orig_throw_prob = alloc.get_throw_prob(); 319 alloc.set_throw_prob(0); 330 alloc.set_throw_prob(orig_throw_prob); 338 __gnu_cxx::throw_allocator<char> alloc; local 339 const double orig_throw_prob = alloc.get_throw_prob() [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 156 __gnu_cxx::throw_allocator<char> alloc; local 157 const double orig_throw_prob = alloc.get_throw_prob(); 158 alloc.set_throw_prob(0); 174 alloc.set_throw_prob(orig_throw_prob); 317 __gnu_cxx::throw_allocator<char> alloc; local 318 const double orig_throw_prob = alloc.get_throw_prob(); 319 alloc.set_throw_prob(0); 330 alloc.set_throw_prob(orig_throw_prob); 338 __gnu_cxx::throw_allocator<char> alloc; local 339 const double orig_throw_prob = alloc.get_throw_prob() [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ |
debug_map_base.hpp | 156 __gnu_cxx::throw_allocator<char> alloc; local 157 const double orig_throw_prob = alloc.get_throw_prob(); 158 alloc.set_throw_prob(0); 174 alloc.set_throw_prob(orig_throw_prob); 317 __gnu_cxx::throw_allocator<char> alloc; local 318 const double orig_throw_prob = alloc.get_throw_prob(); 319 alloc.set_throw_prob(0); 330 alloc.set_throw_prob(orig_throw_prob); 338 __gnu_cxx::throw_allocator<char> alloc; local 339 const double orig_throw_prob = alloc.get_throw_prob() [all...] |
/development/ndk/platforms/android-3/include/linux/ |
mempool.h | 29 mempool_alloc_t *alloc; member in struct:mempool_s
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/ |
main.m | 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_button_cell.mm | 14 [[[BookmarkBarFolderButtonCell alloc] initForNode:node
|
bookmark_button_unittest.mm | 69 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]); 78 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]); 79 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]); 112 delegate([[FakeButtonDelegate alloc] init]); 113 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]); 114 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]); 137 delegate([[FakeButtonDelegate alloc] init]); 138 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]); 139 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]);
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_item_button_unittest.mm | 14 button.reset([[DownloadItemButton alloc]
|
download_shelf_view_unittest.mm | 19 scoped_nsobject<DownloadShelfView> view([[DownloadShelfView alloc] init]);
|
/external/chromium/chrome/browser/ui/cocoa/ |
floating_bar_backing_view_unittest.mm | 15 [[FloatingBarBackingView alloc] initWithFrame:content_frame]);
|