Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h98 struct CommandTest { struct
110 friend ::std::ostream& operator<<(::std::ostream& os, const CommandTest& self) {
117 std::vector<CommandTest> tests;
H A Dextensions.cpp225 std::vector<Configuration::CommandTest> tests; in ExtractOem()
228 Configuration::CommandTest ctest; in ExtractOem()
H A Dfixtures.h108 std::tuple<std::string, bool, extension::Configuration::CommandTest>> {};
H A Dmain.cpp71 std::vector<std::tuple<std::string, bool, extension::Configuration::CommandTest>> OEM_XML_TESTS;
1634 const extension::Configuration::CommandTest& test = std::get<2>(GetParam()); in TEST_P()
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCommand_test.cpp37 TEST(CommandTest, LongFullyQualifiedPathWindows) { in TEST() argument