Home
last modified time | relevance | path

Searched defs:strftime (Results 1 – 5 of 5) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTime.java216 Strftime strftime = new Strftime(format, Locale.getDefault()); in format() local
/external/python/cpython2/Lib/test/
Dtest_datetime.py910 def strftime(self, format_spec): member in TestDate.test_format.B
1220 def strftime(self, format_spec): member in TestDateTime.test_format.B
1874 def strftime(self, format_spec): member in TestTime.test_format.B
/external/python/cpython3/Lib/
Ddatetime.py766 def strftime(self, fmt): member in date
1246 def strftime(self, fmt): member in time
/external/python/cpython3/Lib/test/
Ddatetimetester.py1266 def strftime(self, format_spec): member in TestDate.test_format.B
1625 def strftime(self, format_spec): member in TestDateTime.test_format.B
2471 def strftime(self, format_spec): member in TestTime.test_format.B
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc512 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format, in INTERCEPTOR() argument