Home
last modified time | relevance | path

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

/art/test/970-iface-super-resolution-gen/util-src/
Dgenerate_smali.py273 IMPLEMENTS_TEMPLATE = """ variable in TestClass
394 s_ifaces = '\n'.join(map(lambda a: self.IMPLEMENTS_TEMPLATE.format(iface_name = a.get_name()),
447 IMPLEMENTS_TEMPLATE = """ variable in TestInterface
523 s_ifaces = '\n'.join(map(lambda a: self.IMPLEMENTS_TEMPLATE.format(iface_name = a.get_name()),
/art/test/971-iface-super/util-src/
Dgenerate_smali.py315 IMPLEMENTS_TEMPLATE = """ variable in TestClass
360 s_ifaces = '\n'.join(map(lambda a: self.IMPLEMENTS_TEMPLATE.format(iface_name = a.get_name()),
475 IMPLEMENTS_TEMPLATE = """ variable in TestInterface
602 s_ifaces = '\n'.join(map(lambda a: self.IMPLEMENTS_TEMPLATE.format(iface_name = a.get_name()),
/art/test/968-default-partial-compile-gen/util-src/
Dgenerate_smali.py413 IMPLEMENTS_TEMPLATE = """ variable in TestInterface
522 s_ifaces += self.IMPLEMENTS_TEMPLATE.format(iface_name = i.get_name())