Searched refs:g_date_compare (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/glib/tests/ |
D | date-test.c | 308 g_date_compare(d,d) == 0); in main() 322 g_date_compare(d, &tmp) > 0); in main() 357 g_date_compare(d, &tmp) > 0); in main() 404 g_date_compare(d,&tmp) > 0); in main()
|
D | testgdate.c | 315 g_date_compare(d,d) == 0); in main() 329 g_date_compare(d, &tmp) > 0); in main() 364 g_date_compare(d, &tmp) > 0); in main() 411 g_date_compare(d,&tmp) > 0); in main()
|
/external/bluetooth/glib/glib/ |
D | gdate.h | 225 gint g_date_compare (const GDate *lhs,
|
D | galiasdef.c | 617 #undef g_date_compare 618 extern __typeof (g_date_compare) g_date_compare __attribute((alias("IA__g_date_compare"), visibilit…
|
D | galias.h | 610 extern __typeof (g_date_compare) IA__g_date_compare __attribute((visibility("hidden"))); 611 #define g_date_compare IA__g_date_compare macro
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 1300 g_date_compare
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-0 | 2806 (g_date_compare): Changed arguments to be const.
|