Home
last modified time | relevance | path

Searched defs:alloc (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/foundation/arkui/ui_lite/frameworks/render/
H A Drender_scanline.cpp54 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen) in RenderScanlinesAntiAlias()
89 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendScanLine()
132 FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendSourceAtop()
225 FillBase& alloc, SpanBase& spanGen1) in BlendSourceIn()
249 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendSourceOut()
334 FillBase& alloc, SpanBase& spanGen1) in BlendSourceOutWhile()
354 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendSourceOutDrawResetRaster()
381 FillBase &alloc, in BlendSourceOver()
391 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendXOR()
498 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendXORDrawResetRaster()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dallocator.h27 void *(*alloc)(size_t size); member
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/
H A Dget_heap_info.h39 uint64_t alloc; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring.h70 explicit basic_string(allocator& alloc) noexcept : allocator_(alloc) in basic_string()
79 basic_string(const basic_string& str, allocator& alloc) : allocator_(alloc) in basic_string()
110 …basic_string(const_pointer const str, allocator& alloc) : basic_string(str, constexpr_strlen(str),… in basic_string()
114 basic_string(const_pointer const str, size_type count, allocator& alloc) : allocator_(alloc) in basic_string()
121 basic_string(size_type count, const value_type a, allocator& alloc) : allocator_(alloc) in basic_string()
133 explicit basic_string(const StringT& a, allocator& alloc) : allocator_(alloc) in basic_string()
148 basic_string(const StringT& a, size_type pos, size_type n, allocator& alloc) in basic_string()
931 inline pointer alloc(size_type size) in alloc() function
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_xz_utils.cpp40 ISzAlloc alloc; in XzDecompress() local
/aosp14/system/core/libutils/
H A DSharedBuffer.cpp30 SharedBuffer* SharedBuffer::alloc(size_t size) in alloc() function in android::SharedBuffer
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avmuxer_test/inner/
H A Davmuxer_inner_mock.cpp61 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteSample() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_texture_info.cpp38 GrVkAlloc alloc; in ConvertToGrBackendVKTexture() local
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_scheduler.h118 static void RegistCb(const AllocCB &alloc, const RecycleCB &recycle) in RegistCb()
/aosp14/system/core/trusty/apploader/fuzz/
H A Dapp_fuzzer.cpp111 BufferAllocator alloc; in LLVMFuzzerTestOneInput() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dmock_jpeg_hw_decode_flow.cpp45 AllocInfo alloc = { in AllocOutputBuffer() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerFuzzTest.cpp208 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
319 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
H A DInnerAVMuxerFunctionTest.cpp151 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSample() local
197 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSampleShort() local
347 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackSampleByFdMem() local
494 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteSingleTrackSampleMem() local
548 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteTrackCover() local
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1295 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoSend()
1304 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) in nAllocationIoReceive()
1390 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData1D() local
1429 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData2D() local
1474 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationData3D() local
1517 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead() local
1532 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead1D() local
1570 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead2D() local
1587 RsAllocation *alloc = (RsAllocation *)_alloc; in nAllocationRead3D() local
2734 const jlong alloc = (jlong)(uintptr_t)allocs[i]; in nMeshGetVertices() local
[all …]
/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/src/
H A Dencode_buffer_helper.cpp93 AllocInfo alloc = { in CreateImgBuffer() local
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_image/
H A Dcodec_hdi_jpeg_test.cpp42 AllocInfo alloc = { in InitOutBuffer() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslab.rs523 let alloc = slab.handle(); in ut_slab_for_each() localVariable
617 let alloc = slab.handle(); in ut_slab_insert_move() localVariable
672 let alloc = slab.handle(); in ut_slab_insert_many() localVariable
710 let alloc = slab.handle(); in ut_slab_insert_drop_reverse() localVariable
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java484 native void rsnAllocationSyncAll(long con, long alloc, int src); in rsnAllocationSyncAll()
485 synchronized void nAllocationSyncAll(long alloc, int src) { in nAllocationSyncAll()
508 native Surface rsnAllocationGetSurface(long con, long alloc); in rsnAllocationGetSurface()
509 synchronized Surface nAllocationGetSurface(long alloc) { in nAllocationGetSurface()
514 synchronized void nAllocationSetSurface(long alloc, Surface sur) { in nAllocationSetSurface()
518 native void rsnAllocationIoSend(long con, long alloc); in rsnAllocationIoSend()
519 synchronized void nAllocationIoSend(long alloc) { in nAllocationIoSend()
523 native long rsnAllocationIoReceive(long con, long alloc); in rsnAllocationIoReceive()
524 synchronized long nAllocationIoReceive(long alloc) { in nAllocationIoReceive()
529 native void rsnAllocationGenerateMipmaps(long con, long alloc); in rsnAllocationGenerateMipmaps()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Davmuxer_demo_base.cpp343 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in ReadSampleDataInfo() local
525 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); in WriteCoverSample() local
/aosp14/system/core/trusty/utils/acvp/
H A Dtrusty_modulewrapper.cpp122 BufferAllocator alloc; in SendMessage() local
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Djpeg_decoder.cpp176 AllocInfo alloc = {.width = AlignUp(width), in AllocBuffer() local
/ohos5.0/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Daudio_server_sink_plugin_test.cpp375 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
400 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
/aosp14/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.h60 void* alloc(size_t size) { in alloc() function
/aosp14/system/core/trusty/apploader/
H A Dapploader.cpp122 BufferAllocator alloc; in read_file() local
/aosp14/frameworks/base/libs/hwui/
H A DVertexBuffer.h58 TYPE* alloc(int vertexCount) { in alloc() function

123