/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/ |
H A D | get_topn.h | 28 void GetTopN(T* prediction, int32_t predictionSize, size_t numResults, float threshold, in GetTopN() argument
|
H A D | utils.cpp | 165 const float threshold = 0.001f; in AnalysisResults() local
|
/foundation/arkui/ace_engine/frameworks/core/components/progress/ |
H A D | rosen_render_bubble_progress.cpp | 50 static const int32_t threshold = 7; in Paint() local
|
/foundation/arkui/ui_lite/interfaces/innerkits/dock/ |
H A D | rotate_input_device.h | 32 void SetRotateInputThreshold(int16_t threshold) in SetRotateInputThreshold() argument
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_scroll_view_unit_test.cpp | 26 const uint8_t threshold = 2; member
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_light_up_effect_filter_test.cpp | 237 float threshold = 0.5f; in HWTEST_F() local 252 float threshold = 0.5f; in HWTEST_F() local
|
H A D | rs_material_filter_test.cpp | 374 float threshold = 1.0f; in HWTEST_F() local 398 float threshold = 1.0f; in HWTEST_F() local
|
H A D | rs_blur_filter_test.cpp | 51 float threshold = 1.0f; in HWTEST_F() local 67 float threshold = 0.5f; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | friction_motion.cpp | 34 void FrictionMotion::Reset(double friction, double initPosition, double initVelocity, double threshold) in Reset() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | grid_container_utils.cpp | 48 auto threshold = ParseBreakpoints(breakpoints); in ProcessGridSizeType() local 71 auto threshold = ParseBreakpoints(breakpoints); in ProcessGridSizeType() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/common/ |
H A D | rs_color_test.cpp | 86 int16_t threshold = 2; in HWTEST_F() local
|
/foundation/multimedia/player_framework/services/utils/ |
H A D | player_xcollie.cpp | 55 static constexpr uint32_t threshold = 5; // >5 Restart service in TimerCallback() local
|
/foundation/communication/netmanager_base/test/netstatsmanager/unittest/net_stats_manager_test/ |
H A D | net_stats_cached_test.cpp | 98 uint32_t threshold = 1000; in HWTEST_F() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
H A D | render_bloom.h | 94 RenderHandle threshold; member
|
/foundation/multimedia/av_codec/services/dfx/ |
H A D | avcodec_xcollie.cpp | 53 static constexpr uint32_t threshold = 1; // >= 1 Restart service in ServiceTimerCallback() local
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsblurfilter_fuzzer/ |
H A D | rsblurfilter_fuzzer.cpp | 204 float threshold = GetData<float>();
in DoIsNearEqual() local 223 float threshold = GetData<float>();
in DoIsNearZero() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | post_proc_slr.h | 65 auto threshold = SkIntToScalar(1 << 12); in relax() local
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_event_report.cpp | 65 void EventReport::ReportPageNodeOverflow(const std::string& pageUrl, int32_t nodeCount, int32_t threshold) {} in ReportPageNodeOverflow() argument 67 void EventReport::ReportPageDepthOverflow(const std::string& pageUrl, int32_t depth, int32_t threshold) {} in ReportPageDepthOverflow() argument 69 void EventReport::ReportFunctionTimeout(const std::string& functionName, int64_t time, int32_t threshold) {} in ReportFunctionTimeout() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_layout_element.cpp | 249 TryShrinkTextWidth(SizeF& point, SizeF& circlePoint, bool maxSpaceToShrink, float maxDistance, float threshold) TryShrinkTextWidth() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_property.cpp | 770 int16_t threshold = static_cast<int16_t>(zeroThreshold); in IsNearEqual() local
|
/foundation/communication/netmanager_base/services/netstatsmanager/include/ |
H A D | net_stats_cached.h | 63 inline void SetTrafficThreshold(uint64_t threshold) in SetTrafficThreshold() argument 68 inline void SetDateThreshold(uint64_t threshold) in SetDateThreshold() argument
|
/foundation/communication/netmanager_base/services/netstatsmanager/src/ |
H A D | net_stats_cached.cpp | 380 void NetStatsCached::SetCycleThreshold(uint32_t threshold) in SetCycleThreshold() argument
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | event_report.cpp | 74 void EventReport::ReportPageNodeOverflow(const std::string& pageUrl, int32_t nodeCount, int32_t threshold) {} in ReportPageNodeOverflow() argument 76 void EventReport::ReportPageDepthOverflow(const std::string& pageUrl, int32_t depth, int32_t threshold) {} in ReportPageDepthOverflow() argument 78 void EventReport::ReportFunctionTimeout(const std::string& functionName, int64_t time, int32_t threshold) {} in ReportFunctionTimeout() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_grid_row.cpp | 224 JSRef<JSVal> threshold = array->GetValueAt(i); in ParserBreakpoints() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list_item.cpp | 410 double threshold = theme_ ? theme_->GetItemSwipeThreshold() : SWIPER_TH; in HandleDragEnd() local
|