Searched refs:expected_name (Results 1 – 2 of 2) sorted by relevance
279 def _is_insn_match(insn, expected_name, expected_args): argument298 return insn['asm'] == expected_name and insn['args'] == expected_args
87 ::testing::AssertionResult Exists(ResTable* table, StringPiece expected_name, in Exists() argument92 const ResourceName expected_res_name = test::ParseNameOrDie(expected_name); in Exists()