Home
last modified time | relevance | path

Searched defs:arg3 (Results 1 – 9 of 9) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DSSLSocketFactoryImpl.java68 …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/luni/src/test/java/libcore/java/util/
DOldFormattableTest.java29 public void formatTo(Formatter arg0, int arg1, int arg2, int arg3) { in formatTo()
/libcore/ojluni/src/main/java/sun/misc/
DMessageUtils.java53 String arg3) { in subst()
90 String arg3) { in substProp()
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKeyStore3Test.java239 Certificate[] arg3) throws KeyStoreException { in engineSetKeyEntry()
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java238 public static String testGuardWithTest_target(String arg1, long arg2, int arg3) { in testGuardWithTest_target()
247 public static String testGuardWithTest_fallback(String arg1, long arg2, int arg3) { in testGuardWithTest_fallback()
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java141 …public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { r… in prctl()
DOs.java128 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; in prctl()
DLinux.java132 …public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoExcept… in prctl()
/libcore/luni/src/main/java/android/system/
DOs.java382 …public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoExcept… in prctl()