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

<<313233343536373839

  /hardware/libhardware/modules/gralloc/
gralloc.cpp 301 dev->device.alloc = gralloc_alloc;
  /hardware/ti/omap4-aah/original-kernel-headers/linux/
omapfb.h 242 unsigned alloc:1; /* allocated by the driver */ member in struct:omapfb_mem_region
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 242 unsigned alloc:1; /* allocated by the driver */ member in struct:omapfb_mem_region
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9anim.h 373 struct ID3DXAllocateHierarchy *alloc, struct ID3DXLoadUserData *user_data_loader,
376 struct ID3DXAllocateHierarchy *alloc, struct ID3DXLoadUserData *user_data_loader,
380 struct IDirect3DDevice9 *device, struct ID3DXAllocateHierarchy *alloc,
390 HRESULT WINAPI D3DXFrameDestroy(D3DXFRAME *frame_root, ID3DXAllocateHierarchy *alloc);
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsAllocation.h 178 const android::renderscript::Allocation *alloc; member in class:android::renderscript::Allocation::NewBufferListener
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsAllocation.h 178 const android::renderscript::Allocation *alloc; member in class:android::renderscript::Allocation::NewBufferListener
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsAllocation.h 178 const android::renderscript::Allocation *alloc; member in class:android::renderscript::Allocation::NewBufferListener
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bytes.py 719 alloc = b.__alloc__()
720 self.assertTrue(alloc >= 0)
721 seq = [alloc]
724 alloc = b.__alloc__()
725 self.assertTrue(alloc >= len(b))
726 if alloc not in seq:
727 seq.append(alloc)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bytes.py 719 alloc = b.__alloc__()
720 self.assertTrue(alloc >= 0)
721 seq = [alloc]
724 alloc = b.__alloc__()
725 self.assertTrue(alloc >= len(b))
726 if alloc not in seq:
727 seq.append(alloc)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 130 #include "system-alloc.h" // for DumpSystemAllocatorStats, etc
731 virtual void SetSystemAllocator(SysAllocator* alloc) {
733 sys_alloc = alloc;
1307 const Length alloc = tcmalloc::pages(size + align); local
    [all...]
  /external/mksh/src/
eval.c 391 newst = alloc(sizeof(SubType), ATEMP);
754 debunk(alloc(len, ATEMP),
948 *(cp = alloc(1, ATEMP)) = '\0';
958 *(cp = alloc(1, ATEMP)) = '\0';
    [all...]
main.c 121 cp = alloc(sizeof(*bufptr) - ALLOC_SIZE, APERM);
126 /* undo what alloc() did to the malloc result address */
309 confstr(_CS_PATH, cp = alloc(k + 1, APERM), k + 1) == k + 1)
960 cp = alloc(sizeof(struct env) - ALLOC_SIZE, ATEMP);
961 /* undo what alloc() did to the malloc result address */
    [all...]
  /external/libxml2/
tree.c     [all...]
  /external/chromium_org/third_party/libxml/src/
tree.c     [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c 62 uint8_t *mm_camera_do_mmap_ion(int ion_fd, struct ion_allocation_data *alloc,
70 alloc->len = (alloc->len + 4095) & (~4095);
72 rc = ioctl(ion_fd, ION_IOC_ALLOC, alloc);
78 ion_info_fd->handle = alloc->handle;
86 alloc->len,
421 CDBG("%s: alloc buf for stream_id %d, len=%d",
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.m 124 return [[[Symbols_Scope alloc] init] retain];
151 return [[[SimpleCTP_expr_return alloc] init] retain];
241 return [[SimpleCTP alloc] initWithStream:aStream];
    [all...]
SimpleCLexer.m 44 return [[SimpleCLexer alloc] initWithCharStream:anInput];
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 559 NSOpenGLPixelFormat* fmt = [[[NSOpenGLPixelFormat alloc] initWithAttributes:
599 NSOpenGLPixelFormat* fmt = [[[NSOpenGLPixelFormat alloc] initWithAttributes:
613 _fullScreenWindow = [[CocoaFullScreenWindow alloc]init];
1220 fullScreenWindow = [[NSWindow alloc] initWithContentRect:mainDisplayRect styleMask:NSBorderlessWindowMask
1233 fullScreenView = [[MyOpenGLView alloc] initWithFrame:viewRect shareContext:[openGLView openGLContext]];
  /external/lldb/tools/debugserver/source/MacOSX/
MachProcess.cpp 2156 CFAllocatorRef alloc = kCFAllocatorDefault; local
    [all...]
  /external/qemu/
translate-all.c 378 static PageDesc *page_find_alloc(tb_page_addr_t index, int alloc)
386 # define ALLOC(P, SIZE) \
392 # define ALLOC(P, SIZE) \
404 if (!alloc) {
407 ALLOC(p, sizeof(void *) * L2_SIZE);
416 if (!alloc) {
419 ALLOC(pd, sizeof(PageDesc) * L2_SIZE);
423 #undef ALLOC
433 PhysPageDesc *phys_page_find_alloc(hwaddr index, int alloc)
447 if (!alloc) {
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 154 struct ion_allocation_data alloc[MM_CAMERA_MAX_NUM_FRAMES]; member in struct:__anon3488
161 struct ion_allocation_data alloc[3]; member in struct:__anon3489
  /device/lge/mako/camera/
QCameraHWI.h 154 struct ion_allocation_data alloc[MM_CAMERA_MAX_NUM_FRAMES]; member in struct:__anon3641
161 struct ion_allocation_data alloc[3]; member in struct:__anon3642
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.m 44 return [[SimpleCLexer alloc] initWithCharStream:anInput];
  /external/chromium_org/third_party/mozilla/
NSString+Utils.mm 52 sEllipsisString = [[NSString alloc] initWithCharacters:&ellipsisChar length:1];
  /external/chromium_org/third_party/skia/tests/
WritePixelsTest.cpp 117 SkDEBUGCODE(bool alloc = ) bmp.allocN32Pixels(DEV_W, DEV_H);
118 SkASSERT(alloc);

Completed in 2012 milliseconds

<<313233343536373839