HomeSort by relevance Sort by last modified time
    Searched full:alloc (Results 251 - 275 of 3538) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/cocoa/
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()]);
vertical_gradient_view_unittest.mm 16 [[VerticalGradientView alloc] initWithFrame:frame]);
  /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]);
  /external/chromium_org/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)]);
77 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
78 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]);
113 [[FakeButtonDelegate alloc] init]);
114 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
115 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]);
136 [[FakeButtonDelegate alloc] init]);
137 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
138 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]);
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_factory.mm 15 [[BrowserWindowController alloc] initWithBrowser:browser];
floating_bar_backing_view_unittest.mm 16 [[FloatingBarBackingView alloc] initWithFrame:content_frame]);
info_bubble_view_unittest.mm 16 [[InfoBubbleView alloc] initWithFrame:frame]);
info_bubble_window_unittest.mm 14 [[InfoBubbleWindow alloc] initWithContentRect:NSMakeRect(0, 0, 10, 10)
vertical_gradient_view_unittest.mm 16 [[VerticalGradientView alloc] initWithFrame:frame]);
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_custom_window_unittest.mm 15 [[ConstrainedWindowCustomWindow alloc]
constrained_window_sheet_controller_unittest.mm 80 tab_views_.reset([[NSMutableArray alloc] init]);
83 [[NSView alloc] initWithFrame:dummyRect]);
91 sheet_window_.reset([[NSWindow alloc]
97 sheet_.reset([[CustomConstrainedWindowSheet alloc]
188 [[NSWindow alloc] initWithContentRect:NSMakeRect(0, 0, 30, 30)
260 [[ConstrainedWindowSystemSheetTest alloc] init]);
261 base::scoped_nsobject<NSAlert> alert([[NSAlert alloc] init]);
277 [[ConstrainedWindowSystemSheetTest alloc] init]);
278 base::scoped_nsobject<NSAlert> alert([[NSAlert alloc] init]);
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_shelf_view_unittest.mm 20 [[DownloadShelfView alloc] init]);
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
sad_tab_view_unittest.mm 15 [[SadTabView alloc] initWithFrame:content_frame]);
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_view_unittest.mm 19 base::scoped_nsobject<ToolbarView> view([[ToolbarView alloc] init]);
  /external/chromium_org/chrome/common/mac/
objc_zombie_unittest.mm 57 base::scoped_nsobject<id> anObject([[NSObject alloc] init]);
63 [[ZombieCxxDestructTest alloc] initWith:anObject]);
79 base::scoped_nsobject<id> anObject([[NSObject alloc] init]);
85 [[ZombieAssociatedObjectTest alloc] initWithAssociatedObject:anObject]);
  /external/chromium_org/content/shell/
shell_browser_main_parts_mac.mm 20 [[NSNib alloc] initWithNibNamed:@"MainMenu"
  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator_test.cc 114 // Checks basic alloc and free.
120 FencedAllocator::Offset offset = allocator_->Alloc(kSize);
131 // Test alloc 0 fails.
133 FencedAllocator::Offset offset = allocator_->Alloc(0);
150 offsets[i] = allocator_->Alloc(kSize);
157 FencedAllocator::Offset offset_failed = allocator_->Alloc(kSize);
164 offsets[0] = allocator_->Alloc(kSize/2);
170 offset_failed = allocator_->Alloc(kSize);
192 offsets[i] = allocator_->Alloc(kSize);
199 FencedAllocator::Offset offset_failed = allocator_->Alloc(kSize)
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
Alloc.h 0 /* Alloc.h -- Memory allocation functions
  /external/chromium_org/third_party/ocmock/OCMock/
OCMockObject.m 37 return [[[OCClassMockObject alloc] initWithClass:aClass] autorelease];
42 return [[[OCProtocolMockObject alloc] initWithProtocol:aProtocol] autorelease];
47 return [[[OCPartialMockObject alloc] initWithObject:anObject] autorelease];
71 return [[[OCObserverMockObject alloc] init] autorelease];
82 recorders = [[NSMutableArray alloc] init];
83 expectations = [[NSMutableArray alloc] init];
84 rejections = [[NSMutableArray alloc] init];
85 exceptions = [[NSMutableArray alloc] init];
222 return [[[OCMockRecorder alloc] initWithSignatureResolver:self] autorelease];

Completed in 637 milliseconds

<<11121314151617181920>>