/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
browsercrapplication+applescript.mm | 34 [[WindowAppleScript alloc] initWithBrowser:*browserIterator]); 88 [[[BookmarkFolderAppleScript alloc] 111 [[[BookmarkFolderAppleScript alloc]
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
autofill_section_view_unittest.mm | 23 [[AutofillSectionView alloc] initWithFrame:NSMakeRect(0, 0, 20, 20)]); 43 [[NSBitmapImageRep alloc] 156 [[AutofillClickTestDelegate alloc] init]);
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_folder_target_unittest.mm | 62 [[BookmarkFolderTarget alloc] initWithController:controller 88 [[BookmarkFolderTarget alloc] initWithController:controller 118 [[BookmarkFolderTarget alloc] initWithController:controller
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
draggable_button_unittest.mm | 51 [[TestableDraggableButton alloc] 72 [[TestableDraggableButton alloc] 112 [[TestableDraggableButton alloc]
|
/external/chromium_org/chrome/browser/ui/cocoa/notifications/ |
message_center_tray_bridge.mm | 54 [[MCPopupCollection alloc] initWithMessageCenter:message_center_]); 90 status_item_view_.reset([[MCStatusItemView alloc] init]); 116 [[MCTrayController alloc] initWithMessageCenterTray:tray_.get()]);
|
/external/chromium_org/chrome/browser/ui/cocoa/status_icons/ |
status_icon_mac.mm | 44 controller_.reset([[StatusItemController alloc] initWithIcon:this]); 117 menu_.reset([[MenuController alloc] initWithModel:model 122 menu_.reset([[MenuController alloc] initWithModel:model
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_mac_editcommand_helper_unittest.mm | 120 [[[RenderWidgetHostViewMacOwner alloc] 143 [[[RenderWidgetHostViewMacEditCommandHelperTestClass alloc] init] 168 [[[RenderWidgetHostViewMacOwner alloc] init] autorelease];
|
/external/chromium_org/content/common/gpu/ |
gpu_memory_manager_unittest.cc | 120 virtual void SetMemoryAllocation(const MemoryAllocation& alloc) OVERRIDE { 121 allocation_ = alloc; 122 ClientAssignmentCollector::AddClientStat(this, alloc); 180 const MemoryAllocation& alloc) { 184 const MemoryAllocation& alloc) { 188 const MemoryAllocation& alloc) { 192 const MemoryAllocation& alloc) { 193 return alloc.bytes_limit_when_visible == 197 const MemoryAllocation& alloc) { 198 return alloc.bytes_limit_when_visible = [all...] |
/external/chromium_org/content/shell/browser/ |
shell_javascript_dialog_mac.mm | 49 alert_.reset([[NSAlert alloc] init]); 54 textField_ = [[NSTextField alloc] initWithFrame:NSMakeRect(0, 0, 300, 22)]; 101 [[ShellJavaScriptDialogHelper alloc] initHelperWithManager:manager
|
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/ |
APPRTCAppDelegate.m | 158 self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; 160 [[APPRTCViewController alloc] initWithNibName:@"APPRTCViewController" 192 self.client = [[APPRTCAppClient alloc] init]; 214 self.peerConnectionFactory = [[RTCPeerConnectionFactory alloc] init]; 215 RTCMediaConstraints *constraints = [[RTCMediaConstraints alloc] init]; 216 self.pcObserver = [[PCObserver alloc] initWithDelegate:self]; 234 [[RTCPair alloc] initWithKey:@"OfferToReceiveAudio" value:@"true"]; 236 // RTCPair *video = [[RTCPair alloc] initWithKey:@"OfferToReceiveVideo" 240 [[RTCMediaConstraints alloc] initWithMandatoryConstraints:mandatory 265 [[RTCICECandidate alloc] initWithMid:mi [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
7z.h | 55 void SzCoderInfo_Free(CSzCoderInfo *p, ISzAlloc *alloc); 123 void SzAr_Free(CSzAr *p, ISzAlloc *alloc); 163 void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc);
|
/external/chromium_org/third_party/mozilla/ |
ComplexTextInputPanel.mm | 53 sComplexTextInputPanel = [[ComplexTextInputPanel alloc] init]; 72 mInputTextView = [[NSTextView alloc] initWithFrame:[self.contentView frame]]; 75 NSScrollView* scrollView = [[NSScrollView alloc] initWithFrame:[self.contentView frame]];
|
/external/chromium_org/third_party/skia/src/core/ |
SkDescriptor.h | 23 static SkDescriptor* Alloc(size_t length) { 84 SkDescriptor* desc = SkDescriptor::Alloc(fLength); 141 fDesc = SkDescriptor::Alloc(size);
|
SkTRefArray.h | 25 static SkTRefArray<T>* Alloc(int count) { 42 SkTRefArray<T>* obj = Alloc(count); 56 SkTRefArray<T>* obj = Alloc(count);
|
/external/chromium_org/tools/deep_memory_profiler/ |
policy.l1.json | 63 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*",
|
policy.sourcefile.json | 60 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*",
|
policy.t0.json | 62 "stacktrace": ".*(DoAllocWithArena|SbrkSysAllocator::Alloc|MmapSysAllocator::Alloc|LowLevelAlloc::Alloc|LowLevelAlloc::AllocWithArena).*",
|
/external/chromium_org/ui/compositor/test/ |
test_compositor_host_mac.mm | 54 pool_ = [[NSAutoreleasePool alloc] init]; 117 window_ = [[NSWindow alloc] 126 [[AcceleratedTestView alloc] init]);
|
/external/clang/test/CodeGenObjC/ |
debug-info-blocks.m | 37 + (id)alloc; 66 NSMutableDictionary *d = [[NSMutableDictionary alloc] init]; 77 A *a = [[A alloc] init];
|
/external/clang/test/SemaObjCXX/ |
arc-0x.mm | 10 + alloc; 19 auto a = [[A alloc] init]; 22 auto a2([[A alloc] init]);
|
/external/lzma/C/ |
7z.h | 55 void SzCoderInfo_Free(CSzCoderInfo *p, ISzAlloc *alloc);
123 void SzAr_Free(CSzAr *p, ISzAlloc *alloc);
163 void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc);
|
/external/skia/src/core/ |
SkDescriptor.h | 23 static SkDescriptor* Alloc(size_t length) { 84 SkDescriptor* desc = SkDescriptor::Alloc(fLength); 141 fDesc = SkDescriptor::Alloc(size);
|
SkTRefArray.h | 25 static SkTRefArray<T>* Alloc(int count) { 42 SkTRefArray<T>* obj = Alloc(count); 56 SkTRefArray<T>* obj = Alloc(count);
|
/frameworks/base/libs/hwui/ |
PathTessellator.h | 42 This should be the only method used by the PathTessellator. Subsequent calls to alloc will 47 TYPE* alloc(int vertexCount) { function in class:android::uirenderer::VertexBuffer 69 TYPE* dst = alloc<TYPE>(verticesToCopy);
|
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/ |
FakeBackgroundService.java | 49 int[] alloc = new int[FakeApp.PAGE_SIZE/4]; 50 mAllocs.add(alloc); 53 alloc[j] = VAL;
|