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

/libcore/luni/src/test/java/libcore/java/util/
H A DOldFormattableTest.java29 public void formatTo(Formatter arg0, int arg1, int arg2, int arg3) { argument
32 if (arg3 == 1) {
35 if (arg3 == 2) {
/libcore/ojluni/src/main/java/sun/misc/
H A DMessageUtils.java53 String arg3) {
54 String args[] = { arg1, arg2, arg3 };
90 String arg3) {
91 return subst(System.getProperty(propName), arg1, arg2, arg3);
52 subst(String patt, String arg1, String arg2, String arg3) argument
89 substProp(String propName, String arg1, String arg2, String arg3) argument
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
H A DSSLSocketFactoryImpl.java68 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/org/apache/harmony/security/tests/java/security/
H A DKeyStore3Test.java239 Certificate[] arg3) throws KeyStoreException {
238 engineSetKeyEntry(String arg0, Key arg1, char[] arg2, Certificate[] arg3) argument
/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DMethodHandleCombinersTest.java238 public static String testGuardWithTest_target(String arg1, long arg2, int arg3) { argument
242 assertEquals(56, arg3);
247 public static String testGuardWithTest_fallback(String arg1, long arg2, int arg3) { argument
251 assertEquals(56, arg3);
/libcore/luni/src/main/java/android/system/
H A DOs.java384 public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(option, arg2, arg3, arg4, arg5); }; argument
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java141 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prctl(option, arg2, arg3, arg4, arg5); }; argument
H A DLinux.java132 public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; argument
H A DOs.java128 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; argument

Completed in 214 milliseconds