/frameworks/av/libvideoeditor/vss/common/inc/ |
M4AMRR_CoreReader.h | 74 * @returns M4ERR_ALLOC : Memory allocation failed 95 * @returns M4ERR_ALLOC : Memory allocation failed 114 * @returns M4ERR_ALLOC : Memory allocation failed 134 * @returns M4ERR_ALLOC : Memory allocation failed 157 * @returns M4ERR_ALLOC : Memory allocation failed 180 * @returns M4ERR_ALLOC : Memory allocation failed 197 * @returns M4ERR_ALLOC : Memory allocation failed
|
/frameworks/base/docs/html/reference/renderscript/ |
rs__mesh_8rsh.html | 71 <p>Returns an allocation containing index data or a null allocation if only the primitive is specified</p> 75 <tr><td class="paramname">index</td><td>index of the index allocation </td></tr> 79 <dl class="return"><dt><b>Returns:</b></dt><dd>allocation containing index data </dd></dl> 168 <p>Returns an allocation that is part of the mesh and contains vertex data, e.g. positions, normals, texcoords</p> 172 <tr><td class="paramname">index</td><td>index of the vertex allocation </td></tr> 176 <dl class="return"><dt><b>Returns:</b></dt><dd>allocation containing vertex data </dd></dl>
|
/frameworks/base/graphics/java/android/renderscript/ |
Program.java | 93 * an allocation to store constant data. 141 * @param a allocation containing uniform data 145 public void bindConstants(Allocation a, int slot) { 151 throw new IllegalArgumentException("Allocation type does not match slot type."); 160 * @param va allocation containing texture data 164 public void bindTexture(Allocation va, int slot) 304 * @param t Type that describes the layout of the Allocation
|
ProgramVertexFixedFunction.java | 43 * @param va allocation containing fixed function matrices 210 Allocation mAlloc; 211 Allocation getAllocation() { 220 * @param rs Context to which the allocation will belong. 224 mAlloc = Allocation.createTyped(rs, constInputType);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
ImageProcessingActivityJB.java | 38 import android.renderscript.Allocation; 54 Allocation mInPixelsAllocation; 55 Allocation mInPixelsAllocation2; 56 Allocation mOutPixelsAllocation; 412 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); 413 mInPixelsAllocation2 = Allocation.createFromBitmap(mRS, mBitmapIn2); 414 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/ |
mm_camera_interface.h | 178 int8_t num_planes; /* num of planes, to be filled during mem allocation */ 179 struct v4l2_plane planes[VIDEO_MAX_PLANES]; /* plane info, to be filled during mem allocation*/ 180 int fd; /* fd of the frame, to be filled during mem allocation */ 181 void* buffer; /* ptr to real frame buffer, to be filled during mem allocation */ 182 uint32_t frame_len; /* len of the whole frame, to be filled during mem allocation */
|
/external/chromium/chrome/browser/ui/gtk/ |
find_bar_gtk.cc | 378 if (xposition != widget()->allocation.x) 427 std::max(0, widget()->parent->allocation.width - (ltr ? 15 : 0)), 0); 737 GtkAllocation* allocation, 822 widget->allocation.x, 823 widget->allocation.y, 824 widget->allocation.width - padding, 825 widget->allocation.height 843 if (bar->container_width_ != widget->allocation.width || 844 bar->container_height_ != widget->allocation.height) { 846 widget->allocation.width, widget->allocation.height, FRAME_MASK) [all...] |
browser_toolbar_gtk.cc | 478 gfx::Rect right(widget->allocation.x + widget->allocation.width - 480 widget->allocation.y - kShadowThickness, 482 widget->allocation.height + kShadowThickness); 483 gfx::Rect left(widget->allocation.x - kShadowThickness, 484 widget->allocation.y - kShadowThickness, 486 widget->allocation.height + kShadowThickness); 514 widget->allocation.x + widget->allocation.width, 515 widget->allocation.y + widget->allocation.height) [all...] |
/external/kernel-headers/original/linux/ |
slab.h | 103 * %GFP_ATOMIC - Allocation will not sleep. 120 * %__GFP_HIGH - This allocation has high priority and may use emergency pools. 124 * %__GFP_NOFAIL - Indicate that this allocation is in no way allowed to fail 130 * %__GFP_NOWARN - If allocation fails, don't issue any warnings. 132 * %__GFP_REPEAT - If allocation fails initially, try once more before failing.
|
/external/llvm/include/llvm/Support/ |
Memory.h | 26 /// various memory allocation operations. 56 /// \p NearBlock may point to an existing allocation in which case 69 /// system allocation granularity (64K on Windows, page size on Linux). 71 /// rounded up to the next allocation granularity boundary. 114 /// \p NearBlock may point to an existing allocation in which case
|
/external/llvm/lib/CodeGen/ |
RegisterClassInfo.cpp | 75 /// compute - Compute the preferred allocation order for RC with reserved 94 // allocation order, we can simply use begin/end here. 98 // Remove reserved registers from the allocation order. 115 assert (RCI.NumRegs <= NumRegs && "Allocation order larger than regclass"); 151 /// nonoverlapping reserved registers. However, computing the allocation order
|
/external/v8/src/ |
zone.h | 31 #include "allocation.h" 52 // The Zone supports very fast allocation of small chunks of 59 // allocation is attempted, a segment of memory will be requested 109 // Report zone excess when allocation exceeds this limit. 175 // De-allocation attempts are silently ignored.
|
/libcore/libart/src/main/java/dalvik/system/ |
VMRuntime.java | 167 * the external allocation API which was removed in Android 3.0 (Honeycomb). 176 * the external allocation API which was removed in Android 3.0 (Honeycomb). 183 * the external allocation API which was removed in Android 3.0 (Honeycomb). 227 * Registers a native allocation so that the heap knows about it and performs GC as required. 228 * If the number of native allocated bytes exceeds the native allocation watermark, the
|
/libcore/libdvm/src/main/java/dalvik/system/ |
VMRuntime.java | 167 * the external allocation API which was removed in Android 3.0 (Honeycomb). 176 * the external allocation API which was removed in Android 3.0 (Honeycomb). 183 * the external allocation API which was removed in Android 3.0 (Honeycomb). 227 * Registers a native allocation so that the heap knows about it and performs GC as required. 228 * If the number of native allocated bytes exceeds the native allocation watermark, the
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
HoloSpiralRS.java | 28 import android.renderscript.Allocation; 184 Allocation pointTexture = Allocation.createFromBitmap(mRS, bmp, 185 Allocation.MipmapControl.MIPMAP_NONE, 186 Allocation.USAGE_GRAPHICS_TEXTURE);
|
/art/runtime/gc/ |
heap.h | 85 // GC triggered by a failed allocation. Thread doing allocation is blocked waiting for GC before 86 // retrying allocation. 116 // Used so that we don't overflow the allocation time atomic integer. 366 // Mark all the objects in the allocation stack in the specified bitmap. 437 // Handles Allocate()'s slow allocation path with GC involved after 438 // an initial allocation attempt failed. 504 // Swap the allocation stack with the live stack. 516 // The allocation space we are currently allocating into. 609 // it completes ahead of an allocation failing [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ComputeTest.java | 19 import android.renderscript.Allocation; 264 Allocation.USAGE_SCRIPT); 736 void setUpAllocation(Allocation a, int val) { 747 void checkAllocation(Allocation a, int val) { 768 Allocation in = Allocation.createTyped(mRS, t); 769 Allocation out = Allocation.createTyped(mRS, t); 777 Allocation badOut = Allocation.createTyped(mRS, badT) [all...] |
/dalvik/vm/alloc/ |
Heap.cpp | 204 * The allocation failed. If the GC is running, block until it 235 // the new allocation. 237 "%zu.%03zuMB for %zu-byte allocation", 249 LOGI_HEAP("Forcing collection of SoftReferences for %zu-byte allocation", 258 LOGE_HEAP("Out of memory on a %zd-byte allocation.", size); 292 * one fewer allocation. 301 * To avoid any more allocation attempts, "throw" a pre-built 324 * deal with, we can block it at the source, but holding the allocation 330 * Use ALLOC_DONT_TRACK when we either don't want to track an allocation 332 * be part of the root set immediately) or we can't (because this allocation [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
fenced_allocator_test.cc | 156 // This allocation should fail. 161 // Free one successful allocation, reallocate with half the size 169 // This allocation should fail as well. 198 // This allocation should fail. 203 // Free one successful allocation, pending fence. 213 // This allocation will need to reclaim the space freed above, so that should 250 // Free one successful allocation, pending fence. 380 // This allocation will need to reclaim the space freed above, so that should 469 // Checks that allocation offsets are aligned to multiples of 16 bytes. 508 // This allocation should fail [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_util.cc | 535 GtkAllocation allocation; 536 gtk_widget_get_allocation(widget, &allocation); 537 return allocation.width - bounds.x() - bounds.width(); 544 GtkAllocation allocation; 545 gtk_widget_get_allocation(widget, &allocation); 546 return allocation.width - bounds.x(); 551 GtkAllocation allocation; local 552 gtk_widget_get_allocation(widget, &allocation); 553 return allocation.width - x; 790 GtkAllocation allocation; local 836 GtkAllocation allocation; local [all...] |
/external/valgrind/main/massif/tests/ |
basic2.post.exp | 39 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 45 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 52 98.04% (7,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 59 98.04% (10,800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 66 98.04% (14,400B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 73 98.04% (11,200B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 80 98.04% (8,000B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 87 98.04% (4,800B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc. 94 98.04% (1,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
|
/frameworks/native/libs/binder/ |
MemoryDealer.cpp | 112 class Allocation : public MemoryBase { 114 Allocation(const sp<MemoryDealer>& dealer, 116 virtual ~Allocation(); 164 Allocation::Allocation( 175 Allocation::~Allocation() 182 * and could alias some real allocation (their offset is zero). */ 244 memory = new Allocation(this, heap(), offset, size);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
tcmalloc_unittest.cc | 175 static const int FLAGS_allocweight = 50; // Weight for picking allocation 185 // We want an allocation that is definitely more than main memory. OS 551 CHECK(p == NULL); // huge allocation s should fail! 562 #ifndef DEBUGALLOCATION // debug allocation takes forever for huge allocs 637 fprintf(LOGSTREAM, "allocation should not have failed.\n"); 641 fprintf(LOGSTREAM, "allocation threw unexpected exception.\n"); 649 fprintf(LOGSTREAM, "allocation should have failed.\n"); 654 fprintf(LOGSTREAM, "allocation threw unexpected exception.\n"); 681 fprintf(LOGSTREAM, "allocation should not have failed.\n"); 685 fprintf(LOGSTREAM, "allocation threw unexpected exception.\n") [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/doc/ |
tcmalloc.html | 100 <h2><A NAME="Small_Object_Allocation">Small Object Allocation</A></h2> 107 controlled so that not too much space is wasted when an allocation 120 helps speed-up allocation significantly because a lock/unlock pair 143 as they are for allocation. Without a cache, each deallocation would 151 if a free list is used more for deallocation than allocation, its 168 Allocation 199 <h2><A NAME="Large_Object_Allocation">Large Object Allocation</A></h2> 209 <p>An allocation for <code>k</code> pages is satisfied by looking in 216 <p>If an allocation for <code>k</code> pages is satisfied by a run 360 threads (1-20) and maximum allocation sizes (64 bytes [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
tcmalloc_unittest.cc | 175 static const int FLAGS_allocweight = 50; // Weight for picking allocation 185 // We want an allocation that is definitely more than main memory. OS 551 CHECK(p == NULL); // huge allocation s should fail! 562 #ifndef DEBUGALLOCATION // debug allocation takes forever for huge allocs 637 fprintf(LOGSTREAM, "allocation should not have failed.\n"); 641 fprintf(LOGSTREAM, "allocation threw unexpected exception.\n"); 649 fprintf(LOGSTREAM, "allocation should have failed.\n"); 654 fprintf(LOGSTREAM, "allocation threw unexpected exception.\n"); 681 fprintf(LOGSTREAM, "allocation should not have failed.\n"); 685 fprintf(LOGSTREAM, "allocation threw unexpected exception.\n") [all...] |