| /external/webkit/Source/WebCore/platform/mac/ |
| SharedTimerMac.mm | 165 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
| /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/ |
| fontprops.mm | 94 NSString* string = [[NSString alloc] initWithCharactersNoCopy:const_cast<unichar*>(characters) length:length freeWhenDone:NO];
|
| /external/webkit/Source/WebCore/rendering/ |
| RenderThemeChromiumMac.mm | 57 static NSView* view = [[RTCMFlippedView alloc] init];
|
| /external/webkit/Source/WebKit/mac/DefaultDelegates/ |
| WebDefaultEditingDelegate.m | 45 sharedDelegate = [[WebDefaultEditingDelegate alloc] init];
|
| /external/webkit/Source/WebKit/mac/Plugins/ |
| WebNetscapePluginStream.mm | 105 return [[[NSError alloc] _initWithPluginErrorCode:WebKitErrorPlugInCancelledConnection 542 NSMutableData *newDeliveryData = [[NSMutableData alloc] initWithCapacity:totalBytes - totalBytesDelivered]; 612 NSData *data = [[NSData alloc] initWithBytesNoCopy:(void*)bytes length:length freeWhenDone:NO]; 618 m_deliveryData.adoptNS([[NSMutableData alloc] initWithCapacity:[data length]]);
|
| WebPluginController.mm | 111 pluginViews = [[NSMutableSet alloc] init]; 127 _views = [[NSMutableArray alloc] init]; 217 _viewsNotInDocument= [[NSMutableArray alloc] init]; 459 NSError *error = [[NSError alloc] _initWithPluginErrorCode:WebKitErrorPlugInWillHandleLoad
|
| /external/webkit/Source/WebKit/mac/WebView/ |
| WebPDFDocumentExtras.mm | 127 NSString *script = [[NSString alloc] initWithBytes:bytes length:length encoding:encoding];
|
| WebPDFRepresentation.mm | 126 PDFDocument *doc = [[[[self class] PDFDocumentClass] alloc] initWithData:data];
|
| WebTextCompletionController.mm | 89 NSTableColumn *column = [[NSTableColumn alloc] init]; 93 _tableView = [[NSTableView alloc] initWithFrame:tableFrame]; 106 NSScrollView *scrollView = [[NSScrollView alloc] initWithFrame:scrollFrame]; 113 _popupWindow = [[NSWindow alloc] initWithContentRect:scrollFrame styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
|
| WebFrameView.mm | 171 documentView = [[viewClass alloc] initWithFrame:[self bounds]]; 231 viewTypes = [[NSMutableDictionary alloc] init]; 333 _private = [[WebFrameViewPrivate alloc] init]; 335 WebDynamicScrollBarsView *scrollView = [[WebDynamicScrollBarsView alloc] initWithFrame:NSMakeRect(0.0f, 0.0f, frame.size.width, frame.size.height)]; 337 [scrollView setContentView:[[[WebClipView alloc] initWithFrame:[scrollView bounds]] autorelease]]; [all...] |
| WebPDFView.mm | 316 previewView = [[previewViewClass alloc] initWithFrame:frame]; 328 PDFSubview = [[[[self class] _PDFViewClass] alloc] initWithFrame:frame]; 341 PDFSubviewProxy = (PDFView *)[[PDFPrefUpdatingProxy alloc] initWithView:self]; 363 NSMenuItem *item = [[NSMenuItem alloc] initWithTitle:title action:@selector(_openWithFinder:) keyEquivalent:@""]; 650 NSMutableArray *matches = [[NSMutableArray alloc] initWithCapacity:limit]; [all...] |
| /external/webkit/Source/WebKit2/UIProcess/API/mac/ |
| PageClientImpl.mm | 119 , m_undoTarget(AdoptNS, [[WKEditorUndoTargetObjC alloc] init]) 218 RetainPtr<WKEditCommandObjC> commandObjC(AdoptNS, [[WKEditCommandObjC alloc] initWithWebEditCommandProxy:command]); 250 RetainPtr<NSImage> dragNSImage(AdoptNS, [[NSImage alloc] initWithCGImage:dragCGImage.get() size:dragImage->size()]); 383 RetainPtr<NSMutableAttributedString> attributedString(AdoptNS, [[NSMutableAttributedString alloc] initWithString:nsStringFromWebCoreString(text)]);
|
| /external/webkit/Source/WebKit2/UIProcess/Plugins/mac/ |
| PluginProcessProxyMac.mm | 159 m_placeholderWindow.adoptNS([[WKPlaceholderModalWindow alloc] initWithContentRect:NSMakeRect(0, 0, 1, 1) styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES]);
|
| /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/ |
| LayerTreeHostCAMac.mm | 132 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
| /external/webkit/Tools/DumpRenderTree/mac/ |
| ObjCPlugin.m | 101 // environment, e.g. 'var myObject = objc("NSObject").alloc().init();' 183 JSObjC *objc = [[JSObjC alloc] init];
|
| /frameworks/base/libs/rs/ |
| rsAllocation.cpp | 42 rsc->setError(RS_ERROR_FATAL_DRIVER, "Allocation::Allocation, alloc failure"); 241 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT); local 242 alloc->setName(name.string(), name.size()); 248 alloc->data(rsc, 0, 0, count, stream->getPtr() + stream->getPos(), dataSize); 251 return alloc; 484 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips); local 485 if (!alloc) { 488 alloc->incUserRef(); 489 return alloc;
|
| /external/webkit/Source/WebCore/platform/network/mac/ |
| ResourceHandleMac.mm | 278 d->m_connection.adoptNS([[NSURLConnection alloc] _initWithRequest:nsRequest delegate:delegate usesCache:YES maxContentLength:0 startImmediately:NO connectionProperties:propertyDictionary]); 282 d->m_connection.adoptNS([[NSURLConnection alloc] initWithRequest:nsRequest delegate:delegate startImmediately:NO]); 289 d->m_connection.adoptNS([[NSURLConnection alloc] initWithRequest:firstRequest().nsURLRequest() delegate:delegate]); 418 WebCoreResourceHandleAsDelegate *delegate = [[WebCoreResourceHandleAsDelegate alloc] initWithHandle:this]; 611 NSURLCredential *credential = [[NSURLCredential alloc] initWithUser:d->m_user [all...] |
| /external/llvm/bindings/ocaml/llvm/ |
| llvm_ocaml.c | 19 #include "caml/alloc.h" 275 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); 325 value Tys = alloc(LLVMCountStructElementTypes(StructTy), 0); 395 value Option = alloc(1, 0); 542 value Option = alloc(1, 0); 587 Option = alloc(1,0); 598 Nodes = alloc(LLVMGetNamedMetadataNumOperands(M, String_val(name)), 0); 621 value Option = alloc(1, 0); 824 value Option = alloc(1, 0); 836 value Option = alloc(1, 0) [all...] |
| /external/chromium/chrome/browser/ui/gtk/ |
| gtk_custom_menu_item.cc | 373 GtkAllocation alloc = current_widget->allocation; local 377 if (x >= offset_x && x < (offset_x + alloc.width) && 378 y >= offset_y && y < (offset_y + alloc.height)) {
|
| /frameworks/base/libs/binder/ |
| MemoryDealer.cpp | 151 ssize_t alloc(size_t size, uint32_t flags); 292 ssize_t offset = alloc(size, flags); 306 ssize_t SimpleBestFitAllocator::alloc(size_t size, uint32_t flags) function in class:android::SimpleBestFitAllocator
|
| /bootable/bootloader/legacy/arch_msm7k/ |
| nand.c | 498 flash_ptrlist = alloc(1024); 499 flash_cmdlist = alloc(1024); 500 flash_data = alloc(2048); 501 flash_spare = alloc(64);
|
| /external/ping/ |
| ping_common.h | 192 extern void sock_setbufs(int icmp_sock, int alloc);
|
| /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/ |
| xf86dga.h | 193 int alloc
|
| /external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
| SDL_QuartzYUV.m | 162 qz_window = [ [ SDL_QuartzWindow alloc ] 172 [ qz_window setContentView:[ [ NSQuickDrawView alloc ] init ] ];
|
| /external/skia/gpu/src/ |
| GrTextStrike.cpp | 165 GrGlyph* glyph = fPool.alloc();
|