/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_line_break.cpp | 28 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 D | ui_auto_test.cpp | 178 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 D | napi_bluetooth_opp.cpp | 107 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 D | bundle_inner_feature.cpp | 116 size_t length = 0;
in InstallInnerBundle() 186 size_t length = 0;
in UninstallInnerBundle()
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/ |
H A D | bufferqueue_fuzzer.cpp | 153 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 D | render_node_graph_loader.cpp | 44 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 D | napi_audio_renderer_callback.cpp | 129 const size_t argCount = ARGS_ONE; in SafeJsCallbackInterruptWork() 191 const size_t argCount = 1; in SafeJsCallbackStateChangeWork()
|
H A D | napi_audio_renderer_write_data_callback.cpp | 98 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 D | InterfaceHelpersTest.cpp | 81 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 D | napi_audio_capturer_read_data_callback.cpp | 98 void NapiCapturerReadDataCallback::OnReadData(size_t length) in OnReadData() 202 const size_t argCount = 1; in SafeJsCallbackCapturerReadDataWorkInner()
|
H A D | napi_audio_capturer_callbacks.cpp | 111 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 D | audio_opensles_player_test.cpp | 67 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 D | rs_render_node_drawable_adapter.h | 141 size_t GetFilterNodeSize() const in GetFilterNodeSize() 242 size_t filterNodeSize_ = 0;
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_material.h | 240 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 D | initial_transform_component_manager.cpp | 53 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 D | function.h | 172 template<typename Ret, typename... Args, size_t... Index> 223 template<size_t... Index>
|
/foundation/multimedia/audio_lite/services/server/src/ |
H A D | audio_capturer_server.cpp | 175 size_t frameCount; in GetMinFrameCount() 263 size_t frameCount; in GetMiniFrameCount()
|
/foundation/multimedia/audio_lite/services/impl/ |
H A D | audio_capturer_impl.cpp | 55 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 D | hcodec_list.cpp | 220 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 D | rs_cpu_overdraw_canvas_listener.cpp | 37 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 D | test_base.cpp | 209 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 D | task_queue_factory.cpp | 139 explicit ThreadPool(size_t threadCount) in ThreadPool() 382 size_t threadCount_ { 0 };
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | drawing_sample.cpp | 188 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 D | rs_color_picker.cpp | 99 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 D | rs_particle_params.h | 72 for (size_t i = 0; i < valChangeOverLife.size(); i++) { in ParticleParaType() 121 for (size_t i = 0; i < valChangeOverLife.size(); i++) { in ParticleColorParaType()
|