/external/valgrind/memcheck/tests/amd64-solaris/ |
context_fpu.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 57 Uninitialised value was created by a heap allocation [all...] |
context_sse.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 57 Uninitialised value was created by a heap allocation [all...] |
/external/valgrind/memcheck/tests/x86-solaris/ |
context_fpu.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 57 Uninitialised value was created by a heap allocation [all...] |
context_sse.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 57 Uninitialised value was created by a heap allocation [all...] |
/frameworks/av/media/libstagefright/include/foundation/ |
ABase.h | 29 /* Returns true if the size parameter is safe for new array allocation (32-bit) 39 * There is a bug in gcc versions earlier than 4.8 where the new[] array allocation 40 * will overflow in the internal 32 bit heap allocation, resulting in an 48 * https://securityblog.redhat.com/2012/10/31/array-allocation-in-cxx/
|
/frameworks/rs/ |
rsScript.cpp | 45 void Script::setSlot(uint32_t slot, Allocation *a) { 48 ALOGE("Script::setSlot unable to set allocation, invalid slot index"); 62 ALOGE("Script::setVar unable to set allocation, invalid slot index"); 73 ALOGE("Script::getVar unable to set allocation, invalid slot index: " 85 ALOGE("Script::setVar unable to set allocation, invalid slot index: " 98 ALOGE("Script::setVarObj unable to set allocation, invalid slot index: " 169 Allocation *a = static_cast<Allocation *>(va); 199 Allocation **ains = (Allocation**)(vains) [all...] |
rsScriptIntrinsic.h | 45 const Allocation ** ains, 47 Allocation* aout, 53 const Allocation ** ains, size_t inLen, 54 Allocation *aout, const RsScriptCall *sc) override;
|
/frameworks/rs/rsov/driver/ |
rsovScript.h | 33 class Allocation; 66 void invokeForEach(uint32_t slot, const Allocation **ains, uint32_t inLen, 67 Allocation *aout, const void *usr, uint32_t usrLen, 70 void invokeReduce(uint32_t slot, const Allocation **ains, uint32_t inLen, 71 Allocation *aout, const RsScriptCall *sc) override; 84 void setGlobalBind(uint32_t slot, Allocation *data) override; 87 Allocation *getAllocationForPointer(const void *ptr) const override; 137 // Mapping of global allocation to rsov-assigned ID 163 uint32_t slot, const android::renderscript::Allocation *ain, 164 android::renderscript::Allocation *aout, const void *usr, size_t usrLen [all...] |
/frameworks/rs/tests/cpp_api/cpp-globalguard/ |
compute.cpp | 26 sp<Allocation> ain; 27 sp<Allocation> aout; 56 ain = Allocation::createTyped(rs, t); 57 aout = Allocation::createTyped(rs, t);
|
/frameworks/rs/tests/cpp_api/cppstrided/ |
compute.cpp | 35 sp<Allocation> ain = Allocation::createTyped(rs, t); 36 sp<Allocation> aout = Allocation::createTyped(rs, t);
|
/frameworks/rs/tests/java_api/ComputePerf/src/com/example/android/rs/computeperf/ |
LaunchTest.java | 24 private Allocation mAllocationX; 25 private Allocation mAllocationXY; 33 mAllocationX = Allocation.createSized(rs, Element.U8(rs), dim); 37 mAllocationXY = Allocation.createTyped(rs, tb.create());
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
Histogram.java | 27 private Allocation mSum; 28 private Allocation mSums; 47 mSums = Allocation.createTyped(mRS, t); 48 mSum = Allocation.createSized(mRS, Element.I32(mRS), 256);
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
Blur25G.java | 34 private Allocation mScratchPixelsAllocation1; 35 private Allocation mScratchPixelsAllocation2; 64 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, tb.create()); 65 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
|
/frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/ |
Benchmark.java | 25 private Allocation ain; 26 private Allocation aout; 31 ain = Allocation.createSized(rs, Element.U32(mRS), 10000); 32 aout = Allocation.createSized(rs, Element.U32(mRS), 10000);
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
UT_apitest.java | 46 Allocation alloc = Allocation.createTyped(pRS, type); 47 Allocation allocDst = Allocation.createTyped(pRS, type);
|
UT_kernel.java | 26 private Allocation A; 27 private Allocation B; 39 A = Allocation.createTyped(RS, typeBuilder.create()); 41 B = Allocation.createTyped(RS, typeBuilder.create());
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_apitest.java | 46 Allocation alloc = Allocation.createTyped(pRS, type); 47 Allocation allocDst = Allocation.createTyped(pRS, type);
|
UT_kernel.java | 26 private Allocation A; 27 private Allocation B; 39 A = Allocation.createTyped(RS, typeBuilder.create()); 41 B = Allocation.createTyped(RS, typeBuilder.create());
|
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/ |
UT_single_source_script.java | 20 import android.renderscript.Allocation; 26 private Allocation testAllocation1, testAllocation2; 39 testAllocation1 = Allocation.createTyped(RS, i32TypeBuilder.create()); 40 testAllocation2 = Allocation.createTyped(RS, i32TypeBuilder.create());
|
/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/com/android/rs/waitattachdebug/ |
MainActivity.java | 31 private Allocation mInAllocation; 32 private Allocation mOutAllocation; 58 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); 59 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
|
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/com/android/rs/multiplersfiles/ |
MainActivity.java | 31 private Allocation mInAllocation; 32 private Allocation mOutAllocation; 59 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); 60 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
|
/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/com/android/rs/waitattachnodebug/ |
MainActivity.java | 31 private Allocation mInAllocation; 32 private Allocation mOutAllocation; 58 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); 59 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
|
/frameworks/rs/tests/lldb/java/ScriptGroup/src/com/android/rs/scriptgroup/ |
MainActivity.java | 39 // create and initalize a simple input allocation 44 Allocation input = Allocation.createSized(pRS, Element.I32(pRS), ARRAY_SIZE); 60 ((Allocation) group.execute(input)[0]).copyTo(a);
|
/prebuilts/go/darwin-x86/test/ |
compos.go | 7 // Test that returning &T{} from a function causes an allocation.
|
/prebuilts/go/linux-x86/test/ |
compos.go | 7 // Test that returning &T{} from a function causes an allocation.
|