Lines Matching refs:implementation
9 …ment. Teams that own APIs can continue to refactor opted-in `@hide` implementation details, as lo…
20 // This method implementation runs as-is on both devices and Ravenwood
24 // This method implementation runs as-is on devices, but because there
38 // This method implementation runs as-is on both devices and Ravenwood,
44 // This method implementation runs as-is on devices, but the
58 // This method implementation runs as-is on devices, but the
59 // implementation is replaced/substituted by the
60 // doComplex$ravenwood() method implementation under Ravenwood
64 // This method implementation only runs under Ravenwood
77 …ch is to use the “replace” strategy to offer a pure-Java alternative implementation for any JNI-pr…
79 Since this approach requires potentially complex re-implementation, it should only be considered fo…
81 When a pure-Java implementation grows too large or complex to host within the original class, the `…