Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dbasic_transformer_test.cpp42 BasicTransformer::AllocateMem allocate = nullptr; variable
85 BasicTransformer::AllocateMem allocate = nullptr; variable
113 BasicTransformer::AllocateMem allocate = nullptr; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dbasic_transformer.cpp119 bool BasicTransformer::CheckAllocateBuffer(PixmapInfo &outPixmap, AllocateMem allocate, in CheckAllocateBuffer()
162 …ansformer::TransformPixmap(const PixmapInfo &inPixmap, PixmapInfo &outPixmap, AllocateMem allocate) in TransformPixmap()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslab.rs185 pub unsafe fn allocate(&self) -> Option<(Address, Ref<T>)> { in allocate() method
329 unsafe fn allocate(me: &Arc<Page<T>>) -> Option<(Address, Ref<T>)> { in allocate() method
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h575 list_node* allocate(Args&&... args) in allocate() function
H A Dstring.h847 bool allocate(size_type size) in allocate() function