Home
last modified time | relevance | path

Searched refs:FormattedTime (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dprofiler.cc22 class FormattedTime { class
24 explicit FormattedTime(double t) : time_(t) {} in FormattedTime() function in __anon00f7e5e70111::FormattedTime
30 std::ostream& operator<<(std::ostream& stream, const FormattedTime& time) { in operator <<()
184 << " total=" << FormattedTime(profiler_event.total_time()) in operator <<()
185 << " mean=" << FormattedTime(profiler_event.mean()) in operator <<()
186 << " min=" << FormattedTime(profiler_event.minimum()) in operator <<()
187 << " max=" << FormattedTime(profiler_event.maximum()) in operator <<()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp625 char FormattedTime[20] = { }; in printFileHeaders() local
626 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printFileHeaders()
633 W.printHex ("TimeDateStamp", FormattedTime, Obj->getTimeDateStamp()); in printFileHeaders()
729 char FormattedTime[20] = {}; in printCOFFDebugDirectory() local
731 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printCOFFDebugDirectory()
734 W.printHex("TimeDateStamp", FormattedTime, D.TimeDateStamp); in printCOFFDebugDirectory()
818 char FormattedTime[20] = {}; in printCOFFLoadConfig() local
820 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printCOFFLoadConfig()
827 W.printHex("TimeDateStamp", FormattedTime, TDS); in printCOFFLoadConfig()
1785 char FormattedTime[20] = {}; in printResourceDirectoryTable() local
[all …]
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp556 char FormattedTime[20] = { }; in printFileHeaders() local
557 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printFileHeaders()
564 W.printHex ("TimeDateStamp", FormattedTime, Obj->getTimeDateStamp()); in printFileHeaders()
659 char FormattedTime[20] = {}; in printCOFFDebugDirectory() local
661 strftime(FormattedTime, 20, "%Y-%m-%d %H:%M:%S", gmtime(&TDS)); in printCOFFDebugDirectory()
664 W.printHex("TimeDateStamp", FormattedTime, D.TimeDateStamp); in printCOFFDebugDirectory()