/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_custom_sheet.mm | 21 [[ConstrainedWindowAnimationShow alloc] initWithWindow:customWindow_]); 33 [[ConstrainedWindowAnimationHide alloc] initWithWindow:customWindow_]); 60 [[ConstrainedWindowAnimationPulse alloc] initWithWindow:customWindow_]);
|
/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/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);
|
/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]);
|
info_bubble_view_unittest.mm | 16 [[InfoBubbleView alloc] initWithFrame:frame]);
|
info_bubble_window_unittest.mm | 13 [[InfoBubbleWindow alloc] initWithContentRect:NSMakeRect(0, 0, 10, 10)
|
menu_button_unittest.mm | 65 [[MenuButton alloc] initWithFrame:frame]); 68 [[ClickHoldButtonCell alloc] initTextCell:@"Testing"]); 74 NSMenu* menu = [[NSMenu alloc] initWithTitle:@""]; 101 [[MenuButtonTestDelegate alloc] initWithMenu:menu.get()]);
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
instant_opt_in_view_unittest.mm | 15 [[InstantOptInView alloc] initWithFrame:content_frame]);
|
omnibox_popup_view_unittest.mm | 16 [[OmniboxPopupView alloc] initWithFrame:content_frame]); 29 scoped_nsobject<NSView> subview1([[NSView alloc] initWithFrame:NSZeroRect]); 44 scoped_nsobject<NSView> subview1([[NSView alloc] initWithFrame:NSZeroRect]); 45 scoped_nsobject<NSView> subview2([[NSView alloc] initWithFrame:initial]);
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
sad_tab_view_unittest.mm | 14 scoped_nsobject<SadTabView> view([[SadTabView alloc]
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
toolbar_view_unittest.mm | 19 scoped_nsobject<ToolbarView> view([[ToolbarView alloc] init]);
|