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

/art/test/968-default-partial-compile-generated/util-src/
H A Dgenerate_smali.py254 A class that will be instantiated to test default method resolution order.
324 default: It has a default method
328 default = 0 variable in class:InterfaceType
333 if self == InterfaceType.default:
344 A singleton representing a conflict of default methods.
370 Returns true if this is a default interface and calling the method on this interface will
379 An interface that will be used to test default method resolution order.
395 # public default String getName() {{
464 Returns true if this is a default interfac
[all...]
/art/test/971-iface-super/util-src/
H A Dgenerate_smali.py378 default: It has a default method
382 default = 0 variable in class:InterfaceType
387 if self == InterfaceType.default:
398 A singleton representing a conflict of default methods.
424 Returns true if this is a default interface and calling the method on this interface will
436 An interface that will be used to test default method resolution order.
455 # public default void call() {{
526 Returns true if this is a default interface and calling the method on this interface will
529 return self.iface_type == InterfaceType.default
[all...]

Completed in 374 milliseconds