Lines Matching refs:time
39 #include <time.h>
77 #include <sys/time.h> // NOLINT
83 #include <sys/time.h> // NOLINT
108 #include <sys/time.h> // NOLINT
115 #include <sys/time.h> // NOLINT
326 " should display elapsed time in text output.");
336 "[1, 99999], or 0 to use a seed based on the current time.");
701 // This function implements a linear-time string globbing algorithm based on
1153 // Return time elapsed in milliseconds since the timer was created.
1171 // Returns a timestamp as milliseconds since the epoch. Note this time may jump
1172 // around subject to adjustments by the system, to measure elapsed time use
2306 "random_seed", "tests", "time", "timestamp"};
2312 "tests", "time", "timestamp", "skipped"};
2316 "classname", "name", "status", "time",
2322 "classname", "name", "status", "time", "type_param",
4103 // Formats the given time in milliseconds as seconds.
4121 // MINGW <time.h> provides neither localtime_r nor localtime_s, but uses
4136 // Converts the given epoch time in milliseconds to a date string in the ISO
4197 OutputXmlAttribute(stream, "testsuite", "time",
4210 OutputXmlAttribute(stream, "testcase", "time",
4260 OutputXmlAttribute(stream, kTestsuite, "time",
4335 OutputXmlAttribute(stream, kTestsuite, "time",
4366 OutputXmlAttribute(stream, kTestsuites, "time",
4576 // Formats the given time in milliseconds as seconds.
4583 // Converts the given epoch time in milliseconds to a date string in the
4647 OutputJsonKey(stream, "testsuite", "time",
4664 OutputJsonKey(stream, "testcase", "time",
4716 OutputJsonKey(stream, kTestsuite, "time",
4774 OutputJsonKey(stream, kTestsuite, "time",
4818 OutputJsonKey(stream, kTestsuites, "time",
4901 // in both time and space -- important as the input str may contain an
5150 // Gets the singleton UnitTest object. The first time this method is
5242 // Gets the time of the test program start, in ms from the start of the
5248 // Gets the elapsed time, in milliseconds.
6449 // sequences. Then we print one segment at a time. At the end of
6511 " 99999, or 0 to use a seed based on the current time).\n"
6526 " Don't print the elapsed time of each test.\n"
6794 // Calling the function for the second time has no user-visible effect.