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.cpp187 EXPECT_FALSE(options_.show_header_only); in TEST_F()
210 EXPECT_FALSE(options_.show_header_only); in TEST_F()
234 EXPECT_FALSE(options_.show_header_only); in TEST_F()
248 EXPECT_FALSE(options_.show_header_only); in TEST_F()
263 EXPECT_FALSE(options_.show_header_only); in TEST_F()
277 EXPECT_FALSE(options_.show_header_only); in TEST_F()
292 EXPECT_FALSE(options_.show_header_only); in TEST_F()
307 EXPECT_FALSE(options_.show_header_only); in TEST_F()
321 EXPECT_FALSE(options_.show_header_only); in TEST_F()
348 EXPECT_FALSE(options_.show_header_only); in TEST_F()
[all …]
/frameworks/native/cmds/dumpstate/
Ddumpstate.h417 bool show_header_only = false; member
Ddumpstate.cpp2972 options.do_screenshot, options.is_remote_mode, options.show_header_only, in LogDumpOptions()
3004 case 'v': show_header_only = true; break; in Initialize()
3239 if (options_->show_header_only) { in RunInternal()