Home
last modified time | relevance | path

Searched refs:test_gmtime (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/chrono/test/io/
Dtime_point_output.cpp216 void test_gmtime(std::time_t t) in test_gmtime() function
253 test_gmtime( 0 ); in main()
254 test_gmtime( -1 ); in main()
255 test_gmtime( +1 ); in main()
256 test_gmtime( 0 - (3600 * 24) ); in main()
257 test_gmtime( -1 - (3600 * 24) ); in main()
258 test_gmtime( +1 - (3600 * 24) ); in main()
259 test_gmtime( 0 + (3600 * 24) ); in main()
260 test_gmtime( -1 + (3600 * 24) ); in main()
261 test_gmtime( +1 + (3600 * 24) ); in main()
[all …]
/third_party/openssl/test/
Dgmdifftest.c50 static int test_gmtime(int offset) in test_gmtime() function
63 ADD_ALL_TESTS_NOSUBTEST(test_gmtime, 1000000); in setup_tests()