Home
last modified time | relevance | path

Searched refs:_check_fill (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/darktable/darktable-3.6.1/src/libs/tools/
H A Dbattery_indicator.c33 static gboolean _check_fill(gpointer user_data);
73 …g_timeout_add_seconds(60, _check_fill, d); // TODO: is checking the battery status once per minute… in gui_init()
82 static gboolean _check_fill(gpointer user_data) in _check_fill() function
/dports/graphics/darktable38/darktable-3.8.0/src/libs/tools/
H A Dbattery_indicator.c33 static gboolean _check_fill(gpointer user_data);
73 …g_timeout_add_seconds(60, _check_fill, d); // TODO: is checking the battery status once per minute… in gui_init()
82 static gboolean _check_fill(gpointer user_data) in _check_fill() function
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/series/
H A Dtest_arithmetic.py101 def _check_fill(meth, op, a, b, fill_value=0):
135 _check_fill(op, equiv_op, a, b, fill_value=fv)
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/test/
H A Dcore.c624 _check_fill(const d2tk_com_t *com, const d2tk_clip_t *clip) in _check_fill() function
641 .check = _check_fill in _test_fill()