Searched refs:arg3 (Results 1 - 8 of 8) 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/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.java242 Certificate[] arg3) throws KeyStoreException {
241 engineSetKeyEntry(String arg0, Key arg1, char[] arg2, Certificate[] arg3) argument
/libcore/luni/src/main/java/android/system/
H A DOs.java320 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.java119 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 DOs.java112 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; argument
H A DPosix.java113 public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; argument
/libcore/luni/src/main/native/
H A Dlibcore_io_Posix.cpp1122 jlong arg3 __unused, jlong arg4 __unused, jlong arg5 __unused) {
1128 static_cast<unsigned long>(arg2), static_cast<unsigned long>(arg3),

Completed in 209 milliseconds