/external/llvm/lib/CodeGen/ |
RegAllocPBQP.cpp | 12 // problem representing the register allocation problem under consideration, 18 // for register allocation. For more information on PBQP for register 19 // allocation, see the following papers: 21 // (1) Hames, L. and Scholz, B. 2006. Nearly optimal register allocation with 25 // (2) Scholz, B., Eckstein, E. 2002. Register allocation for irregular 72 cl::desc("Attempt coalescing during PBQP register allocation."), 85 /// PBQP based allocators solve the register allocation problem by mapping 86 /// register allocation problems to Partitioned Boolean Quadratic 111 /// Perform register allocation 474 // Clear the existing allocation [all...] |
/external/chromium_org/cc/output/ |
output_surface.cc | 76 WebKit::WebGraphicsMemoryAllocation allocation) { 78 allocation.bytesLimitWhenVisible, 79 ConvertPriorityCutoff(allocation.priorityCutoffWhenVisible), 80 allocation.bytesLimitWhenNotVisible, 81 ConvertPriorityCutoff(allocation.priorityCutoffWhenNotVisible), 83 bool discard_backbuffer = !allocation.suggestHaveBackbuffer;
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_bar_gtk.cc | 337 GtkAllocation allocation; local 338 gtk_widget_get_allocation(event_box_.get(), &allocation); 339 return allocation.height - kBookmarkBarMinimumHeight; 532 GtkAllocation allocation; local 533 gtk_widget_get_allocation(overflow_button_, &allocation); 534 extra_space = allocation.width; 629 GtkAllocation allocation; local 630 gtk_widget_get_allocation(bookmark_toolbar_.get(), &allocation); 631 int total_width = allocation.width - 2; 750 GtkAllocation* allocation) { 860 GtkAllocation allocation; local 1465 GtkAllocation allocation; local [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
status_bubble_gtk.cc | 101 GtkAllocation allocation; 102 gtk_widget_get_allocation(parent, &allocation); 103 int desired_width = allocation.width; 339 GtkAllocation allocation; local 340 gtk_widget_get_allocation(label_.get(), &allocation); 341 start_width_ = allocation.width;
|
/external/chromium_org/content/common/gpu/ |
texture_image_transport_surface.cc | 121 bool TextureImageTransportSurface::SetBackbufferAllocation(bool allocation) { 123 if (backbuffer_suggested_allocation_ == allocation) 125 backbuffer_suggested_allocation_ = allocation; 137 void TextureImageTransportSurface::SetFrontbufferAllocation(bool allocation) { 138 if (frontbuffer_suggested_allocation_ == allocation) 140 frontbuffer_suggested_allocation_ = allocation;
|
/frameworks/base/docs/html/sdk/api_diff/16/changes/ |
android.renderscript.Mesh.AllocationBuilder.html | 105 <A NAME="android.renderscript.Mesh.AllocationBuilder.addIndexSetAllocation_changed(android.renderscript.Allocation, android.renderscript.Mesh.Primitive)"></A> 106 <nobr><code>AllocationBuilder</code> <A HREF="../../../../reference/android/renderscript/Mesh.AllocationBuilder.html#addIndexSetAllocation(android.renderscript.Allocation, android.renderscript.Mesh.Primitive)" target="_top"><code>addIndexSetAllocation</code></A>(<code>Allocation,</nobr> Primitive<nobr><nobr></code>) </nobr> 125 <A NAME="android.renderscript.Mesh.AllocationBuilder.addVertexAllocation_changed(android.renderscript.Allocation)"></A> 126 <nobr><code>AllocationBuilder</code> <A HREF="../../../../reference/android/renderscript/Mesh.AllocationBuilder.html#addVertexAllocation(android.renderscript.Allocation)" target="_top"><code>addVertexAllocation</code></A>(<code>Allocation</code>) </nobr>
|
/frameworks/base/docs/html/sdk/api_diff/18/changes/ |
android.renderscript.Script.html | 86 <A NAME="android.renderscript.Script.forEach_added(int, android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.FieldPacker, android.renderscript.Script.LaunchOptions)"></A> 87 <nobr><code>void</code> <A HREF="../../../../reference/android/renderscript/Script.html#forEach(int, android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.FieldPacker, android.renderscript.Script.LaunchOptions)" target="_top"><code>forEach</code></A>(<code>int,</nobr> Allocation<nobr>,</nobr> Allocation<nobr>,</nobr> FieldPacker<nobr>,</nobr> LaunchOptions<nobr><nobr></code>)</nobr>
|
/frameworks/rs/cpu_ref/ |
rsCpuScriptGroup.cpp | 40 void CpuScriptGroupImpl::setInput(const ScriptKernelID *kid, Allocation *a) { 43 void CpuScriptGroupImpl::setOutput(const ScriptKernelID *kid, Allocation *a) { 112 Vector<Allocation *> ins; 114 Vector<Allocation *> outs; 139 Allocation *ain = NULL; 140 Allocation *aout = NULL;
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
ImageProcessingActivity2.java | 53 Allocation mInPixelsAllocation; 54 Allocation mInPixelsAllocation2; 55 Allocation mOutPixelsAllocation; 388 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); 389 mInPixelsAllocation2 = Allocation.createFromBitmap(mRS, mBitmapIn2); 390 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
|
/external/chromium_org/v8/src/ |
heap.h | 33 #include "allocation.h" 621 // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation [all...] |
/external/icu4c/common/ |
cmemory.h | 111 * Indicate whether the ICU allocation functions have been used. 178 * If the allocation fails, then the current array is unchanged and 181 * @return the allocated array pointer, or NULL if the allocation failed 187 * If the allocation fails, then the current array is unchanged and 193 * @return the allocated array pointer, or NULL if the allocation failed 311 * If the allocation fails, then the current array is unchanged and 316 * @return the allocated array pointer, or NULL if the allocation failed 322 * Returns NULL if the allocation failed. 347 // No heap allocation. Use only on the stack. 489 * If the allocation fails, then the current memory is unchanged an [all...] |
/external/zlib/src/test/ |
infcover.c | 38 allocation failure (returns NULL) -- setting the 51 allocation routines on the next zlib initialization 55 /* these items are strung together in a linked list, one for each allocation */ 58 size_t size; /* requested size of allocation */ 66 size_t limit; /* memory allocation limit, or 0 if no limit */ 70 /* memory allocation routine to pass to zlib */ 78 /* induced allocation failure */ 82 /* perform allocation using the standard library, fill memory with a 156 /* set up a controlled memory allocation space for monitoring, set the stream 175 /* set a limit on the total memory allocation, or 0 to remove the limit * [all...] |
/art/compiler/utils/x86/ |
managed_register_x86.cc | 24 // These cpu registers are never available for allocation. 28 // We reduce the number of available registers for allocation in debug-code
|
/art/runtime/gc/space/ |
dlmalloc_space.cc | 45 // after each allocation. 8 bytes provides long/double alignment. 124 lock_("allocation space lock", kAllocSpaceLock), mspace_(mspace), 154 // size of the large allocation) will be greater than the footprint limit. 258 // Try the allocation. 268 // Return the new allocation or NULL. 374 // The head of chunk for the allocation is sizeof(size_t) behind the allocation. 424 // Should never be asked to increase the allocation beyond the capacity of the space. Enforced
|
/dalvik/dx/src/com/android/dx/ssa/ |
SetFactory.java | 40 * sets are kept per register until register allocation is done. 49 * block during register allocation.
|
/dalvik/vm/mterp/ |
NOTES.txt | 15 - object allocation (either while executing an instruction that performs 16 allocation, or indirectly by allocating an exception when something
|
/dalvik/vm/native/ |
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cpp | 107 * Enable or disable recent allocation tracking. 125 * Returns "true" if allocation tracking is enabled.
|
/external/bluetooth/bluedroid/hci/include/ |
bt_hci_lib.h | 114 /* datapath buffer allocation callback (callout) */ 143 /* buffer allocation request */
|
/external/chromium/base/win/ |
scoped_bstr.h | 45 // Returns a pointer to the new BSTR, or NULL if allocation failed. 49 // Returns a pointer to the new BSTR, or NULL if allocation failed.
|
/external/chromium/chrome/browser/tab_contents/ |
tab_contents_view_gtk.cc | 192 out->SetRect(x + expanded_->allocation.x, y + expanded_->allocation.y, 414 GtkAllocation* allocation) { 415 int width = allocation->width; 416 int height = allocation->height; 433 GtkWidget* floating_container, GtkAllocation* allocation) { 447 int child_x = std::max((allocation->width - requisition.width) / 2, 0); 452 int child_y = std::max((allocation->height - requisition.height) / 2, 0);
|
/external/chromium/chrome/browser/ui/gtk/ |
fullscreen_exit_bubble_gtk.cc | 87 GtkAllocation* allocation) { 94 g_value_set_int(&value, (allocation->width - bubble_size.width) / 2);
|
info_bubble_gtk.cc | 284 window_->allocation.width); 303 window_->allocation.width, window_->allocation.height, 329 window_->allocation.width + kArrowX; 462 window_->allocation.width, window_->allocation.height, 473 GtkAllocation* allocation) { 533 GtkAllocation* allocation) {
|
slide_animator_gtk.cc | 144 GtkAllocation* allocation, 148 child, 0, -allocation->height);
|
/external/chromium_org/base/allocator/ |
allocator_unittests.cc | 17 // An allocation size which is not too big to be reasonable. 19 // An allocation size which is just too big. 306 "allocation should not have failed."; 308 EXPECT_EQ(0, 1) << "allocation threw unexpected exception."; 315 EXPECT_FALSE(should_throw) << "allocation should have thrown."; 317 EXPECT_TRUE(should_throw) << "allocation threw unexpected exception."; 495 // Make a second allocation of the same size and alignment to prevent 500 // 4K aligned allocation.
|
/external/chromium_org/base/win/ |
scoped_bstr.h | 44 // Returns a pointer to the new BSTR, or NULL if allocation failed. 48 // Returns a pointer to the new BSTR, or NULL if allocation failed.
|