Home
last modified time | relevance | path

Searched refs:g_date_compare (Results 1 – 11 of 11) sorted by relevance

/third_party/glib/glib/tests/
Ddate.c605 g_assert_cmpint (g_date_compare (d, d), ==, 0); in test_year()
612 g_assert_cmpint (g_date_compare (d, &tmp), >, 0); in test_year()
620 g_assert_cmpint (g_date_compare (d, &tmp), >, 0); in test_year()
632 g_assert_cmpint (g_date_compare (d, &tmp), >, 0); in test_year()
671 g_assert (g_date_compare (&o, &d) == 0); in test_clamp()
674 g_assert (g_date_compare (&o, &d1) == 0); in test_clamp()
679 g_assert (g_date_compare (&o, &d2) == 0); in test_clamp()
690 g_assert (g_date_compare (&d1, &d2) == -1); in test_order()
692 g_assert (g_date_compare (&d1, &d2) == 1); in test_order()
/third_party/glib/tests/
Dtestgdate.c320 g_date_compare(d,d) == 0); in main()
334 g_date_compare(d, &tmp) > 0); in main()
369 g_date_compare(d, &tmp) > 0); in main()
416 g_date_compare(d,&tmp) > 0); in main()
/third_party/glib/glib/
Dgdate.c2016 g_date_compare (const GDate *lhs, in g_date_compare() function
2135 g_return_if_fail (g_date_compare (min_date, max_date) <= 0); in g_date_clamp()
2137 if (min_date && g_date_compare (date, min_date) < 0) in g_date_clamp()
2140 if (max_date && g_date_compare (max_date, date) < 0) in g_date_clamp()
2159 if (g_date_compare (date1, date2) > 0) in g_date_order()
Dgdate.h269 gint g_date_compare (const GDate *lhs,
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dapev2mux.c132 fail_unless (g_date_compare (shouldbe, date) == 0); in test_taglib_apev2mux_check_tags()
Did3v2mux.c194 fail_unless (g_date_compare (shouldbe, date) == 0); in test_taglib_id3mux_check_tags()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Did3mux.c219 fail_unless (g_date_compare (shouldbe, date) == 0); in test_taglib_id3mux_check_tags()
/third_party/glib/gobject/tests/
Dboxed.c148 g_assert (g_date_compare (date, date2) == 0); in test_boxed_date()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgsttag.c291 fail_if (g_date_compare (date, date2) != 0); in GST_START_TEST()
Dgstvalue.c2252 fail_unless (g_date_compare (date, date2) == 0); in GST_START_TEST()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1898 g_date_compare