/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() argument 32 if (arg3 == 1) { in formatTo() 35 if (arg3 == 2) { in formatTo()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | MessageUtils.java | 53 String arg3) { in subst() argument 54 String args[] = { arg1, arg2, arg3 }; in subst() 90 String arg3) { in substProp() argument 91 return subst(System.getProperty(propName), arg1, arg2, arg3); in substProp()
|
/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() argument 77 …public Socket createSocket(InetAddress arg0, int arg1, InetAddress arg2, int arg3) throws IOExcept… in createSocket() argument
|
/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | MessageUtils.java | 50 java.lang.String arg3) { in subst() argument 71 java.lang.String arg3) { in substProp() argument
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore3Test.java | 239 Certificate[] arg3) throws KeyStoreException { in engineSetKeyEntry() argument
|
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 587 …rctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prc… in prctl() argument
|
D | Os.java | 488 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; in prctl() argument
|
D | Linux.java | 138 …public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoExcept… in prctl() argument
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 549 …(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os… in prctl() argument
|
/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() argument 242 assertEquals(56, arg3); in testGuardWithTest_target() 247 public static String testGuardWithTest_fallback(String arg1, long arg2, int arg3) { in testGuardWithTest_fallback() argument 251 assertEquals(56, arg3); in testGuardWithTest_fallback()
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 2094 jlong arg3 __unused, jlong arg4 __unused, jlong arg5 __unused) { in Linux_prctl() 2097 static_cast<unsigned long>(arg3), in Linux_prctl()
|