/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | MockDatagramChannel.java | 29 public MockDatagramChannel(SelectorProvider arg0) { in MockDatagramChannel() 44 public DatagramChannel connect(SocketAddress arg0) throws IOException { in connect() 54 public SocketAddress receive(ByteBuffer arg0) throws IOException { in receive() 59 public int send(ByteBuffer arg0, SocketAddress arg1) throws IOException { in send() 64 public int read(ByteBuffer arg0) throws IOException { in read() 69 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in read() 74 public int write(ByteBuffer arg0) throws IOException { in write() 79 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in write() 89 protected void implConfigureBlocking(boolean arg0) throws IOException { in implConfigureBlocking()
|
D | MockSocketChannel.java | 29 protected MockSocketChannel(SelectorProvider arg0) { in MockSocketChannel() 49 public boolean connect(SocketAddress arg0) throws IOException { in connect() 59 public int read(ByteBuffer arg0) throws IOException { in read() 64 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in read() 69 public int write(ByteBuffer arg0) throws IOException { in write() 74 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in write() 83 protected void implConfigureBlocking(boolean arg0) throws IOException { in implConfigureBlocking()
|
D | MockServerSocketChannel.java | 28 protected MockServerSocketChannel(SelectorProvider arg0) { in MockServerSocketChannel() 47 protected void implConfigureBlocking(boolean arg0) throws IOException { in implConfigureBlocking()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldDatagramSocketImplFactoryTest.java | 134 protected void bind(int arg0, InetAddress arg1) throws SocketException { in bind() 157 protected void join(InetAddress arg0) throws IOException { in join() 161 protected void joinGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { in joinGroup() 165 protected void leave(InetAddress arg0) throws IOException { in leave() 169 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { in leaveGroup() 173 public int peek(InetAddress arg0) throws IOException { in peek() 178 protected int peekData(DatagramPacket arg0) throws IOException { in peekData() 183 protected void receive(DatagramPacket arg0) throws IOException { in receive() 187 protected void send(DatagramPacket arg0) throws IOException { in send() 191 protected void setTTL(byte arg0) throws IOException { in setTTL() [all …]
|
D | OldSocketImplFactoryTest.java | 120 protected void accept(SocketImpl arg0) throws IOException { in accept() 129 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() 137 protected void connect(String arg0, int arg1) throws IOException { in connect() 141 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() 145 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() 149 protected void create(boolean arg0) throws IOException { in create() 163 protected void listen(int arg0) throws IOException { in listen() 167 protected void sendUrgentData(int arg0) throws IOException { in sendUrgentData() 170 public Object getOption(int arg0) throws SocketException { in getOption() 174 public void setOption(int arg0, Object arg1) throws SocketException { in setOption()
|
D | OldServerSocketTest.java | 340 protected void create(boolean arg0) throws IOException { in create() 343 protected void connect(String arg0, int arg1) throws IOException { in connect() 346 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() 349 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() 352 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() 355 protected void listen(int arg0) throws IOException { in listen() 358 protected void accept(SocketImpl arg0) throws IOException { in accept() 376 protected void sendUrgentData(int arg0) throws IOException { in sendUrgentData() 379 public void setOption(int arg0, Object arg1) throws SocketException { in setOption() 382 public Object getOption(int arg0) throws SocketException { in getOption()
|
D | SocketTest.java | 182 @Override protected void accept(SocketImpl arg0) throws IOException { } in test_SocketOptions_setOption() 184 @Override protected void bind(InetAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() 186 @Override protected void connect(String arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() 187 @Override protected void connect(InetAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() 188 @Override protected void connect(SocketAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() 191 @Override protected void listen(int arg0) throws IOException { } in test_SocketOptions_setOption() 192 @Override protected void sendUrgentData(int arg0) throws IOException { } in test_SocketOptions_setOption() 193 public Object getOption(int arg0) throws SocketException { return null; } in test_SocketOptions_setOption()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore3Test.java | 189 public boolean engineContainsAlias(String arg0) { in engineContainsAlias() 193 public void engineDeleteEntry(String arg0) throws KeyStoreException { in engineDeleteEntry() 196 public Certificate engineGetCertificate(String arg0) { in engineGetCertificate() 200 public String engineGetCertificateAlias(Certificate arg0) { in engineGetCertificateAlias() 204 public Certificate[] engineGetCertificateChain(String arg0) { in engineGetCertificateChain() 208 public Date engineGetCreationDate(String arg0) { in engineGetCreationDate() 212 public Key engineGetKey(String arg0, char[] arg1) in engineGetKey() 217 public boolean engineIsCertificateEntry(String arg0) { in engineIsCertificateEntry() 221 public boolean engineIsKeyEntry(String arg0) { in engineIsKeyEntry() 225 public void engineLoad(InputStream arg0, char[] arg1) in engineLoad() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | X509ExtendedKeyManagerTest.java | 43 public String chooseClientAlias(String[] arg0, Principal[] arg1, Socket arg2) { in chooseClientAlias() 51 public String chooseServerAlias(String arg0, Principal[] arg1, Socket arg2) { in chooseServerAlias() 59 public X509Certificate[] getCertificateChain(String arg0) { in getCertificateChain() 67 public String[] getClientAliases(String arg0, Principal[] arg1) { in getClientAliases() 75 public PrivateKey getPrivateKey(String arg0) { in getPrivateKey() 83 public String[] getServerAliases(String arg0, Principal[] arg1) { in getServerAliases()
|
D | SSLServerSocketFactoryTest.java | 45 public ServerSocket createServerSocket(int arg0) throws IOException { in createServerSocket() 50 public ServerSocket createServerSocket(int arg0, int arg1) in createServerSocket() 56 public ServerSocket createServerSocket(int arg0, int arg1, in createServerSocket()
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
D | SSLSocketFactoryImpl.java | 50 public Socket createSocket(String arg0, int arg1) throws IOException, UnknownHostException { in createSocket() 59 public Socket createSocket(InetAddress arg0, int arg1) throws IOException { in createSocket() 68 …public Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3) throws IOException, … in createSocket() 77 …public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOExcept… in createSocket()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
D | MockAbstractSelector.java | 32 public MockAbstractSelector(SelectorProvider arg0) { in MockAbstractSelector() 48 protected SelectionKey register(AbstractSelectableChannel arg0, int arg1, in register() 77 public int select(long arg0) throws IOException { in select()
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
D | MyMessageDigest2.java | 56 public void engineUpdate(byte arg0) { in engineUpdate() 63 public void engineUpdate(byte[] arg0, int arg1, int arg2) { in engineUpdate()
|
D | MyMessageDigest1.java | 68 public void engineUpdate(byte arg0) { in engineUpdate() 75 public void engineUpdate(byte[] arg0, int arg1, int arg2) { in engineUpdate()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | ServerSocketTest.java | 878 protected void create(boolean arg0) throws IOException { in create() 882 protected void connect(String arg0, int arg1) throws IOException { in connect() 886 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() 890 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() 894 protected void bind(InetAddress arg0, int arg1) throws IOException { in bind() 898 protected void listen(int arg0) throws IOException { in listen() 902 protected void accept(SocketImpl arg0) throws IOException { in accept() 922 protected void sendUrgentData(int arg0) throws IOException { in sendUrgentData() 926 public void setOption(int arg0, Object arg1) throws SocketException { in setOption() 930 public Object getOption(int arg0) throws SocketException { in getOption()
|
D | ResponseCacheTest.java | 60 public CacheResponse get(URI arg0, String arg1, Map arg2) in get() 65 public CacheRequest put(URI arg0, URLConnection arg1) in put()
|
D | DatagramSocketTest.java | 407 protected void bind(int arg0, InetAddress arg1) in bind() 412 protected void send(DatagramPacket arg0) throws IOException { in send() 416 protected int peek(InetAddress arg0) throws IOException { in peek() 421 protected int peekData(DatagramPacket arg0) throws IOException { in peekData() 426 protected void receive(DatagramPacket arg0) throws IOException { in receive() 430 protected void setTTL(byte arg0) throws IOException { in setTTL() 439 protected void setTimeToLive(int arg0) throws IOException { in setTimeToLive() 448 protected void join(InetAddress arg0) throws IOException { in join() 457 protected void leave(InetAddress arg0) throws IOException { in leave() 461 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) in leaveGroup() [all …]
|
/libcore/luni/src/test/java/tests/security/interfaces/ |
D | Util.java | 94 protected byte[] engineGenerateSeed(int arg0) { in engineGenerateSeed() 105 protected void engineSetSeed(byte[] arg0) { in engineSetSeed()
|
/libcore/luni/src/main/java/java/security/ |
D | Signature.java | 663 protected void engineUpdate(byte arg0) throws SignatureException { in engineUpdate() 668 protected boolean engineVerify(byte[] arg0) throws SignatureException { in engineVerify() 673 protected void engineUpdate(byte[] arg0, int arg1, int arg2) throws SignatureException { in engineUpdate() 678 protected void engineInitSign(PrivateKey arg0) throws InvalidKeyException { in engineInitSign() 683 protected void engineInitVerify(PublicKey arg0) throws InvalidKeyException { in engineInitVerify() 688 protected Object engineGetParameter(String arg0) throws InvalidParameterException { in engineGetParameter() 693 protected void engineSetParameter(String arg0, Object arg1) in engineSetParameter() 699 protected void engineSetParameter(AlgorithmParameterSpec arg0) in engineSetParameter()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
D | UTF16CharsetTest.java | 27 public UTF16CharsetTest(String arg0) { in UTF16CharsetTest()
|
D | UTF16BECharsetTest.java | 27 public UTF16BECharsetTest(String arg0) { in UTF16BECharsetTest()
|
D | ISOCharsetTest.java | 27 public ISOCharsetTest(String arg0) { in ISOCharsetTest()
|
D | ASCCharsetTest.java | 28 public ASCCharsetTest(String arg0) { in ASCCharsetTest()
|
D | UTF16LECharsetTest.java | 27 public UTF16LECharsetTest(String arg0) { in UTF16LECharsetTest()
|
D | CharsetEncoder2Test.java | 91 public MockCharsetEncoderForHarmony491(Charset arg0, float arg1, in MockCharsetEncoderForHarmony491() 96 protected CoderResult encodeLoop(CharBuffer arg0, ByteBuffer arg1) { in encodeLoop() 100 public boolean isLegalReplacement(byte[] arg0) { in isLegalReplacement()
|