Searched refs:strftime (Results 76 - 100 of 136) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
H A Dperftestsrunner.py307 return datetime.strftime('%Y-%m-%dT%H:%M:%S.%f')
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des_generator.py187 """ % (program, functionList, version, time.strftime("%Y-%m-%d %H:%M:%S"))
/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dpolicies.py353 dump.time).strftime('%Y-%m-%d %H:%M:%S')
/external/chromium_org/tools/real_world_impact/
H A Dreal_world_impact.py367 now = datetime.datetime.today().strftime("%a %Y-%m-%d %H:%M")
/external/chromium_org/v8/tools/
H A Dstats-viewer.py166 self.root.title("Stats Viewer [updated %s]" % time.strftime("%H:%M:%S"))
/external/clang/test/Sema/
H A Dformat-strings.c555 void __attribute__((format(strftime,1,0))) dateformat(const char *fmt);
563 dateformat(str); // no-warning (using strftime non-literal is not unsafe)
/external/clang/utils/
H A DFindSpecRefs904 print >>f, 'Generated: %s<br>'%(time.strftime('%Y-%m-%d %H:%M'),)
/external/deqp/scripts/
H A Drun_nightly.py118 return datetime.now().strftime("%Y-%m-%d-%H-%M")
/external/ipsec-tools/src/racoon/
H A Dbackupsa.c108 l = strftime(p, len, format, tm);
/external/iptables/utils/
H A Dnfnl_osf.c123 strftime(str, sizeof(str), "%F %R:%S", &tm);
/external/lldb/source/DataFormatters/
H A DCocoa.cpp561 if (strftime (&buffer[0], 1023, "%Z", tm_date) == 0)
/external/mesa3d/src/mesa/main/
H A Des_generator.py187 """ % (program, functionList, version, time.strftime("%Y-%m-%d %H:%M:%S"))
/external/ppp/pppd/plugins/radius/
H A Davpair.c751 strftime (buffer, sizeof (buffer), "%m/%d/%y %H:%M:%S",
/external/jhead/
H A Djhead.c135 strftime(TimeStr, 20, "%Y:%m:%d %H:%M:%S", &ts);
580 // Complicated scheme for flexibility. Just pass the args to strftime.
630 strftime(NewName, PATH_MAX, pattern, &tm);
1243 " is passed to the 'strftime' function for formatting\n"
1244 " In addition to strftime format codes:\n"
1503 // A strftime format string is supplied.
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc450 INTERCEPTOR(SIZE_T, strftime, char *s, SIZE_T max, const char *format,
452 INTERCEPTOR_STRFTIME_BODY(char, SIZE_T, strftime, s, max, format, tm);
1549 INTERCEPT_FUNCTION(strftime);
/external/chromium_org/gpu/tools/
H A Dcheck_gpu_bots.py289 return time.strftime("%a, %d %b %Y %H:%M:%S", t)
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dupdate_nacl_manifest.py112 return time.strftime('naclsdk_manifest2.%Y_%m_%d_%H_%M_%S.json',
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dmanager.py157 timestamp = time.strftime("%Y-%m-%d-%H-%M-%S", time.localtime(self._filesystem.mtime(self._filesystem.join(self._results_directory, "results.html"))))
/external/chromium_org/third_party/libxml/src/
H A Dxmlmemory.c737 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dgenpyx.py496 ostream.putln( now.strftime('# Code generated by pyxelator on %x at %X') + '\n' )
/external/chromium_org/v8/tools/push-to-trunk/
H A Dcommon_includes.py246 return datetime.date.today().strftime("%Y-%m-%d")
/external/iproute2/ip/
H A Dipntable.c344 strftime(str, sizeof(str), "%Y-%m-%d %T", tp);
/external/libxml2/
H A Dxmlmemory.c740 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct);
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py555 created = time.strftime('%Y-%m-%dT%H:%M:%SZ',time.gmtime())
592 iso_now = time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime())
/external/e2fsprogs/misc/
H A De2image.c639 strftime(buff, 30, "%T", gmtime(&est));
707 strftime(buff, 30, "%T", gmtime(&duration));

Completed in 3210 milliseconds

123456