/ohos5.0/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_scanline.cpp | 54 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 D | allocator.h | 27 void *(*alloc)(size_t size); member
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/ |
H A D | get_heap_info.h | 39 uint64_t alloc; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string.h | 70 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 D | dfx_xz_utils.cpp | 40 ISzAlloc alloc; in XzDecompress() local
|
/aosp14/system/core/libutils/ |
H A D | SharedBuffer.cpp | 30 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 D | avmuxer_inner_mock.cpp | 61 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 D | skia_texture_info.cpp | 38 GrVkAlloc alloc; in ConvertToGrBackendVKTexture() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | task_scheduler.h | 118 static void RegistCb(const AllocCB &alloc, const RecycleCB &recycle) in RegistCb()
|
/aosp14/system/core/trusty/apploader/fuzz/ |
H A D | app_fuzzer.cpp | 111 BufferAllocator alloc; in LLVMFuzzerTestOneInput() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/ |
H A D | mock_jpeg_hw_decode_flow.cpp | 45 AllocInfo alloc = { in AllocOutputBuffer() local
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerFuzzTest.cpp | 208 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable 319 auto alloc = AVAllocatorFactory::CreateSharedAllocator(MemoryFlag::MEMORY_READ_WRITE); variable
|
H A D | InnerAVMuxerFunctionTest.cpp | 151 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 D | android_renderscript_RenderScript.cpp | 1295 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 D | encode_buffer_helper.cpp | 93 AllocInfo alloc = { in CreateImgBuffer() local
|
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_image/ |
H A D | codec_hdi_jpeg_test.cpp | 42 AllocInfo alloc = { in InitOutBuffer() local
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/ |
H A D | slab.rs | 523 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 D | RenderScript.java | 484 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 D | avmuxer_demo_base.cpp | 343 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 D | trusty_modulewrapper.cpp | 122 BufferAllocator alloc; in SendMessage() local
|
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/ |
H A D | jpeg_decoder.cpp | 176 AllocInfo alloc = {.width = AlignUp(width), in AllocBuffer() local
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/media_sink_test/ |
H A D | audio_server_sink_plugin_test.cpp | 375 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 D | LinearAllocator.h | 60 void* alloc(size_t size) { in alloc() function
|
/aosp14/system/core/trusty/apploader/ |
H A D | apploader.cpp | 122 BufferAllocator alloc; in read_file() local
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | VertexBuffer.h | 58 TYPE* alloc(int vertexCount) { in alloc() function
|