Searched refs:print_time (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/crypto/heimdal/lib/gssapi/
H A Dtest_acquire_cred.c52 print_time(OM_uint32 time_rec) function
86 print_time(time_rec);
112 print_time(time_rec);
161 print_time(time_rec);
/freebsd-current/contrib/googletest/googletest/test/
H A Dgoogletest-env-var-test_.cc93 if (strcmp(flag, "print_time") == 0) {
94 cout << GTEST_FLAG_GET(print_time);
H A Dgtest_unittest.cc46 GTEST_FLAG_GET(print_time) || GTEST_FLAG_GET(random_seed) ||
1611 GTEST_FLAG_SET(print_time, true);
1641 EXPECT_TRUE(GTEST_FLAG_GET(print_time));
1660 GTEST_FLAG_SET(print_time, false);
5481 print_time(true),
5566 static Flags PrintTime(bool print_time) { argument
5568 flags.print_time = print_time;
5640 bool print_time; member in struct:testing::Flags
5664 GTEST_FLAG_SET(print_time, tru
[all...]
H A Dgoogletest-output-test_.cc1022 GTEST_FLAG_SET(print_time, false);
/freebsd-current/crypto/openssl/test/testutil/
H A Dtests.c445 static const char *print_time(const ASN1_TIME *t) function
462 print_time(at1), print_time(at2)); \
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h156 print_time_ = GTEST_FLAG_GET(print_time);
182 GTEST_FLAG_SET(print_time, print_time_);
H A Dgtest.cc323 GTEST_DEFINE_bool_(print_time,
324 testing::internal::BoolFromGTestEnv("print_time", true),
3504 if (GTEST_FLAG_GET(print_time)) {
3516 if (!GTEST_FLAG_GET(print_time)) return;
3527 if (!GTEST_FLAG_GET(print_time)) return;
3623 if (GTEST_FLAG_GET(print_time)) {
3717 if (GTEST_FLAG_GET(print_time)) {
3734 if (GTEST_FLAG_GET(print_time)) {
6524 "print_time=0@D\n"
6596 GTEST_INTERNAL_PARSE_FLAG(print_time);
[all...]
/freebsd-current/crypto/openssl/test/
H A Dssl_old_test.c910 int print_time = 0; local
1079 print_time = 1;
1304 if (print_time) {
1876 if (print_time) {
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest.h122 GTEST_DECLARE_bool_(print_time); variable
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dztest.c8473 print_time(hrtime_t t, char *timebuf) function
8982 print_time(zs->zs_proc_stop - now, timebuf);
9005 print_time(zc->zc_time, timebuf);

Completed in 146 milliseconds