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

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/helgrind/tests/
pth_barrier2.stderr.exp 21 Address 0x........ is 0 bytes inside a block of size 128 alloc'd
34 Address 0x........ is 4 bytes inside a block of size 128 alloc'd
47 Address 0x........ is 8 bytes inside a block of size 128 alloc'd
60 Address 0x........ is 12 bytes inside a block of size 128 alloc'd
73 Address 0x........ is 16 bytes inside a block of size 128 alloc'd
86 Address 0x........ is 20 bytes inside a block of size 128 alloc'd
99 Address 0x........ is 24 bytes inside a block of size 128 alloc'd
112 Address 0x........ is 28 bytes inside a block of size 128 alloc'd
125 Address 0x........ is 32 bytes inside a block of size 128 alloc'd
138 Address 0x........ is 36 bytes inside a block of size 128 alloc'
    [all...]
  /external/valgrind/main/memcheck/tests/
custom_alloc.stderr.exp 3 Address 0x........ is 0 bytes after a block of size 40 alloc'd
15 Address 0x........ is 0 bytes inside a block of size 40 alloc'd
partial_load_ok.stderr.exp 4 Address 0x........ is 1 bytes inside a block of size 4 alloc'd
10 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
  /external/webkit/Source/JavaScriptCore/wtf/mac/
MainThreadMac.mm 64 staticMainThreadCaller = [[WTFMainThreadCaller alloc] init];
80 staticMainThreadCaller = [[WTFMainThreadCaller alloc] init];
  /external/webkit/Source/WebCore/bindings/objc/
DOMInternal.mm 48 return [[NSMapTable alloc] initWithKeyOptions:keyOptions valueOptions:valueOptions capacity:0];
87 _private = [[WebScriptObjectPrivate alloc] init];
DOMAbstractView.mm 89 DOMAbstractView *wrapper = [[DOMAbstractView alloc] _init];
DOMXPath.mm 79 DOMNativeXPathNSResolver *wrapper = [[DOMNativeXPathNSResolver alloc] _init];
  /external/webkit/Source/WebCore/platform/gtk/
GtkVersioning.h 80 #define gtk_widget_get_allocation(widget, alloc) (*(alloc) = (widget)->allocation)
81 #define gtk_widget_set_allocation(widget, alloc) ((widget)->allocation = *(alloc))
  /external/webkit/Source/WebCore/platform/mac/
ContextMenuMac.mm 35 NSMutableArray* array = [[NSMutableArray alloc] init];
101 PlatformMenuDescription platformMenu = [[NSMutableArray alloc] initWithCapacity:menuItemVector.size()];
SharedBufferMac.mm 103 return [[WebCoreSharedBufferData alloc] initWithSharedBuffer:this];
113 return (CFDataRef)RetainPtr<WebCoreSharedBufferData>(AdoptNS, [[WebCoreSharedBufferData alloc] initWithSharedBuffer:this]).releaseRef();
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/WebCore/platform/network/mac/
ResourceErrorMac.mm 88 RetainPtr<NSMutableDictionary> userInfo(AdoptNS, [[NSMutableDictionary alloc] init]);
99 m_platformError.adoptNS([[NSError alloc] initWithDomain:m_domain code:m_errorCode userInfo:userInfo.get()]);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSObjectExtras.mm 110 return [[[WebMainThreadInvoker alloc] initWithTarget:self] autorelease];
115 return [[[WebMainThreadInvoker alloc] initWithTarget:self] autorelease];
WebUserContentURLPattern.mm 50 _private = [[WebUserContentURLPatternPrivate alloc] init];
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebGeolocationClient.mm 78 WebSecurityOrigin *webOrigin = [[WebSecurityOrigin alloc] _initWithWebCoreSecurityOrigin:frame->document()->securityOrigin()];
79 WebGeolocationPolicyListener* listener = [[WebGeolocationPolicyListener alloc] initWithGeolocation:geolocation];
  /external/webkit/Tools/WebKitTestRunner/mac/
PlatformWebViewMac.mm 33 m_view = [[WKView alloc] initWithFrame:rect contextRef:contextRef pageGroupRef:pageGroupRef];
36 m_window = [[NSWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES];
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 28 AllocationAdapter(int id, RenderScript rs, Allocation alloc) {
29 super(id, rs, alloc.mType, alloc.mUsage);
30 mAdaptedAllocation = alloc;
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
NativeMacSubWindow.m 40 NSView *glView = [[EmuGLView alloc] initWithFrame:contentRect];
  /external/srtp/crypto/include/
auth.h 75 ((at)->alloc((a), (klen), (outlen)))
122 auth_alloc_func alloc; member in struct:auth_type_t
  /external/valgrind/main/include/
pub_tool_oset.h 76 // - Alloc: allocates a chunk of memory.
77 // - Free: frees a chunk of memory allocated with Alloc.
88 // - alloc The allocation function used internally for allocating the
90 // - cc Cost centre string used by 'alloc'.
102 extern OSet* VG_(OSetWord_Create) ( OSetAlloc_t alloc, HChar* cc,
162 // - alloc The allocation function used for allocating the OSet itself;
165 // - cc Cost centre string used by 'alloc'.
177 // Uses the alloc function given to VG_(OSetGen_Create)() to allocated a
189 OSetAlloc_t alloc, HChar* cc,
  /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];

Completed in 1313 milliseconds

1 2 3 4 5 67 8 91011>>