Home
last modified time | relevance | path

Searched refs:size_t (Results 20301 - 20325 of 28728) sorted by relevance

1...<<811812813814815816817818819820>>...1150

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.cpp28 static void* MemAlloc(const void* context, size_t size) in MemAlloc()
41 static void* MemRealloc(const void* context, void* mem, size_t size) in MemRealloc()
/foundation/arkui/ui_lite/test/autotest/src/
H A Dui_auto_test.cpp178 void UIAutoTest::OnTestOneStep(TestSteps step, std::string className, size_t stepIndex) in OnTestOneStep()
208 void UIAutoTest::OnSaveFile(std::string className, std::string viewID, size_t stepIndex) in OnSaveFile()
/foundation/communication/bluetooth/frameworks/js/napi/src/opp/
H A Dnapi_bluetooth_opp.cpp107 size_t argc = ARGS_SIZE_ONE; in CheckSetIncomingFileConfirmation()
118 size_t argc = ARGS_SIZE_THREE; in CheckSendFileParam()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_inner_feature.cpp116 size_t length = 0; in InstallInnerBundle()
186 size_t length = 0; in UninstallInnerBundle()
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp153 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI()
189 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_node_graph_loader.cpp44 constexpr size_t VERSION_SIZE { 5u };
153 string raw(static_cast<size_t>(byteLength), string::value_type()); in Load()
/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/
H A Dnapi_audio_renderer_callback.cpp129 const size_t argCount = ARGS_ONE; in SafeJsCallbackInterruptWork()
191 const size_t argCount = 1; in SafeJsCallbackStateChangeWork()
H A Dnapi_audio_renderer_write_data_callback.cpp98 void NapiRendererWriteDataCallback::OnWriteData(size_t length) in OnWriteData()
215 const size_t argCount = 1; in WorkCallbackRendererWriteDataInner()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ext/
H A DInterfaceHelpersTest.cpp81 template<size_t S>
84 for (size_t i = 0; i != S; ++i) { in CONTAINS()
/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/callback/
H A Dnapi_audio_capturer_read_data_callback.cpp98 void NapiCapturerReadDataCallback::OnReadData(size_t length) in OnReadData()
202 const size_t argCount = 1; in SafeJsCallbackCapturerReadDataWorkInner()
H A Dnapi_audio_capturer_callbacks.cpp111 const size_t argCount = ARGS_ONE; in SafeJsCallbackInterruptWork()
184 const size_t argCount = 1; in SafeJsCallbackStateChangeWork()
/foundation/multimedia/audio_framework/frameworks/native/opensles/test/example/
H A Daudio_opensles_player_test.cpp67 size_t headerSize = sizeof(wav_hdr); in main()
111 size_t headerSize = sizeof(wav_hdr); in main()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h141 size_t GetFilterNodeSize() const in GetFilterNodeSize()
242 size_t filterNodeSize_ = 0;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_material.h240 virtual void SetImage(SCENE_NS::IBitmap::Ptr bitmap, size_t index = 0) = 0;
293 size_t textureSlotIndex, const BASE_NS::string_view& name) in GetMappedProperty()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Dinitial_transform_component_manager.cpp53 size_t PropertyCount() const override
58 const Property* MetaData(size_t index) const override
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/
H A Dfunction.h172 template<typename Ret, typename... Args, size_t... Index>
223 template<size_t... Index>
/foundation/multimedia/audio_lite/services/server/src/
H A Daudio_capturer_server.cpp175 size_t frameCount; in GetMinFrameCount()
263 size_t frameCount; in GetMiniFrameCount()
/foundation/multimedia/audio_lite/services/impl/
H A Daudio_capturer_impl.cpp55 size_t &frameCount) in GetMinFrameCount()
201 int32_t AudioCapturerImpl::Read(uint8_t *buffer, size_t userSize, bool isBlockingRead) in Read()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_list.cpp220 for (size_t index = 0; index < hdiVideoCap.measuredFrameRate.size(); index += STEP_BUTT) { in GetMeasuredFrameRate()
233 for (size_t i = 0; i + 1 < hdiCap.supportProfiles.size(); i += 2) { // 2 means profile & level pair in GetCodecProfileLevels()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_cpu_overdraw_canvas_listener.cpp37 for (size_t i = regions_.size(); i > 0; i--) { in Draw()
202 for (size_t i = regions_.size(); i > 0; i--) { in AppendRegion()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.cpp209 size_t bufferSize = bitmapWidth_ * bitmapHeight_ * 4; in BitmapCanvasToFile()
244 size_t bufferSize = bitmapWidth_ * bitmapHeight_ * 4; in GpuCanvasToFile()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Dtask_queue_factory.cpp139 explicit ThreadPool(size_t threadCount) in ThreadPool()
382 size_t threadCount_ { 0 };
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/
H A Ddrawing_sample.cpp188 size_t supportModeNum = displayModeInfos_.size(); in CreatePhysicalScreen()
192 for (size_t i = 0; i < supportModeNum; i++) { in CreatePhysicalScreen()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_picker.cpp99 for (size_t i = 0; i < featureColors_.size(); i++) { in GetHighestSaturationColor()
120 for (size_t i = 0; i < featureColors_.size(); i++) { in GetAverageColor()
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_particle_params.h72 for (size_t i = 0; i < valChangeOverLife.size(); i++) { in ParticleParaType()
121 for (size_t i = 0; i < valChangeOverLife.size(); i++) { in ParticleColorParaType()

Completed in 26 milliseconds

1...<<811812813814815816817818819820>>...1150