Home
last modified time | relevance | path

Searched refs:dateformat (Results 1 – 25 of 44) sorted by relevance

12

/external/apache-http/src/org/apache/http/protocol/
DHttpDateGenerator.java65 private final DateFormat dateformat; field in HttpDateGenerator
72 this.dateformat = new SimpleDateFormat(PATTERN_RFC1123, Locale.US); in HttpDateGenerator()
73 this.dateformat.setTimeZone(GMT); in HttpDateGenerator()
80 this.dateAsText = this.dateformat.format(new Date(now)); in getCurrentDate()
/external/python/cpython2/Lib/test/
Dtest_urllibnet.py200 dateformat = '%a, %d %b %Y %H:%M:%S GMT'
202 time.strptime(datevalue, dateformat)
204 self.fail('Date value not in %r format', dateformat)
/external/python/cpython3/Lib/test/
Dtest_urllibnet.py196 dateformat = '%a, %d %b %Y %H:%M:%S GMT'
198 time.strptime(datevalue, dateformat)
200 self.fail('Date value not in %r format' % dateformat)
/external/clang/test/Sema/
Dformat-strings.c589 void __attribute__((format(strftime,1,0))) dateformat(const char *fmt);
596 dateformat(""); // expected-warning{{format string is empty}} in test_other_formats()
597 dateformat(str); // no-warning (using strftime non-literal is not unsafe) in test_other_formats()
/external/llvm-project/clang/test/Sema/
Dformat-strings.c600 void __attribute__((format(strftime,1,0))) dateformat(const char *fmt);
607 dateformat(""); // expected-warning{{format string is empty}} in test_other_formats()
608 dateformat(str); // no-warning (using strftime non-literal is not unsafe) in test_other_formats()
/external/cpuinfo/test/build.prop/
Dnexus-s.log58 ro.com.android.dateformat=MM-dd-yyyy
Dalldocube-iwork8.log64 ro.com.android.dateformat=MM-dd-yyyy
Dpadcod-10.1.log38 ro.com.android.dateformat=MM-dd-yyyy
Dmemo-pad-7.log59 ro.com.android.dateformat=MM-dd-yyyy
Dnexus4.log49 ro.com.android.dateformat=MM-dd-yyyy
Dzenfone-c.log70 ro.com.android.dateformat=MM-dd-yyyy
Dnexus10.log75 ro.com.android.dateformat=MM-dd-yyyy
Dzenfone-2.log68 ro.com.android.dateformat=MM-dd-yyyy
Dgalaxy-s5-global.log122 ro.com.android.dateformat=MM-dd-yyyy
Dgalaxy-a3-2016-eu.log152 ro.com.android.dateformat=MM-dd-yyyy
Datm7029b-tablet.log79 ro.com.android.dateformat=MM-dd-yyyy
Dxiaomi-redmi-2a.log40 ro.com.android.dateformat=MM-dd-yyyy
Dgalaxy-tab-3-lite.log158 ro.com.android.dateformat=MM-dd-yyyy
Dgalaxy-grand-prime.log134 ro.com.android.dateformat=MM-dd-yyyy
Dzenfone-2e.log106 ro.com.android.dateformat=MM-dd-yyyy
Dgalaxy-j1-2016.log136 ro.com.android.dateformat=MM-dd-yyyy
Dgalaxy-grand-prime-value-edition.log134 ro.com.android.dateformat=MM-dd-yyyy
Dgalaxy-s3-us.log192 ro.com.android.dateformat=MM-dd-yyyy
Dxperia-sl.log193 ro.com.android.dateformat=MM-dd-yyyy
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dbuild.log96 dateformat: 2.0.0

12