Home
last modified time | relevance | path

Searched refs:timestring (Results 1 – 7 of 7) sorted by relevance

/third_party/gettext/gettext-tools/src/
Dxgettext.c1971 char *timestring; in construct_header() local
1997 timestring = po_strftime (&now); in construct_header()
2012 timestring); in construct_header()
2013 free (timestring); in construct_header()
/third_party/gstreamer/gstplugins_bad/ext/ttml/
Dttmlparse.c280 ttml_parse_timecode (const gchar * timestring) in ttml_parse_timecode() argument
286 GST_CAT_LOG (ttmlparse_debug, "time string: %s", timestring); in ttml_parse_timecode()
288 strings = g_strsplit (timestring, ":", 3); in ttml_parse_timecode()
291 timestring); in ttml_parse_timecode()
312 "(minutes or seconds out-of-bounds): %s\n", timestring); in ttml_parse_timecode()
/third_party/python/Lib/test/
Dtest_ssl.py1009 def cert_time_ok(self, timestring, timestamp): argument
1010 self.assertEqual(ssl.cert_time_to_seconds(timestring), timestamp)
1012 def cert_time_fail(self, timestring): argument
1014 ssl.cert_time_to_seconds(timestring)
1025 timestring = "Jan 5 09:34:43 2018 GMT"
1027 self.cert_time_ok(timestring, ts)
1029 self.assertEqual(ssl.cert_time_to_seconds(cert_time=timestring), ts)
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/
DLanguageTestFmwk.java179 protected static String timestring(Period ts) { in timestring() method in LanguageTestFmwk
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c4852 char timestring[29]; in perform_formatting_test() local
4874 if (png_convert_to_rfc1123_buffer(timestring, &pt)) in perform_formatting_test()
4875 result = timestring; in perform_formatting_test()
/third_party/libpng/contrib/libtests/
Dpngvalid.c4852 char timestring[29]; in perform_formatting_test() local
4874 if (png_convert_to_rfc1123_buffer(timestring, &pt)) in perform_formatting_test()
4875 result = timestring; in perform_formatting_test()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c4852 char timestring[29]; in perform_formatting_test() local
4874 if (png_convert_to_rfc1123_buffer(timestring, &pt)) in perform_formatting_test()
4875 result = timestring; in perform_formatting_test()