Home
last modified time | relevance | path

Searched defs:arg0 (Results 1 – 25 of 54) sorted by relevance

123

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockDatagramChannel.java29 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()
DMockSocketChannel.java29 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()
DMockServerSocketChannel.java28 protected MockServerSocketChannel(SelectorProvider arg0) { in MockServerSocketChannel()
47 protected void implConfigureBlocking(boolean arg0) throws IOException { in implConfigureBlocking()
/libcore/luni/src/test/java/libcore/java/net/
DOldDatagramSocketImplFactoryTest.java134 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 …]
DOldSocketImplFactoryTest.java120 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()
DOldServerSocketTest.java340 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()
DSocketTest.java182 @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/
DKeyStore3Test.java189 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/
DX509ExtendedKeyManagerTest.java43 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()
DSSLServerSocketFactoryTest.java45 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/
DSSLSocketFactoryImpl.java50 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/
DMockAbstractSelector.java32 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/
DMyMessageDigest2.java56 public void engineUpdate(byte arg0) { in engineUpdate()
63 public void engineUpdate(byte[] arg0, int arg1, int arg2) { in engineUpdate()
DMyMessageDigest1.java68 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/
DServerSocketTest.java878 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()
DResponseCacheTest.java60 public CacheResponse get(URI arg0, String arg1, Map arg2) in get()
65 public CacheRequest put(URI arg0, URLConnection arg1) in put()
DDatagramSocketTest.java407 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/
DUtil.java94 protected byte[] engineGenerateSeed(int arg0) { in engineGenerateSeed()
105 protected void engineSetSeed(byte[] arg0) { in engineSetSeed()
/libcore/luni/src/main/java/java/security/
DSignature.java663 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/
DUTF16CharsetTest.java27 public UTF16CharsetTest(String arg0) { in UTF16CharsetTest()
DUTF16BECharsetTest.java27 public UTF16BECharsetTest(String arg0) { in UTF16BECharsetTest()
DISOCharsetTest.java27 public ISOCharsetTest(String arg0) { in ISOCharsetTest()
DASCCharsetTest.java28 public ASCCharsetTest(String arg0) { in ASCCharsetTest()
DUTF16LECharsetTest.java27 public UTF16LECharsetTest(String arg0) { in UTF16LECharsetTest()
DCharsetEncoder2Test.java91 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()

123