/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ScriptTest.java | 21 import android.renderscript.Allocation; 53 Allocation a = Allocation.createTyped(mRS, tb.create());
|
/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/base/memory/ |
aligned_memory.cc | 35 // crash if we encounter a failed allocation; maintaining consistent behavior 36 // with a normal allocation failure in Chrome. 38 DLOG(ERROR) << "If you crashed here, your aligned allocation is incorrect: "
|
/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> <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> <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);
|
rsScriptIntrinsic.cpp | 33 mSlots = new ObjectBaseRef<Allocation>[2]; 57 const Allocation * ain, 58 Allocation * aout,
|
/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/android_webview/common/ |
aw_switches.h | 16 // Used to make tile memory allocation decision. Roughly the number of
|
/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,
|