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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 313 BitmapAllocatorAndroid alloc(data, decoder->fSampleSize);
314 if (!alloc.allocPixelRef(bm, NULL)) {
  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContextMac.mm 95 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
  /external/webkit/Source/WebCore/platform/mac/
DragDataMac.mm 116 types = [[NSArray alloc] initWithObjects:WebArchivePboardType, NSHTMLPboardType, NSFilenamesPboardType, NSTIFFPboardType, NSPDFPboardType,
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
CorrectionPanel.mm 49 , m_resultCondition(AdoptNS, [[NSCondition alloc] init])
  /external/webkit/Source/WebKit/mac/WebInspector/
WebInspector.mm 214 return [[[WebInspector alloc] init] autorelease];
  /external/webkit/Source/WebKit2/Shared/mac/
WebCoreArgumentCodersMac.mm 188 NSError *nsError = [[NSError alloc] initWithDomain:nsString(domain) code:code userInfo:userInfo];
  /external/webkit/Source/WebKit2/UIProcess/mac/
CorrectionPanel.mm 55 , m_resultCondition(AdoptNS, [[NSCondition alloc] init])
TextCheckerMac.mm 232 RetainPtr<NSString> textString(AdoptNS, [[NSString alloc] initWithCharactersNoCopy:const_cast<UChar*>(text) length:length freeWhenDone:NO]);
350 RetainPtr<NSMutableArray> corrections(AdoptNS, [[NSMutableArray alloc] init]);
358 RetainPtr<NSDictionary> grammarDetailDict(AdoptNS, [[NSDictionary alloc] initWithObjectsAndKeys:[NSValue valueWithRange:grammarRange], NSGrammarRange, grammarUserDescription, NSGrammarUserDescription, corrections.get(), NSGrammarCorrections, nil]);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
AccessibilityWebPageObject.mm 90 m_attributeNames = [[NSArray alloc] initWithObjects:
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnablerSparkle.m 150 NSMenuItem *updateMenuItem = [[NSMenuItem alloc] initWithTitle:@"Check for WebKit Updates?" action:@selector(checkForUpdates:) keyEquivalent:@""];
  /external/mksh/src/
main.c 182 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1)
707 cp = alloc(sizeof(struct env) - ALLOC_SIZE, ATEMP);
708 ep = (void *)(cp - ALLOC_SIZE); /* undo what alloc() did */
1268 tp = alloc(sizeof(struct temp) + len, ap);
1315 ntblp = alloc(nsize * sizeof(struct tbl *), tp->areap);
1410 p = alloc(offsetof(struct tbl, name[0]) + len, tp->areap);
    [all...]
misc.c 489 char *t = len <= sizeof(tbuf) ? tbuf : alloc(len, ATEMP);
947 str = alloc(max_oct, ATEMP);
1079 if ((ret = getcwd((b = alloc(PATH_MAX + 1, ATEMP)), PATH_MAX)))
1258 current_wd = alloc(current_wd_size = len, APERM);
1399 dst = alloc(len + 1, ap);
    [all...]
shf.c 52 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
115 shf->buf = alloc(bsize, ATEMP);
120 shf = alloc(sizeof(struct shf) + bsize, ATEMP);
202 shf = alloc(sizeof(struct shf), ATEMP);
210 buf = alloc(bsize, shf->areap);
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 146 obj->textStorage = [[NSTextStorage alloc] initWithString:@""];
147 obj->layoutManager = [[NSLayoutManager alloc] init];
150 obj->textContainer = [[NSTextContainer alloc] initWithContainerSize:obj->textFieldRect.size];
  /external/webkit/Source/WebCore/bridge/objc/
objc_instance.mm 63 return [[NSMapTable alloc] initWithKeyOptions:keyOptions valueOptions:valueOptions capacity:0];
121 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
143 return [[NSAutoreleasePool alloc] init];
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 80 WebBasePluginPackage *pluginPackage = [[WebPluginPackage alloc] initWithPath:pluginPath];
84 pluginPackage = [[WebNetscapePluginPackage alloc] initWithPath:pluginPath];
444 pluginDatabases = [[NSMutableSet alloc] init];
  /external/webkit/Tools/DumpRenderTree/mac/
TextInputController.m 291 NSMutableAttributedString *ret = [[[NSMutableAttributedString alloc] init] autorelease];
375 return [[[NSMutableAttributedString alloc] initWithString:aString] autorelease];
396 NSMutableArray *modifiers = [[NSMutableArray alloc] init];
  /external/openssl/crypto/bn/asm/
ia64.S 175 { .mii; alloc r2=ar.pfs,4,12,0,16
228 { .mii; alloc r2=ar.pfs,4,12,0,16
288 { .mfi; alloc r2=ar.pfs,4,0,0,0 };;
290 { .mfi; alloc r2=ar.pfs,4,12,0,16 };;
401 { .mmi; alloc r2=ar.pfs,4,4,0,8
469 { .mii; alloc r2=ar.pfs,3,0,0,0
549 { .mii; alloc r2=ar.pfs,2,1,0,0
554 { .mii; alloc r2=ar.pfs,2,1,0,0
620 { .mii; alloc r2=ar.pfs,3,0,0,0
625 { .mii; alloc r2=ar.pfs,3,0,0,
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 110 NSBitmapImageRep *bitmap = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes:(UInt8**)pixelPlanes
173 static TCMVisibleView* fixedView = [[TCMVisibleView alloc] init];
356 checkboxCell = [[NSButtonCell alloc] init];
441 radioCell = [[NSButtonCell alloc] init];
520 buttonCell = [[NSButtonCell alloc] init];
  /external/webkit/Source/WebKit/mac/WebView/
WebFullScreenController.mm 130 NSWindow *window = [[WebFullscreenWindow alloc] initWithContentRect:NSZeroRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:NO];
286 _placeholderView = [[NSView alloc] init];
819 _animationView = [[NSView alloc] initWithFrame:[contentView bounds]];
821 CALayer* contentLayer = [[CALayer alloc] init];
827 _backgroundLayer = [[CALayer alloc] init];
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 239 if (x->alloc < n->used + 1) {
421 if (c->alloc < digs) {
526 if (c->alloc < pa) {
629 if (b->alloc < pa) {
893 if (c->alloc < a->used + 1) {
1173 a->alloc = a->used = 0;
    [all...]
  /dalvik/vm/alloc/
Copying.cpp 22 #include "alloc/Heap.h"
23 #include "alloc/HeapBitmap.h"
24 #include "alloc/HeapInternal.h"
25 #include "alloc/HeapSource.h"
26 #include "alloc/Verify.h"
789 static void room(size_t *alloc, size_t *avail, size_t *total)
793 *alloc = heapSource->allocBlocks*BLOCK_SIZE;
794 *avail = *total - *alloc;
    [all...]
  /external/valgrind/main/helgrind/
hg_wordset.c 144 void* (*alloc)(HChar*,SizeT); member in struct:_WordSetU
181 wv = wsu->alloc( wsu->cc, sizeof(WordVec) );
186 wv->words = wsu->alloc( wsu->cc, (SizeT)sz * sizeof(UWord) );
243 new_vec = wsu->alloc( wsu->cc, new_sz * sizeof(WordVec*) );
320 wsu->alloc = alloc_nofail;
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 1203 Allocation alloc = createFromBitmap(rs, b, mips, usage); local
1244 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage); local
    [all...]
  /external/valgrind/main/coregrind/
m_oset.c 114 OSetAlloc_t alloc; // allocator member in struct:_OSet
302 t->alloc = _alloc;
363 AvlNode* n = t->alloc( t->cc, nodeSize );

Completed in 1660 milliseconds

<<11121314151617181920>>