Home
last modified time | relevance | path

Searched defs:memory (Results 26 - 50 of 762) sorted by relevance

12345678910>>...31

/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_memory_mock.cpp30 void MockFree::Free(void *memory) in Free() argument
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dmlock2.c28 char *memory = (char *)malloc(memsize); in mlock2_0100() local
51 char *memory = (char *)malloc(memsize); mlock2_0200() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H A Dmlockall.c28 char *memory = (char *)malloc(memsize); in mlockall_0100() local
52 char *memory = (char *)malloc(memsize); in mlockall_0200() local
71 char *memory = (char *)malloc(memsize); mlockall_0300() local
[all...]
H A Dmunlockall.c28 char *memory = (char *)malloc(memsize); in munlockall_0100() local
53 char *memory = (char *)malloc(memsize); in munlockall_0200() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryTests.cpp40 namespace memory namespace
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryTests.cpp40 namespace memory namespace
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftgxval.c77 FT_Memory memory; in FT_TrueTypeGX_Free() local
128 FT_Memory memory; in FT_ClassicKern_Free() local
H A Dftotval.c78 FT_Memory memory; in FT_OpenType_Free() local
H A Dftsnames.c64 FT_Memory memory = face->memory; in FT_EXPORT_DEF() local
120 FT_Memory memory = face->memory; in FT_EXPORT_DEF() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_cfa_instructions.h31 DwarfCfaInstructions(std::shared_ptr<DfxMemory> memory) : memory_(memory) {}; in DwarfCfaInstructions() argument
/foundation/multimedia/media_foundation/test/unittest/
H A DTestPluginCommon.cpp32 std::shared_ptr<Memory> memory = audioBuffer->GetMemory(0); in HWTEST() local
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/fuzztest/avtranscallbacksetsharedmemory_fuzzer/
H A Davtranscallbacksetsharedmemory_fuzzer.cpp31 AVTransSharedMemory memory = AVTransSharedMemory{ fd, len, name }; in AVTransCallbackSetSharedMemoryFuzzTest() local
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgk110.c33 gk110_fifo_runlist_cgrp(struct nvkm_fifo_cgrp *cgrp, struct nvkm_memory *memory, u32 offset) gk110_fifo_runlist_cgrp() argument
/third_party/mesa3d/src/mesa/main/
H A Dexternalobjects.h41 _mesa_lookup_memory_object(struct gl_context *ctx, GLuint memory) in _mesa_lookup_memory_object() argument
51 _mesa_lookup_memory_object_locked(struct gl_context *ctx, GLuint memory) in _mesa_lookup_memory_object_locked() argument
/third_party/musl/libc-test/src/functionalext/supplement/malloc/
H A Dposix_memalign.c33 void *memory = NULL; in posix_memalign_0100() local
50 void *memory = NULL; in posix_memalign_0200() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DResourceHeapVk.cpp19 ResourceHeap::ResourceHeap(VkDeviceMemory memory, size_t memoryType) in ResourceHeap() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_instructions.cpp38 bool DfxInstructions::Flush(DfxRegs& regs, std::shared_ptr<DfxMemory> memory, uintptr_t cfa, RegLoc loc, uintptr_t& val) in Flush() argument
78 bool DfxInstructions::Apply(std::shared_ptr<DfxMemory> memory, DfxRegs& regs, RegLocState& rsState, uint16_t& errCode) in Apply() argument
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dmemory_manager.cpp65 auto& memory = m_memorys[buffer]; in UnMapMemory() local
77 OH_NN_ReturnCode MemoryManager::GetMemory(const void* buffer, Memory& memory) in GetMemory() argument
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/memory_manager/
H A Dmemory_manager_test.cpp121 void* memory = nullptr; in HWTEST_F() local
133 void* memory = malloc(10); in HWTEST_F() local
173 Memory memory; in HWTEST_F() local
187 Memory memory; in HWTEST_F() local
217 Memory memory; HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/tests/unittest/avshared_memory_pool/
H A Davshared_memory_pool_test.cpp47 AVSharedMemory *memory = nullptr; in HWTEST_F() local
62 AVSharedMemory *memory = nullptr; in HWTEST_F() local
91 std::shared_ptr<AVSharedMemory> memory = pool->AcquireMemory(size, blocking); in HWTEST_F() local
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davsharedmemorybase_func_unit_test.cpp56 std::shared_ptr<AVSharedMemoryBase> memory = in HWTEST_F() local
69 std::shared_ptr<AVSharedMemoryBase> memory = in HWTEST_F() local
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/enviroment/
H A Dheap_memory_thread.cpp46 uint8_t *memory = new uint8_t[sizeof(OH_AVMemory)]; in HeapMemoryLoop() local
/foundation/multimedia/av_codec/services/services/common/
H A Davsharedmemory_ipc.cpp29 int32_t WriteAVSharedMemoryToParcel(const std::shared_ptr<AVSharedMemory> &memory, MessageParcel &parcel) in WriteAVSharedMemoryToParcel() argument
55 std::shared_ptr<AVSharedMemory> memory = Media::AVSharedMemoryBase::CreateFromRemote(fd, size, flags, name); in ReadAVSharedMemoryFromParcel() local
/foundation/multimedia/player_framework/services/services/common/
H A Davsharedmemory_ipc.cpp29 int32_t WriteAVSharedMemoryToParcel(const std::shared_ptr<AVSharedMemory> &memory, MessageParcel &parcel) in WriteAVSharedMemoryToParcel() argument
52 std::shared_ptr<AVSharedMemory> memory = AVSharedMemoryBase::CreateFromRemote(fd, size, flags, name); in ReadAVSharedMemoryFromParcel() local
70 std::shared_ptr<AVSharedMemory> memory = AVDataSrcMemory::CreateFromRemote(fd, size, flags, name); in ReadAVDataSrcMemoryFromParcel() local
[all...]
/foundation/multimedia/player_framework/services/utils/
H A Davdatasrcmemory.cpp35 std::shared_ptr<AVDataSrcMemory> memory = std::make_shared<AVDataSrcMemory>(size, flags, name); in CreateFromLocal() local
45 std::shared_ptr<AVDataSrcMemory> memory = std::make_shared<AVSharedMemoryBaseImpl>(fd, size, flags, name); in CreateFromRemote() local

Completed in 8 milliseconds

12345678910>>...31