Searched defs:InterfaceType (Results 1 - 2 of 2) sorted by relevance

/art/test/968-default-partial-compile-generated/util-src/
H A Dgenerate_smali.py320 class InterfaceType(Enum): class in inherits:Enum
333 if self == InterfaceType.default:
335 elif self == InterfaceType.abstract:
337 elif self == InterfaceType.empty:
453 return self.iface_type == InterfaceType.abstract
460 return self.iface_type == InterfaceType.empty
467 return self.iface_type == InterfaceType.default
563 for iftype in InterfaceType:
570 yield TestInterface(tuple(), InterfaceType.default)
572 for iftype in InterfaceType
[all...]
/art/test/971-iface-super/util-src/
H A Dgenerate_smali.py374 class InterfaceType(Enum): class in inherits:Enum
387 if self == InterfaceType.default:
389 elif self == InterfaceType.abstract:
391 elif self == InterfaceType.empty:
515 return self.iface_type == InterfaceType.abstract
522 return self.iface_type == InterfaceType.empty
529 return self.iface_type == InterfaceType.default
651 for iftype in InterfaceType:
659 for iftype in InterfaceType:

Completed in 113 milliseconds