HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 201 - 225 of 5211) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/bison/darwin-lib/
alloca.h 2 /* Memory allocation on the stack.
31 - in inline functions - the allocation may actually last until the
34 the stack is, and when the stack cannot fulfill the memory allocation
  /external/bison/lib/
alloca.in.h 1 /* Memory allocation on the stack.
30 - in inline functions - the allocation may actually last until the
33 the stack is, and when the stack cannot fulfill the memory allocation
  /external/bison/linux-lib/
alloca.h 2 /* Memory allocation on the stack.
31 - in inline functions - the allocation may actually last until the
34 the stack is, and when the stack cannot fulfill the memory allocation
  /external/chromium_org/cc/output/
managed_memory_policy.cc 22 const gpu::MemoryAllocation& allocation)
23 : bytes_limit_when_visible(allocation.bytes_limit_when_visible),
24 priority_cutoff_when_visible(allocation.priority_cutoff_when_visible),
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.h 61 jemalloc_bool opt_utrace; /* Trace all allocation events? */
67 size_t quantum; /* Allocation quantum. */
68 size_t small_max; /* Max quantum-spaced allocation size. */
69 size_t large_max; /* Max sub-chunksize allocation size. */
105 * The allocator maintains a memory reserve that is used to satisfy allocation
109 * allocation request, then condition notifications are sent to one or more of
112 * RESERVE_CND_LOW: The reserve had to be used to satisfy an allocation
118 * allocation request. Some callee must free adequate
123 * RESERVE_CND_FAIL: An allocation request could not be satisfied, despite all
142 * function), though allocation is discouraged, since recursive callbacks ar
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.h 61 jemalloc_bool opt_utrace; /* Trace all allocation events? */
67 size_t quantum; /* Allocation quantum. */
68 size_t small_max; /* Max quantum-spaced allocation size. */
69 size_t large_max; /* Max sub-chunksize allocation size. */
105 * The allocator maintains a memory reserve that is used to satisfy allocation
109 * allocation request, then condition notifications are sent to one or more of
112 * RESERVE_CND_LOW: The reserve had to be used to satisfy an allocation
118 * allocation request. Some callee must free adequate
123 * RESERVE_CND_FAIL: An allocation request could not be satisfied, despite all
142 * function), though allocation is discouraged, since recursive callbacks ar
    [all...]
  /frameworks/base/docs/html/reference/renderscript/
structrs__allocation.html 32 <p>Opaque handle to a RenderScript allocation.
35 <div class="textblock"><p>Opaque handle to a RenderScript allocation. </p>
36 <p>See: android.renderscript.Allocation </p>
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
android.renderscript.Allocation.html 10 android.renderscript.Allocation
74 Class android.renderscript.<A HREF="../../../../reference/android/renderscript/Allocation.html" target="_top"><font size="+2"><code>Allocation</code></font></A>
86 <A NAME="android.renderscript.Allocation.copyFrom_added(android.renderscript.Allocation)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/renderscript/Allocation.html#copyFrom(android.renderscript.Allocation)" target="_top"><code>copyFrom</code></A>(<code>Allocation</code>)</nobr>
101 <A NAME="android.renderscript.Allocation.resize_changed(int)"></A>
102 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/renderscript/Allocation.html#resize(int)" target="_top"><code>resize</code></A>(<code>int</code>) </nobr
    [all...]
  /frameworks/rs/
rsPath.h 41 Path(Context *, RsPathPrimitive pp, bool isStatic, Allocation *vtx, Allocation *loop, float q);
59 void rasterize(const BezierSegment_t *s, uint32_t num, Allocation *alloc);
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.in.h 3 /* Memory allocation on the stack.
32 - in inline functions - the allocation may actually last until the
35 the stack is, and when the stack cannot fulfill the memory allocation
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 6 import android.renderscript.Allocation;
48 private Allocation mCloudAllocation;
49 private Allocation mStaticStarAllocation;
50 private Allocation mStaticStar2Allocation;
51 private Allocation mBgAllocation;
108 private Allocation loadTexture(int id) {
109 final Allocation allocation = Allocation.createFromBitmapResource(mRS, mRes, id, local
110 Allocation.MipmapControl.MIPMAP_NONE
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSLUTTest.java 49 Allocation rsInput = Allocation.createTyped(mRS, build.create());
50 Allocation rsOutput = Allocation.createTyped(mRS, build.create());
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 26 import android.renderscript.Allocation;
63 private Allocation mInPixelsAllocation;
64 private Allocation mOutPixelsAllocation;
171 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn,
172 Allocation.MipmapControl.MIPMAP_NONE,
173 Allocation.USAGE_SCRIPT);
174 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
175 Allocation.USAGE_SCRIPT |
176 Allocation.USAGE_IO_OUTPUT);
  /external/chromium_org/chrome/browser/ui/gtk/
throbber_gtk.cc 62 GtkAllocation allocation; local
63 gtk_widget_get_allocation(widget, &allocation);
64 cairo_translate(cairo_context, allocation.x, allocation.y);
  /external/chromium_org/content/browser/loader/
resource_buffer_unittest.cc 15 // First allocation
25 buf->ShrinkLastAllocation(2); // Less than our min allocation size.
30 // Second allocation
75 // Create hole at the beginnning. Next allocation should go there.
  /external/chromium_org/third_party/lzma_sdk/
Alloc.h 1 /* Alloc.h -- Memory allocation functions
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Alloc.h 1 /* Alloc.h -- Memory allocation functions
  /external/chromium_org/third_party/skia/include/views/
SkSystemEventTypes.h 16 2) keep them <= 4 bytes, so we can avoid an allocation in SkEvent::setType()
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
link_turned_off.cc 24 // CHECK: SUMMARY: LeakSanitizer: 4 byte(s) leaked in 1 allocation(s)
  /external/lzma/C/
Alloc.h 1 /* Alloc.h -- Memory allocation functions
  /external/skia/include/views/
SkSystemEventTypes.h 16 2) keep them <= 4 bytes, so we can avoid an allocation in SkEvent::setType()
  /external/valgrind/main/massif/tests/
long-time.c 1 // This test does enough allocation and deallocation that the time-unit,
  /external/valgrind/main/memcheck/tests/
origin4-many.stderr.exp 3 Uninitialised value was created by a heap allocation
9 Uninitialised value was created by a heap allocation
15 Uninitialised value was created by a heap allocation
21 Uninitialised value was created by a heap allocation
27 Uninitialised value was created by a heap allocation
33 Uninitialised value was created by a heap allocation
39 Uninitialised value was created by a heap allocation
45 Uninitialised value was created by a heap allocation
51 Uninitialised value was created by a heap allocation
  /external/valgrind/main/tests/
malloc.h 12 // Allocates a 16-aligned block. Asserts if the allocation fails.
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 26 import android.renderscript.Allocation.MipmapControl;
82 mTests[index].testName = Allocation.createFromString(mRS,
84 Allocation.USAGE_SCRIPT);
87 Allocation.USAGE_SCRIPT);
128 private Allocation loadTextureRGB(int id) {
129 return Allocation.createFromBitmapResource(mRS, mRes, id,
130 Allocation.MipmapControl.MIPMAP_ON_SYNC_TO_TEXTURE,
131 Allocation.USAGE_GRAPHICS_TEXTURE);
134 private Allocation loadTextureARGB(int id) {
136 return Allocation.createFromBitmap(mRS, b
    [all...]

Completed in 464 milliseconds

1 2 3 4 5 6 7 891011>>