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

<<11121314151617181920>>

  /external/webkit/Source/WebKit/mac/History/
WebHistory.mm 129 _entriesByURL = [[NSMutableDictionary alloc] init];
278 NSMutableArray *entries = [[NSMutableArray alloc] initWithObjects:&entry count:1];
305 entry = [[WebHistoryItem alloc] initWithURLString:URLString title:title lastVisitedTimeInterval:[NSDate timeIntervalSinceReferenceDate]];
415 _orderedLastVisitedDays = [[NSMutableArray alloc] initWithCapacity:count];
418 NSCalendarDate *date = [[NSCalendarDate alloc] initWithTimeIntervalSinceReferenceDate:interval];
545 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
548 WebHistoryItem *item = [[WebHistoryItem alloc] initFromDictionaryRepresentation:itemAsDictionary];
568 pool = [[NSAutoreleasePool alloc] init];
669 _historyPrivate = [[WebHistoryPrivate alloc] init];
738 NSMutableArray *discardedItems = [[NSMutableArray alloc] init];
    [all...]
  /bootable/bootloader/legacy/include/boot/
boot.h 87 void *alloc(unsigned sz); /* alloc 32byte aligned memory */
  /dalvik/vm/mterp/x86-atom/
OP_NEW_INSTANCE.S 60 mov $$ALLOC_DONT_TRACK, %eax # %eax<- flag for alloc call
66 * %eax holds flags for alloc call
99 mov $$ALLOC_DONT_TRACK, %eax # %eax<- flag for alloc call
  /external/clang/test/Analysis/
cfref_rdar6080742.c 25 extern CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding);
  /external/dropbear/libtommath/
