Searched refs:OVERRIDE (Results 1 – 5 of 5) sorted by relevance
83 #define OVERRIDE override macro90 #define OVERRIDE override macro94 #define OVERRIDE override macro96 #define OVERRIDE macro
43 if (m & OVERRIDE) { in WriteModifiers()87 WriteModifiers(to, this->modifiers, SCOPE_MASK | STATIC | FINAL | OVERRIDE); in Write()341 SCOPE_MASK | STATIC | ABSTRACT | FINAL | OVERRIDE); in Write()
168 write_method->modifiers = PUBLIC | OVERRIDE | FINAL; in generate_parcel_class()349 describe_contents_method->modifiers = PUBLIC | OVERRIDE; in generate_parcel_class()
143 asBinder->modifiers = PUBLIC | OVERRIDE; in StubClass()185 onTransact->modifiers = PUBLIC | OVERRIDE; in StubClass()342 asBinder->modifiers = PUBLIC | OVERRIDE; in ProxyClass()585 proxy->modifiers = PUBLIC | OVERRIDE; in generate_proxy_method()976 default_method->modifiers = PUBLIC | OVERRIDE; in generate_default_impl_method()
38 OVERRIDE = 0x00000100, enumerator