Searched refs:g_date_time_new_local (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/tests/ |
D | gdatetime.c | 229 dt1 = g_date_time_new_local (2009, 10, 19, 0, 0, 0); in test_GDateTime_equal() 230 dt2 = g_date_time_new_local (2009, 10, 19, 0, 0, 0); in test_GDateTime_equal() 235 dt1 = g_date_time_new_local (2009, 10, 18, 0, 0, 0); in test_GDateTime_equal() 236 dt2 = g_date_time_new_local (2009, 10, 19, 0, 0, 0); in test_GDateTime_equal() 274 dt = g_date_time_new_local (2009, 10, 19, 0, 0, 0); in test_GDateTime_get_day_of_week() 278 dt = g_date_time_new_local (2000, 10, 1, 0, 0, 0); in test_GDateTime_get_day_of_week() 288 dt = g_date_time_new_local (2009, 10, 19, 0, 0, 0); in test_GDateTime_get_day_of_month() 292 dt = g_date_time_new_local (1400, 3, 12, 0, 0, 0); in test_GDateTime_get_day_of_month() 296 dt = g_date_time_new_local (1800, 12, 31, 0, 0, 0); in test_GDateTime_get_day_of_month() 300 dt = g_date_time_new_local (1000, 1, 1, 0, 0, 0); in test_GDateTime_get_day_of_month() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | videotimecode.c | 616 dt = g_date_time_new_local (2017, 2, 16, 0, 0, 1); in GST_START_TEST() 636 dt = g_date_time_new_local (2017, 2, 17, 14, 13, 0); in GST_START_TEST() 658 dt = g_date_time_new_local (2017, 2, 17, 14, 13, 30); in GST_START_TEST()
|
/third_party/glib/glib/ |
D | gdatetime.h | 136 GDateTime * g_date_time_new_local (gint year,
|
D | gdatetime.c | 1655 g_date_time_new_local (gint year, in g_date_time_new_local() function
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdatetime.c | 600 dt = g_date_time_new_local (year, month, day, hour, minute, seconds); in gst_date_time_new_local_time()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideotimecode.c | 268 jam = g_date_time_new_local (g_date_time_get_year (dt), in gst_video_time_code_init_from_date_time_full()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2001 g_date_time_new_local
|