HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 701 - 725 of 951) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.h 589 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr);
590 if (!alloc)
592 allocArray = alloc;
  /external/skia/src/core/
SkGlyphCache.cpp 119 printf("glyphPtrArray,%zu, Alloc,%zu, imageUsed,%zu, glyphUsed,%zu, glyphHashAlloc,%zu, glyphHashUsed,%zu, unicharHashAlloc,%zu, unicharHashUsed,%zu\n",
320 glyph = (SkGlyph*)fGlyphAlloc.alloc(sizeof(SkGlyph),
339 const_cast<SkGlyph&>(glyph).fImage = fGlyphAlloc.alloc(size,
341 // check that alloc() actually succeeded
347 // is smaller, and if so, strink the alloc size in fImageAlloc.
377 const_cast<SkGlyph&>(glyph).fDistanceField = fGlyphAlloc.alloc(size,
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c 48 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
56 alloc->len = (alloc->len + 4095) & (~4095);
58 rc = ioctl(ion_fd, ION_IOC_ALLOC, alloc);
64 ion_info_fd->handle = alloc->handle;
72 alloc->len,
    [all...]
  /external/mksh/src/
misc.c 584 cp = alloc(strlen((const void *)sp) + 1, ATEMP);
673 char *t = len <= sizeof(tbuf) ? tbuf : alloc(len, ATEMP);
1259 str = alloc(max_oct, ATEMP);
1388 if (!getcwd((rv = alloc(PATH_MAX + 1, ATEMP)), PATH_MAX)) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/tools/darwin/renderscript/lib/
renderscript-v8.jar 
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.h 513 extern uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
525 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 44 return [[SymbolTableLexer alloc] initWithCharStream:anInput];
SymbolTableParser.m 80 return [[[Symbols_Scope alloc] init] retain];
155 return [[SymbolTableParser alloc] initWithTokenStream:aStream];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.m 155 return [[[Symbols_Scope alloc] init] retain];
176 return [[[SimpleCTP_expr_return alloc] init] retain];
236 [ANTLRBaseRecognizer setTokenNames:[[[NSArray alloc] initWithObjects:@"<invalid>", @"<EOR>", @"<DOWN>", @"<UP>",
246 return [[SimpleCTP alloc] initWithStream:aStream];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm 171 : m_notificationObserver(AdoptNS, [[WebCoreRenderThemeNotificationObserver alloc] initWithTheme:this])
334 NSBitmapImageRep *offscreenRep = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes:nil
361 NSBitmapImageRep *offscreenRep = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes:nil
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCacheMac.mm 121 NSString *string = [[NSString alloc] initWithCharactersNoCopy:codeUnits length:codeUnitsLength freeWhenDone:NO];
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ThemeMac.mm 258 checkboxCell = [[NSButtonCell alloc] init];
342 radioCell = [[NSButtonCell alloc] init];
430 cell = [[NSButtonCell alloc] init];
549 static NSView *flippedView = [[WebCoreFlippedView alloc] init];
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.m 137 RTCDataBuffer* buffer = [[RTCDataBuffer alloc] initWithData:message
  /external/chromium_org/third_party/skia/src/xml/
SkDOM.cpp 196 char* dst = (char*)chunk->alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType);
217 SkDOM::Node* node = (SkDOM::Node*)fAlloc->alloc(sizeof(SkDOM::Node) + attrCount * sizeof(SkDOM::Attr),
  /external/chromium_org/third_party/webrtc/modules/video_render/ios/
video_render_ios_gles20.mm 88 view_ = [[VideoRenderIosView alloc] init];
  /external/clang/test/CodeGenCXX/
dllexport.cpp 270 void* alloc(__SIZE_TYPE__ n);
271 __declspec(dllexport) void* operator new(__SIZE_TYPE__ n) { return alloc(n); }
    [all...]
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 124 m_context = [[EAGLContext alloc] initWithAPI:eaglApi];
  /external/libunwind/src/ia64/
Ginstall_cursor.S 58 alloc r3 = ar.pfs, 7, 0, 0, 0
256 alloc r3 = ar.pfs, 0, 0, 0, 0 // drop register frame
  /external/skia/src/xml/
SkDOM.cpp 196 char* dst = (char*)chunk->alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType);
217 SkDOM::Node* node = (SkDOM::Node*)fAlloc->alloc(sizeof(SkDOM::Node) + attrCount * sizeof(SkDOM::Attr),
  /external/valgrind/main/massif/tests/
thresholds_0_0.post.exp 48 100.00% (80,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocamldec.swg 19 #include <caml/alloc.h>
  /external/lldb/source/Expression/
IRForTarget.cpp 758 // CFAllocatorRef alloc,
1231 AllocaInst *alloc = dyn_cast<AllocaInst>(persistent_alloc); local
    [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
bitalloc.c 144 if (common->frameInfo.alloc == SBC_SNR) {
decoder-private.c 113 frame->alloc = (d1 & BIT1) >> 1;

Completed in 1915 milliseconds

<<21222324252627282930>>