Home
last modified time | relevance | path

Searched refs:GDateTime (Results 1 – 25 of 154) sorted by relevance

1234567

/third_party/glib/glib/
Dgdatetime.h97 typedef struct _GDateTime GDateTime; typedef
100 void g_date_time_unref (GDateTime *datetime);
102 GDateTime * g_date_time_ref (GDateTime *datetime);
105 GDateTime * g_date_time_new_now (GTimeZone *tz);
107 GDateTime * g_date_time_new_now_local (void);
109 GDateTime * g_date_time_new_now_utc (void);
112 GDateTime * g_date_time_new_from_unix_local (gint64 t);
114 GDateTime * g_date_time_new_from_unix_utc (gint64 t);
118 GDateTime * g_date_time_new_from_timeval_local (const GTimeVal *tv);
120 GDateTime * g_date_time_new_from_timeval_utc (const GTimeVal *tv);
[all …]
Dgdatetime.c620 g_date_time_get_week_number (GDateTime *datetime, in g_date_time_get_week_number()
671 static GDateTime *
674 GDateTime *datetime; in g_date_time_alloc()
676 datetime = g_slice_new0 (GDateTime); in g_date_time_alloc()
693 GDateTime *
694 g_date_time_ref (GDateTime *datetime) in g_date_time_ref()
716 g_date_time_unref (GDateTime *datetime) in g_date_time_unref()
724 g_slice_free (GDateTime, datetime); in g_date_time_unref()
743 g_date_time_to_instant (GDateTime *datetime) in g_date_time_to_instant()
762 static GDateTime *
[all …]
Dgbookmarkfile.h180 GDateTime *stamp,
196 GDateTime **stamp,
224 GDateTime *added);
230 GDateTime *g_bookmark_file_get_added_date_time (GBookmarkFile *bookmark,
240 GDateTime *modified);
246 GDateTime *g_bookmark_file_get_modified_date_time (GBookmarkFile *bookmark,
256 GDateTime *visited);
262 GDateTime *g_bookmark_file_get_visited_date_time (GBookmarkFile *bookmark,
Dgbookmarkfile.c169 GDateTime *stamp; /* (owned) */
194 GDateTime *added; /* (owned) */
195 GDateTime *modified; /* (owned) */
196 GDateTime *visited; /* (owned) */
250 GDateTime **out_date_time,
1617 GDateTime **out_date_time, in timestamp_from_iso8601()
1620 GDateTime *dt = g_date_time_new_from_iso8601 (iso_date, NULL); in timestamp_from_iso8601()
2521GDateTime *added_dt = (added != (time_t) -1) ? g_date_time_new_from_unix_utc (added) : g_date_time… in g_bookmark_file_set_added()
2541 GDateTime *added) in g_bookmark_file_set_added_date_time()
2584 GDateTime *added = g_bookmark_file_get_added_date_time (bookmark, uri, error); in g_bookmark_file_get_added()
[all …]
Dglib-autocleanups.h49 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDateTime, g_date_time_unref)
Dgtypes.h545 typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
551 } GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideotimecode.h72 GDateTime *latest_daily_jam;
133 GDateTime * latest_daily_jam,
150 GDateTime * dt,
157 GDateTime * dt,
171 GDateTime * latest_daily_jam,
183 GDateTime * dt,
190 GDateTime * dt,
215 GDateTime *gst_video_time_code_to_date_time (const GstVideoTimeCode * tc);
Dgstvideotimecode.c169 GDateTime *
172 GDateTime *ret; in gst_video_time_code_to_date_time()
173 GDateTime *ret2; in gst_video_time_code_to_date_time()
230 GDateTime * dt, GstVideoTimeCodeFlags flags, guint field_count) in gst_video_time_code_init_from_date_time()
256 GDateTime * dt, GstVideoTimeCodeFlags flags, guint field_count) in gst_video_time_code_init_from_date_time_full()
258 GDateTime *jam; in gst_video_time_code_init_from_date_time_full()
573 GDateTime *dt1, *dt2; in gst_video_time_code_compare()
610 gst_video_time_code_new (guint fps_n, guint fps_d, GDateTime * latest_daily_jam, in gst_video_time_code_new()
742 GDateTime * dt, GstVideoTimeCodeFlags flags, guint field_count) in gst_video_time_code_new_from_date_time()
769 GDateTime * dt, GstVideoTimeCodeFlags flags, guint field_count) in gst_video_time_code_new_from_date_time_full()
[all …]
/third_party/glib/glib/tests/
Dgdatetime.c84 GDateTime *dt; in test_GDateTime_now()
119 GDateTime *dt; in test_GDateTime_new_from_unix()
166 GDateTime *dt; in test_GDateTime_new_from_unix_overflow()
186 GDateTime *dt; in test_GDateTime_invalid()
197 GDateTime *dt1, *dt2; in test_GDateTime_compare()
226 GDateTime *dt1, *dt2; in test_GDateTime_equal()
272 GDateTime *dt; in test_GDateTime_get_day_of_week()
286 GDateTime *dt; in test_GDateTime_get_day_of_month()
308 GDateTime *dt; in test_GDateTime_get_hour()
332 GDateTime *dt; in test_GDateTime_get_microsecond()
[all …]
Dbookmarkfile.c156 GDateTime *before, *after, *t; in test_misc()
484 GDateTime *stamp; in test_modify()
485 GDateTime *now = NULL; in test_modify()
/third_party/gstreamer/gstreamer/gst/
Dgstdatetime.c63 GDateTime *datetime;
83 gst_date_time_new_from_g_date_time (GDateTime * dt) in gst_date_time_new_from_g_date_time()
110 GDateTime *
430 GDateTime *datetime; in gst_date_time_new_from_unix_epoch_local_time()
452 GDateTime *datetime; in gst_date_time_new_from_unix_epoch_utc()
476 GDateTime *dt, *datetime; in gst_date_time_new_from_unix_epoch_local_time_usecs()
506 GDateTime *dt, *datetime; in gst_date_time_new_from_unix_epoch_utc_usecs()
576 GDateTime *dt; in gst_date_time_new_local_time()
623 GDateTime *dt; in gst_date_time_new_now_local_time()
644 GDateTime *dt; in gst_date_time_new_now_utc()
[all …]
Dgstdatetime.h150 GDateTime * gst_date_time_to_g_date_time (GstDateTime * datetime);
153 GstDateTime * gst_date_time_new_from_g_date_time (GDateTime * dt);
/third_party/gstreamer/gstplugins_bad/ext/gs/
Dgstgscommon.cpp31 static inline gchar* g_date_time_format_iso8601(GDateTime* datetime) { in g_date_time_format_iso8601()
113 GDateTime* start_date, in gst_gs_get_buffer_date()
127 GDateTime* buffer_date = g_date_time_add(start_date, buffer_timespan); in gst_gs_get_buffer_date()
Dgstgscommon.h37 GDateTime* start_date,
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideotimecode.c315 GDateTime *dt1, *dt2; in GST_START_TEST()
347 GDateTime *dt1; in GST_START_TEST()
371 GDateTime *dt; in GST_START_TEST()
614 GDateTime *dt; in GST_START_TEST()
634 GDateTime *dt, *dt2; in GST_START_TEST()
656 GDateTime *dt; in GST_START_TEST()
/third_party/glib/gio/
Dgfileinfo.h1030 GDateTime * g_file_info_get_deletion_date (GFileInfo *info);
1059 GDateTime * g_file_info_get_modification_date_time (GFileInfo *info);
1111 GDateTime *mtime);
/third_party/glib/tests/
Ddatetime.c25 GDateTime *dt; in main()
/third_party/glib/fuzzing/
Dfuzz_date_time_new_from_iso8601.c7 GDateTime *dt = NULL; in LLVMFuzzerTestOneInput()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgsttimeoverlay.h66 GDateTime *datetime_epoch;
Dgsttimeoverlay.c179 GDateTime *datetime; in gst_time_overlay_get_text()
351 overlay->datetime_epoch = (GDateTime *) g_value_dup_boxed (value); in gst_time_overlay_set_property()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.h95 GDateTime *creation_time;
/third_party/glib/gio/tests/
Dgdbus-example-unix-fd-client.c80 GDateTime *now = g_date_time_new_now_local (); in on_name_appeared()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.h85 GDateTime *ltc_daily_jam;
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c425 static GDateTime *gst_dash_demux_get_server_now_utc (GstDashDemux * demux);
474 GDateTime *now; in gst_dash_demux_get_live_seek_range()
475 GDateTime *mstart; in gst_dash_demux_get_live_seek_range()
947 GDateTime *g_now; in gst_dash_demux_setup_streams()
1004 GDateTime *gnow; in gst_dash_demux_setup_streams()
3605 GDateTime *dt, *dt2; in gst_dash_demux_poll_ntp_server()
3804 GDateTime *dt, *dt2; in gst_dash_demux_parse_http_ntp()
3854 GDateTime *start = NULL, *end; in gst_dash_demux_poll_clock_drift()
3937 GDateTime *client_now, *server_now; in gst_dash_demux_poll_clock_drift()
4000 static GDateTime *
[all …]
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstdatetime.c554 GDateTime *gdt, *gdt2; in GST_START_TEST()
885 GDateTime *gdt1; in GST_START_TEST()
886 GDateTime *gdt2; in GST_START_TEST()
905 GDateTime *gdt; in GST_START_TEST()

1234567