Searched refs:strftime (Results 1 - 25 of 136) sorted by relevance

123456

/external/chromium_org/tools/profile_chrome/
H A Dutil.py8 return time.strftime('%Y-%m-%d-%H%M%S', time.localtime())
/external/chromium_org/chrome/installer/tools/
H A Dsetup_timer.py74 time.strftime("%x %X", time.localtime()), current_stage,
79 time.strftime("%x %X", time.localtime()), current_stage,
88 time.strftime("%x %X", time.localtime()), new_stage)
92 time.strftime("%x %X", time.localtime()))
96 time.strftime("%x %X", time.localtime()))
/external/clang/utils/CIndex/
H A Dcompletion_logger_server.py4 from time import strftime namespace
33 f.write("\"time\": \"{0}\"".format(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S')))
/external/llvm/lib/Support/Unix/
H A DTimeValue.inc30 strftime(Buffer1, sizeof(Buffer1), "%Y-%m-%d %H:%M:%S", LT);
/external/chromium_org/third_party/android_testrunner/
H A Dlogger.py63 return "# %s: %s" % (datetime.datetime.now().strftime("%m/%d/%y %H:%M:%S"),
/external/chromium_org/third_party/webrtc/
H A DPRESUBMIT.py12 current_year = int(input_api.time.strftime('%Y'))
/external/stlport/stlport/stl/
H A D_ctime.h48 using _STLP_VENDOR_CSTD::strftime;
/external/clang/test/Sema/
H A 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 format attribute requires 3rd parameter to be 0}}
/external/chromium_org/testing/gtest/scripts/
H A 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dpywebsocket.py59 time_str = time.strftime('%d%b%Y-%H%M%S')
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dasctime.c7 ** Avoid the temptation to punt entirely to strftime;
8 ** the output of strftime is supposed to be locale specific
37 ** we call a strftime variant that produces fewer characters for some years.
101 ** Use strftime's %Y to generate the year, to avoid overflow problems
103 ** Assume that strftime is unaffected by other out-of-range members
106 (void) strftime(year, sizeof year, "%Y", timeptr);
/external/chromium_org/tools/gyp/
H A DPRESUBMIT.py77 current_year = int(input_api.time.strftime('%Y'))
/external/deqp/framework/delibs/scripts/
H A Dupdate-copyright-year.py11 COPYRIGHT_REPLACEMENT = r'Copyright (C) \1-' + time.strftime("%Y") + r' drawElements Ltd.'
/external/icu/icu4c/source/tools/tzcode/
H A Dasctime.c7 ** Avoid the temptation to punt entirely to strftime;
8 ** the output of strftime is supposed to be locale specific
37 ** we call a strftime variant that produces fewer characters for some years.
101 ** Use strftime's %Y to generate the year, to avoid overflow problems
103 ** Assume that strftime is unaffected by other out-of-range members
106 (void) strftime(year, sizeof year, "%Y", timeptr);
/external/libcxx/test/depr/depr.c.headers/
H A Dtime_h.pass.cpp39 static_assert((std::is_same<decltype(strftime(c1,s,c2,&tmv)), size_t>::value), "");
/external/libcxx/test/language.support/support.runtime/
H A Dctime.pass.cpp39 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), "");
/external/libcxx/test/utilities/date.time/
H A Dtested_elsewhere.pass.cpp36 static_assert((std::is_same<decltype(std::strftime(str,s,"",&tm)), std::size_t>::value), "");
/external/protobuf/gtest/scripts/
H A 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/chromium_org/third_party/icu/source/tools/genren/
H A Dgenren.pl19 use POSIX qw(strftime);
71 $YEAR = strftime "%Y",localtime;
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dhtml_output_formatter.py53 return dt.strftime('%Y-%m-%dT%H:%M:%S.%f')
127 file_name = 'html-results/results-%s' % datetime.datetime.now().strftime(
/external/icu/icu4c/source/tools/genren/
H A Dgenren.pl19 use POSIX qw(strftime);
71 $YEAR = strftime "%Y",localtime;
/external/chromium_org/third_party/libjingle/source/talk/
H A DPRESUBMIT.py32 current_year = int(input_api.time.strftime('%Y'))
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h135 extern size_t strftime(char *, size_t, const char *, const struct tm *);
/external/chromium_org/v8/tools/testrunner/local/
H A Dverbose.py84 return time.strftime("%M:%S.", time.gmtime(d)) + ("%03i" % millis)
/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer.py307 datetime_string = start_time.strftime('%Y,%m,%d,%H,%M,%S')
451 start_time.strftime('%Y-%m-%d-%H'))
464 date = start_time.strftime('%Y-%m-%d-%H')

Completed in 863 milliseconds

123456