Searched refs:timestring (Results 1 – 7 of 7) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | xgettext.c | 1971 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/ |
D | ttmlparse.c | 280 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/ |
D | test_ssl.py | 1009 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/ |
D | LanguageTestFmwk.java | 179 protected static String timestring(Period ts) { in timestring() method in LanguageTestFmwk
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 4852 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/ |
D | pngvalid.c | 4852 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/ |
D | pngvalid.c | 4852 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()
|