Searched refs:time (Results 101 - 105 of 105) sorted by relevance

12345

/gem5/src/arch/arm/
H A Dsemihosting.cc46 #include "base/time.hh"
138 timeBase([p]{ struct tm t = p->time; return mkutctime(&t); }()),
/gem5/src/dev/arm/
H A DRealView.py435 time = Param.Time('01/01/2009', "System time to use ('Now' for actual time)") variable in class:PL031
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc40 #include <time.h>
4840 // One naive implementation of the matcher runs in O(N!) time, which is too
5010 // compatible but runs in worst-case factorial time, so we only
5193 seed = static_cast<testing::internal::Int32>(time(NULL));
/gem5/src/sim/
H A Dsyscall_emul.hh82 #include <sys/time.h>
494 /// real-world time) to keep simulations repeatable.
497 /// Helper function to convert current elapsed time to seconds and
508 /// Helper function to convert current elapsed time to seconds and
1092 * underlying host for any other time than tmout a zero timeout.
2259 // do nothing. We have no child processes, so they take no time.
2283 // Fill in the time structure (in clocks)
2300 /// Target time() function.
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc62 #include <time.h>
429 // Set up the time zone for FormatEpochTimeInMillisAsIso8601 to use. We
430 // cannot use the local time zone because the function's output depends
431 // on the time zone.
1990 "time");
2063 "time");
2072 "'classname', 'name', 'status', 'time', 'type_param', and 'value_param'"
2092 "time");
7355 // Tests that IsAProtocolMessage<T>::value is a compile-time constant.
7487 // Tests that ImplicitlyConvertible<T1, T2>::value is a compile-time constan
[all...]

Completed in 76 milliseconds

12345