bn_fast_mp_montgomery_reduce.c 35 if (x->alloc < n->used + 1) {
bn_fast_s_mp_sqr.c 36 if (b->alloc < pa) {
  /external/libvpx/vpx_mem/memory_manager/include/
heapmm.h 115 void *HMM_UNIQUE(alloc)(
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzGL.m 123 fmt = [ [ NSOpenGLPixelFormat alloc ] initWithAttributes:attr ];
129 gl_context = [ [ NSOpenGLContext alloc ] initWithFormat:fmt
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 135 , m_objcObserver(AdoptNS, [[WebCoreAVFMovieObserver alloc] initWithCallback:this])
215 m_videoLayer.adoptNS([[AVPlayerLayer alloc] init]);
244 m_avAsset.adoptNS([[AVURLAsset alloc] initWithURL:cocoaURL options:nil]);
264 m_avAsset.adoptNS([[AVURLAsset alloc] initWithURL:localURL options:nil]);
274 m_avPlayer.adoptNS([[AVPlayer alloc] init]);
289 m_avPlayerItem.adoptNS([[AVPlayerItem alloc] initWithAsset:m_avAsset.get()]);
699 keys = [[NSArray alloc] initWithObjects:@"duration",
715 keys = [[NSArray alloc] initWithObjects:@"presentationSize",
  /external/webkit/Source/WebKit/mac/DOM/
WebDOMOperations.mm 90 return [[[WebArchive alloc] _initWithCoreLegacyWebArchive:LegacyWebArchive::create(core(self))] autorelease];
178 return [[[WebArchive alloc] _initWithCoreLegacyWebArchive:LegacyWebArchive::create(core(self))] autorelease];
  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 103 database = [[WebIconDatabase alloc] init];
112 _private = [[WebIconDatabasePrivate alloc] init];
118 NSDictionary *initialDefaults = [[NSDictionary alloc] initWithObjectsAndKeys:[NSNumber numberWithBool:YES], WebIconDatabaseEnabledDefaultsKey, nil];
402 NSImage *subIcon = [[NSImage alloc] initWithSize:size];
498 NSString *filePath = [[NSString alloc] initWithFormat:@"%@/%s", databasePath, uniqueKey];
499 NSData *data = [[NSData alloc] initWithContentsOfFile:filePath];
504 unarchiver = [[NSUnarchiver alloc] initForReadingWithData:data];
578 ThreadEnabler *enabler = [[ThreadEnabler alloc] init];
  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginContainerCheck.mm 70 return [[[self alloc] initWithRequest:request target:target resultObject:obj selector:selector controller:controller contextInfo:contextInfo] autorelease];
132 _listener = [[WebPolicyDecisionListener alloc] _initWithTarget:self action:@selector(_continueWithPolicy:)];
  /external/webkit/Source/WebKit/mac/WebInspector/
WebNodeHighlight.mm 56 _highlightWindow = [[NSWindow alloc] initWithContentRect:contentRect styleMask:styleMask backing:NSBackingStoreBuffered defer:NO];
62 _highlightView = [[WebNodeHighlightView alloc] initWithWebNodeHighlight:self];
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm 150 NSWindow *window = [[WebVideoFullscreenHUDWindow alloc] initWithContentRect:NSMakeRect(0, 0, windowWidth, windowHeight)
318 return [[NSSlider alloc] initWithFrame:frame];
319 return [[NSControl alloc] initWithFrame:frame];
325 NSTextField *textField = [[NSTextField alloc] initWithFrame:frame];
364 NSView *background = [[NSView alloc] init];
368 _area = [[NSTrackingArea alloc] initWithRect:[background bounds] options:NSTrackingMouseEnteredAndExited | NSTrackingActiveAlways owner:self userInfo:nil];
414 _timeline = [[NSSlider alloc] init];
465 static NSArray *endScrubbingModes = [[NSArray alloc] initWithObjects:NSDefaultRunLoopMode, NSModalPanelRunLoopMode, nil];
WebResource.mm 116 _private = [[WebResourcePrivate alloc] init];
162 _private = [[WebResourcePrivate alloc] initWithCoreResource:ArchiveResource::create(SharedBuffer::wrapNSData(data), url, mimeType, textEncoding, frameName, response)];
304 _private = [[WebResourcePrivate alloc] initWithCoreResource:coreResource];
360 _private = [[WebResourcePrivate alloc] initWithCoreResource:ArchiveResource::create(SharedBuffer::wrapNSData(copyData ? [[data copy] autorelease] : data), URL, MIMEType, textEncodingName, frameName, response)];
395 NSFileWrapper *wrapper = [[[NSFileWrapper alloc] initRegularFileWithContents:[self data]] autorelease];
415 return response ? response : [[[NSURLResponse alloc] init] autorelease];
WebVideoFullscreenController.mm 78 NSWindow *window = [[WebVideoFullscreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
130 QTMovieLayer *layer = [[getQTMovieLayerClass() alloc] init];
216 _hudController = [[WebVideoFullscreenHUDWindowController alloc] init];
271 NSWindow *window = [[NSWindow alloc] initWithContentRect:frame styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
287 _fadeAnimation = [[WebWindowFadeAnimation alloc] initWithDuration:0.2 window:_backgroundFullscreenWindow initialAlpha:initialAlpha finalAlpha:fadeIn ? 1 : 0];
584 _fullscreenAnimation = [[WebWindowScaleAnimation alloc] initWithHintedDuration:0.2 window:self initalFrame:startRect finalFrame:endRect];
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 132 _pdfPreviewView.adoptNS([[previewViewClass alloc] initWithFrame:frame]);
301 NSMenu *menu = [[NSMenu alloc] initWithTitle:@""];
324 item = [[NSMenuItem alloc] initWithTitle:title action:@selector(_openWithFinder:) keyEquivalent:@""];
373 , m_wkPDFView(AdoptNS, [[WKPDFView alloc] initWithFrame:[m_wkView bounds] PDFViewController:this])
406 RetainPtr<NSData> nsData(AdoptNS, [[NSData alloc] initWithBytesNoCopy:const_cast<uint8_t*>(dataReference.data()) length:dataReference.size() freeWhenDone:NO]);
438 RetainPtr<PDFDocument> pdfDocument(AdoptNS, [[pdfDocumentClass() alloc] initWithData:(NSData *)m_pdfData.get()]);
503 RetainPtr<NSNumber> permissions(AdoptNS, [[NSNumber alloc] initWithInt:S_IRUSR]);
504 RetainPtr<NSDictionary> fileAttributes(AdoptNS, [[NSDictionary alloc] initWithObjectsAndKeys:permissions.get(), NSFilePosixPermissions, nil]);
  /frameworks/base/libs/binder/
CursorWindow.cpp 173 uint32_t fieldDirOffset = alloc(fieldDirSize, true /*aligned*/);
200 uint32_t CursorWindow::alloc(size_t size, bool aligned) { function in class:android::CursorWindow
243 chunk->nextChunkOffset = alloc(sizeof(RowSlotChunk), true /*aligned*/);
292 uint32_t offset = alloc(size);
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
UT_alloc.java 27 super(rstc, "Alloc", ctx);
59 ScriptC_alloc s = new ScriptC_alloc(pRS, mRes, R.raw.alloc);
  /hardware/libhardware/include/hardware/
gralloc.h 115 * been created with (*alloc_device_t::alloc)() can be used.
124 * with (*alloc_device_t::alloc)().
211 * (*alloc)() Allocates a buffer in graphic memory with the requested
220 int (*alloc)(struct alloc_device_t* dev, member in struct:alloc_device_t
  /prebuilt/sdk/14/renderscript/include/
rs_graphics.rsh 185 * @param alloc
188 rsgAllocationSyncAll(rs_allocation alloc);
194 * @param alloc
198 rsgAllocationSyncAll(rs_allocation alloc,
  /external/skia/src/images/
SkImageDecoder.cpp 80 SkBitmap::Allocator* SkImageDecoder::setAllocator(SkBitmap::Allocator* alloc) {
81 SkRefCnt_SafeAssign(fAllocator, alloc);
82 return alloc;
  /external/webkit/Tools/DumpRenderTree/mac/
FrameLoadDelegate.mm 273 AppleScriptController *asc = [[AppleScriptController alloc] initWithWebView:webView];
277 EventSendingController *esc = [[EventSendingController alloc] init];
283 ObjCController *occ = [[ObjCController alloc] init];
287 ObjCPlugin *plugin = [[ObjCPlugin alloc] init];
291 ObjCPluginFunction *pluginFunction = [[ObjCPluginFunction alloc] init];
297 TextInputController *tic = [[TextInputController alloc] initWithWebView:webView];
  /frameworks/base/libs/rs/
rsProgramVertex.cpp 196 Allocation *alloc = Allocation::createAllocation(rsc, inputType.get(), local
198 pv->bindAllocation(rsc, alloc, 0);
200 mDefaultAlloc.set(alloc);
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 383 BrowserWindowController *controller = [[BrowserWindowController alloc] initWithContext:WKPageGetContext(page)];
405 NSAlert* alert = [[NSAlert alloc] init];
426 NSAlert* alert = [[NSAlert alloc] init];
450 NSAlert* alert = [[NSAlert alloc] init];
466 NSTextField* input = [[NSTextField alloc] initWithFrame:NSMakeRect(0, 0, 200, 24)];
516 NSAlert *alert = [[NSAlert alloc] init];
568 _webView = [[WKView alloc] initWithFrame:[containerView frame] contextRef:_context];

Completed in 1159 milliseconds

<<11121314151617181920>>