HomeSort by relevance Sort by last modified time
    Searched refs:strftime (Results 126 - 150 of 495) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
SetStamp.c 106 if (strftime (buffer, LINE_MAXLEN, "%Y-%m-%d %H:%M:%S", now) == 0) {
  /external/autotest/client/common_lib/cros/network/
tcpdump_analyzer.py 82 return self._datetime.strftime(self.TIME_FORMAT)
  /external/autotest/client/cros/chameleon/
screen_comparison.py 71 time_str = time.strftime('%H%M%S')
  /external/autotest/client/deps/glbench/src/
main.cc 81 strftime(time_string, 63, "%c",ttime);
  /external/autotest/server/site_tests/video_VDAStress/
output_test_video_params.py 123 name = '__test_video_list_%s' % time.strftime("%Y%m%d_%H%M%S")
  /external/elfutils/tests/
saridx.c 175 strftime (buf, sizeof buf, "%Y-%m-%dT%H:%M:%S%z", gmtime (&t));
  /external/ipsec-tools/src/racoon/
plog.c 114 len = strftime(p, reslen, "%Y-%m-%d %T: ", tm);
  /external/libcxx/include/support/xlocale/
__posix_l_fallback.h 148 return ::strftime(s, max, format, tm);
  /external/libpcap/lbl/
os-sunos4.h 171 int strftime(char *, int, char *, struct tm *);
  /external/libxml2/doc/
queries.py 26 date = time.strftime("%Y%m%d")
  /external/ltp/pan/
reporter.c 137 strftime(key_get, KEYSIZE, "%x", tm);
  /external/ltp/testcases/kernel/timers/leapsec/
leapsec_timer.c 115 if (!strftime(buf, sizeof(buf), fmt, localtime(&now->tv_sec))) {
  /external/oj-libjdwp/src/share/back/
log_messages.c 66 (void)strftime(format, sizeof(format),
  /external/pdfium/testing/tools/
common.py 150 print '[%s] %s' % (datetime.datetime.now().strftime("%Y%m%d %H:%M:%S"),
  /external/stressapptest/src/
logger.cc 47 length = strftime(buffer, sizeof(buffer), "%Y/%m/%d-%H:%M:%S(%Z) ",
  /external/tcpdump/lbl/
os-sunos4.h 172 int strftime(char *, int, char *, struct tm *);
  /external/tensorflow/tensorflow/contrib/tpu/profiler/
capture_tpu_profile.cc 47 CHECK_NE(std::strftime(s, sizeof(s), "%F_%T", std::localtime(&t)), 0);
  /external/tensorflow/tensorflow/core/platform/default/
logging.cc 85 strftime(time_buffer, time_buffer_size, "%Y-%m-%d %H:%M:%S",
  /external/tensorflow/tensorflow/tools/test/
run_and_gather_logs.py 87 time.strftime("%Y%m%d%H%M%S", time.gmtime()))
  /external/toolchain-utils/automation/common/
events.py 57 return time.strftime('%m/%d/%Y %H:%M:%S', time.gmtime(self._time_started))
logger.py 87 t = time.strftime('%Y-%m-%d %H:%M:%S', ct)
  /external/toolchain-utils/
buildbot_test_llvm.py 67 self._weekday = time.strftime('%a')
  /external/toybox/toys/posix/
date.c 29 +FORMAT specifies display format string using strftime(3) syntax:
133 // Print strftime plus %N escape(s). note: modifies fmt for %N
149 if (!strftime(toybuf, sizeof(toybuf)-10, fmt, tm))
  /external/webrtc/webrtc/libjingle/xmpp/
presenceouttask.cc 132 strftime(output, arraysize(output), "%Y%m%dT%H:%M:%S", current_time);
  /frameworks/av/media/libnblog/
ReportPerformance.cpp 68 strftime(currTime, sizeof(currTime), "%Y%m%d%H%M%S", &tm);

Completed in 1117 milliseconds

1 2 3 4 56 7 8 91011>>