Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp66 #define FMT_STRING false macro
254 EXPECT_TRUE(inputCommand(InputCommand::ENABLE, FMT_STRING).empty()); in TEST_F()
257 EXPECT_TRUE(inputCommand(InputCommand::DISABLE, FMT_STRING).empty()); in TEST_F()
266 EXPECT_TRUE(inputCommand(InputCommand::ENABLE, FMT_STRING).empty()); in TEST_F()
296 EXPECT_TRUE(inputCommand(InputCommand::ENABLE, FMT_STRING).empty()); in TEST_F()
304 const std::string result(inputCommand(InputCommand::DUMP_ALL, FMT_STRING)); in TEST_F()
313 EXPECT_TRUE(inputCommand(InputCommand::ENABLE, FMT_STRING).empty()); in TEST_F()
321 const std::string result(inputCommand(InputCommand::DUMP_ALL, FMT_STRING)); in TEST_F()
329 EXPECT_TRUE(inputCommand(InputCommand::ENABLE, FMT_STRING).empty()); in TEST_F()
352 const std::string result(inputCommand(InputCommand::DUMP_ALL, FMT_STRING)); in TEST_F()
[all …]