Home
last modified time | relevance | path

Searched defs:date_str (Results 1 – 9 of 9) sorted by relevance

/third_party/grpc/tools/failures/
Ddetect_new_failures.py160 def parse_isodate(date_str): argument
/third_party/python/Lib/test/
Dtest_nntplib.py637 def handle_NEWNEWS(self, group, date_str, time_str): argument
1440 def gives(y, M, d, h, m, s, date_str, time_str): argument
1450 def gives(y, M, d, date_str, time_str): argument
1463 def gives(y, M, d, h, m, s, date_str, time_str): argument
1471 def gives(y, M, d, date_str, time_str): argument
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlsmtpsink.c623 gchar *date_str; in gst_curl_smtp_sink_set_transfer_options_unlocked() local
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dtest_http_src.c353 gchar *date_str; in gst_test_http_src_start() local
/third_party/python/Lib/
Dnntplib.py232 def _parse_datetime(date_str, time_str=None): argument
/third_party/glib/tests/
Dtestglib.c1585 gchar *tmp_string = NULL, *tmp_string_2, *string, *date_str; in various_string_tests() local
/third_party/glib/gio/
Dgfileinfo.c1469 const char *date_str; in g_file_info_get_deletion_date() local
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c985 gchar *date_str = gst_date_time_to_iso8601_string (now); in gst_dash_demux_setup_streams() local
/third_party/python/Modules/
D_datetimemodule.c3157 date_str(PyDateTime_Date *self) in date_str() function