Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp183 EXPECT_FALSE(options_.show_header_only); in TEST_F()
207 EXPECT_FALSE(options_.show_header_only); in TEST_F()
232 EXPECT_FALSE(options_.show_header_only); in TEST_F()
248 EXPECT_FALSE(options_.show_header_only); in TEST_F()
264 EXPECT_FALSE(options_.show_header_only); in TEST_F()
279 EXPECT_FALSE(options_.show_header_only); in TEST_F()
294 EXPECT_FALSE(options_.show_header_only); in TEST_F()
310 EXPECT_FALSE(options_.show_header_only); in TEST_F()
325 EXPECT_FALSE(options_.show_header_only); in TEST_F()
352 EXPECT_FALSE(options_.show_header_only); in TEST_F()
[all …]
/frameworks/native/cmds/dumpstate/
Ddumpstate.h401 bool show_header_only = false; member
Ddumpstate.cpp2615 options.do_screenshot, options.is_remote_mode, options.show_header_only, in LogDumpOptions()
2641 case 'v': show_header_only = true; break; in Initialize()
2805 if (options_->show_header_only) { in RunInternal()