Searched refs:g_date_compare (Results 1 – 11 of 11) sorted by relevance
/third_party/glib/glib/tests/ |
D | date.c | 605 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/ |
D | testgdate.c | 320 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/ |
D | gdate.c | 2016 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()
|
D | gdate.h | 269 gint g_date_compare (const GDate *lhs,
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | apev2mux.c | 132 fail_unless (g_date_compare (shouldbe, date) == 0); in test_taglib_apev2mux_check_tags()
|
D | id3v2mux.c | 194 fail_unless (g_date_compare (shouldbe, date) == 0); in test_taglib_id3mux_check_tags()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | id3mux.c | 219 fail_unless (g_date_compare (shouldbe, date) == 0); in test_taglib_id3mux_check_tags()
|
/third_party/glib/gobject/tests/ |
D | boxed.c | 148 g_assert (g_date_compare (date, date2) == 0); in test_boxed_date()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gsttag.c | 291 fail_if (g_date_compare (date, date2) != 0); in GST_START_TEST()
|
D | gstvalue.c | 2252 fail_unless (g_date_compare (date, date2) == 0); in GST_START_TEST()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1898 g_date_compare
|