Searched defs:arg0 (Results 1 - 25 of 29) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/util/
H A DOldFormattableTest.java29 public void formatTo(Formatter arg0, int arg1, int arg2, int arg3) { argument
39 arg0.format(sb.toString());
/libcore/luni/src/test/java/tests/security/interfaces/
H A DUtil.java94 protected byte[] engineGenerateSeed(int arg0) { argument
105 protected void engineSetSeed(byte[] arg0) { argument
/libcore/luni/src/test/java/libcore/java/util/logging/
H A DOldFormatterTest.java70 public String format(LogRecord arg0) { argument
/libcore/luni/src/test/java/libcore/java/util/zip/
H A DOldZipInputStreamTest.java150 public Mock_ZipInputStream(InputStream arg0) { argument
151 super(arg0);
/libcore/luni/src/test/java/tests/api/javax/net/ssl/
H A DSSLServerSocketFactoryTest.java45 public ServerSocket createServerSocket(int arg0) throws IOException { argument
50 public ServerSocket createServerSocket(int arg0, int arg1) argument
56 public ServerSocket createServerSocket(int arg0, int arg1, argument
H A DX509ExtendedKeyManagerTest.java43 public String chooseClientAlias(String[] arg0, Principal[] arg1, Socket arg2) { argument
51 public String chooseServerAlias(String arg0, Principal[] arg1, Socket arg2) { argument
59 public X509Certificate[] getCertificateChain(String arg0) { argument
67 public String[] getClientAliases(String arg0, Principal[] arg1) { argument
75 public PrivateKey getPrivateKey(String arg0) { argument
83 public String[] getServerAliases(String arg0, Principal[] arg1) { argument
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMyMessageDigest1.java68 public void engineUpdate(byte arg0) { argument
75 public void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
H A DMyMessageDigest2.java56 public void engineUpdate(byte arg0) { argument
63 public void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DSSLSocketFactoryImpl.java50 public Socket createSocket(String arg0, int arg1) throws IOException, UnknownHostException { argument
59 public Socket createSocket(InetAddress arg0, int arg1) throws IOException { argument
68 public Socket createSocket(String arg0, int arg1, InetAddress arg2, int arg3) throws IOException, UnknownHostException { argument
77 public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOException { argument
/libcore/luni/src/test/java/libcore/java/net/
H A DOldJarURLConnectionTest.java340 protected TestJarURLConnection(URL arg0) throws MalformedURLException { argument
341 super(arg0);
H A DOldDatagramSocketImplFactoryTest.java134 protected void bind(int arg0, InetAddress arg1) throws SocketException { argument
157 protected void join(InetAddress arg0) throws IOException { argument
161 protected void joinGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { argument
165 protected void leave(InetAddress arg0) throws IOException { argument
169 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { argument
173 public int peek(InetAddress arg0) throws IOException { argument
178 protected int peekData(DatagramPacket arg0) throws IOException { argument
183 protected void receive(DatagramPacket arg0) throws IOException { argument
187 protected void send(DatagramPacket arg0) throws IOException { argument
191 protected void setTTL(byte arg0) throw argument
195 setTimeToLive(int arg0) argument
198 getOption(int arg0) argument
202 setOption(int arg0, Object arg1) argument
[all...]
H A DOldSocketImplFactoryTest.java120 protected void accept(SocketImpl arg0) throws IOException { argument
129 protected void bind(InetAddress arg0, int arg1) throws IOException { argument
137 protected void connect(String arg0, int arg1) throws IOException { argument
141 protected void connect(InetAddress arg0, int arg1) throws IOException { argument
145 protected void connect(SocketAddress arg0, int arg1) throws IOException { argument
149 protected void create(boolean arg0) throws IOException { argument
163 protected void listen(int arg0) throws IOException { argument
167 protected void sendUrgentData(int arg0) throws IOException { argument
170 public Object getOption(int arg0) throws SocketException { argument
174 public void setOption(int arg0, Objec argument
[all...]
H A DOldServerSocketTest.java340 protected void create(boolean arg0) throws IOException { argument
343 protected void connect(String arg0, int arg1) throws IOException { argument
346 protected void connect(InetAddress arg0, int arg1) throws IOException { argument
349 protected void connect(SocketAddress arg0, int arg1) throws IOException { argument
352 protected void bind(InetAddress arg0, int arg1) throws IOException { argument
355 protected void listen(int arg0) throws IOException { argument
358 protected void accept(SocketImpl arg0) throws IOException { argument
376 protected void sendUrgentData(int arg0) throws IOException { argument
379 public void setOption(int arg0, Object arg1) throws SocketException { argument
382 public Object getOption(int arg0) throw argument
[all...]
H A DOldURLStreamHandlerTest.java176 @Override protected URLConnection openConnection(URL arg0) throws IOException { argument
H A DOldDatagramSocketTest.java1071 protected void bind(int arg0, InetAddress arg1) throws SocketException {}
1072 protected void send(DatagramPacket arg0) throws IOException {}
1073 protected int peek(InetAddress arg0) throws IOException {
1076 protected int peekData(DatagramPacket arg0) throws IOException {
1079 protected void receive(DatagramPacket arg0) throws IOException {}
1080 protected void setTTL(byte arg0) throws IOException {}
1084 protected void setTimeToLive(int arg0) throws IOException {}
1088 protected void join(InetAddress arg0) throws IOException {}
1089 protected void leave(InetAddress arg0) throws IOException {}
1090 protected void joinGroup(SocketAddress arg0, NetworkInterfac
2025 bind(int arg0, InetAddress arg1) argument
2055 join(InetAddress arg0) argument
2061 joinGroup(SocketAddress arg0, NetworkInterface arg1) argument
2067 leave(InetAddress arg0) argument
2073 leaveGroup(SocketAddress arg0, NetworkInterface arg1) argument
2079 peek(InetAddress arg0) argument
2085 peekData(DatagramPacket arg0) argument
2091 receive(DatagramPacket arg0) argument
2097 send(DatagramPacket arg0) argument
2103 setTTL(byte arg0) argument
2109 setTimeToLive(int arg0) argument
2114 getOption(int arg0) argument
2119 setOption(int arg0, Object arg1) argument
[all...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DMessageDigestSpiTest.java192 public void engineUpdate(byte arg0) { argument
196 public void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
H A DDigestOutputStreamTest.java600 public void write(int arg0) throws IOException { argument
H A DKeyStore3Test.java189 public boolean engineContainsAlias(String arg0) { argument
193 public void engineDeleteEntry(String arg0) throws KeyStoreException { argument
196 public Certificate engineGetCertificate(String arg0) { argument
200 public String engineGetCertificateAlias(Certificate arg0) { argument
204 public Certificate[] engineGetCertificateChain(String arg0) { argument
208 public Date engineGetCreationDate(String arg0) { argument
212 public Key engineGetKey(String arg0, char[] arg1) argument
217 public boolean engineIsCertificateEntry(String arg0) { argument
221 public boolean engineIsKeyEntry(String arg0) { argument
225 public void engineLoad(InputStream arg0, cha argument
231 engineSetCertificateEntry(String arg0, Certificate arg1) argument
236 engineSetKeyEntry(String arg0, byte[] arg1, Certificate[] arg2) argument
241 engineSetKeyEntry(String arg0, Key arg1, char[] arg2, Certificate[] arg3) argument
254 engineStore(OutputStream arg0, char[] arg1) argument
[all...]
H A DSecureRandom2Test.java370 protected byte[] engineGenerateSeed(int arg0) { argument
382 protected void engineSetSeed(byte[] arg0) { argument
/libcore/luni/src/main/java/java/security/
H A DMessageDigest.java178 * @param arg0
182 public void update(byte arg0) { argument
183 engineUpdate(arg0);
410 protected void engineUpdate(byte arg0) { argument
411 spiImpl.engineUpdate(arg0);
416 protected void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
417 spiImpl.engineUpdate(arg0, arg1, arg2);
H A DSignature.java610 protected void engineUpdate(byte arg0) throws SignatureException { argument
611 spiImpl.engineUpdate(arg0);
616 protected boolean engineVerify(byte[] arg0) throws SignatureException { argument
617 return spiImpl.engineVerify(arg0);
622 protected void engineUpdate(byte[] arg0, int arg1, int arg2) argument
624 spiImpl.engineUpdate(arg0, arg1, arg2);
629 protected void engineInitSign(PrivateKey arg0) argument
631 spiImpl.engineInitSign(arg0);
636 protected void engineInitVerify(PublicKey arg0) argument
638 spiImpl.engineInitVerify(arg0);
643 engineGetParameter(String arg0) argument
650 engineSetParameter(String arg0, Object arg1) argument
[all...]
/libcore/luni/src/main/java/org/apache/harmony/crypto/internal/
H A DNullCipherSpi.java46 public void engineSetMode(String arg0) throws NoSuchAlgorithmException { argument
51 public void engineSetPadding(String arg0) throws NoSuchPaddingException { argument
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DSecretKeyFactoryTest.java435 protected Mock_SecretKeyFactory(SecretKeyFactorySpi arg0, Provider arg1, String arg2) { argument
436 super(arg0, arg1, arg2);
H A DKeyAgreementTest.java581 protected Mock_KeyAgreement(KeyAgreementSpi arg0, Provider arg1, String arg2) { argument
582 super(arg0, arg1, arg2);
H A DMacTest.java832 protected Mock_Mac(MacSpi arg0, Provider arg1, String arg2) { argument
833 super(arg0, arg1, arg2);

Completed in 264 milliseconds

12