/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
bpo-5.s | 1 # A section with a symbol and a BPO allocation.
|
bpo-6.s | 1 # A section with a symbol and a BPO allocation.
|
/frameworks/rs/cpp/ |
Allocation.cpp | 24 void * Allocation::getIDSafe() const { 28 void Allocation::updateCacheInfo(sp<const Type> t) { 41 Allocation::Allocation(void *id, sp<RS> rs, sp<const Type> t, uint32_t usage) : 76 void Allocation::validateIsInt64() { 81 ALOGE("64 bit integer source does not match allocation type %i", dt); 84 void Allocation::validateIsInt32() { 89 ALOGE("32 bit integer source does not match allocation type %i", dt); 92 void Allocation::validateIsInt16() { 97 ALOGE("16 bit integer source does not match allocation type %i", dt) [all...] |
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni_foreach.cpp | 52 sp<Allocation> in = Allocation::createTyped(mRS, t); 54 sp<Allocation> out = Allocation::createTyped(mRS, t); 60 in = Allocation::createTyped(mRS, t); 62 out = Allocation::createTyped(mRS, t); 68 in = Allocation::createTyped(mRS, t); 70 out = Allocation::createTyped(mRS, t); 76 in = Allocation::createTyped(mRS, t); 78 out = Allocation::createTyped(mRS, t) [all...] |
/external/jemalloc/test/integration/ |
overflow.c | 24 "Expected OOM due to over-sized allocation request"); 26 "Expected OOM due to over-sized allocation request"); 29 "Expected OOM due to over-sized allocation request"); 31 "Expected OOM due to over-sized allocation request"); 36 "Expected OOM due to over-sized allocation request"); 38 "Expected OOM due to over-sized allocation request");
|
/frameworks/compile/slang/tests/P_reduce_general_examples_halter/ |
ScriptC_reduce_general_examples_halter.java.expect | 57 for (Allocation tempIn : mTempIns) { 70 private result_int(Allocation out) { 76 private Allocation[] mTempIns; 77 private Allocation mOut; 93 for (Allocation tempIn : mTempIns) { 106 private result_int2(Allocation out) { 112 private Allocation[] mTempIns; 113 private Allocation mOut; 125 Allocation ain1 = Allocation.createSized(mRSLocal, __I32, in1.length) [all...] |
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
ImageBuffersForRenderScript.java | 4 import android.support.v8.renderscript.Allocation; 16 * Input and output images and their corresponding Allocation to interface 21 public Allocation inAllocation; 22 public Allocation outAllocation; 35 inAllocation = Allocation.createFromBitmap(renderScript, inputImage); 39 outAllocation = Allocation.createFromBitmap(renderScript, outputImage);
|
/frameworks/rs/tests/cppbasic/ |
compute.cpp | 31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000); 32 printf("Allocation %p\n", a1.get()); 34 sp<Allocation> ain = Allocation::createTyped(rs, t); 35 sp<Allocation> aout = Allocation::createTyped(rs, t); 36 printf("Allocation %p %p\n", ain.get(), aout.get()); 49 // We read back the status from the script-side via a "failed" allocation. 54 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t) [all...] |
/frameworks/rs/tests/cppbasic-shared/ |
compute.cpp | 31 sp<Allocation> a1 = Allocation::createSized(rs, e, 1000); 32 printf("Allocation %p\n", a1.get()); 34 sp<Allocation> ain = Allocation::createTyped(rs, t); 35 sp<Allocation> aout = Allocation::createTyped(rs, t); 36 printf("Allocation %p %p\n", ain.get(), aout.get()); 49 // We read back the status from the script-side via a "failed" allocation. 54 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t) [all...] |
/system/bt/osi/src/ |
allocation_tracker.c | 128 allocation_t *allocation = (allocation_t *)hash_map_get(allocations, return_ptr); local 129 if (allocation) { 130 assert(allocation->freed); // Must have been freed before 132 allocation = (allocation_t *)calloc(1, sizeof(allocation_t)); 133 hash_map_set(allocations, return_ptr, allocation); 136 allocation->allocator_id = allocator_id; 137 allocation->freed = false; 138 allocation->size = requested_size; 139 allocation->ptr = return_ptr; 156 allocation_t *allocation = (allocation_t *)hash_map_get(allocations, ptr) local 185 allocation_t *allocation = (allocation_t *)entry->data; local [all...] |
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
RSColorMatrixTest.java | 57 Allocation rsInput = Allocation.createTyped(mRS, build.create()); 58 Allocation rsOutput = Allocation.createTyped(mRS, build.create()); 69 Allocation rsCppOutput = Allocation.createTyped(mRS, build.create()); 88 Allocation rsInput = Allocation.createTyped(mRS, build.create()); 89 Allocation rsOutput = Allocation.createTyped(mRS, build.create()) [all...] |
RSYuvTest.java | 36 Allocation ay; 37 Allocation au; 38 Allocation av; 66 ay = Allocation.createTyped(mRS, Type.createXY(mRS, Element.U8(mRS), w, h)); 68 au = Allocation.createTyped(mRS, tuv); 69 av = Allocation.createTyped(mRS, tuv); 76 public Allocation makeOutput() { 77 return Allocation.createTyped(mRS, Type.createXY(mRS, Element.RGBA_8888(mRS), width, height)); 85 Allocation aout = makeOutput(); 86 Allocation aref = makeOutput() [all...] |
/frameworks/rs/driver/ |
rsdAllocation.h | 83 android::renderscript::Allocation *alloc); 85 android::renderscript::Allocation *alloc, 89 android::renderscript::Allocation *alloc, 93 android::renderscript::Allocation *alloc); 95 android::renderscript::Allocation *alloc); 98 const android::renderscript::Allocation *alloc, 101 const android::renderscript::Allocation *alloc, 104 const android::renderscript::Allocation *alloc); 106 android::renderscript::Allocation *alloc, ANativeWindow *nw); 108 android::renderscript::Allocation *alloc) [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestRemquo.java | 21 import android.renderscript.Allocation; 48 Allocation inNumerator = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0xedd4ff2al, false); 49 Allocation inDenominator = createRandomAllocation(mRS, Element.DataType.FLOAT_32, 1, 0x2eb19f93l, false); 51 Allocation outQuotient = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); 61 Allocation outQuotient = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); 62 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE) [all...] |
/libcore/luni/src/main/java/libcore/util/ |
NativeAllocationRegistry.java | 30 * <li>The runtime will arrange for the native allocation to be automatically 35 * of native allocation, where the kind of a native allocation consists of the 36 * native function used to free the allocation and the estimated size of the 37 * allocation. Once a NativeAllocationRegistry is instantiated, it can be 49 * allocation. 51 * native allocation should be provided using the 64 * native bytes this kind of native allocation takes up. Different 71 * kind of native allocation 73 * allocation [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationResize.java | 20 import android.renderscript.Allocation; 26 private Allocation mIn; 27 private Allocation mOut; 31 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException { 41 mIn = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE/2); 42 mOut = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE*2);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsic.h | 35 const Allocation ** ain, 37 Allocation * aout, 46 void preLaunch(uint32_t slot, const Allocation ** ains, 47 uint32_t inLen, Allocation * aout, const void * usr, 49 void postLaunch(uint32_t slot, const Allocation ** ains, 50 uint32_t inLen, Allocation * aout, 59 void setGlobalBind(uint32_t slot, Allocation *data) override;
|
/frameworks/rs/ |
rsFBOCache.h | 26 class Allocation; 36 void bindColorTarget(Context *rsc, Allocation *a, uint32_t slot); 37 void bindDepthTarget(Context *, Allocation *a); 47 Allocation **colorTargets; 49 Allocation *depthTarget; 56 ObjectBaseRef<Allocation> *mColorTargets; 57 ObjectBaseRef<Allocation> mDepthTarget;
|
/frameworks/support/v8/renderscript/api/ |
23.0.0.txt | 3 public class Allocation extends android.support.v8.renderscript.BaseObj { 9 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 30 method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation, int, int); 38 method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.Allocation, int, int, int); 46 method public void copyFrom(android.support.v8.renderscript.Allocation); 58 method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation.MipmapControl, int); 59 method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap); 60 method public static android.support.v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.support.v8.renderscript.Allocation.MipmapControl, int) [all...] |
23.1.0.txt | 3 public class Allocation extends android.support.v8.renderscript.BaseObj { 9 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 30 method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation, int, int); 38 method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.Allocation, int, int, int); 46 method public void copyFrom(android.support.v8.renderscript.Allocation); 58 method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation.MipmapControl, int); 59 method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap); 60 method public static android.support.v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.support.v8.renderscript.Allocation.MipmapControl, int) [all...] |
23.1.1.txt | 3 public class Allocation extends android.support.v8.renderscript.BaseObj { 9 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 30 method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation, int, int); 38 method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.Allocation, int, int, int); 46 method public void copyFrom(android.support.v8.renderscript.Allocation); 58 method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation.MipmapControl, int); 59 method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap); 60 method public static android.support.v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.support.v8.renderscript.Allocation.MipmapControl, int) [all...] |
current.txt | 3 public class Allocation extends android.support.v8.renderscript.BaseObj { 9 method public void copy1DRangeFrom(int, int, android.support.v8.renderscript.Allocation, int); 30 method public void copy2DRangeFrom(int, int, int, int, android.support.v8.renderscript.Allocation, int, int); 38 method public void copy3DRangeFrom(int, int, int, int, int, int, android.support.v8.renderscript.Allocation, int, int, int); 46 method public void copyFrom(android.support.v8.renderscript.Allocation); 58 method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.support.v8.renderscript.Allocation.MipmapControl, int); 59 method public static android.support.v8.renderscript.Allocation createCubemapFromBitmap(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap); 60 method public static android.support.v8.renderscript.Allocation createCubemapFromCubeFaces(android.support.v8.renderscript.RenderScript, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.graphics.Bitmap, android.support.v8.renderscript.Allocation.MipmapControl, int) [all...] |
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/ |
SampleRSActivity.java | 26 import android.renderscript.Allocation; 44 private Allocation mOutPixelsAllocation; 47 TextureViewUpdater(Allocation outAlloc, Sampler sampler) { 80 private Allocation mTwoByTwoAlloc; 81 private Allocation mCityAlloc; 102 mTwoByTwoAlloc = Allocation.createFromBitmap(mRS, mBitmapTwoByTwo, 103 Allocation.MipmapControl.MIPMAP_NONE, 104 Allocation.USAGE_SCRIPT | Allocation.USAGE_GRAPHICS_TEXTURE); 106 mCityAlloc = Allocation.createFromBitmap(mRS, mBitmapCity [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterRS.java | 45 float scaleFactor, int quality, Allocation in) {} 46 protected void bindScriptValues(Allocation in) {} 59 protected Allocation getInPixelsAllocation() { 64 protected Allocation getOutPixelsAllocation() { 70 public void apply(Allocation in, Allocation out) { 108 protected void run(Allocation in, Allocation out) {} 154 protected static Allocation convertBitmap(RenderScript RS, Bitmap bitmap) { 155 return Allocation.createFromBitmap(RS, bitmap [all...] |
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
Allocation.java | 28 * Data about a particular allocation performed by a benchmark. This tracks a human readable 29 * description of the allocation (e.g. 'int[23]', 'java.lang.Integer', or 'java.util.ArrayList'), 30 * the total size of the allocation in bytes and the location, which is a stringified stack trace of 31 * the allocation. 33 final class Allocation { 42 static long getTotalSize(Collection<Allocation> allocations) { 44 for (Allocation allocation : allocations) { 45 totalSize += allocation.size; 54 Allocation(String description, long size, List<StackTraceElement> location) [all...] |