Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/assembler/
Dgen_asm_x86.py279 def _is_insn_match(insn, expected_name, expected_args): argument
298 return insn['asm'] == expected_name and insn['args'] == expected_args
/frameworks/base/tools/aapt2/format/binary/
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()