Searched
full:allocation (Results
351 -
375 of
5153) sorted by null
<<11121314151617181920>>
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
RsqrtTest.java | 20 import android.renderscript.Allocation; 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
|
SendToClient.java | 20 import android.renderscript.Allocation; 26 private Allocation mInAllocation; 56 mInAllocation = Allocation.createSized(mRS, Element.I32_4(mRS), 1);
|
SignTest.java | 19 import android.renderscript.Allocation; 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
|
SinTest.java | 20 import android.renderscript.Allocation; 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
|
SinhTest.java | 20 import android.renderscript.Allocation; 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
|
SqrtTest.java | 20 import android.renderscript.Allocation; 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
|
TanTest.java | 20 import android.renderscript.Allocation; 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
|
TanhTest.java | 20 import android.renderscript.Allocation; 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
|
TruncTest.java | 20 import android.renderscript.Allocation; 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
|
/external/bison/lib/ |
vasnprintf.h | 1 /* vsprintf with automatic memory allocation. 46 if no dynamic memory allocation was necessary) and set *LENGTHP to the 50 When dynamic memory allocation occurs, the preallocated buffer is left
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
extension_infobar_gtk.cc | 77 GtkAllocation* allocation) { 78 gfx::Size new_size(allocation->width, allocation->height);
|
/external/chromium_org/third_party/icu/source/common/ |
cmemory.c | 9 * File cmemory.c ICU Heap allocation. 10 * All ICU heap allocation, both for C and C++ new of ICU 13 * If you have a need to replace ICU allocation, this is the
|
/external/chromium_org/v8/test/mjsunit/ |
allocation-folding.js | 49 // Test allocation folding of doubles. 65 // Test allocation folding of doubles into non-doubles. 81 // Test allocation folding over a branch.
|
/external/eigen/test/eigen2/ |
eigen2_nomalloc.cpp | 15 // discard stack allocation as that too bypasses malloc 17 // any heap allocation will raise an assert 24 /* this test check no dynamic memory allocation are issued with fixed-size matrices
|
/external/llvm/lib/CodeGen/ |
LiveDebugVariables.h | 14 // allocation. 16 // After register allocation new DBG_VALUE instructions are emitted to reflect 53 /// that happened during register allocation.
|
/external/qemu/memcheck/ |
memcheck_util.h | 81 // Helpers for transfering memory allocation information. 84 /* Copies memory allocation descriptor from the guest's address space to the 98 /* Copies memory allocation descriptor from the emulator's memory to the guest's 126 /* Copies memory allocation query descriptor from the guest's address space to 141 /* Fails allocation request (TRACE_DEV_REG_MALLOC event). 142 * Allocation request failure is reported by zeroing 'libc_pid' filed in the 143 * allocation descriptor in the guest's address space. 145 * guest_address - Allocation descriptor address in the guest's address space, 159 /* Fails memory allocation query request (TRACE_DEV_REG_QUERY_MALLOC event). 188 * This routine is called after new entry is inserted into allocation map, s [all...] |
/external/valgrind/main/memcheck/tests/ |
origin2-not-quite.stderr.exp | 6 Uninitialised value was created by a heap allocation 16 Uninitialised value was created by a heap allocation 26 Uninitialised value was created by a stack allocation
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
TextTest.java | 48 mTests[index].testName = Allocation.createFromString(mRS, 50 Allocation.USAGE_SCRIPT); 53 Allocation.USAGE_SCRIPT);
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
ColorCube.java | 21 import android.renderscript.Allocation; 33 private Allocation mCube; 52 mCube = Allocation.createTyped(mRS, t);
|
GroupTest.java | 21 import android.renderscript.Allocation; 35 private Allocation mScratchPixelsAllocation1; 78 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
GroupTest.java | 21 import android.renderscript.Allocation; 35 private Allocation mScratchPixelsAllocation1; 78 mScratchPixelsAllocation1 = Allocation.createTyped(mRS, connect);
|
/frameworks/rs/ |
rsGrallocConsumer.h | 33 class Allocation; 47 GrallocConsumer(Allocation *, const sp<IGraphicBufferConsumer>& bq); 55 Allocation *mAlloc;
|
rsScriptIntrinsic.cpp | 37 mSlots = new ObjectBaseRef<Allocation>[2]; 61 const Allocation * ain, 62 Allocation * aout,
|
/frameworks/rs/tests/typecheck/ |
typecheck.cpp | 25 sp<Allocation> createAlloc(sp<RS> rs, sp<const Element> e) { 29 return Allocation::createTyped(rs, t); 37 sp<Allocation> a = createAlloc(rs, Element::ENAME(rs)); \
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilter.java | 22 import android.support.v8.renderscript.Allocation; 71 public void apply(Allocation in, Allocation out) {
|
Completed in 992 milliseconds
<<11121314151617181920>>