Home
last modified time | relevance | path

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

/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/net/
DSocketSecrets.java37 SocketImpl impl; in setOption() local
50 SocketImpl impl; in getOption() local
DSocketOutputStream.java46 private AbstractPlainSocketImpl impl = null; field in SocketOutputStream
56 SocketOutputStream(AbstractPlainSocketImpl impl) throws IOException { in SocketOutputStream()
DSocketInputStream.java48 private AbstractPlainSocketImpl impl = null; field in SocketInputStream
58 SocketInputStream(AbstractPlainSocketImpl impl) throws IOException { in SocketInputStream()
DServerSocket.java64 private SocketImpl impl; field in ServerSocket
75 ServerSocket(SocketImpl impl) { in ServerSocket()
DDatagramSocket.java84 DatagramSocketImpl impl; field in DatagramSocket
226 protected DatagramSocket(DatagramSocketImpl impl) { in DatagramSocket()
DSocket.java71 SocketImpl impl; field in Socket
170 protected Socket(SocketImpl impl) throws SocketException { in Socket()
DInetAddress.java256 static final InetAddressImpl impl = new Inet6AddressImpl(); field in InetAddress
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketImplTest.java42 MockDatagramSocketImpl impl = new MockDatagramSocketImpl(); in test_Constructor() local
48 MockDatagramSocketImpl impl = new MockDatagramSocketImpl(); in test_connect() local
DDatagramSocketTest.java505 public TestDatagramSocket(DatagramSocketImpl impl) { in TestDatagramSocket()
597 public SimpleTestDatagramSocket(DatagramSocketImpl impl) { in test_ConstructorLjava_net_DatagramSocketImpl()
DServerSocketTest.java978 public MockSocket(SocketImpl impl) throws SocketException { in MockSocket()
DSocketTest.java1411 public TestSocket(SocketImpl impl) throws SocketException { in test_setKeepAliveZ()
/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.java196 DatagramSocketImpl impl = (DatagramSocketImpl) f.get(s); in forceConnectToThrowSocketException() local
DSocketTest.java231 public MySocket(SocketImpl impl) throws SocketException { in test_SocketOptions_setOption()
236 MySocketImpl impl = new MySocketImpl(); in test_SocketOptions_setOption() local
DOldSocketTest.java462 public TestSocket(SocketImpl impl) throws SocketException { in TestSocket()
/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
/libcore/dom/src/test/java/org/w3c/domts/
DLSDocumentBuilderFactory.java34 private final DOMImplementation impl; field in LSDocumentBuilderFactory
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentImpl.java75 public DocumentImpl(DOMImplementationImpl impl, String namespaceURI, in DocumentImpl()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CertSelector.java1951 X509CertImpl impl = (X509CertImpl)cert; in getExtensionObject() local