Home
last modified time | relevance | path

Searched defs:allocateMemory (Results 1 – 25 of 103) sorted by relevance

12345

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/tensorbuffer/
H A DTensorBuffer.java380 private void allocateMemory(@NonNull int[] shape) { in allocateMemory() method in TensorBuffer
/aosp_15_r20/external/libultrahdr/tests/
H A Djpegr_test.cpp167 bool UhdrUnCompressedStructWrapper::allocateMemory() { in allocateMemory() function in ultrahdr::UhdrUnCompressedStructWrapper
265 bool UhdrCompressedStructWrapper::allocateMemory() { in allocateMemory() function in ultrahdr::UhdrCompressedStructWrapper
/aosp_15_r20/external/skia/tests/
H A DGrMemoryPoolTest.cpp259 auto allocateMemory = [](GrMemoryPool& pool, AutoPoolReleaser& r) { in DEF_TEST() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkRefUtilImpl.inl115 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo… function
H A DvkDeviceFunctionPointers.inl12 AllocateMemoryFunc allocateMemory; variable
H A DvkDeviceDriverImpl.inl37 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … function in DeviceDriver
H A DvkDeviceDriverSCImpl.inl51 VkResult DeviceDriverSC::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo… function in DeviceDriverSC
/aosp_15_r20/libcore/ojluni/annotations/mmodule/sun/misc/
H A DUnsafe.annotated.java173 public native long allocateMemory(long bytes); in allocateMemory() method in Unsafe
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/
H A DUnsafe.java505 public native long allocateMemory(long bytes); in allocateMemory() method in Unsafe
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/sun/misc/
H A DUnsafe.java183 public native long allocateMemory(long bytes); in allocateMemory() method in Unsafe
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dusearch.cpp163 inline void * allocateMemory(uint32_t size, UErrorCode *status) in allocateMemory() function
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dusearch.cpp163 inline void * allocateMemory(uint32_t size, UErrorCode *status) in allocateMemory() function
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkRefUtilImpl.inl253 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo… function
H A DvkDeviceFunctionPointers.inl12 AllocateMemoryFunc allocateMemory; variable
H A DvkDeviceDriverImpl.inl37 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … function in DeviceDriver
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/misc/
H A DUnsafe.java742 public native long allocateMemory(long bytes); in allocateMemory() method in Unsafe
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkNullDriver.cpp1403 …VKAPI_ATTR VkResult VKAPI_CALL allocateMemory(VkDevice device, const VkMemoryAllocateInfo *pAlloca… in allocateMemory() function
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
HDjna-3.4.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/java/dev/jna/jna/5.6.0/
HDjna-5.6.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/tflite-support/tflite_support_java/android_common_apex33/javac/
Dtflite_support_java.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tensorflow/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/tflite-support/tflite_support_java/android_common_apex30/javac/
Dtflite_support_java.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/tensorflow/ org/ ...
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp756 …VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Device::allocateMemory( const VULKAN_HPP_NAMESPACE::… in allocateMemory() function in VULKAN_HPP_NAMESPACE::Device
764 …me ResultValueType<VULKAN_HPP_NAMESPACE::DeviceMemory>::type Device::allocateMemory( const VULKAN_… in allocateMemory() function in VULKAN_HPP_NAMESPACE::Device
Dvulkansc_raii.hpp6245 …RD VULKAN_HPP_INLINE VULKAN_HPP_RAII_NAMESPACE::DeviceMemory Device::allocateMemory( VULKAN_HPP_NA… in allocateMemory() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp889 Device::allocateMemory( const VULKAN_HPP_NAMESPACE::MemoryAllocateInfo * pAllocateInfo, in allocateMemory() function in VULKAN_HPP_NAMESPACE::Device
905 Device::allocateMemory( const VULKAN_HPP_NAMESPACE::MemoryAllocateInfo & allocateInfo, in allocateMemory() function in VULKAN_HPP_NAMESPACE::Device
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp889 Device::allocateMemory( const VULKAN_HPP_NAMESPACE::MemoryAllocateInfo * pAllocateInfo, in allocateMemory() function in VULKAN_HPP_NAMESPACE::Device
905 Device::allocateMemory( const VULKAN_HPP_NAMESPACE::MemoryAllocateInfo & allocateInfo, in allocateMemory() function in VULKAN_HPP_NAMESPACE::Device

12345