Home
last modified time | relevance | path

Searched refs:size_t (Results 21826 - 21850 of 28711) sorted by relevance

1...<<871872873874875876877878879880>>...1149

/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_graphic.cpp381 for (size_t i = 0; i < lineDashState.size(); ++i) { in UpdateLineDash()
389 for (size_t i = 0; i < lineDashState.size(); ++i) { in UpdateLineDash()
402 for (size_t i = 0; i < intervalsLen; ++i) { in UpdateLineDash()
/foundation/arkui/ace_engine/interfaces/inner_api/drawable_descriptor/
H A Djs_drawable_descriptor.cpp99 size_t argc = 2; in AnimatedConstructor()
150 size_t argc = PARAMS_NUM_ONE; in PixelMapConstructor()
183 size_t argc = PARAMS_NUM_THREE; in LayeredConstructor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dimage_painter.cpp234 for (size_t j = 0; j < dirRepeatNum[dir] && imageRepeatY; j++) { in DrawImageWithRepeat()
241 for (size_t i = 0; i < dirRepeatNum[right]; i++) { in DrawImageWithRepeat()
249 for (size_t i = 0; i < dirRepeatNum[left] && imageRepeatX; i++) { in DrawImageWithRepeat()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp27 constexpr size_t THRESHOLD = 2;
28 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI()
338 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dpipeline_state_object_vk.cpp59 for (size_t idx = 0; idx < vertexInputBindingDescriptions.size(); ++idx) { in GetVertexInputs()
70 for (size_t idx = 0; idx < vertexInputAttributeDescriptions.size(); ++idx) { in GetVertexInputs()
284 for (size_t idx = 0; idx < colAttachmentCount; ++idx) { in GraphicsPipelineStateObjectVk()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain.cpp287 size_t inTotlen = frameLen * ioBufferConfig_.inputCfg.channels * sizeof(float); in ApplyEffectChain()
288 size_t outTotlen = frameLen * ioBufferConfig_.outputCfg.channels * sizeof(float); in ApplyEffectChain()
388 void AudioEffectChain::DumpEffectProcessData(std::string fileName, void *buffer, size_t len) in DumpEffectProcessData()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.cpp66 static const size_t GR_CACHE_MAX_BYTE_SIZE = 96 * (1 << 20);
461 size_t maxResourcesSize = 0; in CreateDrawingContext()
547 size_t maxResourcesSize = 0; in CreateNewDrawingContext()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle.cpp326 size_t ParticleRenderParams::GetImageIndex() const in GetImageIndex()
366 void ParticleRenderParams::SetImageIndex(size_t imageIndex) in SetImageIndex()
611 size_t RSRenderParticle::GetImageIndex() const in GetImageIndex()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.h186 RSB_EXPORT static const void* ReadParcelData(Parcel& parcel, size_t size, bool& isMalloc);
187 RSB_EXPORT static bool SkipParcelData(Parcel& parcel, size_t size);
260 RSB_EXPORT static size_t GetRenderNodeCount(const RSContext& context);
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_encoder/
H A Dvideo_ffmpeg_encoder_plugin.cpp38 const size_t BUFFER_QUEUE_SIZE = 6;
39 const size_t DEFAULT_ALIGN = 16;
473 static_cast<size_t>(cachedPacket_->size), Status::ERROR_UNKNOWN, in FillFrameBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp171 size_t size = 0; in HWTEST_F()
238 size_t size = 10; in HWTEST_F()
329 size_t size = 10; in HWTEST_F()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/stream_test/
H A Dfile_source_stream_test.cpp37 static constexpr size_t FILE_SIZE = 10;
38 static constexpr size_t SIZE_T = 0;
411 size_t ret = fileSourceStream->GetStreamSize(); in HWTEST_F()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Ditem_property_hvcc_box.cpp133 size_t boxStart = ReserveHeader(writer); in Write()
155 size_t nArrays = nalArrays_.size(); in Write()
160 size_t nUnits = array.nalUnits.size(); in Write()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_photo_asset_proxy.cpp172 for (size_t i = 0; i < displayName.length(); i++) { in SetPhotoIdForAsset()
209 int PhotoAssetProxy::SaveImage(int fd, const string &uri, const string &photoId, void *output, size_t writeSize) in SaveImage()
240 size_t imageSize = photoProxy->GetFileSize(); in PackAndSaveImage()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/picker/
H A Dcamera_picker_napi.cpp108 size_t stringSize = 0; in GetMediaTypes()
153 size_t length = 0; in GetPickerProfile()
315 size_t argc = ARGS_THREE; in Pick()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmoving_photo_processor.cpp255 size_t imageSize = 0; in GetUpdatedMovingPhotoData()
256 size_t videoSize = 0; in GetUpdatedMovingPhotoData()
257 size_t extraSize = 0; in GetUpdatedMovingPhotoData()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_data_utils.cpp333 size_t slashIndex = path.rfind('/'); in GetFormatByPath()
338 size_t extensionIndex = displayName.find("."); in GetFormatByPath()
527 size_t displayNameIndex = displayName.find("."); in GetMediaTypeByName()
/foundation/resourceschedule/memmgr/common/src/
H A Dkernel_interface.cpp335 for (size_t i = 0; i < strlen(line); i++) { in ReadZswapdPressureShow()
485 size_t i = 0; in ReadSwapOutKBSinceKernelBoot()
535 for (size_t i = 0; i < strlen(line); i++) { in ParseMeminfo()
/foundation/window/window_manager/dmserver/src/
H A Dabstract_screen.cpp600 size_t size = dmsScreens.size(); in AddChildren()
606 for (size_t i = 0; i < size; i++) { in AddChildren()
691 size_t AbstractScreenGroup::GetChildCount() const in GetChildCount()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Ddevice_status_collect_manager.cpp112 size_t vectorSize = strVector.size(); in GetSaControlListByPersistEvent()
113 for (size_t i = 0; i < vectorSize; i++) { in GetSaControlListByPersistEvent()
541 std::size_t pos = eventStr.find("#"); in StringToTypeAndSaid()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp78 size_t dataLen;
132 bool CheckRtNetlinkLength(const nlmsghdr *hdrMsg, size_t size) in CheckRtNetlinkLength()
454 size_t size = RTM_PAYLOAD(hdrMsg); in InterpreteRtMsg()
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.cpp262 size_t encodeSize = 0; in GetSelfWifiConfigInfo()
274 size_t decodeLen = 0; in SetPeerWifiConfigInfo()
292 int32_t P2pAdapter::SetPeerWifiConfigInfoV2(const uint8_t *cfg, size_t size) in SetPeerWifiConfigInfoV2()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.cpp97 for (size_t i = 1; i < g_uriPrefix.size() - 1; i++) { in MakeUriRecord()
130 size_t t = mimeType.find_first_of('/'); in MakeMimeRecord()
173 for (size_t i = 0; i < ndefMessage.lock()->ndefRecordList_.size(); i++) { in MessageToString()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.cpp282 for (size_t i = 0; i < keyMgmtByte.size(); i++) { in GetKeyMgmt()
454 for (size_t i = 0; i < wepKeys.size(); i++) { in ParseWepKeys()
674 constexpr size_t macStringLength = 17; in IsRandomMacValid()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_host.cpp71 for (std::size_t i = 0; i < tagTechList_.size(); i++) { in Connect()
345 for (std::size_t i = 0; i < tagTechList_.size(); i++) { in DoTargetTypeIso144434()
462 for (std::size_t i = 0; i < tagTechList_.size(); i++) { in GetTechExtrasData()

Completed in 54 milliseconds

1...<<871872873874875876877878879880>>...1149