Home
last modified time | relevance | path

Searched defs:target_value (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/animation/
H A Dscroll_offset_animation_curve_factory.cc32 const gfx::ScrollOffset& target_value, in CreateAnimation()
47 const gfx::ScrollOffset& target_value, in CreateEaseInOutAnimationForTesting()
55 const gfx::ScrollOffset& target_value) { in CreateLinearAnimationForTesting()
62 const gfx::ScrollOffset& target_value) { in CreateImpulseAnimationForTesting()
69 const gfx::ScrollOffset& target_value, in CreateEaseInOutAnimation()
79 const gfx::ScrollOffset& target_value) { in CreateLinearAnimation()
87 const gfx::ScrollOffset& target_value) { in CreateImpulseAnimation()
H A Dscroll_offset_animation_curve_unittest.cc25 gfx::ScrollOffset target_value(100.f, 200.f); in TEST() local
68 gfx::ScrollOffset target_value(10.f, 20.f); in TEST() local
100 gfx::ScrollOffset target_value(10.f, 20.f); in TEST() local
137 gfx::ScrollOffset target_value(0.f, 3600.f); in TEST() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/animation/
H A Dscroll_offset_animation_curve_factory.cc32 const gfx::ScrollOffset& target_value, in CreateAnimation()
47 const gfx::ScrollOffset& target_value, in CreateEaseInOutAnimationForTesting()
55 const gfx::ScrollOffset& target_value) { in CreateLinearAnimationForTesting()
62 const gfx::ScrollOffset& target_value) { in CreateImpulseAnimationForTesting()
69 const gfx::ScrollOffset& target_value, in CreateEaseInOutAnimation()
79 const gfx::ScrollOffset& target_value) { in CreateLinearAnimation()
87 const gfx::ScrollOffset& target_value) { in CreateImpulseAnimation()
H A Dscroll_offset_animation_curve_unittest.cc25 gfx::ScrollOffset target_value(100.f, 200.f); in TEST() local
68 gfx::ScrollOffset target_value(10.f, 20.f); in TEST() local
100 gfx::ScrollOffset target_value(10.f, 20.f); in TEST() local
137 gfx::ScrollOffset target_value(0.f, 3600.f); in TEST() local
/dports/science/v_sim/v_sim-3.8.0/src/panelModules/
H A DgtkAtomic.c112 GValue *target_value, gpointer data _U_) in toAutoRadio()
118 GValue *target_value, gpointer data _U_) in fromAutoRadio()
127 GValue *target_value, gpointer data _U_) in toManualRadio()
133 GValue *target_value, gpointer data _U_) in fromManualRadio()
142 GValue *target_value, gpointer data _U_) in toEntry()
151 GValue *target_value, gpointer data _U_) in fromEntry()
H A DpanelMap.c190 GValue *target_value, gpointer user_data) in scaleToRadio()
199 GValue *target_value, gpointer user_data) in radioToScale()
209 GValue *target_value, gpointer user_data _U_) in colorToCk()
215 GValue *target_value, gpointer user_data) in ckToColor()
230 GValue *target_value, gpointer user_data _U_) in colorToCombo()
239 GValue *target_value, gpointer user_data _U_) in comboToColor()
253 GValue *target_value, gpointer user_data _U_) in activeToVisible()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv2beta1_external_metric_source.py48 target_value=None): argument
145 def target_value(self): member in V2beta1ExternalMetricSource
157 def target_value(self, target_value): member in V2beta1ExternalMetricSource
H A Dv2beta1_object_metric_source.py51 target_value=None): argument
177 def target_value(self): member in V2beta1ObjectMetricSource
188 def target_value(self, target_value): member in V2beta1ObjectMetricSource
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/learning/common/
H A Dlearning_task_controller.h29 : target_value(target), weight(w) {} in target_value() function
31 TargetValue target_value; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/learning/common/
H A Dlearning_task_controller.h29 : target_value(target), weight(w) {} in target_value() function
31 TargetValue target_value; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/compositor/
H A Dlayer_animation_element_unittest.cc57 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
116 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
160 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
205 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
246 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
288 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
330 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
422 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
466 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/compositor/
H A Dlayer_animation_element_unittest.cc57 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
116 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
160 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
205 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
246 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
288 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
330 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
422 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
466 LayerAnimationElement::TargetValue target_value(&delegate); in TEST() local
H A Dfloat_animation_curve_adapter.cc14 float target_value, in FloatAnimationCurveAdapter()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/util/
H A Dfade_helper.cpp19 FadeHelper::FadeHelper(float time, float target_value, in FadeHelper()
31 float target_value, easing ease) : in FadeHelper()
/dports/devel/R-cran-covr/covr/R/
H A Dreplace.R2 replacement <- function(name, env = as.environment(-1), target_value = get(name, envir = env)) { argument
24 target_value = target_value, nameattr
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/dlib/
H A Dconsole_progress_indicator.h108 double target_value in console_progress_indicator()
196 double target_value in reset()
/dports/devel/py-oci/oci-2.53.1/src/oci/database_management/models/
H A Dfleet_metric_summary_definition.py120 def target_value(self): member in FleetMetricSummaryDefinition
132 def target_value(self, target_value): member in FleetMetricSummaryDefinition
H A Dfleet_metric_definition.py127 def target_value(self): member in FleetMetricDefinition
139 def target_value(self, target_value): argument
/dports/science/py-dlib/dlib-19.22/dlib/
H A Dconsole_progress_indicator.h109 double target_value in console_progress_indicator()
198 double target_value in reset()
/dports/science/dlib-cpp/dlib-19.22/dlib/
H A Dconsole_progress_indicator.h109 double target_value in console_progress_indicator()
198 double target_value in reset()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/animator/
H A DScalar.cpp26 void* target_value) override { in make()
54 ScalarValue* target_value) in ScalarKeyframeAnimator()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/indexing/
H A Dtest_where.py148 msg = "Array conditional must be same shape as self"
161 dfi = df.copy()
166 assert return_value is None
178 msg = "'>' not supported between instances of 'str' and 'int'"
187 _check_set(df, cond)
/dports/devel/glibmm/glibmm-2.64.2/gio/giomm/
H A Daction.h643 …etailed_name(const Glib::ustring& detailed_name, Glib::ustring& action_name, T_Value& target_value) in parse_detailed_name()
670 Glib::ustring Action::print_detailed_name(const T_Value& target_value) in print_detailed_name()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgaction.c474 GVariant **target_value, in g_action_parse_detailed_name()
564 GVariant *target_value) in g_action_print_detailed_name()
/dports/mail/evolution/evolution-3.42.1/src/modules/startup-wizard/
H A De-mail-config-import-progress-page.c56 GValue *target_value, in mail_config_import_progress_page_is_cancelled()
72 GValue *target_value, in mail_config_import_progress_page_is_completed()
88 GValue *target_value, in mail_config_import_progress_page_percent_to_fraction()

12345678910>>...19