/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | AllocationCreateAllocationsTest.java | 46 Allocation[] allocArray; in testCreateAllocations() local 47 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations() 48 assertTrue("failed to create AllocationQueue", allocArray != null); in testCreateAllocations() 49 for (Allocation a : allocArray) { in testCreateAllocations() 58 Allocation[] allocArray; in testCreateAllocations_USAGE_IO_INPUT() local 60 allocArray = createAllocationsHelper(usage, MAX_NUM_IO_ALLOC + 1); in testCreateAllocations_USAGE_IO_INPUT() 65 allocArray = createAllocationsHelper(usage, numAlloc); in testCreateAllocations_USAGE_IO_INPUT() 66 assertTrue("failed to create AllocationQueue", allocArray != null); in testCreateAllocations_USAGE_IO_INPUT() 67 for (Allocation a : allocArray) { in testCreateAllocations_USAGE_IO_INPUT() 75 Allocation[] allocArray = createAllocationsHelper(usage, numAlloc); in testGetProperties() local [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_util.h | 599 uint8_t **alloc = (uint8_t **)REALLOC(allocArray, size, size + incr); in enlargeAllocationsArray() 602 allocArray = alloc; in enlargeAllocationsArray() 620 allocArray[id] = mem; in enlargeCapacity() 628 allocArray = NULL; in MemoryPool() 636 for (unsigned int i = 0; i < allocCount && allocArray[i]; ++i) in ~MemoryPool() 637 FREE(allocArray[i]); in ~MemoryPool() 638 if (allocArray) in ~MemoryPool() 639 FREE(allocArray); in ~MemoryPool() 660 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize; in allocate() 672 uint8_t **allocArray; // array (list) of MALLOC allocations
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/ |
D | Allocator.h | 27 T* allocArray(size_t count) { in allocArray() function 42 char** res = allocArray<char*>(count); in strDupArray()
|
D | SubAllocator.h | 59 T* allocArray(size_t count) { in allocArray() function 74 char** res = allocArray<char*>(count); in strDupArray()
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | Allocator.h | 36 T* allocArray(size_t count) { in allocArray() function 51 char** res = allocArray<char*>(count); in strDupArray()
|
/aosp_15_r20/external/mesa3d/src/gfxstream/aemu/include/ |
H A D | Allocator.h | 27 T* allocArray(size_t count) { in allocArray() function 42 char** res = allocArray<char*>(count); in strDupArray()
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrVertexPacket.cpp | 49 std::vector<VertexPacket *> VertexPacketAllocator::allocArray(size_t count) in allocArray() function in rr::VertexPacketAllocator 83 m_singleAllocPool = allocArray(poolSize); in alloc()
|
H A D | rrVertexPacket.hpp | 99 std::vector<VertexPacket *> allocArray(size_t count); // throws bad_alloc
|
H A D | rrRenderer.cpp | 1844 …std::vector<VertexPacket *> vertexPackets = vpalloc.allocArray(command.primitives.getNumElements()… in drawInstanced()
|
/aosp_15_r20/external/okio/okio/src/mingwX64Main/kotlin/okio/ |
H A D | Windows.kt | 19 import kotlinx.cinterop.allocArray 42 val message = allocArray<ByteVarOf<Byte>>(messageMaxSize) in lastErrorString()
|
/aosp_15_r20/external/okio/okio/src/unixMain/kotlin/okio/ |
H A D | UnixPosixVariant.kt | 22 import kotlinx.cinterop.allocArray 199 val buffer = allocArray<ByteVar>(PATH_MAX) in variantPread()
|
/aosp_15_r20/frameworks/rs/support/java/src/androidx/renderscript/ |
H A D | Allocation.java | 2991 byte[] allocArray = null; in createFromString() 2993 allocArray = str.getBytes("UTF-8"); in createFromString() 2994 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage); in createFromString() 2995 alloc.copyFrom(allocArray); in createFromString()
|
/aosp_15_r20/frameworks/compile/slang/tests/P_reflection3264_divergent/ |
D | reflection3264_divergent.rscript | 23 rs_allocation allocArray[10];
|
/aosp_15_r20/frameworks/compile/slang/tests/P_reflection3264_divergent_support/ |
D | reflection3264_divergent.rscript | 25 rs_allocation allocArray[10];
|
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/ |
H A D | Allocation.java | 3311 byte[] allocArray = null; in createFromString() 3313 allocArray = str.getBytes("UTF-8"); in createFromString() 3314 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage); in createFromString() 3315 alloc.copyFrom(allocArray); in createFromString()
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/locks/ |
H A D | Synchronized.kt | 193 private val mutexes = nativeHeap.allocArray<mutex_node_t>(capacity) { mutex_node_init(ptr) } in <lambda>()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 72 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 70 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Demangle/ |
D | MicrosoftDemangle.h | 71 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Demangle/ |
D | MicrosoftDemangle.h | 71 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Demangle/ |
D | MicrosoftDemangle.h | 71 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Demangle/ |
D | MicrosoftDemangle.h | 71 template <typename T, typename... Args> T *allocArray(size_t Count) { in allocArray() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 333 QN->Components->Nodes = Arena.allocArray<Node *>(1); in synthesizeQualifiedName() 1550 N->Nodes = Arena.allocArray<Node *>(Count); in nodeListToNodeArray()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 331 QN->Components->Nodes = Arena.allocArray<Node *>(1); in synthesizeQualifiedName() 1562 N->Nodes = Arena.allocArray<Node *>(Count); in nodeListToNodeArray()
|
/aosp_15_r20/prebuilts/sdk/renderscript/lib/ |
HD | javalib.jar | META-INF/
META-INF/MANIFEST.MF
androidx/
androidx/renderscript/
androidx/ ... |