| /foundation/arkui/ui_lite/interfaces/innerkits/dock/ |
| D | rotate_input_device.h | 32 void SetRotateInputThreshold(int16_t threshold) in SetRotateInputThreshold()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
| D | security_component_layout_algorithm.cpp | 527 auto threshold = currentFontSize_.ConvertToPx() * (1.0 - TEXT_OUT_OF_WIDTH_PERCENT); in IsTextAdaptOutOfRange() local 539 auto threshold = TEXT_OUT_OF_RANGE_PERCENT * RANGE_RATIO * currentFontSize_.ConvertToPx(); in IsTextOutOfRangeInCircle() local 648 …mponentLayoutAlgorithm::TopLeftCompDistance(float obtainedRadius, float maxRadius, float threshold) in TopLeftCompDistance() 664 …nentLayoutAlgorithm::BottomLeftCompDistance(float obtainedRadius, float maxRadius, float threshold) in BottomLeftCompDistance() 680 …ponentLayoutAlgorithm::TopRightCompDistance(float obtainedRadius, float maxRadius, float threshold) in TopRightCompDistance() 697 …entLayoutAlgorithm::BottomRightCompDistance(float obtainedRadius, float maxRadius, float threshold) in BottomRightCompDistance() 721 auto threshold = TEXT_OUT_OF_RANGE_PERCENT * RANGE_RATIO * currentFontSize_.ConvertToPx(); in IsTextOutOfRangeInNormal() local 749 …curityComponentLayoutAlgorithm::IsTextOutOfOneColumn(RefPtr<FrameNode>& frameNode, float threshold) in IsTextOutOfOneColumn() 794 auto threshold = currentFontSize_.ConvertToPx() * TEXT_OUT_OF_WIDTH_PERCENT; in GetTextLimitExceededFlag() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
| D | rs_spring_model.cpp | 205 float threshold = fmax(toFloat(minimumAmplitudeRatio_ * initialOffset_), in EstimateDurationForUnderDampedModel() local 239 float threshold = fmax(toFloat(minimumAmplitudeRatio_ * initialOffset_), SPRING_MIN_THRESHOLD); in EstimateDurationForCriticalDampedModel() local 274 float threshold = fmax(toFloat(minimumAmplitudeRatio_ * initialOffset_), SPRING_MIN_THRESHOLD); in EstimateDurationForOverDampedModel() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
| D | grid_container_utils.cpp | 50 auto threshold = ParseBreakpoints(breakpoints); in ProcessGridSizeType() local 73 auto threshold = ParseBreakpoints(breakpoints); in ProcessGridSizeType() local
|
| /foundation/arkui/ace_engine/test/mock/base/ |
| D | mock_event_report.cpp | 67 …Report::ReportPageNodeOverflow(const std::string& pageUrl, int32_t nodeCount, int32_t threshold) {} in ReportPageNodeOverflow() 69 …entReport::ReportPageDepthOverflow(const std::string& pageUrl, int32_t depth, int32_t threshold) {} in ReportPageDepthOverflow() 71 …tReport::ReportFunctionTimeout(const std::string& functionName, int64_t time, int32_t threshold) {} in ReportFunctionTimeout()
|
| /foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/ |
| D | get_topn.h | 28 void GetTopN(T* prediction, int32_t predictionSize, size_t numResults, float threshold, in GetTopN()
|
| D | utils.cpp | 165 const float threshold = 0.001f; in AnalysisResults() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
| D | rs_light_up_effect_filter_test.cpp | 237 float threshold = 0.5f; variable 252 float threshold = 0.5f; variable
|
| D | rs_blur_filter_test.cpp | 51 float threshold = 1.0f; variable 67 float threshold = 0.5f; variable
|
| D | rs_material_filter_test.cpp | 374 float threshold = 1.0f; variable 398 float threshold = 1.0f; variable
|
| /foundation/arkui/ace_engine/frameworks/core/components/progress/ |
| D | rosen_render_bubble_progress.cpp | 50 static const int32_t threshold = 7; in Paint() local
|
| /foundation/communication/netmanager_base/services/netstatsmanager/include/ |
| D | net_stats_cached.h | 63 inline void SetTrafficThreshold(uint64_t threshold) in SetTrafficThreshold() 68 inline void SetDateThreshold(uint64_t threshold) in SetDateThreshold()
|
| /foundation/arkui/ace_engine/adapter/preview/osal/ |
| D | event_report.cpp | 74 …Report::ReportPageNodeOverflow(const std::string& pageUrl, int32_t nodeCount, int32_t threshold) {} in ReportPageNodeOverflow() 76 …entReport::ReportPageDepthOverflow(const std::string& pageUrl, int32_t depth, int32_t threshold) {} in ReportPageDepthOverflow() 78 …tReport::ReportFunctionTimeout(const std::string& functionName, int64_t time, int32_t threshold) {} in ReportFunctionTimeout()
|
| /foundation/arkui/ui_lite/test/unittest/components/ |
| D | ui_scroll_view_unit_test.cpp | 26 const uint8_t threshold = 2; variable
|
| /foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
| D | net_stats_cached_test.cpp | 98 uint32_t threshold = 1000; variable
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/ |
| D | rsblurfilter_fuzzer.cpp | 204 float threshold = GetData<float>(); in DoIsNearEqual() local 223 float threshold = GetData<float>(); in DoIsNearZero() local
|
| /foundation/arkui/ace_engine/frameworks/core/animation/ |
| D | friction_motion.cpp | 34 … FrictionMotion::Reset(double friction, double initPosition, double initVelocity, double threshold) in Reset()
|
| /foundation/multimedia/player_framework/services/utils/ |
| D | player_xcollie.cpp | 55 static constexpr uint32_t threshold = 5; // >5 Restart service in TimerCallback() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
| D | post_proc_slr.h | 66 auto threshold = SkIntToScalar(1 << 12); in relax() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
| D | rs_color_test.cpp | 86 int16_t threshold = 2; variable
|
| /foundation/multimodalinput/input/util/common/include/ |
| D | mmi_vector2.h | 229 bool Vector2<T>::IsNearEqual(const Vector2& other, T threshold) const in IsNearEqual()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
| D | rs_vector2.h | 240 bool Vector2<T>::IsNearEqual(const Vector2& other, T threshold) const in IsNearEqual()
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
| D | render_bloom.h | 94 RenderHandle threshold; in RENDER_BEGIN_NAMESPACE() member
|
| /foundation/multimedia/av_codec/services/dfx/ |
| D | avcodec_xcollie.cpp | 149 static constexpr uint32_t threshold = 1; // >= 1 Restart service in ServiceInterfaceTimerCallback() local
|
| /foundation/arkui/ui_lite/interfaces/kits/components/ |
| D | ui_picker.h | 520 void SetRotateThrowThreshold(uint8_t threshold) in SetRotateThrowThreshold()
|