Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp92 const ResourceName expected_res_name = test::ParseNameOrDie(expected_name); in Exists() local
129 << "expected name '" << expected_res_name << "' but got '" in Exists()
137 if (expected_res_name.entry != actual_res_name.entry || in Exists()
138 expected_res_name.package != actual_res_name.package || in Exists()
139 expected_res_name.type != actual_res_name.type) { in Exists()
140 return ::testing::AssertionFailure() << "expected resource '" << expected_res_name.to_string() in Exists()