/third_party/glib/glib/tests/ |
D | gdatetime.c | 113 g_date_time_unref (dt); in test_GDateTime_now() 135 g_date_time_unref (dt); in test_GDateTime_new_from_unix() 157 g_date_time_unref (dt); in test_GDateTime_new_from_unix() 206 g_date_time_unref (dt2); in test_GDateTime_compare() 211 g_date_time_unref (dt2); in test_GDateTime_compare() 215 g_date_time_unref (dt2); in test_GDateTime_compare() 219 g_date_time_unref (dt2); in test_GDateTime_compare() 220 g_date_time_unref (dt1); in test_GDateTime_compare() 232 g_date_time_unref (dt1); in test_GDateTime_equal() 233 g_date_time_unref (dt2); in test_GDateTime_equal() [all …]
|
D | bookmarkfile.c | 239 g_date_time_unref (after); in test_misc() 240 g_date_time_unref (before); in test_misc() 256 g_date_time_unref (after); in test_misc() 257 g_date_time_unref (before); in test_misc() 272 g_date_time_unref (after); in test_misc() 273 g_date_time_unref (before); in test_misc() 330 g_date_time_unref (after); in test_misc() 331 g_date_time_unref (before); in test_misc() 644 g_date_time_unref (now); in test_modify()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | videotimecode.c | 338 g_date_time_unref (dt2); in GST_START_TEST() 339 g_date_time_unref (dt1); in GST_START_TEST() 363 g_date_time_unref (dt1); in GST_START_TEST() 501 g_date_time_unref (dt); in GST_START_TEST() 626 g_date_time_unref (dt); in GST_START_TEST() 638 g_date_time_unref (dt); in GST_START_TEST() 648 g_date_time_unref (dt2); in GST_START_TEST() 668 g_date_time_unref (dt); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideotimecode.c | 201 g_date_time_unref (ret); in gst_video_time_code_to_date_time() 203 g_date_time_unref (ret2); in gst_video_time_code_to_date_time() 205 g_date_time_unref (ret); in gst_video_time_code_to_date_time() 297 g_date_time_unref (jam); in gst_video_time_code_init_from_date_time_full() 581 g_date_time_unref (dt1); in gst_video_time_code_compare() 582 g_date_time_unref (dt2); in gst_video_time_code_compare() 842 g_date_time_unref (tc->config.latest_daily_jam); in gst_video_time_code_clear() 875 g_date_time_unref (tc->config.latest_daily_jam); in gst_video_time_code_free()
|
/third_party/glib/gio/tests/ |
D | g-file-info.c | 198 g_date_time_unref (dt); in test_g_file_info_modification_time() 199 g_date_time_unref (dt_usecs); in test_g_file_info_modification_time() 200 g_date_time_unref (dt_new); in test_g_file_info_modification_time() 201 g_date_time_unref (dt_new_usecs); in test_g_file_info_modification_time() 630 g_date_time_unref (dt2); in test_internal_enhanced_stdio() 642 g_date_time_unref (dt); in test_internal_enhanced_stdio() 643 g_date_time_unref (dt2); in test_internal_enhanced_stdio()
|
D | gdbus-example-unix-fd-client.c | 84 g_date_time_unref (now); in on_name_appeared()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstdatetime.c | 484 g_date_time_unref (dt); in gst_date_time_new_from_unix_epoch_local_time_usecs() 514 g_date_time_unref (dt); in gst_date_time_new_from_unix_epoch_utc_usecs() 1023 g_date_time_unref (now_utc); in gst_date_time_new_from_iso8601_string() 1030 g_date_time_unref (now_in_given_tz); in gst_date_time_new_from_iso8601_string() 1044 g_date_time_unref (datetime->datetime); in gst_date_time_free()
|
/third_party/gstreamer/gstplugins_base/ext/pango/ |
D | gsttimeoverlay.c | 185 g_date_time_unref (datetime); in gst_time_overlay_get_text() 227 g_date_time_unref (self->datetime_epoch); in gst_time_overlay_finalize() 350 g_date_time_unref (overlay->datetime_epoch); in gst_time_overlay_set_property()
|
/third_party/glib/tests/ |
D | datetime.c | 39 g_date_time_unref (dt); in main()
|
/third_party/glib/glib/ |
D | gbookmarkfile.c | 283 g_clear_pointer (&app_info->stamp, g_date_time_unref); in bookmark_app_info_free() 537 g_clear_pointer (&item->added, g_date_time_unref); in bookmark_item_free() 538 g_clear_pointer (&item->modified, g_date_time_unref); in bookmark_item_free() 539 g_clear_pointer (&item->visited, g_date_time_unref); in bookmark_item_free() 547 g_clear_pointer (&item->modified, g_date_time_unref); in bookmark_item_touch_modified() 898 g_clear_pointer (&ai->stamp, g_date_time_unref); in parse_application_element() 2523 g_date_time_unref (added_dt); in g_bookmark_file_set_added() 2556 g_clear_pointer (&item->added, g_date_time_unref); in g_bookmark_file_set_added_date_time() 2558 g_clear_pointer (&item->modified, g_date_time_unref); in g_bookmark_file_set_added_date_time() 2653 g_date_time_unref (modified_dt); in g_bookmark_file_set_modified() [all …]
|
D | glib-autocleanups.h | 49 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GDateTime, g_date_time_unref)
|
D | gdatetime.h | 100 void g_date_time_unref (GDateTime *datetime);
|
D | gdatetime.c | 716 g_date_time_unref (GDateTime *datetime) in g_date_time_unref() function 786 g_date_time_unref (datetime); in g_date_time_from_instant() 860 g_date_time_unref (new); in g_date_time_replace_days() 1261 g_date_time_unref (dt); in g_date_time_new_week()
|
/third_party/glib/fuzzing/ |
D | fuzz_date_time_new_from_iso8601.c | 22 g_clear_pointer (&dt, g_date_time_unref); in LLVMFuzzerTestOneInput()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtsprange.c | 546 g_date_time_unref (bt); in get_time() 547 g_date_time_unref (dt); in get_time() 652 g_date_time_unref (bt); in set_time() 653 g_date_time_unref (datetime); in set_time()
|
/third_party/gstreamer/gstplugins_bad/ext/gs/ |
D | gstgscommon.cpp | 132 g_date_time_unref(buffer_date); in gst_gs_get_buffer_date()
|
D | gstgssink.cpp | 390 g_date_time_unref(sink->start_date); in gst_gs_sink_finalize() 477 g_date_time_unref(sink->start_date); in gst_gs_sink_set_property()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstdatetime.c | 848 g_date_time_unref (gdt); in GST_START_TEST() 878 g_date_time_unref (gdt2); in GST_START_TEST() 896 g_date_time_unref (gdt1); in GST_START_TEST() 897 g_date_time_unref (gdt2); in GST_START_TEST() 924 g_date_time_unref (gdt); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/timecode/ |
D | gsttimecodestamper.c | 411 g_date_time_unref (timecodestamper->ltc_daily_jam); in gst_timecodestamper_dispose() 494 g_date_time_unref (timecodestamper->ltc_daily_jam); in gst_timecodestamper_set_property() 505 g_date_time_unref (tc->timecode.config.latest_daily_jam); in gst_timecodestamper_set_property() 514 g_date_time_unref (timecodestamper->ltc_internal_tc-> in gst_timecodestamper_set_property() 800 g_date_time_unref (jam); in gst_timecodestamper_update_timecode_framerate() 1635 g_date_time_unref (dt_now); in gst_timecodestamper_transform_ip() 1637 g_date_time_unref (dt_frame); in gst_timecodestamper_transform_ip()
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstdashdemux.c | 488 g_date_time_unref (now); in gst_dash_demux_get_live_seek_range() 489 g_date_time_unref (mstart); in gst_dash_demux_get_live_seek_range() 1010 g_date_time_unref (gnow); in gst_dash_demux_setup_streams() 3662 g_date_time_unref (dt); in gst_dash_demux_poll_ntp_server() 3823 g_date_time_unref (dt); in gst_dash_demux_parse_http_ntp() 3955 g_date_time_unref (server_now); in gst_dash_demux_poll_clock_drift() 3960 g_date_time_unref (client_now); in gst_dash_demux_poll_clock_drift() 3965 g_date_time_unref (end); in gst_dash_demux_poll_clock_drift() 3968 g_date_time_unref (start); in gst_dash_demux_poll_clock_drift() 4011 g_date_time_unref (client_now); in gst_dash_demux_get_server_now_utc()
|
/third_party/libsoup/libsoup/ |
D | soup-directory-input-stream.c | 89 g_date_time_unref (modification_time); in G_DEFINE_TYPE()
|
D | soup-date.c | 720 g_date_time_unref (datetime); in soup_date_to_time_t()
|
/third_party/glib/gio/win32/ |
D | gwinhttpfile.c | 612 g_date_time_unref (dt2); in g_winhttp_file_query_info() 613 g_date_time_unref (dt); in g_winhttp_file_query_info()
|
/third_party/glib/gobject/ |
D | gboxed.c | 162 G_DEFINE_BOXED_TYPE (GDateTime, g_date_time, g_date_time_ref, g_date_time_unref) in G_DEFINE_BOXED_TYPE()
|
/third_party/glib/gobject/tests/ |
D | boxed.c | 366 g_date_time_unref (v2); in test_boxed_datetime()
|