/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/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/google-breakpad/src/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/libcxx/include/ |
D | ctime | 40 size_t strftime(char* restrict s, size_t maxsize, const char* restrict format, 68 using ::strftime;
|
/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/libvncserver/utils/ |
D | git2cl.pl | 340 print (strftime "%Y-%m-%d $author\n\n", @date); 369 print (strftime "%Y-%m-%d $author\n\n", @date);
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | progress.py | 191 retval = { 'started': time.strftime("%Y-%m-%d %H:%M:%S", 200 retval['finished'] = time.strftime("%Y:%m:%d %H:%M:%S",
|
/external/icu/icu4c/source/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/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/libxml2/vms/ |
D | config.vms | 5 /* Define if you have the strftime function. */ 51 /* Define if you have the strftime function. */ 111 /* Define to 1 if you have the `strftime' function. */
|
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/ |
D | extras_i18n_test.py | 241 result = localtime.strftime(format) 247 result = localtime.strftime(format) 258 result = localtime.strftime(format) 265 result = localtime.strftime(format)
|
/external/openssh/ |
D | sftp-common.c | 240 sz = strftime(tbuf, sizeof tbuf, "%b %e %H:%M", ltime); in ls_file() 242 sz = strftime(tbuf, sizeof tbuf, "%b %e %Y", ltime); in ls_file()
|
/external/deqp/scripts/ |
D | update-copyright-year.py | 11 COPYRIGHT_REPLACEMENT = r'Copyright (C) \1-' + time.strftime("%Y") + r' drawElements Ltd.'
|
/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/libcxx/test/std/depr/depr.c.headers/ |
D | time_h.pass.cpp | 39 static_assert((std::is_same<decltype(strftime(c1,s,c2,&tmv)), size_t>::value), ""); in main()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | asctime.c | 102 (void) strftime(year, sizeof year, "%Y", timeptr); in asctime_r()
|
/external/google-breakpad/src/processor/ |
D | logging.cc | 66 strftime(time_string, sizeof(time_string), "%Y-%m-%d %H:%M:%S", &tm_struct); in LogStream()
|
/external/libcxx/test/std/utilities/date.time/ |
D | tested_elsewhere.pass.cpp | 37 static_assert((std::is_same<decltype(std::strftime(str,s,"",&tm)), std::size_t>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | ctime.pass.cpp | 39 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), ""); in main()
|
/external/v8/tools/testrunner/local/ |
D | verbose.py | 84 return time.strftime("%M:%S.", time.gmtime(d)) + ("%03i" % millis)
|
/external/icu/icu4c/source/tools/genren/ |
D | genren.pl | 71 $YEAR = strftime "%Y",localtime;
|
/external/toybox/toys/posix/ |
D | cal.c | 32 len = strftime(temp, 21, "%B %Y", tm); in calstrings()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | debug.c | 103 strftime(timebuf, 256, "%H:%M:%S", lt); in dumpPacket()
|
/external/llvm/lib/Support/Windows/ |
D | TimeValue.inc | 55 strftime(Buffer, sizeof(Buffer), "%Y-%m-%d %H:%M:%S", LT);
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
D | scgiserver.py | 34 timestamp = time.strftime("%Y-%m-%d %H:%M:%S",
|