HomeSort by relevance Sort by last modified time
    Searched refs:timestring (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Lib/test/
test_ssl.py 684 def cert_time_ok(self, timestring, timestamp):
685 self.assertEqual(ssl.cert_time_to_seconds(timestring), timestamp)
687 def cert_time_fail(self, timestring):
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)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
LanguageTestFmwk.java 179 protected static String timestring(Period ts) { method in class:LanguageTestFmwk
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
LanguageTestFmwk.java 178 protected static String timestring(Period ts) { method in class:LanguageTestFmwk
  /external/python/cpython3/Lib/test/
test_ssl.py     [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 4852 char timestring[29]; local
    [all...]

Completed in 402 milliseconds