Searched refs:dateformat (Results 1 – 25 of 44) sorted by relevance
12
/external/apache-http/src/org/apache/http/protocol/ |
D | HttpDateGenerator.java | 65 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/ |
D | test_urllibnet.py | 200 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/ |
D | test_urllibnet.py | 196 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/ |
D | format-strings.c | 589 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/ |
D | format-strings.c | 600 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/ |
D | nexus-s.log | 58 ro.com.android.dateformat=MM-dd-yyyy
|
D | alldocube-iwork8.log | 64 ro.com.android.dateformat=MM-dd-yyyy
|
D | padcod-10.1.log | 38 ro.com.android.dateformat=MM-dd-yyyy
|
D | memo-pad-7.log | 59 ro.com.android.dateformat=MM-dd-yyyy
|
D | nexus4.log | 49 ro.com.android.dateformat=MM-dd-yyyy
|
D | zenfone-c.log | 70 ro.com.android.dateformat=MM-dd-yyyy
|
D | nexus10.log | 75 ro.com.android.dateformat=MM-dd-yyyy
|
D | zenfone-2.log | 68 ro.com.android.dateformat=MM-dd-yyyy
|
D | galaxy-s5-global.log | 122 ro.com.android.dateformat=MM-dd-yyyy
|
D | galaxy-a3-2016-eu.log | 152 ro.com.android.dateformat=MM-dd-yyyy
|
D | atm7029b-tablet.log | 79 ro.com.android.dateformat=MM-dd-yyyy
|
D | xiaomi-redmi-2a.log | 40 ro.com.android.dateformat=MM-dd-yyyy
|
D | galaxy-tab-3-lite.log | 158 ro.com.android.dateformat=MM-dd-yyyy
|
D | galaxy-grand-prime.log | 134 ro.com.android.dateformat=MM-dd-yyyy
|
D | zenfone-2e.log | 106 ro.com.android.dateformat=MM-dd-yyyy
|
D | galaxy-j1-2016.log | 136 ro.com.android.dateformat=MM-dd-yyyy
|
D | galaxy-grand-prime-value-edition.log | 134 ro.com.android.dateformat=MM-dd-yyyy
|
D | galaxy-s3-us.log | 192 ro.com.android.dateformat=MM-dd-yyyy
|
D | xperia-sl.log | 193 ro.com.android.dateformat=MM-dd-yyyy
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | build.log | 96 dateformat: 2.0.0
|
12