Home
last modified time | relevance | path

Searched refs:int_ret (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_check.c160 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _efl_ui_check_efl_ui_widget_theme_apply() local
164 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _efl_ui_check_efl_ui_widget_theme_apply()
165 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _efl_ui_check_efl_ui_widget_theme_apply()
184 return int_ret; in _efl_ui_check_efl_ui_widget_theme_apply()
459 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _efl_ui_check_legacy_efl_ui_widget_theme_apply() local
462 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _efl_ui_check_legacy_efl_ui_widget_theme_apply()
466 return int_ret; in _efl_ui_check_legacy_efl_ui_widget_theme_apply()
475 Eina_Bool int_ret = EINA_FALSE; in _efl_ui_check_legacy_efl_ui_widget_widget_sub_object_del() local
478 if (!int_ret) return EINA_FALSE; in _efl_ui_check_legacy_efl_ui_widget_widget_sub_object_del()
491 Eina_Bool int_ret = EINA_FALSE; in _efl_ui_check_legacy_content_set() local
[all …]
H A Defl_ui_radio.c162 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _efl_ui_radio_efl_ui_widget_theme_apply() local
163 int_ret = efl_ui_widget_theme_apply(efl_super(obj, EFL_UI_CHECK_CLASS)); in _efl_ui_radio_efl_ui_widget_theme_apply()
164 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _efl_ui_radio_efl_ui_widget_theme_apply()
179 return int_ret; in _efl_ui_radio_efl_ui_widget_theme_apply()
342 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _efl_ui_radio_legacy_efl_ui_widget_theme_apply() local
344 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _efl_ui_radio_legacy_efl_ui_widget_theme_apply()
351 return int_ret; in _efl_ui_radio_legacy_efl_ui_widget_theme_apply()
360 Eina_Bool int_ret = EINA_FALSE; in _efl_ui_radio_legacy_efl_ui_widget_widget_sub_object_del() local
363 if (!int_ret) return EINA_FALSE; in _efl_ui_radio_legacy_efl_ui_widget_widget_sub_object_del()
376 Eina_Bool int_ret = EINA_FALSE; in _efl_ui_radio_legacy_content_set() local
[all …]
H A Delm_plug.c64 Eina_Bool int_ret = EINA_FALSE; in _elm_plug_efl_ui_focus_object_on_focus_update() local
68 int_ret = efl_ui_focus_object_on_focus_update(efl_super(obj, MY_CLASS)); in _elm_plug_efl_ui_focus_object_on_focus_update()
69 if (!int_ret) return EINA_FALSE; in _elm_plug_efl_ui_focus_object_on_focus_update()
86 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_plug_efl_ui_widget_theme_apply() local
87 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_plug_efl_ui_widget_theme_apply()
88 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_plug_efl_ui_widget_theme_apply()
92 return int_ret; in _elm_plug_efl_ui_widget_theme_apply()
H A Delm_separator.c22 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_separator_efl_ui_widget_theme_apply() local
29 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_separator_efl_ui_widget_theme_apply()
30 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_separator_efl_ui_widget_theme_apply()
32 return int_ret; in _elm_separator_efl_ui_widget_theme_apply()
H A Defl_ui_button.c403 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _efl_ui_button_legacy_efl_ui_widget_theme_apply() local
405 int_ret = efl_ui_widget_theme_apply(efl_super(obj, EFL_UI_BUTTON_LEGACY_CLASS)); in _efl_ui_button_legacy_efl_ui_widget_theme_apply()
406 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _efl_ui_button_legacy_efl_ui_widget_theme_apply()
409 return int_ret; in _efl_ui_button_legacy_efl_ui_widget_theme_apply()
418 Eina_Bool int_ret = EINA_FALSE; in _efl_ui_button_legacy_efl_ui_widget_widget_sub_object_del() local
420 int_ret = elm_widget_sub_object_del(efl_super(obj, EFL_UI_BUTTON_LEGACY_CLASS), sobj); in _efl_ui_button_legacy_efl_ui_widget_widget_sub_object_del()
421 if (!int_ret) return EINA_FALSE; in _efl_ui_button_legacy_efl_ui_widget_widget_sub_object_del()
434 Eina_Bool int_ret = EINA_FALSE; in _efl_ui_button_legacy_content_set() local
436 int_ret = efl_content_set(efl_part(efl_super(obj, EFL_UI_BUTTON_LEGACY_CLASS), part), content); in _efl_ui_button_legacy_content_set()
437 if (!int_ret) return EINA_FALSE; in _efl_ui_button_legacy_content_set()
H A Delm_dayselector.c117 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_dayselector_efl_ui_widget_theme_apply() local
123 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_dayselector_efl_ui_widget_theme_apply()
124 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_dayselector_efl_ui_widget_theme_apply()
145 return int_ret; in _elm_dayselector_efl_ui_widget_theme_apply()
220 Eina_Bool int_ret = EINA_FALSE; in _elm_dayselector_content_set() local
237 int_ret = efl_content_set(efl_part(efl_super(obj, MY_CLASS), buf), content); in _elm_dayselector_content_set()
238 if (!int_ret) in _elm_dayselector_content_set()
246 if (!int_ret) return EINA_FALSE; in _elm_dayselector_content_set()
261 int_ret = efl_content_set(efl_part(efl_super(obj, MY_CLASS), buf), content); in _elm_dayselector_content_set()
262 if (!int_ret) in _elm_dayselector_content_set()
[all …]
H A Delm_table.c47 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_table_efl_ui_widget_theme_apply() local
48 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_table_efl_ui_widget_theme_apply()
49 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_table_efl_ui_widget_theme_apply()
53 return int_ret; in _elm_table_efl_ui_widget_theme_apply()
80 Eina_Bool int_ret = EINA_FALSE; in _elm_table_efl_ui_widget_widget_sub_object_del() local
82 int_ret = elm_widget_sub_object_del(efl_super(obj, MY_CLASS), child); in _elm_table_efl_ui_widget_widget_sub_object_del()
83 if (!int_ret) return EINA_FALSE; in _elm_table_efl_ui_widget_widget_sub_object_del()
H A Defl_ui_progressbar.c148 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _efl_ui_progressbar_efl_ui_widget_theme_apply() local
163 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _efl_ui_progressbar_efl_ui_widget_theme_apply()
164 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _efl_ui_progressbar_efl_ui_widget_theme_apply()
236 return int_ret; in _efl_ui_progressbar_efl_ui_widget_theme_apply()
753 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _efl_ui_progressbar_legacy_efl_ui_widget_theme_apply() local
756 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _efl_ui_progressbar_legacy_efl_ui_widget_theme_apply()
759 return int_ret; in _efl_ui_progressbar_legacy_efl_ui_widget_theme_apply()
768 Eina_Bool int_ret = EINA_FALSE; in _efl_ui_progressbar_legacy_efl_ui_widget_widget_sub_object_del() local
771 if (!int_ret) return EINA_FALSE; in _efl_ui_progressbar_legacy_efl_ui_widget_widget_sub_object_del()
784 Eina_Bool int_ret = EINA_FALSE; in _efl_ui_progressbar_legacy_content_set() local
[all …]
H A Delm_grid.c46 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_grid_efl_ui_widget_theme_apply() local
48 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_grid_efl_ui_widget_theme_apply()
49 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_grid_efl_ui_widget_theme_apply()
53 return int_ret; in _elm_grid_efl_ui_widget_theme_apply()
H A Delm_hover.c304 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_hover_efl_ui_widget_theme_apply() local
305 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_hover_efl_ui_widget_theme_apply()
306 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_hover_efl_ui_widget_theme_apply()
314 return int_ret; in _elm_hover_efl_ui_widget_theme_apply()
366 Eina_Bool int_ret = EINA_FALSE; in _elm_hover_efl_ui_widget_widget_sub_object_add() local
370 int_ret = elm_widget_sub_object_add(efl_super(obj, MY_CLASS), sobj); in _elm_hover_efl_ui_widget_widget_sub_object_add()
371 if (!int_ret) return EINA_FALSE; in _elm_hover_efl_ui_widget_widget_sub_object_add()
383 Eina_Bool int_ret = EINA_FALSE; in _elm_hover_efl_ui_widget_widget_sub_object_del() local
386 if (!int_ret) return EINA_FALSE; in _elm_hover_efl_ui_widget_widget_sub_object_del()
420 Eina_Bool int_ret; in _elm_hover_content_set() local
[all …]
H A Delm_route.c92 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_route_efl_ui_widget_theme_apply() local
93 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_route_efl_ui_widget_theme_apply()
94 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_route_efl_ui_widget_theme_apply()
100 return int_ret; in _elm_route_efl_ui_widget_theme_apply()
H A Delm_mapbuf.c42 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_mapbuf_efl_ui_widget_theme_apply() local
43 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_mapbuf_efl_ui_widget_theme_apply()
44 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_mapbuf_efl_ui_widget_theme_apply()
48 return int_ret; in _elm_mapbuf_efl_ui_widget_theme_apply()
81 Eina_Bool int_ret = EINA_FALSE; in _elm_mapbuf_efl_ui_widget_widget_sub_object_del() local
82 int_ret = elm_widget_sub_object_del(efl_super(obj, MY_CLASS), sobj); in _elm_mapbuf_efl_ui_widget_widget_sub_object_del()
83 if (!int_ret) return EINA_FALSE; in _elm_mapbuf_efl_ui_widget_widget_sub_object_del()
H A Delm_actionslider.c100 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_actionslider_efl_ui_widget_theme_apply() local
106 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_actionslider_efl_ui_widget_theme_apply()
107 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_actionslider_efl_ui_widget_theme_apply()
114 return int_ret; in _elm_actionslider_efl_ui_widget_theme_apply()
433 Eina_Bool int_ret = EINA_TRUE; in _elm_actionslider_text_set() local
442 return int_ret; in _elm_actionslider_text_set()
H A Delc_player.c191 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_player_efl_ui_widget_theme_apply() local
192 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_player_efl_ui_widget_theme_apply()
193 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_player_efl_ui_widget_theme_apply()
211 return int_ret; in _elm_player_efl_ui_widget_theme_apply()
514 Eina_Bool int_ret = EINA_FALSE; in _elm_player_content_set() local
520 int_ret = efl_content_set(efl_part(efl_super(obj, MY_CLASS), part), content); in _elm_player_content_set()
521 return int_ret; in _elm_player_content_set()
524 int_ret = efl_content_set(efl_part(efl_super(obj, MY_CLASS), part), content); in _elm_player_content_set()
H A Delm_notify.c145 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_notify_efl_ui_widget_theme_apply() local
147 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_notify_efl_ui_widget_theme_apply()
148 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_notify_efl_ui_widget_theme_apply()
163 if ((int_ret == EFL_UI_THEME_APPLY_ERROR_DEFAULT) || in _elm_notify_efl_ui_widget_theme_apply()
213 Eina_Bool int_ret = EINA_FALSE; in _elm_notify_efl_ui_widget_widget_sub_object_del() local
214 int_ret = elm_widget_sub_object_del(efl_super(obj, MY_CLASS), sobj); in _elm_notify_efl_ui_widget_widget_sub_object_del()
215 if (!int_ret) return EINA_FALSE; in _elm_notify_efl_ui_widget_widget_sub_object_del()
H A Delm_box.c63 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_box_efl_ui_widget_theme_apply() local
65 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_box_efl_ui_widget_theme_apply()
66 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_box_efl_ui_widget_theme_apply()
71 return int_ret; in _elm_box_efl_ui_widget_theme_apply()
103 Eina_Bool int_ret = EINA_FALSE; in _elm_box_efl_ui_widget_widget_sub_object_del() local
105 int_ret = elm_widget_sub_object_del(efl_super(obj, MY_CLASS), child); in _elm_box_efl_ui_widget_widget_sub_object_del()
106 if (!int_ret) return EINA_FALSE; in _elm_box_efl_ui_widget_widget_sub_object_del()
H A Defl_ui_slider.c418 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _efl_ui_slider_efl_ui_widget_theme_apply() local
429 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _efl_ui_slider_efl_ui_widget_theme_apply()
430 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _efl_ui_slider_efl_ui_widget_theme_apply()
442 return int_ret; in _efl_ui_slider_efl_ui_widget_theme_apply()
788 Eina_Bool int_ret = EINA_FALSE; in _efl_ui_slider_efl_ui_focus_object_on_focus_update() local
790 int_ret = efl_ui_focus_object_on_focus_update(efl_super(obj, MY_CLASS)); in _efl_ui_slider_efl_ui_focus_object_on_focus_update()
792 return int_ret; in _efl_ui_slider_efl_ui_focus_object_on_focus_update()
H A Defl_ui_scroller.c364 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _efl_ui_scroller_efl_ui_widget_theme_apply() local
365 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _efl_ui_scroller_efl_ui_widget_theme_apply()
366 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _efl_ui_scroller_efl_ui_widget_theme_apply()
370 return int_ret; in _efl_ui_scroller_efl_ui_widget_theme_apply()
H A Delm_photo.c55 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_photo_efl_ui_widget_theme_apply() local
58 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_photo_efl_ui_widget_theme_apply()
59 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_photo_efl_ui_widget_theme_apply()
74 return int_ret; in _elm_photo_efl_ui_widget_theme_apply()
H A Delm_icon.c379 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_icon_efl_ui_widget_theme_apply() local
384 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_icon_efl_ui_widget_theme_apply()
385 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_icon_efl_ui_widget_theme_apply()
387 return int_ret; in _elm_icon_efl_ui_widget_theme_apply()
896 Eina_Bool int_ret = _internal_elm_icon_standard_set(obj, name, &fdo); in elm_icon_standard_set() local
902 return int_ret; in elm_icon_standard_set()
H A Defl_ui_spin_button.c478 Eina_Bool int_ret = EINA_FALSE; in _efl_ui_spin_button_efl_ui_focus_object_on_focus_update() local
480 int_ret = efl_ui_focus_object_on_focus_update(efl_super(obj, MY_CLASS)); in _efl_ui_spin_button_efl_ui_focus_object_on_focus_update()
481 if (!int_ret) return EINA_FALSE; in _efl_ui_spin_button_efl_ui_focus_object_on_focus_update()
614 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _efl_ui_spin_button_efl_ui_widget_theme_apply() local
618 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _efl_ui_spin_button_efl_ui_widget_theme_apply()
619 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _efl_ui_spin_button_efl_ui_widget_theme_apply()
H A Delm_label.c196 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_label_efl_ui_widget_theme_apply() local
202 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_label_efl_ui_widget_theme_apply()
203 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_label_efl_ui_widget_theme_apply()
215 return int_ret; in _elm_label_efl_ui_widget_theme_apply()
H A Delc_combobox.c86 Eina_Error int_ret = EFL_UI_THEME_APPLY_ERROR_GENERIC; in _elm_combobox_efl_ui_widget_theme_apply() local
99 int_ret = efl_ui_widget_theme_apply(efl_super(obj, MY_CLASS)); in _elm_combobox_efl_ui_widget_theme_apply()
100 if (int_ret == EFL_UI_THEME_APPLY_ERROR_GENERIC) return int_ret; in _elm_combobox_efl_ui_widget_theme_apply()
120 return int_ret; in _elm_combobox_efl_ui_widget_theme_apply()
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A Dedje_legacy.c399 Eina_Bool int_ret = EINA_FALSE; in edje_object_part_text_hide_visible_password()
408 int_ret = _edje_entry_hide_visible_password(ed, rp); in edje_object_part_text_hide_visible_password()
410 return int_ret; in edje_object_part_text_hide_visible_password()
761 Eina_Bool int_ret; in edje_object_part_text_escaped_set() local
828 return int_ret; in edje_object_part_text_escaped_set()
830 int_ret = _edje_object_part_text_raw_set(ed, obj, rp, part, text); in edje_object_part_text_escaped_set()
833 return int_ret; in edje_object_part_text_escaped_set()
948 Eina_Bool int_ret = EINA_FALSE; in edje_object_part_text_unescaped_set() local
960 int_ret = _edje_object_part_text_raw_set(ed, obj, rp, part, text_to_escape); in edje_object_part_text_unescaped_set()
965 int_ret = _edje_object_part_text_raw_set(ed, obj, rp, part, text); in edje_object_part_text_unescaped_set()
[all …]
/dports/multimedia/gstreamer1-validate/gst-validate-1.16.1/gst/validate/
H A Dgst-validate-reporter.c176 GstValidateInterceptionReturn int_ret; in gst_validate_report_valist() local
209 int_ret = gst_validate_reporter_intercept_report (reporter, report); in gst_validate_report_valist()
211 if (int_ret == GST_VALIDATE_REPORTER_DROP) { in gst_validate_report_valist()
240 if (runner && int_ret == GST_VALIDATE_REPORTER_REPORT) { in gst_validate_report_valist()

1234