| /bootable/bootloader/legacy/nandwrite/ |
| nandwrite.c | 47 void *buf = alloc(FLASH_PAGE_SIZE + extra); 138 tmpbuf = alloc(4096);
|
| /external/clang/test/SemaTemplate/ |
| constructor-template.cpp | 39 A alloc; member in struct:Outer 41 explicit Outer(const A& a) : alloc(a) { }
|
| /external/llvm/lib/CodeGen/ |
| MachineLoopRanges.cpp | 58 MachineLoopRange::Allocator &alloc, 60 : Loop(loop), Intervals(alloc), Area(0) {
|
| /external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
| SDL_QuartzWM.m | 44 pool = [ [ NSAutoreleasePool alloc ] init ]; 51 imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: w pixelsHigh: h bitsPerSample: 1 samplesPerPixel: 2 hasAlpha: YES isPlanar: YES colorSpaceName: NSDeviceBlackColorSpace bytesPerRow: (w+7)/8 bitsPerPixel: 0 ] autorelease ]; 62 img = [ [ [ NSImage alloc ] initWithSize: NSMakeSize(w, h) ] autorelease ]; 76 cursor->nscursor = [ [ NSCursor alloc ] initWithImage: img hotSpot: NSMakePoint(hot_x, hot_y) ]; 273 string = [ [ NSString alloc ] initWithUTF8String:title ]; 278 string = [ [ NSString alloc ] initWithUTF8String:icon ]; 427 pool = [ [ NSAutoreleasePool alloc ] init ]; 429 imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: icon->w pixelsHigh: icon->h bitsPerSample: 8 samplesPerPixel: 4 hasAlpha: YES isPlanar: NO colorSpaceName: NSDeviceRGBColorSpace bytesPerRow: 4*icon->w bitsPerPixel: 32 ] autorelease ]; 475 img = [ [ [ NSImage alloc ] initWithSize: NSMakeSize(icon->w, icon->h) ] autorelease ];
|
| /external/srtp/crypto/include/ |
| cipher.h | 140 cipher_alloc_func_t alloc; member in struct:cipher_type_t 168 #define cipher_type_alloc(ct, c, klen) ((ct)->alloc((c), (klen)))
|
| /external/valgrind/main/exp-ptrcheck/tests/ |
| pth_create.stderr.exp | 6 legitimate range, a block of size 4 alloc'd
|
| zero.stderr.exp | 5 legitimate range, a block of size 0 alloc'd
|
| /external/valgrind/main/memcheck/tests/ |
| malloc1.stderr.exp | 12 Address 0x........ is 1 bytes before a block of size 10 alloc'd
|
| /external/webkit/Source/WebCore/platform/mac/ |
| SearchPopupMenuMac.mm | 57 NSMutableArray* items = [[NSMutableArray alloc] initWithCapacity:size];
|
| /external/webkit/Source/WebKit/mac/Misc/ |
| WebNSNotificationCenterExtras.m | 45 NSMutableDictionary *info = [[NSMutableDictionary alloc] initWithCapacity:3];
|
| /external/webkit/Source/WebKit/mac/Storage/ |
| WebStorageTrackerClient.mm | 63 RetainPtr<WebSecurityOrigin> webSecurityOrigin(AdoptNS, [[WebSecurityOrigin alloc] _initWithWebCoreSecurityOrigin:origin.get()]);
|
| /external/webkit/Source/WebKit/mac/WebView/ |
| WebNavigationData.mm | 60 _private = [[WebNavigationDataPrivate alloc] init];
|
| WebTextIterator.mm | 73 _private = [[WebTextIteratorPrivate alloc] init];
|
| /external/webkit/Source/WebKit2/UIProcess/API/mac/ |
| FindIndicatorWindow.mm | 151 m_findIndicatorWindow.adoptNS([[NSWindow alloc] initWithContentRect:windowContentRect 160 RetainPtr<WebFindIndicatorView> findIndicatorView(AdoptNS, [[WebFindIndicatorView alloc] _initWithFindIndicator:m_findIndicator]); 168 m_bounceAnimation.adoptNS([[WebFindIndicatorWindowAnimation alloc] _initWithFindIndicatorWindow:this 207 m_fadeOutAnimation.adoptNS([[WebFindIndicatorWindowAnimation alloc] _initWithFindIndicatorWindow:this
|
| /external/webkit/Tools/DumpRenderTree/chromium/ |
| LayoutTestHelper.mm | 95 NSAutoreleasePool* pool = [[NSAutoreleasePool alloc] init];
|
| /frameworks/base/graphics/java/android/renderscript/ |
| Mesh.java | 338 Allocation alloc = null; local 341 alloc = Allocation.createTyped(mRS, entry.t, mUsage); 343 alloc = Allocation.createSized(mRS, entry.e, entry.size, mUsage); 345 vertexBuffers[ct] = alloc; 346 vtx[ct] = alloc.getID(); 350 Allocation alloc = null; local 353 alloc = Allocation.createTyped(mRS, entry.t, mUsage); 355 alloc = Allocation.createSized(mRS, entry.e, entry.size, mUsage); 357 int allocID = (alloc == null) ? 0 : alloc.getID() [all...] |
| /external/valgrind/main/massif/tests/ |
| peak2.post.exp | 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc [all...] |
| /external/webkit/Source/WebCore/accessibility/mac/ |
| AccessibilityObjectWrapper.mm | 623 NSMutableAttributedString* attrString = [[NSMutableAttributedString alloc] init]; 680 static NSArray* actionElementActions = [[NSArray alloc] initWithObjects: NSAccessibilityPressAction, NSAccessibilityShowMenuAction, nil]; 681 static NSArray* defaultElementActions = [[NSArray alloc] initWithObjects: NSAccessibilityShowMenuAction, nil]; 682 static NSArray* menuElementActions = [[NSArray alloc] initWithObjects: NSAccessibilityCancelAction, NSAccessibilityPressAction, nil]; 683 static NSArray* sliderActions = [[NSArray alloc] initWithObjects: NSAccessibilityIncrementAction, NSAccessibilityDecrementAction, nil]; 780 attributes = [[NSArray alloc] initWithObjects: NSAccessibilityRoleAttribute, 805 commonMenuAttrs = [[NSArray alloc] initWithObjects: NSAccessibilityRoleAttribute, 815 tempArray = [[NSMutableArray alloc] initWithArray:attributes]; 818 anchorAttrs = [[NSArray alloc] initWithArray:tempArray]; 822 tempArray = [[NSMutableArray alloc] initWithArray:attributes] [all...] |
| /external/webkit/Tools/DumpRenderTree/mac/ |
| DumpRenderTree.mm | 294 WebView *webView = [[WebView alloc] initWithFrame:rect frameName:nil groupName:@"org.webkit.DumpRenderTree"]; 316 DumpRenderTreeWindow *window = [[DumpRenderTreeWindow alloc] initWithContentRect:windowRect styleMask:NSBorderlessWindowMask backing:NSBackingStoreBuffered defer:YES]; 359 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; 360 WebView *webView = [[WebView alloc] initWithFrame:NSZeroRect frameName:@"" groupName:@""]; 494 [[NSURLCache alloc] initWithMemoryCapacity:1024 * 1024 553 gNavigationController = [[NavigationController alloc] init]; 554 frameLoadDelegate = [[FrameLoadDelegate alloc] init]; 555 uiDelegate = [[UIDelegate alloc] init]; 556 editingDelegate = [[EditingDelegate alloc] init]; 557 resourceLoadDelegate = [[ResourceLoadDelegate alloc] init] [all...] |
| /bootable/bootloader/legacy/arch_msm7k/ |
| mddi.c | 80 mlist_remote_write = alloc(sizeof(mddi_llentry)); 170 rev_pkt_buf = alloc(256); 231 FB = alloc(2 * fb_width * fb_height); 232 mlist = alloc(sizeof(mddi_llentry) * (fb_height / 8));
|
| /development/tools/emulator/opengl/host/include/libOpenglRender/ |
| IOStream.h | 44 unsigned char *alloc(size_t len) { function in class:IOStream 48 ERR("Failed to flush in alloc\n"); 57 ERR("Alloc (%u bytes) failed\n", allocLen);
|
| /external/bluetooth/bluez/audio/ |
| gstsbcutil.h | 59 const gchar *gst_sbc_parse_allocation_from_sbc(gint alloc);
|
| /external/clang/test/ARCMT/ |
| Common.h | 36 + (id)alloc; variable
|
| /external/dropbear/libtommath/ |
| bn_fast_s_mp_mul_digs.c | 41 if (c->alloc < digs) {
|
| bn_fast_s_mp_mul_high_digs.c | 35 if (c->alloc < pa) {
|