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

<<11121314151617181920>>

  /art/compiler/dex/
growable_array.h 70 return arena->Alloc(sizeof(GrowableArray::Iterator), ArenaAllocator::kAllocGrowableArray);
84 elem_list_ = static_cast<T*>(arena_->Alloc(sizeof(T) * init_length,
98 T* new_array = static_cast<T*>(arena_->Alloc(sizeof(T) * target_length,
156 return arena->Alloc(sizeof(GrowableArray<T>), ArenaAllocator::kAllocGrowableArray);
  /dalvik/vm/alloc/
Verify.cpp 18 #include "alloc/HeapBitmap.h"
19 #include "alloc/HeapSource.h"
20 #include "alloc/Verify.h"
21 #include "alloc/Visit.h"
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMismatchedTokenException.m 39 return [[ANTLRMismatchedTokenException alloc] initWithTokenType:expectedTokenType Stream:anInput];
46 return [[ANTLRMismatchedTokenException alloc] initWithTokenType:expectedTokenType Stream:anInput Token:inserted];
51 return [[ANTLRMismatchedTokenException alloc] initWithCharacter:expectedCharacter Stream:anInput];
56 return [[ANTLRMismatchedTokenException alloc] initWithStream:anInput];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
main.m 8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/chromium/chrome/browser/
app_controller_mac_unittest.mm 19 scoped_nsobject<AppController> ac([[AppController alloc] init]);
  /external/chromium/chrome/browser/ui/cocoa/
about_ipc_dialog.mm 23 CocoaLogData* cocoa_data = [[CocoaLogData alloc] initWithLogData:data];
background_tile_view_unittest.mm 19 scoped_nsobject<BackgroundTileView> view([[BackgroundTileView alloc]
profile_menu_button_unittest.mm 15 scoped_nsobject<ProfileMenuButton> button([[ProfileMenuButton alloc]
52 scoped_nsobject<ProfileMenuButton> button([[ProfileMenuButton alloc]
109 scoped_nsobject<NSMenu> menu([[NSMenu alloc] initWithTitle:@""]);
119 [[ProfileShowMenuHandler alloc] init]);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_view_unittest.mm 159 view_.reset([[BookmarkBarFolderView alloc] init]);
167 scoped_nsobject<FakeDraggingInfo> info([[FakeDraggingInfo alloc] init]);
181 scoped_nsobject<FakeDraggingInfo> info([[FakeDraggingInfo alloc] init]);
199 scoped_nsobject<FakeDraggingInfo> info([[FakeDraggingInfo alloc] init]);
bookmark_bar_view_unittest.mm 169 view_.reset([[BookmarkBarView alloc] init]);
181 info([[FakeBookmarkDraggingInfo alloc] init]);
195 info([[FakeBookmarkDraggingInfo alloc] init]);
213 info([[FakeBookmarkDraggingInfo alloc] init]);
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac_unittest.mm 29 [[CollectedCookiesWindowController alloc]
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_gradient_view_unittest.mm 16 [[InfoBarGradientView alloc] initWithFrame:frame]);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest_helper.mm 17 editor_.reset([[AutocompleteTextFieldEditor alloc] init]);
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
previewable_contents_controller_unittest.mm 20 controller_.reset([[PreviewableContentsController alloc] init]);
  /external/chromium/chrome/browser/ui/cocoa/tabs/
side_tab_strip_view_unittest.mm 20 [[SideTabStripView alloc] initWithFrame:frame]);
tab_strip_view_unittest.mm 20 [[TabStripView alloc] initWithFrame:frame]);
  /external/chromium_org/chrome/browser/storage_monitor/
image_capture_device_manager.mm 50 cameras_.reset([[NSMutableArray alloc] init]);
53 deviceBrowser_.reset([[ICDeviceBrowser alloc] init]);
77 return [[[ImageCaptureDevice alloc]
132 device_browser_.reset([[ImageCaptureDeviceManagerImpl alloc] init]);
  /external/chromium_org/chrome/browser/ui/cocoa/
about_ipc_dialog.mm 23 CocoaLogData* cocoa_data = [[CocoaLogData alloc] initWithLogData:data];
browser_window_factory.mm 15 [[BrowserWindowController alloc] initWithBrowser:browser];
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_bubble_controller_unittest.mm 15 [[AutofillBubbleController alloc] initWithParentWindow:test_window()
autofill_pop_up_button_unittest.mm 16 button_.reset([[AutofillPopUpButton alloc] initWithFrame:frame]);
autofill_suggestion_container_unittest.mm 17 container_.reset([[AutofillSuggestionContainer alloc] init]);
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_sync_promo_controller_unittest.mm 24 [[BookmarkSyncPromoController alloc] initWithBrowser:browser()]);
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
avatar_label_button_unittest.mm 17 button_.reset([[AvatarLabelButton alloc] initWithFrame:content_frame]);
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_button_unittest.mm 14 button.reset([[DownloadItemButton alloc]

Completed in 313 milliseconds

<<11121314151617181920>>