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

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/cocoa/
vertical_gradient_view_unittest.mm 16 [[VerticalGradientView alloc] initWithFrame:frame]);
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_suggestion_container.mm 92 base::scoped_nsobject<NSTextField> label([[NSTextField alloc] init]);
104 label_.reset([[NSTextView alloc] initWithFrame:NSZeroRect]);
111 [[NSMutableParagraphStyle alloc] init]);
115 inputField_.reset([[AutofillTextField alloc] initWithFrame:NSZeroRect]);
118 spacer_.reset([[NSBox alloc] initWithFrame:NSZeroRect]);
122 base::scoped_nsobject<NSView> view([[NSView alloc] initWithFrame:NSZeroRect]);
133 [[IconAttachmentCell alloc] initImageCell:icon]);
135 [[NSTextAttachment alloc] init]);
149 [[NSAttributedString alloc] initWithString:line
autofill_tooltip_controller_unittest.mm 17 controller_.reset([[AutofillTooltipController 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 70 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"]);
114 [[FakeButtonDelegate alloc] init]);
115 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
116 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]);
137 [[FakeButtonDelegate alloc] init]);
138 button.reset([[BookmarkButton alloc] initWithFrame:NSMakeRect(0,0,500,500)]);
139 cell.reset([[BookmarkButtonCell alloc] initTextCell:@"hi mom"]);
  /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/
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/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/browser/
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];
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Alloc.h 0 /* Alloc.h -- Memory allocation functions
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
low_level_alloc.h 49 // for Alloc() call the DefaultArena() is used.
53 static void *Alloc(size_t request)
59 // Alloc(). Does nothing if passed 0. "s" must be either 0,
60 // or must have been returned from a call to Alloc() and not yet passed to
61 // Free() since that call to Alloc(). The space is returned to the arena
65 // ATTRIBUTE_SECTION(malloc_hook) for Alloc* and Free
75 // Report calls to Alloc() and Free() via the MallocHook interface.
79 // Make calls to Alloc(), Free() be async-signal-safe. Not set in
88 // Alloc/Free.
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
low_level_alloc.h 49 // for Alloc() call the DefaultArena() is used.
53 static void *Alloc(size_t request)
59 // Alloc(). Does nothing if passed 0. "s" must be either 0,
60 // or must have been returned from a call to Alloc() and not yet passed to
61 // Free() since that call to Alloc(). The space is returned to the arena
65 // ATTRIBUTE_SECTION(malloc_hook) for Alloc* and Free
75 // Report calls to Alloc() and Free() via the MallocHook interface.
79 // Make calls to Alloc(), Free() be async-signal-safe. Not set in
88 // Alloc/Free.
  /external/chromium_org/tools/deep_memory_profiler/
sorter.vm-map.json 49 "backtrace_function": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*",
78 "backtrace_function": ".*gpu::MappedMemoryManager::Alloc.*",
  /external/chromium_org/tools/deep_memory_profiler/sorters/
vm.GPU.json 11 "backtrace_function": ".*gpu::MappedMemoryManager::Alloc.*",
  /external/chromium_org/ui/base/cocoa/
fullscreen_window_manager_unittest.mm 15 [[FullscreenWindowManager alloc] initWithWindow:test_window()

Completed in 1012 milliseconds

<<11121314151617181920>>