Searched
full:allocation (Results
501 -
525 of
5138) sorted by null
<<21222324252627282930>>
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Memory.c | 27 /* This function is used for memory allocation and free. It can be called in */ 34 /* When this function is called for memory allocation (hInstance=NULL) the memory */ 163 /* Read back memory allocation table */
|
/frameworks/base/libs/hwui/ |
PathTessellator.h | 43 allocate space within the first allocation (useful if you want to eventually allocate 52 // not first re-allocation, leave space for degenerate triangles to separate strips 98 void* mReallocBuffer; // used for multi-allocation
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
TestBase.java | 40 protected Allocation mInPixelsAllocation; 41 protected Allocation mInPixelsAllocation2; 42 protected Allocation mOutPixelsAllocation;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
FilterEnvironment.java | 21 import android.support.v8.renderscript.Allocation; 111 Allocation in, Allocation out) {
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
MagicSmokeRS.java | 60 //private Allocation mState; 66 private Allocation[] mSourceTextures; 67 private Allocation[] mRealTextures; 270 mRealTextures[index] = Allocation.createTyped(mRS, mTextureType, 271 Allocation.MipmapControl.MIPMAP_NONE, 272 Allocation.USAGE_SCRIPT | 273 Allocation.USAGE_GRAPHICS_TEXTURE); 274 mSourceTextures[index] = Allocation.createTyped(mRS, mTextureType, 275 Allocation.MipmapControl.MIPMAP_NONE, 276 Allocation.USAGE_SCRIPT) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
agpgart.h | 91 int key; /* tag of allocation */ 101 int key; /* tag of allocation */ 106 int key; /* tag of allocation */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
agpgart.h | 91 int key; /* tag of allocation */ 101 int key; /* tag of allocation */ 106 int key; /* tag of allocation */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
agpgart.h | 91 int key; /* tag of allocation */ 101 int key; /* tag of allocation */ 106 int key; /* tag of allocation */
|
/system/core/include/cutils/ |
hashmap.h | 35 * Creates a new hash map. Returns NULL if memory allocation fails. 59 * If memory allocation fails, this function returns NULL, the map's size 79 * If memory allocation fails, the callback is not called, this function
|
/bionic/libc/bionic/ |
malloc_debug_qemu.cpp | 30 * Contains implementation of memory allocation routines instrumented for 31 * usage in the emulator to detect memory allocation violations, such as 34 * and serves simply as hooks into memory allocation routines. Main job of this 36 * providing information about each allocation. The idea is that emulator will 102 /* Id of the process that initialized libc instance, in which allocation 109 /* Id of the process in context of which allocation has occurred. 111 * is doing allocation has been forked from the process that initialized 116 /* Number of access violations detected on this allocation. */ 152 /* Code of the allocation routine, in context of which query has been made: 158 /* Address of memory allocation descriptor for the queried pointer [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_chrome_link_button.cc | 167 GtkAllocation allocation; local 168 gtk_widget_get_allocation(widget, &allocation); 173 allocation.x, allocation.y, 174 allocation.width, allocation.height);
|
/external/llvm/include/llvm/Support/ |
Allocator.h | 1 //===--- Allocator.h - Simple memory allocation abstraction -----*- C++ -*-===// 60 /// allocation strategy for the bump allocator. In particular, this is used 87 /// very simple memory allocation strategies. In particular, this just keeps 89 /// makes allocation speedy, but must only be used when the trade-off is ok. 95 /// allocation above SizeThreshold. 98 /// SizeThreshold - For any allocation larger than this threshold, we should
|
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/ |
M4MP4W_Writer.h | 78 * @return M4ERR_ALLOC: Memory allocation failed 95 * @return M4ERR_ALLOC: Memory allocation failed 111 * @return M4ERR_ALLOC: Memory allocation failed 129 * @return M4ERR_ALLOC: Memory allocation failed 148 * @return M4ERR_ALLOC: Memory allocation failed 200 * @return M4ERR_ALLOC: A memory allocation failed
|
/art/compiler/dex/ |
arena_allocator.h | 81 // Type of allocation for memory tuning. 138 size_t alloc_stats_[kNumAllocKinds]; // Bytes used by various allocation kinds.
|
/art/runtime/gc/collector/ |
sticky_mark_sweep.cc | 37 // For sticky GC, we want to bind the bitmaps of all spaces as the allocation stack lets us 38 // know what was allocated since the last GC. A side-effect of binding the allocation space mark
|
/art/runtime/ |
runtime_stats.h | 59 * Memory allocation profiler state. This is used both globally and 101 // Number of times an allocation triggered a GC.
|
/dalvik/vm/compiler/ |
Ralloc.cpp | 53 * Local register allocation for simple traces. Most of the work for 54 * local allocation is done on the fly. Here we do some initialization
|
/dalvik/vm/mterp/armv5te/ |
OP_NEW_ARRAY.S | 3 %verify "allocation fails" 46 * Finish allocation.
|
/dalvik/vm/mterp/x86/ |
OP_NEW_ARRAY.S | 3 %verify "allocation fails" 48 * Finish allocation
|
/external/bison/lib/ |
obstack_printf.c | 33 Upon memory allocation error, call obstack_alloc_failed_handler. 51 Upon memory allocation error, call obstack_alloc_failed_handler.
|
/external/chromium/base/allocator/ |
README | 24 between the different underlying memory allocation implementations. 48 All other allocation related functions (new/delete/calloc/etc) have been
|
/external/chromium/chrome/browser/automation/ |
testing_automation_provider_gtk.cc | 46 *bounds = gfx::Rect(widget->allocation.width, widget->allocation.height);
|
/external/chromium/chrome/browser/ui/gtk/ |
gtk_floating_container.h | 16 // same allocation that this container has. 30 // GtkAllocation* allocation,
|
/external/chromium_org/base/allocator/ |
README | 24 between the different underlying memory allocation implementations. 48 All other allocation related functions (new/delete/calloc/etc) have been
|
/external/chromium_org/gpu/command_buffer/common/ |
id_allocator.h | 45 // A class to manage the allocation of resource IDs. 74 // A class to manage the allocation of resource IDs that are never reused. This
|
Completed in 685 milliseconds
<<21222324252627282930>>