Home
last modified time | relevance | path

Searched refs:print_time (Results 1 – 6 of 6) sorted by relevance

/system/testing/gtest_extras/
DTest.cpp70 if (::testing::GTEST_FLAG(print_time)) { in PrintGtestFormat()
103 if (::testing::GTEST_FLAG(print_time)) { in Print()
DIsolateMain.cpp166 ::testing::GTEST_FLAG(print_time) = options.print_time(); in IsolateMain()
DOptions.h46 bool print_time() const { return bools_.at("gtest_print_time"); } in print_time() function
DOptions.cpp228 bools_["gtest_print_time"] = ::testing::GTEST_FLAG(print_time); in Process()
/system/testing/gtest_extras/tests/
DOptionsTest.cpp80 EXPECT_TRUE(options.print_time()); in TEST()
521 EXPECT_TRUE(options.print_time()); in TEST()
526 EXPECT_FALSE(options.print_time()); in TEST()
531 EXPECT_TRUE(options.print_time()); in TEST()
644 EXPECT_TRUE(options.print_time()); in TEST()
798 EXPECT_FALSE(options.print_time()); in TEST()
811 EXPECT_TRUE(options.print_time()); in TEST()
/system/core/fs_mgr/tests/
Dadb-remount-test.sh49 print_time=false
417 if ${print_time}; then
577 print_time=true
601 if ${print_time}; then