Home
last modified time | relevance | path

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

/aosp14/frameworks/base/cmds/idmap2/tests/
H A DCommandLineOptionsTests.cpp40 TEST(CommandLineOptionsTests, Flag) { in TEST() argument
58 TEST(CommandLineOptionsTests, MandatoryOption) { in TEST() argument
73 TEST(CommandLineOptionsTests, MandatoryOptionMultipleArgsButExpectedOnce) { in TEST() argument
81 TEST(CommandLineOptionsTests, MandatoryOptionMultipleArgsAndExpectedOnceOrMore) { in TEST() argument
91 TEST(CommandLineOptionsTests, OptionalOption) { in TEST() argument
116 TEST(CommandLineOptionsTests, OptionalOptionList) { in TEST() argument
164 TEST(CommandLineOptionsTests, CornerCases) { in TEST() argument
184 TEST(CommandLineOptionsTests, ConvertArgvToVector) { in TEST() argument
197 TEST(CommandLineOptionsTests, ConvertArgvToVectorNoArgs) { in TEST() argument
206 TEST(CommandLineOptionsTests, Usage) { in TEST() argument
/aosp14/frameworks/base/cmds/idmap2/
H A DAndroid.bp167 "tests/CommandLineOptionsTests.cpp",