Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot_test.cpp67 static void ParseRequirementLineTest(const std::string& line, const std::string& expected_name, in ParseRequirementLineTest() argument
77 EXPECT_EQ(expected_name, name) << line; in ParseRequirementLineTest()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp87 ::testing::AssertionResult Exists(ResTable* table, StringPiece expected_name, in Exists() argument
92 const ResourceName expected_res_name = test::ParseNameOrDie(expected_name); in Exists()