Searched defs:arg3 (Results 1 – 10 of 10) sorted by relevance
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
D | SSLSocketFactoryImpl.java | 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/ojluni/annotations/hiddenapi/sun/misc/ |
D | MessageUtils.java | 50 java.lang.String arg3) { in subst() 71 java.lang.String arg3) { in substProp()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | MessageUtils.java | 53 String arg3) { in subst() 90 String arg3) { in substProp()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldFormattableTest.java | 29 public void formatTo(Formatter arg0, int arg1, int arg2, int arg3) { in formatTo()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore3Test.java | 239 Certificate[] arg3) throws KeyStoreException { in engineSetKeyEntry()
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleCombinersTest.java | 238 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/ |
D | Os.java | 488 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; in prctl()
|
D | ForwardingOs.java | 587 …public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { r… in prctl()
|
D | Linux.java | 138 …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/ |
D | Os.java | 549 …public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoExcept… in prctl()
|