HomeSort by relevance Sort by last modified time
    Searched defs:alloc (Results 26 - 50 of 343) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_alloc_copy.java 68 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
71 alloc.copy1DRangeFrom(offset, count, inArray);
72 alloc.copy1DRangeTo(offset, count, outArray);
110 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
113 alloc.copy1DRangeFrom(offset, count, inArray);
114 alloc.copy1DRangeTo(offset, count, outArray);
152 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
155 alloc.copy1DRangeFrom(offset, count, inArray);
156 alloc.copy1DRangeTo(offset, count, outArray);
194 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()) local
236 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
280 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
318 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
356 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
394 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
432 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
463 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
505 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
547 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
589 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
631 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
    [all...]
UT_alloc_copyPadded.java 93 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
94 alloc.setAutoPadding(true);
95 alloc.copyFrom(inArray);
96 alloc.copyTo(outArray);
102 android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]);
107 android.util.Log.v("Alloc Padding Test", "Byte1D TEST PASSED");
125 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
126 alloc.setAutoPadding(true);
127 alloc.copyFrom(inArray);
128 alloc.copyTo(outArray)
158 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
192 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
227 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
263 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
297 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
332 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
368 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
402 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
436 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
471 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
505 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
539 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
574 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
608 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
643 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
679 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
711 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
754 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
797 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
840 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
883 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
928 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
967 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1006 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1045 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1084 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1116 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1159 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1202 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1245 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1288 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopyPaddedTest.java 36 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
37 alloc.setAutoPadding(true);
38 alloc.copyFrom(inArray);
39 alloc.copyTo(outArray);
64 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
65 alloc.setAutoPadding(true);
66 alloc.copyFrom(inArray);
67 alloc.copyTo(outArray);
93 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
94 alloc.setAutoPadding(true)
123 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
159 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
196 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
231 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
262 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
294 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
324 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
354 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
385 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
415 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
445 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
476 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
506 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
537 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
569 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
597 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
635 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
678 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
716 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
754 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
794 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
829 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
869 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
904 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
939 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
967 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1005 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1048 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1086 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1124 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_alloc_copyPadded.java 93 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
94 alloc.setAutoPadding(true);
95 alloc.copyFrom(inArray);
96 alloc.copyTo(outArray);
102 android.util.Log.v("Alloc Padding Test", "" + i + " " + inArray[i] + " " + outArray[i]);
107 android.util.Log.v("Alloc Padding Test", "Byte1D TEST PASSED");
125 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
126 alloc.setAutoPadding(true);
127 alloc.copyFrom(inArray);
128 alloc.copyTo(outArray)
158 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
192 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
227 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
263 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
297 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
332 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
368 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
402 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
436 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
471 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
505 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
539 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
574 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
608 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
643 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
679 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
711 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
754 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
797 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
840 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
883 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
928 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
967 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1006 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1045 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1084 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1116 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1159 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1202 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1245 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
1288 Allocation alloc = Allocation.createTyped(mRS, typeBuilder.create()); local
    [all...]
  /art/compiler/utils/
dedupe_set_test.cc 56 DedupeSetTestAlloc alloc; local
61 DedupeSetTestHashFunc> deduplicator("test", alloc);
  /art/runtime/
monitor_pool_test.cc 63 bool alloc; local
65 alloc = true;
67 alloc = false;
70 alloc = r.next() % 2 == 0;
73 if (alloc) {
  /art/tools/ahat/test/
NativeAllocationTest.java 33 for (InstanceUtils.NativeAllocation alloc : snapshot.getNativeAllocations()) {
34 if (alloc.referent == referent) {
35 assertEquals(42 , alloc.size);
36 assertEquals(referent.getHeap(), alloc.heap);
37 assertEquals(0xABCDABCD , alloc.pointer);
  /bionic/linker/tests/
linked_list_test.cpp 34 static entry_t* alloc() { function in class:__anon1221::LinkedListTestAllocator
  /development/ndk/platforms/android-3/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_persistent_allocator.h 26 void *alloc(uptr size);
30 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator.
47 inline void *PersistentAllocator::alloc(uptr size) { function in class:__sanitizer::PersistentAllocator
51 // If failed, lock, retry and alloc new superblock.
67 return thePersistentAllocator.alloc(sz);
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc 25 typedef DenseSlabAlloc<int, 128, 128> Alloc;
26 typedef Alloc::Cache Cache;
27 typedef Alloc::IndexT IndexT;
30 Alloc alloc; local
32 alloc.InitCache(&cache);
37 IndexT idx = alloc.Alloc(&cache);
40 int *v = alloc.Map(idx);
46 int *v = alloc.Map(idx)
    [all...]
  /external/deqp/framework/delibs/decpp/
deMemPool.hpp 51 void* alloc (deUintptr numBytes);
86 inline void* MemPool::alloc (deUintptr numBytes) function in class:de::MemPool
  /external/deqp/framework/referencerenderer/
rrVertexPacket.cpp 78 VertexPacket* VertexPacketAllocator::alloc (void) function in class:rr::VertexPacketAllocator
  /external/jemalloc/include/jemalloc/
jemalloc_typedefs.h 50 chunk_alloc_t *alloc; member in struct:__anon13679
  /external/skia/src/gpu/vk/
GrVkImage.cpp 50 VkDeviceMemory alloc; local
84 if (!GrVkMemory::AllocAndBindImageMemory(gpu, image, imageDesc.fMemProps, &alloc)) {
93 return (new GrVkImage::Resource(image, alloc, flags));
  /external/skia/tests/
SmallAllocatorTest.cpp 32 SkSmallAllocator<kMaxObjects, kBytes> alloc; local
34 CountingClass* c = alloc.template createT<CountingClass>();
78 SkSmallAllocator<1, 8> alloc; local
80 DummyContainer* container = alloc.createT<DummyContainer>(&d);
  /frameworks/rs/tests/cppf16/
compute.cpp 17 sp<Allocation> alloc = Allocation::createTyped(rs, t); local
  /frameworks/support/v8/renderscript/jni/
android_rscompat_usage_io_driver.cpp 15 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) {
16 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
28 alloc->mHal.drvState.lod[0].mallocPtr = dst;
29 alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
35 Allocation *alloc = (Allocation *)allocR; local
36 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
49 r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX,
50 alloc->mHal.drvState.lod[0].dimY,
57 IoGetBuffer(rsc, alloc, nw)
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
mempool.h 29 mempool_alloc_t *alloc; member in struct:mempool_s

Completed in 1568 milliseconds

12 3 4 5 6 7 8 91011>>