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

<<11121314151617181920>>

  /external/qemu/distrib/zlib-1.2.3/
zutil.h 97 # include <alloc.h>
  /external/skia/include/core/
SkTypes.h 406 void* alloc(size_t size, function in class:SkAutoMalloc
  /external/srtp/
Makefile 93 kernel = crypto/kernel/crypto_kernel.o crypto/kernel/alloc.o \
136 @test/srtp_driver -v -d "alloc" > tmp
141 @echo "passed (same number of alloc() and dealloc() calls found)"
  /external/webkit/Source/JavaScriptCore/wtf/
SegmentedVector.h 152 T& alloc() function in class:WTF::SegmentedVector
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 68 RetainPtr<NSImage> dissolvedImage(AdoptNS, [[NSImage alloc] initWithSize:[image.get() size]]);
275 NSImage *dragImage = [[[NSImage alloc] initWithSize: imageSize] autorelease];
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm 212 NSMutableCharacterSet *set = [[NSMutableCharacterSet alloc] init];
251 NSMutableString *result = [[NSMutableString alloc] initWithCapacity:[self length]];
WebNSURLExtras.mm 313 *array = [[NSMutableArray alloc] init];
472 return [[[NSString alloc] initWithData:[self _web_originalData] encoding:NSISOLatin1StringEncoding] autorelease];
603 NSURLRequest *request = [[NSURLRequest alloc] initWithURL:self];
873 return [[[NSString alloc] initWithData:[self _web_hostData] encoding:NSUTF8StringEncoding] autorelease];
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 639 NSDictionary *features = [[NSDictionary alloc] init];
710 RetainPtr<NSURLResponse> response(AdoptNS, [[NSURLResponse alloc] initWithURL:URL
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLRepresentation.mm 128 _private = [[WebHTMLRepresentationPrivate alloc] init];
242 NSString *result = [[NSString alloc] initWithData:nsData encoding:NSUTF8StringEncoding];
  /external/zlib/
zutil.h 87 # include <alloc.h>
  /frameworks/base/media/libstagefright/
MPEG2TSWriter.cpp 287 size_t alloc = 4096; local
288 if (buffer->range_length() + 7 > alloc) {
289 alloc = 7 + buffer->range_length();
292 mAACBuffer = new ABuffer(alloc);
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 302 dev->device.alloc = gralloc_alloc;
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 217 , m_objcObserver(AdoptNS, [[WebCoreMovieObserver alloc] initWithCallback:this])
384 m_qtMovie.adoptNS([[QTMovie alloc] initWithAttributes:movieAttributes error:&error]);
468 m_qtMovieView.adoptNS([[QTMovieView alloc] init]);
513 m_qtVideoRenderer.adoptNS([[QTVideoRendererClass() alloc] init]);
554 m_qtVideoLayer.adoptNS([[QTMovieLayer alloc] init]);
    [all...]
  /external/mksh/src/
sh.h 454 strdup_dst = alloc(strdup_len, (ap)); \
465 strdup_dst = alloc(strndup_len + 1, (ap)); \
862 #define SHF_ALLOCS 0x0200 /* shf and shf->buf were alloc()ed */
863 #define SHF_ALLOCB 0x0400 /* shf->buf was alloc()ed */
921 #define ALLOC BIT(0) /* val.s has been allocated */
1385 #define alloc macro
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKView.mm 188 NSMutableSet *types = [[NSMutableSet alloc] initWithArray:PasteboardTypes::forEditing()];
223 NSTrackingArea *trackingArea = [[NSTrackingArea alloc] initWithRect:frame
230 _data = [[WKViewData alloc] init];
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java 61 int alloc = ArrayUtils.idealIntArraySize(0); local
62 mSpans = new Object[alloc];
63 mSpanStarts = new int[alloc];
64 mSpanEnds = new int[alloc];
65 mSpanFlags = new int[alloc];
    [all...]
  /external/libxml2/
tree.c     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm 141 , m_notificationObserver(AdoptNS, [[WebCoreRenderThemeNotificationObserver alloc] initWithTheme:this])
298 NSBitmapImageRep *offscreenRep = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes:nil
325 NSBitmapImageRep *offscreenRep = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes:nil
879 m_levelIndicator.adoptNS([[NSLevelIndicatorCell alloc] initWithLevelIndicatorStyle:NSContinuousCapacityLevelIndicatorStyle]);
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]
WebNetscapePluginEventHandlerCocoa.mm 161 RetainPtr<NSString> characters(AdoptNS, [[NSString alloc] initWithUTF8String:nullTerminatedString]);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 67 AccessibilityWebPageObject* mockAccessibilityElement = [[[AccessibilityWebPageObject alloc] init] autorelease];
617 NSMutableURLRequest* request = [[NSMutableURLRequest alloc] initWithURL:url];
633 NSMutableURLRequest* request = [[NSMutableURLRequest alloc] initWithURL:url];
  /external/libffi/src/ia64/
unix.S 54 alloc loc0 = ar.pfs, 4, 3, 8, 0
284 alloc loc0 = ar.pfs, 8, 4, 4, 0
  /external/skia/src/core/
SkGlyphCache.cpp 278 glyph = (SkGlyph*)fGlyphAlloc.alloc(sizeof(SkGlyph),
299 const_cast<SkGlyph&>(glyph).fImage = fImageAlloc.alloc(size,
301 // check that alloc() actually succeeded
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 288 obj->menuHandler = [[MenuHandler alloc] initWithBrowserFuncs:browser instance:obj->npp];
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 244 NSBitmapImageRep *imageRep = [[[NSBitmapImageRep alloc] initWithFocusedViewRect:[view frame]] autorelease];

Completed in 1552 milliseconds

<<11121314151617181920>>