Searched refs:strftime (Results 101 - 125 of 136) sorted by relevance

123456

/external/ipsec-tools/src/racoon/
H A Dracoonctl.c1195 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
1325 strftime(tbuf, sizeof(tbuf), "%Y-%m-%d %T", tm);
/external/lldb/test/
H A Ddotest.py1234 timestamp_started = datetime.datetime.now().strftime("%Y-%m-%d-%H_%M_%S")
1620 print >> f, "Test finished at: %s\n" % datetime.datetime.now().strftime("%Y-%m-%d-%H_%M_%S")
/external/ltrace/etc/
H A Dlibc.so.conf364 ulong strftime(+string2,ulong,string,addr);
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuild_sdk.py192 datetime.datetime.now().strftime(time_format))
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dupdate_nacl_manifest_test.py173 timestamp = self.datetime.strftime('%Y-%m-%d %H:%M:%S.%f')
/external/chromium_org/remoting/host/linux/
H A Dlinux_me2me_host.py726 log_file_prefix = "chrome_remote_desktop_%s_" % time.strftime(
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm1478 my $newDate = strftime("%Y-%m-%d", @localTime);
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp1148 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime));
/external/chromium_org/third_party/libxml/src/
H A Dtriostr.c592 function strftime.
607 return strftime(target, max, format, datetime);
/external/clang/utils/ABITest/
H A DABITestGen.py628 info += '// Generated: %s\n'%(time.strftime('%Y-%m-%d %H:%M'),)
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py923 print(msg + time.strftime(" (%H:%M:%S)", time.localtime(time.time())))
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py923 print(msg + time.strftime(" (%H:%M:%S)", time.localtime(time.time())))
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp1158 strftime(timeBuf, sizeof(timeBuf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&currTime));
/external/libxml2/
H A Dtriostr.c592 function strftime.
607 return strftime(target, max, format, datetime);
/external/lldb/examples/python/
H A Dcrashlog.py555 out_file.write('\nDate/Time: %s\n' % (datetime.datetime.now().strftime("%Y-%m-%d %H:%M:%S")))
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp352 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS));
/external/qemu/
H A Dblock.c1951 strftime(date_buf, sizeof(date_buf),
1955 strftime(date_buf, sizeof(date_buf),
/external/elfutils/0.153/src/
H A Dar.c568 strftime (datestr, sizeof (datestr), "%b %e %H:%M %Y",
/external/iproute2/ip/
H A Dipxfrm.c382 strftime(str, sizeof(str), "%Y-%m-%d %T", tp);
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-kvm.c727 strftime(date, sizeof(date), "%H:%M:%S", &ltime);
/external/strace/
H A Dstrace.c637 strftime(str, sizeof(str), "%T", localtime(&local));
/external/tcpdump/
H A Dprint-rx.c718 strftime(str, 256, "%Y/%m/%d %T", tm); \
H A Dtcpdump.c609 /* Process with strftime if Gflag is set. */
618 /* There's no good way to detect an error in strftime since a return
621 strftime(filename, PATH_MAX, orig_name, local_tm);
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py1758 return time.strftime('%Y-%m-%d-%H%M%S', time.localtime())
/external/fio/
H A Dgclient.c127 strftime(tmp, sizeof(tmp), "%Y-%m-%d %H:%M:%S", tm);

Completed in 4016 milliseconds

123456