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

<<11121314151617181920>>

  /external/skia/legacy/include/core/
SkChunkAlloc.h 45 the previous allocation may be reused, but the implementation is free
SkMallocPixelRef.h 27 //! Return the allocation size for the pixels
  /external/stressapptest/src/
os_factory.cc 34 // Check for memory allocation failure.
  /external/valgrind/main/docs/internals/
m_replacemalloc.txt 21 - On the first allocation, vg_replace_malloc.c:init() calls the
  /external/valgrind/main/drd/tests/
annotate_smart_pointer2.stderr.exp 7 Address 0x........ is at offset ... from 0x......... Allocation context:
  /external/valgrind/main/perf/
README 17 - Description: Does a lot of heap allocation and deallocation, and has a lot
20 that inefficiencies in heap allocation can make a big
22 - Weaknesses: Highly artificial -- allocation pattern is not real, and only
26 - Description: Does a lot of stack allocation and deallocation.
sarp.c 20 // away the stack allocation.
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.c 275 GtkAllocation allocation = { 0, 0, 200, 200 }; local
288 /* caculate the allocation before realize */
290 allocation.width = gdk_window_get_width(xtbin->parent_window);
291 allocation.height = gdk_window_get_height(xtbin->parent_window);
295 allocation.width = w;
296 allocation.height = h;
298 gtk_widget_size_allocate (widget, &allocation);
301 printf("initial allocation %d %d %d %d\n", x, y, w, h);
309 xtbin->width = widget->allocation.width;
310 xtbin->height = widget->allocation.height
443 GtkAllocation allocation; local
    [all...]
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Memory.h 20 * @brief Memory allocation
  /frameworks/av/libvideoeditor/vss/common/inc/
M4AD_Null.h 44 * M4ERR_ALLOC if allocation failed
M4DECODER_Null.h 46 * M4ERR_ALLOC if allocation failed
  /frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
LVREV.h 70 LVREV_NULLADDRESS = 1, /* NULL allocation address */
145 /* memory allocation. It can also be used to return the memory base address provided */
146 /* during memory allocation to support freeing of memory when the LVREV module is no */
190 /* The memory allocation must be provided by the application by filling in the memory */
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetMemoryTable.c 31 /* This function is used for memory allocation and free. It can be called in */
38 /* When this function is called for memory allocation (hInstance=NULL) the memory */
87 * Call for memory allocation, so check the parameters
236 * Read back memory allocation table
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Init.c 33 /* This function is used for memory allocation and free. It can be called in */
40 /* When this function is called for memory allocation (hInstance=NULL) it is */
43 /* When called for memory allocation the memory base address pointers are NULL on */
108 /* Read back memory allocation table */
  /frameworks/base/media/tests/omxjpegdecoder/
SkOmxPixelRef.h 33 //! Return the allocation size for the pixels
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TextureBase.java 49 protected Allocation mRsTexture;
  /frameworks/native/include/utils/
ZipFileCRO.h 18 // C API for ead-only access to Zip archives, with minimal heap allocation.
  /frameworks/rs/cpp/
Android.mk 21 Allocation.cpp \
  /frameworks/rs/driver/
rsdBcc.cpp 70 const Allocation * ain,
71 Allocation * aout,
125 void rsdScriptSetGlobalBind(const Context *dc, const Script *s, uint32_t slot, Allocation *data) {
142 Allocation * rsdScriptGetAllocationForPointer(const android::renderscript::Context *dc,
rsdMeshObj.cpp 119 // Remember which allocation this attribute came from
136 const Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[ct];
146 Allocation *alloc = mRSMesh->mHal.state.vertexBuffers[allocIndex];
161 const Allocation *idxAlloc = mRSMesh->mHal.state.indexBuffers[primIndex];
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Copy.java 21 import android.renderscript.Allocation;
Greyscale.java 21 import android.renderscript.Allocation;
WhiteBalance.java 21 import android.renderscript.Allocation;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Copy.java 21 import android.renderscript.Allocation;
Greyscale.java 21 import android.renderscript.Allocation;

Completed in 447 milliseconds

<<11121314151617181920>>