Searched defs:arg1 (Results 1 - 25 of 31) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DResponseCacheTest.java60 public CacheResponse get(URI arg0, String arg1, Map arg2) argument
65 public CacheRequest put(URI arg0, URLConnection arg1) argument
H A DServerSocketTest.java896 protected void connect(String arg0, int arg1) throws IOException { argument
900 protected void connect(InetAddress arg0, int arg1) throws IOException { argument
904 protected void connect(SocketAddress arg0, int arg1) throws IOException { argument
908 protected void bind(InetAddress arg0, int arg1) throws IOException { argument
940 public void setOption(int arg0, Object arg1) throws SocketException { argument
/libcore/luni/src/test/java/libcore/java/util/
H A DOldFormattableTest.java29 public void formatTo(Formatter arg0, int arg1, int arg2, int arg3) { argument
/libcore/ojluni/src/main/java/sun/misc/
H A DMessageUtils.java47 public static String subst(String patt, String arg1, String arg2) { argument
48 String args[] = { arg1, arg2 };
52 public static String subst(String patt, String arg1, String arg2, argument
54 String args[] = { arg1, arg2, arg3 };
85 public static String substProp(String propName, String arg1, String arg2) { argument
86 return subst(System.getProperty(propName), arg1, arg2);
89 public static String substProp(String propName, String arg1, String arg2, argument
91 return subst(System.getProperty(propName), arg1, arg2, arg3);
H A DFpUtils.java329 * @param arg1 the first argument
334 public static boolean isUnordered(double arg1, double arg2) { argument
335 return isNaN(arg1) || isNaN(arg2);
345 * @param arg1 the first argument
350 public static boolean isUnordered(float arg1, float arg2) { argument
351 return isNaN(arg1) || isNaN(arg2);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLServerSocketFactoryTest.java50 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
67 public String[] getClientAliases(String arg0, Principal[] arg1) { argument
83 public String[] getServerAliases(String arg0, Principal[] arg1) { argument
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DMyMessageDigest1.java75 public void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
H A DMyMessageDigest2.java63 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/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DWriterTest.java93 public void write(char[] arg0, int arg1, int arg2) throws IOException { argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
H A DMockAbstractSelector.java48 protected SelectionKey register(AbstractSelectableChannel arg0, int arg1, argument
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DMessageDigestSpiTest.java196 public void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
H A DKeyStore3Test.java212 public Key engineGetKey(String arg0, char[] arg1) argument
225 public void engineLoad(InputStream arg0, char[] arg1) argument
231 public void engineSetCertificateEntry(String arg0, Certificate arg1) argument
236 public void engineSetKeyEntry(String arg0, byte[] arg1, argument
241 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2, argument
254 public void engineStore(OutputStream arg0, char[] arg1) argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DMockDatagramChannel.java64 public int send(ByteBuffer arg0, SocketAddress arg1) throws IOException { argument
74 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument
84 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument
H A DMockSocketChannel.java67 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument
77 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DCharsetEncoder2Test.java91 public MockCharsetEncoderForHarmony491(Charset arg0, float arg1, argument
93 super(arg0, arg1, arg2);
96 protected CoderResult encodeLoop(CharBuffer arg0, ByteBuffer arg1) { argument
/libcore/luni/src/test/java/libcore/java/net/
H A DOldDatagramSocketImplFactoryTest.java134 protected void bind(int arg0, InetAddress arg1) throws SocketException { argument
161 protected void joinGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { argument
169 protected void leaveGroup(SocketAddress arg0, NetworkInterface arg1) throws IOException { argument
202 public void setOption(int arg0, Object arg1) throws SocketException { argument
H A DOldSocketImplFactoryTest.java129 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
174 public void setOption(int arg0, Object arg1) throws SocketException { argument
H A DOldServerSocketTest.java343 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
379 public void setOption(int arg0, Object arg1) throws SocketException { 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.java582 protected Mock_KeyAgreement(KeyAgreementSpi arg0, Provider arg1, String arg2) { argument
583 super(arg0, arg1, arg2);
H A DMacTest.java891 protected Mock_Mac(MacSpi arg0, Provider arg1, String arg2) { argument
892 super(arg0, arg1, arg2);
/libcore/ojluni/src/main/native/
H A Dfdlibm.h93 double arg1; member in struct:exception
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DRefSortedMap.java329 public V put(K arg0, V arg1) { argument
333 return entries.get(idx).setValue(arg1);
335 entries.add(-idx - 1, new MapEntry<K, V>(arg0, arg1));
360 public int compare(MapEntry<K, V> arg0, MapEntry<K, V> arg1) {
361 return RefSortedMap.this.compare(arg0.getKey(), arg1.getKey());

Completed in 1228 milliseconds

12