Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_ssl.py684 def cert_time_ok(self, timestring, timestamp): argument
685 self.assertEqual(ssl.cert_time_to_seconds(timestring), timestamp)
687 def cert_time_fail(self, timestring): argument
689 ssl.cert_time_to_seconds(timestring)
700 timestring = "Jan 5 09:34:43 2018 GMT"
702 self.cert_time_ok(timestring, ts)
704 self.assertEqual(ssl.cert_time_to_seconds(cert_time=timestring), ts)
/external/python/cpython3/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)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DLanguageTestFmwk.java178 protected static String timestring(Period ts) { in timestring() method in LanguageTestFmwk
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DLanguageTestFmwk.java179 protected static String timestring(Period ts) { in timestring() method in LanguageTestFmwk
/external/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()