HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 451 - 475 of 611) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm 395 static CALayer *dummyLayer = [[CALayer alloc] init];
424 scrollbarPartAnimation.adoptNS([[ScrollbarPartAnimation alloc] initWithScrollbarPainter:scrollerPainter
500 m_scrollAnimationHelperDelegate.adoptNS([[ScrollAnimationHelperDelegate alloc] initWithScrollAnimator:this]);
501 m_scrollAnimationHelper.adoptNS([[NSClassFromString(@"NSScrollAnimationHelper") alloc] initWithDelegate:m_scrollAnimationHelperDelegate.get()]);
504 m_scrollbarPainterControllerDelegate.adoptNS([[ScrollbarPainterControllerDelegate alloc] initWithScrollAnimator:this]);
506 m_scrollbarPainterDelegate.adoptNS([[ScrollbarPainterDelegate alloc] initWithScrollAnimator:this]);
    [all...]
CookieJar.mm 58 RetainPtr<NSMutableArray> filteredCookies(AdoptNS, [[NSMutableArray alloc] initWithCapacity:count]);
ThemeMac.mm 238 checkboxCell = [[NSButtonCell alloc] init];
320 radioCell = [[NSButtonCell alloc] init];
397 NSButtonCell *cell = [[NSButtonCell alloc] init];
563 static NSView *flippedView = [[WebCoreFlippedView alloc] init];
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm 67 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
221 _private = [[WebPreferencesPrivate alloc] init];
230 _private->values = [[NSMutableDictionary alloc] init];
247 _private = [[WebPreferencesPrivate alloc] init];
308 _standardPreferences = [[WebPreferences alloc] initWithIdentifier:nil];
    [all...]
WebView.mm 518 return [[NSString alloc] initWithFormat:@"%d_%d_%d", major, minor, bugFix];
520 return [[NSString alloc] initWithFormat:@"%d_%d", major, minor];
521 return [[NSString alloc] initWithFormat:@"%d", major];
628 NSMutableSet *types = [[NSMutableSet alloc] initWithArray:editableTypes];
643 return [[NSString alloc] initWithContentsOfFile:scriptPath usedEncoding:&encoding error:0];
664 return [[NSString alloc] initWithContentsOfFile:scriptPath usedEncoding:&encoding error:0];
696 frameView = [[WebFrameView alloc] initWithFrame: NSMakeRect(0,0,f.size.width,f.size.height)];
822 _private = [[WebViewPrivate alloc] init];
    [all...]
WebHTMLView.mm 152 target = [[WebMenuTarget alloc] init];
715 NSMutableArray *domNodes = [[NSMutableArray alloc] init];
736 elements = [[NSArray alloc] initWithObjects:
866 attributedString = [[NSAttributedString alloc] initWithRTFD:[pasteboard dataForType:NSRTFDPboardType] documentAttributes:NULL];
868 attributedString = [[NSAttributedString alloc] initWithRTF:[pasteboard dataForType:NSRTFPboardType] documentAttributes:NULL];
    [all...]
  /frameworks/base/libs/rs/driver/
rsdShader.cpp 451 Allocation *alloc = mRSProgram->mHal.state.constants[ct]; local
452 if (!alloc) {
453 LOGE("Attempting to set constants on shader id %u, but alloc at slot %u is not set",
459 const uint8_t *data = static_cast<const uint8_t *>(alloc->getPtr());
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 188 m_layer.adoptNS([[layerClass alloc] init]);
277 NSMutableArray* sublayers = [[NSMutableArray alloc] init];
346 WebAnimationDelegate* webAnimationDelegate = [[WebAnimationDelegate alloc] init];
  /external/libffi/src/sparc/
v9.S 233 .section ".eh_frame",#alloc
235 .section ".eh_frame",#alloc,#write
  /external/skia/src/xml/
SkDOM.cpp 204 char* dst = (char*)chunk->alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType);
225 SkDOM::Node* node = (SkDOM::Node*)fAlloc->alloc(sizeof(SkDOM::Node) + attrCount * sizeof(SkDOM::Attr),
  /external/valgrind/main/exp-ptrcheck/tests/
hsg.stderr.exp 120 <auxwhat>legitimate range, a block of size 100 alloc'd</auxwhat>
  /external/valgrind/main/massif/tests/
thresholds_0_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 419 ExecutablePool::Allocation alloc(size_t requestedSize) function in class:JSC::FixedVMPoolAllocator
518 return allocator->alloc(size);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 99 NSString *string = [[NSString alloc] initWithCharactersNoCopy:const_cast<UChar*>(characters) length:length freeWhenDone:NO];
GraphicsContext3DMac.mm 161 m_webGLLayer.adoptNS([[WebGLLayer alloc] initWithGraphicsContext3D:this]);
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceRequestMac.mm 116 nsRequest = [[NSMutableURLRequest alloc] initWithURL:url()];
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 57 NSMenuItem *menuItem = [[[NSMenuItem alloc] init] autorelease];
  /external/webkit/Source/WebKit/mac/Misc/
WebNSFileManagerExtras.m 97 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
HostedNetscapePluginStream.mm 253 return [[[NSError alloc] _initWithPluginErrorCode:WebKitErrorPlugInCancelledConnection
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 228 RetainPtr<NSURLCache> parentProcessURLCache(AdoptNS, [[NSURLCache alloc] initWithMemoryCapacity:cacheMemoryCapacity diskCapacity:cacheDiskCapacity diskPath:parameters.nsURLCachePath]);
  /external/webkit/Tools/DumpRenderTree/mac/
EventSendingController.mm 71 webkitDomEventNames = [[NSArray alloc] initWithObjects:
280 DumpRenderTreeFileDraggingSource *source = [[[DumpRenderTreeFileDraggingSource alloc] init] autorelease];
281 draggingInfo = [[DumpRenderTreeDraggingInfo alloc] initWithImage:nil offset:NSZeroSize pasteboard:pboard source:source];
550 savedMouseEvents = [[NSMutableArray alloc] init];
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 27 SimpleSValBuilder(llvm::BumpPtrAllocator &alloc, ASTContext &context,
29 : SValBuilder(alloc, context, stateMgr) {}
50 SValBuilder *ento::createSimpleSValBuilder(llvm::BumpPtrAllocator &alloc,
53 return new SimpleSValBuilder(alloc, context, stateMgr);
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 529 unsigned alloc = solution.getSelection(node); local
531 if (problem.isPRegOption(vreg, alloc)) {
532 unsigned preg = problem.getPRegForOption(vreg, alloc);
536 } else if (problem.isSpillOption(vreg, alloc)) {
698 DEBUG(dbgs() << "Post alloc VirtRegMap:\n" << *vrm << "\n");
  /external/openssl/crypto/
ia64cpuid.S 55 { .mib; alloc r2=ar.pfs,0,96,0,96
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m 212 field_edit = [[NSTextView alloc] initWithFrame:r];
554 qz_window = [ [ SDL_QuartzWindow alloc ]
586 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
734 qz_window = [ [ SDL_QuartzWindow alloc ]
760 [ [ [ SDL_QuartzWindowDelegate alloc ] init ] autorelease ] ];
761 [ qz_window setContentView: [ [ [ SDL_QuartzView alloc ] init ] autorelease ] ];
784 window_view = [ [ NSView alloc ] initWithFrame:contentRect ];
801 window_view = [ [ NSQuickDrawView alloc ] initWithFrame:contentRect ];
    [all...]

Completed in 934 milliseconds

<<11121314151617181920>>