Home
last modified time | relevance | path

Searched refs:progress_mode (Results 1 – 20 of 20) sorted by relevance

/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-timeline.c143 ClutterAnimationMode progress_mode; member
519 g_value_set_enum (value, priv->progress_mode); in clutter_timeline_get_property()
848 self->priv->progress_mode = CLUTTER_LINEAR; in clutter_timeline_init()
2235 priv->progress_mode = CLUTTER_CUSTOM_MODE; in clutter_timeline_set_progress_func()
2237 priv->progress_mode = CLUTTER_LINEAR; in clutter_timeline_set_progress_func()
2251 switch (priv->progress_mode) in clutter_timeline_progress_func()
2319 if (priv->progress_mode == mode) in clutter_timeline_set_progress_mode()
2325 priv->progress_mode = mode; in clutter_timeline_set_progress_mode()
2328 if (priv->progress_mode != CLUTTER_LINEAR) in clutter_timeline_set_progress_mode()
2355 return timeline->priv->progress_mode; in clutter_timeline_get_progress_mode()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-timeline.c143 ClutterAnimationMode progress_mode; member
519 g_value_set_enum (value, priv->progress_mode); in clutter_timeline_get_property()
848 self->priv->progress_mode = CLUTTER_LINEAR; in clutter_timeline_init()
2235 priv->progress_mode = CLUTTER_CUSTOM_MODE; in clutter_timeline_set_progress_func()
2237 priv->progress_mode = CLUTTER_LINEAR; in clutter_timeline_set_progress_func()
2251 switch (priv->progress_mode) in clutter_timeline_progress_func()
2319 if (priv->progress_mode == mode) in clutter_timeline_set_progress_mode()
2325 priv->progress_mode = mode; in clutter_timeline_set_progress_mode()
2328 if (priv->progress_mode != CLUTTER_LINEAR) in clutter_timeline_set_progress_mode()
2355 return timeline->priv->progress_mode; in clutter_timeline_get_progress_mode()
[all …]
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-timeline.c152 ClutterAnimationMode progress_mode; member
711 g_value_set_enum (value, priv->progress_mode); in clutter_timeline_get_property()
1053 self->priv->progress_mode = CLUTTER_LINEAR; in clutter_timeline_init()
2403 priv->progress_mode = CLUTTER_CUSTOM_MODE; in clutter_timeline_set_progress_func()
2405 priv->progress_mode = CLUTTER_LINEAR; in clutter_timeline_set_progress_func()
2419 switch (priv->progress_mode) in clutter_timeline_progress_func()
2487 if (priv->progress_mode == mode) in clutter_timeline_set_progress_mode()
2493 priv->progress_mode = mode; in clutter_timeline_set_progress_mode()
2496 if (priv->progress_mode != CLUTTER_LINEAR) in clutter_timeline_set_progress_mode()
2523 return timeline->priv->progress_mode; in clutter_timeline_get_progress_mode()
[all …]
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/animation/
H A Dgtd-timeline.c113 GtdEaseMode progress_mode; member
452 return gtd_easing_for_mode (priv->progress_mode, elapsed, duration); in timeline_progress_func()
536 g_value_set_enum (value, priv->progress_mode); in gtd_timeline_get_property()
774 priv->progress_mode = GTD_EASE_LINEAR; in gtd_timeline_init()
1416 priv->progress_mode = GTD_CUSTOM_MODE; in gtd_timeline_set_progress_func()
1418 priv->progress_mode = GTD_EASE_LINEAR; in gtd_timeline_set_progress_func()
1444 if (priv->progress_mode == mode) in gtd_timeline_set_progress_mode()
1450 priv->progress_mode = mode; in gtd_timeline_set_progress_mode()
1475 return priv->progress_mode; in gtd_timeline_get_progress_mode()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/btl/ofi/
H A Dbtl_ofi_component.c253 uint64_t progress_mode; in mca_btl_ofi_component_init() local
319 progress_mode = FI_PROGRESS_AUTO; in mca_btl_ofi_component_init()
321 progress_mode = FI_PROGRESS_MANUAL; in mca_btl_ofi_component_init()
323 progress_mode = FI_PROGRESS_UNSPEC; in mca_btl_ofi_component_init()
326 domain_attr.control_progress = progress_mode; in mca_btl_ofi_component_init()
327 domain_attr.data_progress = progress_mode; in mca_btl_ofi_component_init()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/sockets/src/
H A Dsock_cq.c111 if (cq->domain->progress_mode == FI_PROGRESS_AUTO) in sock_cq_progress()
201 if (cq->domain->progress_mode == FI_PROGRESS_MANUAL) in _sock_cq_write()
306 if (cq->domain->progress_mode == FI_PROGRESS_MANUAL) in sock_cq_copy_overflow_list()
354 if (sock_cq->domain->progress_mode == FI_PROGRESS_MANUAL) { in sock_cq_sreadfrom()
440 if (sock_cq->domain->progress_mode == FI_PROGRESS_MANUAL) in sock_cq_readerr()
532 if (cq->domain->progress_mode == FI_PROGRESS_MANUAL) in sock_cq_control()
H A Dsock_dom.c178 sock_domain->progress_mode = FI_PROGRESS_AUTO; in sock_domain()
180 sock_domain->progress_mode = info->domain_attr->data_progress; in sock_domain()
H A Dsock_cntr.c100 if (cntr->domain->progress_mode == FI_PROGRESS_AUTO) in sock_cntr_progress()
336 if (cntr->domain->progress_mode == FI_PROGRESS_MANUAL) { in sock_cntr_wait()
380 if (cntr->domain->progress_mode == FI_PROGRESS_MANUAL) in sock_cntr_control()
453 if (_cntr->domain->progress_mode == FI_PROGRESS_MANUAL) in sock_cntr_readerr()
H A Dsock_fabric.c136 dom_entry->progress_mode == FI_PROGRESS_MANUAL) in sock_dom_check_manual_progress()
H A Dsock_progress.c2268 if (pe->domain->progress_mode != FI_PROGRESS_AUTO) in sock_pe_signal()
2624 if (pe->domain->progress_mode == FI_PROGRESS_AUTO && in sock_pe_progress_thread()
2724 if (domain->progress_mode == FI_PROGRESS_AUTO) { in sock_pe_init()
2779 if (pe->domain->progress_mode == FI_PROGRESS_AUTO) { in sock_pe_finalize()
/dports/graphics/opencv/opencv-4.5.3/modules/ts/misc/
H A Dsummary.py62 assert not options.progress_mode, 'unsupported mode'
118 reference = -1 if options.progress_mode else 0
246 … valp = getRegression(getter_p) if options.calc_relatives or options.progress_mode else None
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/epydoc/
H A Dcli.py1113 def __init__(self, verbosity, progress_mode=None): argument
1138 if progress_mode is not None:
1139 self._progress_mode = progress_mode
1340 def __init__(self, verbosity, stages, progress_mode=None): argument
1344 ConsoleLogger.__init__(self, verbosity, progress_mode)
/dports/x11/yad/yad-7.3/src/
H A Doption.c90 static gboolean progress_mode = FALSE; variable
542 { "progress", 0, G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &progress_mode,
1449 else if (progress_mode) in yad_set_mode()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/UserAction.ocd/
H A DScript.c605 …ction_object, object triggering_object, int triggering_player, string progress_mode, bool allow_pa… in EvaluateAction() argument
611 if (!progress_mode) in EvaluateAction()
616 else if (progress_mode == "player") in EvaluateAction()
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h595 typedef enum progress_mode enum
2472 int progress_mode; member
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dterminal.c1836 switch (hashcat_status->progress_mode) in status_display()
1931 switch (hashcat_status->progress_mode) in status_display()
H A Dhashcat.c1843 hashcat_status->progress_mode = status_get_progress_mode (hashcat_ctx); in hashcat_get_status()
/dports/x11-themes/pop-gtk-themes/gtk-theme-5.3.1/gtk/src/light/gtk-3.0/
H A D_apps.scss535 #progress_mode, #title_eventbox { id
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/sockets/include/
H A Dsock.h234 enum fi_progress progress_mode; member
/dports/lang/vala/vala-0.48.18/vapi/
H A Dclutter-1.0.vapi7789 public Clutter.AnimationMode progress_mode { get; set; }