Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 36) sorted by relevance

12

/libcore/support/src/test/java/tests/resources/ServiceLoader/
Dhyts_services.jar ... tests/ tests/resources/ tests/resources/impl/ tests/resources/impl/ImplementationOfAbstractService.class ...
Dhyts_services2.jar ... tests/ tests/resources/ tests/resources/impl/ tests/resources/impl/ImplementationOfServiceIn2File2.class ...
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCollection8Test.java76 final CollectionImplementation impl; field in Collection8Test
79 Collection8Test(CollectionImplementation impl, String methodName) { in Collection8Test()
87 AndroidCollection8Test(CollectionImplementation impl, String methodName) { in AndroidCollection8Test()
93 public static Test testSuite(CollectionImplementation impl) { in testSuite()
DCollectionTest.java42 final CollectionImplementation impl; field in CollectionTest
45 CollectionTest(CollectionImplementation impl, String methodName) { in CollectionTest()
50 public static Test testSuite(CollectionImplementation impl) { in testSuite()
/libcore/jsr166-tests/src/test/java/jsr166/
DCollectionTest.java19 final CollectionImplementation impl; field in CollectionTest
22 CollectionTest(CollectionImplementation impl, String methodName) { in CollectionTest()
27 public static Test testSuite(CollectionImplementation impl) { in testSuite()
DCollection8Test.java31 final CollectionImplementation impl; field in Collection8Test
34 Collection8Test(CollectionImplementation impl, String methodName) { in Collection8Test()
39 public static Test testSuite(CollectionImplementation impl) { in testSuite()
/libcore/ojluni/src/main/java/java/lang/ref/
DCleaner.java136 final CleanerImpl impl; field in Cleaner
141 public CleanerImpl apply(Cleaner cleaner) { in CleanerImpl.setCleanerImplAccess()
/libcore/ojluni/src/main/java/java/net/
DSocketSecrets.java37 SocketImpl impl; in setOption() local
50 SocketImpl impl; in getOption() local
DSocketOutputStream.java50 private AbstractPlainSocketImpl impl = null; field in SocketOutputStream
60 SocketOutputStream(AbstractPlainSocketImpl impl) throws IOException { in SocketOutputStream()
DSocketInputStream.java52 private AbstractPlainSocketImpl impl = null; field in SocketInputStream
62 SocketInputStream(AbstractPlainSocketImpl impl) throws IOException { in SocketInputStream()
DServerSocket.java70 private SocketImpl impl; field in ServerSocket
85 ServerSocket(SocketImpl impl) { in ServerSocket()
1030 SocketImpl impl = getImpl(); in supportedOptions() local
DSocket.java76 SocketImpl impl; field in Socket
179 protected Socket(SocketImpl impl) throws SocketException { in Socket()
188 private static Void checkPermission(SocketImpl impl) { in checkPermission()
1880 SocketImpl impl = getImpl(); in supportedOptions() local
DDatagramSocket.java88 DatagramSocketImpl impl; field in DatagramSocket
229 protected DatagramSocket(DatagramSocketImpl impl) { in DatagramSocket()
1432 DatagramSocketImpl impl = getImpl(); in supportedOptions() local
DMulticastSocket.java729 DatagramSocketImpl impl = getImpl(); in supportedOptions() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketImplTest.java45 MockDatagramSocketImpl impl = new MockDatagramSocketImpl(); in test_Constructor() local
51 MockDatagramSocketImpl impl = new MockDatagramSocketImpl(); in test_connect() local
66 MockDatagramSocketImpl impl = new MockDatagramSocketImpl(); in testSetOption() local
/libcore/ojluni/annotations/hiddenapi/java/net/
DServerSocket.java33 ServerSocket(java.net.SocketImpl impl) { in ServerSocket()
174 private java.net.SocketImpl impl; field in ServerSocket
DDatagramSocket.java38 protected DatagramSocket(java.net.DatagramSocketImpl impl) { in DatagramSocket()
232 java.net.DatagramSocketImpl impl; field in DatagramSocket
DSocket.java42 protected Socket(java.net.SocketImpl impl) throws java.net.SocketException { in Socket()
313 java.net.SocketImpl impl; field in Socket
/libcore/ojluni/annotations/hiddenapi/sun/security/jca/
DGetInstance.java151 private Instance(java.security.Provider provider, java.lang.Object impl) { in Instance()
159 …UnsupportedAppUsage(maxTargetSdk = 30, trackingBug = 170729553) public final java.lang.Object impl; field in GetInstance.Instance
/libcore/ojluni/src/main/java/sun/security/jca/
DGetInstance.java52 public final Object impl; field in GetInstance.Instance
53 private Instance(Provider provider, Object impl) { in Instance()
/libcore/luni/src/test/java/libcore/java/net/
DDatagramSocketTest.java197 DatagramSocketImpl impl = (DatagramSocketImpl) f.get(s); in forceConnectToThrowSocketException() local
DSocketTest.java243 public MySocket(SocketImpl impl) throws SocketException { in MySocket()
251 MySocketImpl impl = new MySocketImpl(); in test_SocketOptions_setOption() local
/libcore/ojluni/annotations/mmodule/java/net/
DDatagramSocket.annotated.java38 protected DatagramSocket(java.net.DatagramSocketImpl impl) { throw new RuntimeException("Stub!"); } in DatagramSocket()
/libcore/ojluni/src/main/java/java/util/jar/
DPack200.java794 Class<?> impl = (PACK_PROVIDER.equals(prop))? packerImpl: unpackerImpl; in newInstance() local
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DMethodTest.java491 InterfaceWithDefault impl = new InterfaceWithReAbstractedMethod() { in testDefaultMethod_reimplementedInClass() local
526 InterfaceWithDefault impl = new InterfaceWithRedefinedMethods() {}; in testDefaultMethod_reimplementInInterface() local

12