Home
last modified time | relevance | path

Searched refs:strftime (Results 1 – 25 of 138) sorted by relevance

123456

/external/clang/utils/CIndex/
Dcompletion_logger_server.py4 from time import strftime
33 f.write("\"time\": \"{0}\"".format(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S')))
/external/protobuf/gtest/scripts/
Dgen_gtest_pred_impl.py74 '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/
Dgen_gtest_pred_impl.py74 '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/
Dctime40 size_t strftime(char* restrict s, size_t maxsize, const char* restrict format,
68 using ::strftime;
/external/clang/test/Sema/
Dattr-format.c15 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/
Dgit2cl.pl340 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/
Dprogress.py191 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/
Dwritesrc.c57 strftime(year, sizeof(year), "%Y", lt); in usrc_createWithHeader()
59 strftime(buffer, sizeof(buffer), "%Y-%m-%d", lt); in usrc_createWithHeader()
/external/robolectric/
Dupdate-downloads.rb27 … download_html += " <td class=\"date\">#{File.mtime(f).strftime("%Y/%m/%d %H:%M:%S %Z")}</td>\n"
/external/libxml2/vms/
Dconfig.vms5 /* 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/
Dextras_i18n_test.py241 result = localtime.strftime(format)
247 result = localtime.strftime(format)
258 result = localtime.strftime(format)
265 result = localtime.strftime(format)
/external/openssh/
Dsftp-common.c240 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/
Dupdate-copyright-year.py11 COPYRIGHT_REPLACEMENT = r'Copyright (C) \1-' + time.strftime("%Y") + r' drawElements Ltd.'
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTime.java216 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/
Dtime_h.pass.cpp39 static_assert((std::is_same<decltype(strftime(c1,s,c2,&tmv)), size_t>::value), ""); in main()
/external/icu/icu4c/source/tools/tzcode/
Dasctime.c102 (void) strftime(year, sizeof year, "%Y", timeptr); in asctime_r()
/external/google-breakpad/src/processor/
Dlogging.cc66 strftime(time_string, sizeof(time_string), "%Y-%m-%d %H:%M:%S", &tm_struct); in LogStream()
/external/libcxx/test/std/utilities/date.time/
Dtested_elsewhere.pass.cpp37 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/
Dctime.pass.cpp39 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), ""); in main()
/external/v8/tools/testrunner/local/
Dverbose.py84 return time.strftime("%M:%S.", time.gmtime(d)) + ("%03i" % millis)
/external/icu/icu4c/source/tools/genren/
Dgenren.pl71 $YEAR = strftime "%Y",localtime;
/external/toybox/toys/posix/
Dcal.c32 len = strftime(temp, 21, "%B %Y", tm); in calstrings()
/external/ppp/pppd/plugins/rp-pppoe/
Ddebug.c103 strftime(timebuf, 256, "%H:%M:%S", lt); in dumpPacket()
/external/llvm/lib/Support/Windows/
DTimeValue.inc55 strftime(Buffer, sizeof(Buffer), "%Y-%m-%d %H:%M:%S", LT);
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dscgiserver.py34 timestamp = time.strftime("%Y-%m-%d %H:%M:%S",

123456