/external/clang/utils/CIndex/ |
D | completion_logger_server.py | 4 from time import strftime 33 f.write("\"time\": \"{0}\"".format(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S')))
|
/external/libvpx/libvpx/third_party/googletest/src/scripts/ |
D | gen_gtest_pred_impl.py | 74 'today' : time.strftime('%m/%d/%Y'), 75 'year' : time.strftime('%Y'), 330 'today' : time.strftime('%m/%d/%Y'), 331 'year' : time.strftime('%Y'),
|
/external/protobuf/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 74 'today' : time.strftime('%m/%d/%Y'), 75 'year' : time.strftime('%Y'), 332 'today' : time.strftime('%m/%d/%Y'), 333 'year' : time.strftime('%Y'),
|
/external/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 74 'today' : time.strftime('%m/%d/%Y'), 75 'year' : time.strftime('%Y'), 330 'today' : time.strftime('%m/%d/%Y'), 331 'year' : time.strftime('%Y'),
|
/external/chromium/testing/gtest/scripts/ |
D | gen_gtest_pred_impl.py | 74 'today' : time.strftime('%m/%d/%Y'), 75 'year' : time.strftime('%Y'), 330 'today' : time.strftime('%m/%d/%Y'), 331 'year' : time.strftime('%Y'),
|
/external/clang/test/Sema/ |
D | attr-format.c | 15 void y(char *str) __attribute__((format(strftime, 1,0))); // no-error 16 void z(char *str, int c, ...) __attribute__((format(strftime, 1,2))); // expected-error {{strftime …
|
/external/webkit/Tools/Scripts/ |
D | roll-over-ChangeLogs | 34 date_suffix = Date.today.strftime("-%Y-%m-%d")
|
/external/icu4c/tools/toolutil/ |
D | writesrc.c | 57 strftime(year, sizeof(year), "%Y", lt); in usrc_createWithHeader() 59 strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt); in usrc_createWithHeader()
|
/external/stlport/stlport/stl/ |
D | _ctime.h | 48 using _STLP_VENDOR_CSTD::strftime;
|
/external/robolectric/ |
D | update-downloads.rb | 27 … download_html += " <td class=\"date\">#{File.mtime(f).strftime("%Y/%m/%d %H:%M:%S %Z")}</td>\n"
|
/external/openssh/ |
D | sftp-common.c | 213 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime); in ls_file() 215 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime); in ls_file()
|
/external/icu4c/tools/tzcode/ |
D | asctime.c | 106 (void) strftime(year, sizeof year, "%Y", timeptr);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowTime.java | 216 Strftime strftime = new Strftime(format, Locale.getDefault()); in format() local 217 strftime.setTimeZone(TimeZone.getTimeZone(time.timezone)); in format() 218 return strftime.format(new Date(toMillis(false))); in format()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | DateConversion.cpp | 89 strftime(timeZoneName, sizeof(timeZoneName), "%Z", >m); in formatTime()
|
/external/icu4c/tools/genren/ |
D | genren.pl | 71 $YEAR = strftime "%Y",localtime;
|
/external/llvm/lib/Support/Windows/ |
D | TimeValue.inc | 46 strftime(buffer, 25, "%a %b %d %H:%M:%S %Y", lt);
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | debug.c | 103 strftime(timebuf, 256, "%H:%M:%S", lt); in dumpPacket()
|
/external/dropbear/ |
D | svr-session.c | 188 || strftime(datestr, sizeof(datestr), "%b %d %H:%M:%S", in svr_dropbear_log()
|
/external/icu4c/test/compat/ |
D | tzdate.c | 130 strftime(systime, sizeof(char) * 80, "%Y%m%d %I:%M %p", &ts); in getSystemCurrentTime()
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
D | presenceouttask.cc | 138 strftime(output, ARRAY_SIZE(output), "%Y%m%dT%H:%M:%S", current_time); in TranslateStatus()
|
/external/srec/portable/include/ |
D | ptypes.h | 257 #define LSTRFTIME strftime
|
/external/webkit/Tools/Scripts/webkitpy/tool/bot/ |
D | queueengine.py | 160 …return "%s Sleeping until %s (%s)." % (message, wake_time.strftime(self.log_date_format), self.sle…
|
/external/webkit/PerformanceTests/SunSpider/ |
D | sunspider | 151 my $timeString = strftime "%Y-%m-%d-%H.%M.%S", localtime $^T;
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 175 int strftime(char *, int, char *, struct tm *);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 175 int strftime(char *, int, char *, struct tm *);
|