Home
last modified time | relevance | path

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

/aosp12/art/libartbase/base/
H A Dflags_test.cc146 class FlagsTestsCmdLineOnly : public FlagsTestsWithCmdLineBase { class
148 FlagsTestsCmdLineOnly() : FlagsTestsWithCmdLineBase(FlagType::kCmdlineOnly) { in FlagsTestsCmdLineOnly() function in art::FlagsTestsCmdLineOnly
224 TEST_F(FlagsTestsCmdLineOnly, CmdlineOnlyFlags) { in TEST_F() argument