HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 226 - 250 of 776) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/s390x/
cu42.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
11 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
18 Address 0x........ is 0 bytes inside a block of size 2 alloc'd
25 Address 0x........ is 0 bytes inside a block of size 3 alloc'd
  /external/webkit/Source/WebCore/bindings/objc/
DOMAbstractView.mm 89 DOMAbstractView *wrapper = [[DOMAbstractView alloc] _init];
DOMXPath.mm 79 DOMNativeXPathNSResolver *wrapper = [[DOMNativeXPathNSResolver alloc] _init];
  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestInterface.mm 85 DOMTestInterface *wrapper = [[DOMTestInterface alloc] _init];
DOMTestMediaQueryListListener.mm 90 DOMTestMediaQueryListListener *wrapper = [[DOMTestMediaQueryListListener alloc] _init];
DOMTestSerializedScriptValueInterface.mm 92 DOMTestSerializedScriptValueInterface *wrapper = [[DOMTestSerializedScriptValueInterface alloc] _init];
  /external/webkit/Source/WebCore/platform/audio/mac/
AudioBusMac.mm 47 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
  /external/webkit/Source/WebCore/platform/mac/
ContextMenuItemMac.mm 52 NSMenuItem* item = [[NSMenuItem alloc] initWithTitle:@"" action:nil keyEquivalent:@""];
66 NSMenuItem* item = [[NSMenuItem alloc] initWithTitle:title action:nil keyEquivalent:@""];
148 NSMenu* subMenu = [[NSMenu alloc] init];
158 NSMenu* subMenu = [[NSMenu alloc] init];
CursorMac.mm 50 return RetainPtr<NSCursor>(AdoptNS, [[NSCursor alloc] initWithImage:nsImage hotSpot:hotSpot]);
60 NSString* resourceName = [[NSString alloc] initWithUTF8String:name];
61 NSImage* cursorImage = [[NSImage alloc] initWithContentsOfFile:
68 cursor = [[NSCursor alloc] initWithImage:cursorImage hotSpot:hotSpotPoint];
  /external/webkit/Source/WebKit/mac/Misc/
WebUserContentURLPattern.mm 50 _private = [[WebUserContentURLPatternPrivate alloc] init];
WebKitErrors.m 90 return [[[self alloc] _webkit_initWithDomain:domain code:code URL:URL] autorelease];
112 NSMutableDictionary *userInfo = [[NSMutableDictionary alloc] init];
135 NSDictionary *userInfoCopy = [userInfo count] > 0 ? [[NSDictionary alloc] initWithDictionary:userInfo] : nil;
146 descriptions = [[NSMutableDictionary alloc] init];
153 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlighter.mm 65 _currentHighlight = [[WebNodeHighlight alloc] initWithTargetView:view inspectorController:[_inspectedWebView page]->inspectorController()];
  /external/webkit/Source/WebKit/mac/WebView/
WebFormDelegate.m 43 sharedDelegate = [[WebFormDelegate alloc] init];
WebRenderNode.mm 74 WebRenderNode *node = [[WebRenderNode alloc] _initWithCoreFrame:coreFrame];
87 NSMutableArray *children = [[NSMutableArray alloc] init];
94 NSString *name = [[NSString alloc] initWithUTF8String:node->renderName()];
130 WebRenderNode *result = [[WebRenderNode alloc] _initWithName:name
WebDataSource.mm 176 return [[[NSFileWrapper alloc] initWithPath:path] autorelease];
185 NSFileWrapper *wrapper = [[[NSFileWrapper alloc] initRegularFileWithContents:[cachedResponse data]] autorelease];
264 repTypes = [[NSMutableDictionary alloc] init];
296 NSString *markupString = [[NSString alloc] initWithData:[mainResource data] encoding:NSUTF8StringEncoding];
364 id newRep = repClass != nil ? [[repClass alloc] init] : nil;
383 _private = [[WebDataSourcePrivate alloc] init];
496 return [[[WebArchive alloc] _initWithCoreLegacyWebArchive:LegacyWebArchive::create(core([self webFrame]))] autorelease];
502 return [[[WebResource alloc] _initWithCoreResource:coreResource.release()] autorelease];
510 NSMutableArray *subresources = [[NSMutableArray alloc] initWithCapacity:coreSubresources.size()];
512 WebResource *resource = [[WebResource alloc] _initWithCoreResource:coreSubresources[i]]
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
NativeMacSubWindow.m 49 NSView *glView = [[EmuGLView alloc] initWithFrame:contentRect];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ArrayIterator.m 44 return [[ArrayIterator alloc] initWithArray:array];
49 return [[ArrayIterator alloc] initWithDictKey:dict];
54 return [[ArrayIterator alloc] initWithDictObj:dict];
  /external/valgrind/main/memcheck/tests/
partial_load_dflt.stderr.exp 4 Address 0x........ is 0 bytes inside a block of size 3 alloc'd
10 Address 0x........ is 1 bytes inside a block of size 4 alloc'd
16 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceResponseMac.mm 65 const_cast<ResourceResponse*>(this)->m_nsResponse.adoptNS([[NSURLResponse alloc] initWithURL:m_url MIMEType:m_mimeType expectedContentLength:expectedContentLength textEncodingName:m_textEncodingName]);
81 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
114 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
AuthenticationMac.mm 126 m_sender.adoptNS([[WebCoreAuthenticationClientAsChallengeSender alloc] initWithAuthenticationClient:client]);
127 m_nsChallenge.adoptNS([[NSURLAuthenticationChallenge alloc] initWithAuthenticationChallenge:m_nsChallenge.get() sender:m_sender.get()]);
158 return [[[NSURLAuthenticationChallenge alloc] initWithProtectionSpace:mac(coreChallenge.protectionSpace())
229 return [[[NSURLProtectionSpace alloc] initWithProxyHost:coreSpace.host()
234 return [[[NSURLProtectionSpace alloc] initWithHost:coreSpace.host()
262 return [[[NSURLCredential alloc] initWithIdentity:coreCredential.identity()
269 return [[[NSURLCredential alloc] initWithUser:coreCredential.user()
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebInspectorProxyMac.mm 84 m_inspectorView.adoptNS([[WKView alloc] initWithFrame:NSZeroRect contextRef:toAPI(page()->process()->context()) pageGroupRef:toAPI(inspectorPageGroup())]);
96 m_inspectorProxyObjCAdapter.adoptNS([[WebInspectorProxyObjCAdapter alloc] initWithWebInspectorProxy:this]);
101 NSWindow *window = [[NSWindow alloc] initWithContentRect:NSMakeRect(0, 0, initialWindowWidth, initialWindowHeight) styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 42 ObjectBaseRef<Allocation> alloc; member in class:android::renderscript::RsdCpuScriptIntrinsicConvolve5x5
57 alloc.set(static_cast<Allocation *>(data));
127 if (!cp->alloc.get()) {
131 const uchar *pin = (const uchar *)cp->alloc->mHal.drvState.lod[0].mallocPtr;
132 const size_t stride = cp->alloc->mHal.drvState.lod[0].stride;
192 alloc.clear();
  /frameworks/rs/driver/
rsdMeshObj.cpp 136 const Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[ct]; local
137 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
139 rsdAllocationSyncAll(rsc, alloc, RS_ALLOCATION_USAGE_SCRIPT);
146 Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[allocIndex]; local
147 DrvAllocation *drvAlloc = (DrvAllocation *)alloc->mHal.drv;
154 mAttribs[ct].ptr = (const uint8_t*)alloc->mHal.drvState.lod[0].mallocPtr;
  /frameworks/rs/
rsAllocation.cpp 64 rsc->setError(RS_ERROR_FATAL_DRIVER, "Allocation::Allocation, alloc failure");
370 Allocation *alloc = Allocation::createAllocation(rsc, type, RS_ALLOCATION_USAGE_SCRIPT); local
376 uint32_t packedSize = alloc->getPackedSize();
380 ObjectBase::checkDelete(alloc);
385 alloc->setName(name.string(), name.size());
390 alloc->data(rsc, 0, 0, count, stream->getPtr() + stream->getPos(), dataSize);
392 alloc->unpackVec3Allocation(rsc, stream->getPtr() + stream->getPos(), dataSize);
396 return alloc;
488 Allocation *alloc = static_cast<Allocation *>(va); local
489 rsc->mHal.funcs.allocation.generateMipmaps(rsc, alloc);
555 Allocation * alloc = Allocation::createAllocation(rsc, static_cast<Type *>(vtype), usages, mips, (void*)ptr); local
657 Allocation *alloc = static_cast<Allocation *>(valloc); local
663 Allocation *alloc = static_cast<Allocation *>(valloc); local
668 Allocation *alloc = static_cast<Allocation *>(valloc); local
673 Allocation *alloc = static_cast<Allocation *>(valloc); local
    [all...]
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 440 struct vpx_codec_cx_pkt pkts[n];} alloc;}
443 (m)->alloc.head.cnt = 0,\
444 (m)->alloc.head.max = sizeof((m)->alloc.pkts) / sizeof((m)->alloc.pkts[0])

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 91011>>