HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 376 - 400 of 3591) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.cc 142 widget->allocation.x, widget->allocation.y,
143 widget->allocation.width, widget->allocation.height);
menu_bar_helper.cc 30 motion->x < menu->allocation.width &&
31 motion->y < menu->allocation.height) {
134 if (x >= 0 && y >= 0 && x < button->allocation.width &&
135 y < button->allocation.height) {
  /external/clang/test/Analysis/
malloc.m 27 error = @"buffer allocation failure";
  /external/clang/test/CodeGen/
2002-07-14-MiscListTests.c 28 Data = (list*)malloc(12); // This is not a proper list allocation
  /external/dexmaker/
README 12 It has a small, close-to-the-metal API. This API mirrors the Dalvik bytecode specification giving you tight control over the bytecode emitted. Code is generated instruction-by-instruction; you bring your own abstract syntax tree if you need one. And since it uses Dalvik's dx tool as a backend, you get efficient register allocation and regular/wide instruction selection for free.
  /external/icu4c/i18n/
fphdlimp.h 56 // This attempts to encourage that by blocking heap allocation.
  /external/kernel-headers/original/linux/
gfp.h 27 * __GFP_REPEAT: Try hard to allocate the memory, but the allocation attempt
31 * cannot handle allocation failures.
40 #define __GFP_NOWARN ((__force gfp_t)0x200u) /* Suppress page allocation failure warning */
41 #define __GFP_REPEAT ((__force gfp_t)0x400u) /* Retry the allocation. Might fail */
  /external/libnfc-nci/src/nfa/include/
nfa_mem_co.h 22 * Callout functions for memory allocation/deallocatoin
  /external/libogg/
CHANGES 12 * Added allocation checks useful to some embedded applications
  /external/libselinux/
NOTICE 20 of such damage. You acknowledge that this is a reasonable allocation of
  /external/libselinux/src/
label_internal.h 3 * for calling the user-supplied memory allocation, validation,
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_alloc.c 55 /* If an approprate bin is found, satisfy the allocation request,
  /external/linux-tools-perf/Documentation/
perf-kmem.txt 32 Show per-allocation statistics
  /external/linux-tools-perf/util/
strfilter.h 33 * if a memory allocation is failed.
  /external/llvm/lib/CodeGen/
RegAllocBase.h 11 // register allocation algorithm and interface for extending it. It provides the
19 // - Register allocation complexity, and generated code performance is
53 /// RegAllocBase provides the register allocation driver and interface that can
88 // A RegAlloc pass should override this to provide the allocation heuristics.
RegisterClassInfo.cpp 72 /// compute - Compute the preferred allocation order for RC with reserved
91 // allocation order, we can simply use begin/end here.
95 // Remove reserved registers from the allocation order.
112 assert (RCI.NumRegs <= NumRegs && "Allocation order larger than regclass");
  /external/llvm/test/CodeGen/PowerPC/
quadint-return.ll 16 ; CHECK: ********** FAST REGISTER ALLOCATION **********
  /external/llvm/test/CodeGen/X86/
2011-03-09-Physreg-Coalescing.ll 9 ; and register allocation fails.
inline-asm-error.ll 9 ; CHECK: error: ran out of registers during register allocation
  /external/openfst/src/lib/
compat.cc 26 cerr << "Memory allocation failed\n";
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarimxalloc.c 25 * Memory allocation
SDL_atarimxalloc_c.h 25 * Memory allocation
  /external/sepolicy/
NOTICE 20 of such damage. You acknowledge that this is a reasonable allocation of
  /external/skia/include/core/
SkChunkAlloc.h 39 the previous allocation may be reused, but the implementation is free
SkMallocPixelRef.h 27 //! Return the allocation size for the pixels

Completed in 450 milliseconds

<<11121314151617181920>>