/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.cc | 74 // widget->allocation is not guaranteed to be set. After window creation, 904 -widget()->allocation.x, 0, &x, &y)) { 913 x += target->allocation.x; 914 y += target->allocation.y; [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 388 ** specify which memory allocation subsystem to use. [all...] |
sqlite3.h | [all...] |
/external/sqlite/dist/ |
sqlite3.c | 388 ** specify which memory allocation subsystem to use. [all...] |
sqlite3.h | [all...] |
/external/libpng/ |
pngset.c | 195 "Invalid palette size, hIST allocation skipped."); 400 "Memory allocation failed while processing sCAL."); 414 "Memory allocation failed while processing sCAL."); 467 * function used to do the allocation. 857 * function used to do the allocation. [all...] |
/external/llvm/lib/CodeGen/ |
StackColoring.cpp | 270 const AllocaInst *Allocation = MFI->getObjectAllocation(Slot); 271 if (Allocation) { 273 " with allocation: "<< Allocation->getName()<<"\n"); 506 assert(To && From && "Invalid allocation object");
|
/external/qemu/distrib/libpng-1.2.19/ |
pngset.c | 229 "Invalid palette size, hIST allocation skipped."); 488 "Memory allocation failed while processing sCAL."); 499 "Memory allocation failed while processing sCAL."); 551 * function used to do the allocation. 917 * function used to do the allocation. [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
PriorityBlockingQueue.java | 74 * operations protected with a single lock. However, allocation 77 * concurrently with allocation. This avoids repeated 79 * build-up. The need to back away from lock during allocation 133 * Spinlock for allocation, acquired via CAS. 782 * under certain circumstances, be used to save allocation costs.
|
/external/e2fsprogs/ext2ed/doc/ |
ext2fs-overview.sgml | 273 <Literal remap="tt">bg_block_bitmap</Literal> contains the block number of the <Literal remap="tt">block allocation 280 contains the block number of the <Literal remap="tt">inode allocation bitmap block</Literal>, which 310 <Title>The block bitmap allocation block</Title> 314 entire blocks in the group, with respect to their allocation status. Each 383 <Title>The inode allocation bitmap</Title> 386 The format of the inode allocation bitmap block is exactly like the format of 387 the block allocation bitmap block. The explanation above is valid here, with 525 block can be allocated to each inode. Nevertheless, block allocation will 530 The inode is not always used in that way. I will now explain the allocation [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.h | 44 // The content of the result register already contains the allocation top in [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
FastMalloc.cpp | 74 // * allocation of a reasonably complicated struct 663 // bytes of allocation, i.e., ~ once every 128KB. [all...] |
/frameworks/base/docs/html/sdk/api_diff/16/ |
missingSinces.txt | 140 NO DOC BLOCK: android.renderscript.Allocation Method getBytesSize() 164 NO DOC BLOCK: android.renderscript.Allocation Method getElement() 240 NO DOC BLOCK: android.renderscript.Allocation Method getSurface() 253 NO DOC BLOCK: android.renderscript.Allocation Method getUsage() 267 NO DOC BLOCK: android.renderscript.Allocation Method ioReceive() 268 NO DOC BLOCK: android.renderscript.Allocation Method ioSend() [all...] |
/external/openssl/apps/ |
ca.c | 1181 BIO_printf(bio_err,"Memory allocation failure\n"); 1199 BIO_printf(bio_err,"Memory allocation failure\n"); 1225 BIO_printf(bio_err,"Memory allocation failure\n"); [all...] |
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
methods_index_additions.html | 132 <nobr><A HREF="android.renderscript.Allocation.html#android.renderscript.Allocation.copy1DRangeFrom_added(int, int, android.renderscript.Allocation, int)" class="hiddenlink" target="rightframe"><b>copy1DRangeFrom</b> 133 (<code>int, int, Allocation, int</code>)</A></nobr><br> 134 <nobr><A HREF="android.renderscript.Allocation.html#android.renderscript.Allocation.copy2DRangeFrom_added(int, int, int, int, android.renderscript.Allocation, int, int)" class="hiddenlink" target="rightframe"><b>copy2DRangeFrom</b> 135 (<code>int, int, int, int, Allocation, int, int</code>)</A></nobr><br> 136 <nobr><A HREF="android.renderscript.AllocationAdapter.html#android.renderscript.AllocationAdapter.create1D_added(android.renderscript.RenderScript, android.renderscript.Allocation)" class="hiddenlink" target="rightframe"><b>create1D</b> 137 (<code>RenderScript, Allocation</code>)</A></nobr><br [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4xVSS_internal.c | 76 * @return M4ERR_ALLOC: Memory allocation has failed 215 * @return M4ERR_ALLOC: Memory allocation has failed 570 /* YUV420 planar is returned but allocation is made only once [all...] |
/external/llvm/docs/ |
CodeGenerator.rst | 54 code generation (register allocation, scheduling, stack frame representation, 91 does not require register allocation, instruction selection, or any of the other 133 4. `Register Allocation`_ --- The target code is transformed from an infinite 411 allows for efficient memory allocation. You also need to specify if operands 474 (before register allocation). Thus, if you need a value to be live across basic 490 SSA-form until register allocation happens. For the most part, this is 495 After register allocation, machine code is no longer in SSA-form because there 588 allocation super-pass. More specifically, the pass which determines what MIs [all...] |
/external/llvm/include/llvm/CodeGen/ |
MachineInstr.h | 567 /// have special register allocation requirements that are not captured by the 570 /// Post-register allocation passes should not attempt to change allocations 577 /// have special register allocation requirements that are not captured by the 580 /// Post-register allocation passes should not attempt to change allocations 682 /// either very likely to be eliminated during register allocation (such as 688 // Copy-like instructions are usually eliminated during register allocation. [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
rate_control.cpp | 522 /* Purpose : quadratic bit allocation model: T(n) = C*sqrt(mad(n)/aver_mad(n-1)) */ 620 /* First, set the upper bound for current bit allocation variance: 80% of available buffer */ 625 /* Second, set another upper bound for current bit allocation: 4-5*bitrate/framerate */ 691 /* Purpose : variable rate bit allocation + new QP determination scheme */ 698 /* Mad based variable bit allocation + QP calculation with a new quadratic method */ 714 /* Mad based variable bit allocation */ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM_IDCT_s.h | 147 ;// REGISTER ALLOCATION 151 ;// summarises the register allocation that meets all these criteria. 175 ;// Transpose allocation 185 ;// IStage 1 allocation 195 ;// IStage 2 allocation 205 ;// IStage 3,4 allocation [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM_IDCT_s.h | 147 ;// REGISTER ALLOCATION 151 ;// summarises the register allocation that meets all these criteria. 175 ;// Transpose allocation 185 ;// IStage 1 allocation 195 ;// IStage 2 allocation 205 ;// IStage 3,4 allocation [all...] |
/frameworks/base/core/java/android/os/ |
Debug.java | 49 * tracing and allocation counts. 845 * Clears all the global and thread-local memory allocation counters. 896 * Establish an object allocation limit in the current thread. 898 * allocation limits feature was removed in Honeycomb. This 910 * Establish a global object allocation limit. This feature was 911 * never enabled in release builds. The allocation limits feature [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
firstpass.c | 345 /* Max allocation for a single frame based on the max section guidelines [all...] |
/external/valgrind/main/memcheck/docs/ |
mc-manual.xml | 707 four places: a heap block, a stack allocation, a client 714 allocation, Memcheck can tell you which 777 available for re-allocation. Instead, it is marked inaccessible [all...] |
/bionic/libc/bionic/ |
malloc_debug_leak.cpp | 131 debug_log("malloc_debug: allocation %zx exceeds bit width\n", size); 260 // allocate enough space infront of the allocation to store the pointer for
|