/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
H A D | ResponseCacheTest.java | 60 public CacheResponse get(URI arg0, String arg1, Map arg2) argument
|
/libcore/luni/src/test/java/libcore/java/util/ |
H A D | OldFormattableTest.java | 29 public void formatTo(Formatter arg0, int arg1, int arg2, int arg3) { argument
|
/libcore/ojluni/src/main/java/sun/misc/ |
H A D | MessageUtils.java | 47 public static String subst(String patt, String arg1, String arg2) { argument 48 String args[] = { arg1, arg2 }; 52 public static String subst(String patt, String arg1, String arg2, argument 54 String args[] = { arg1, arg2, arg3 }; 85 public static String substProp(String propName, String arg1, String arg2) { argument 86 return subst(System.getProperty(propName), arg1, arg2); 89 public static String substProp(String propName, String arg1, String arg2, argument 91 return subst(System.getProperty(propName), arg1, arg2, arg3);
|
H A D | FpUtils.java | 330 * @param arg2 the second argument 334 public static boolean isUnordered(double arg1, double arg2) { argument 335 return isNaN(arg1) || isNaN(arg2); 346 * @param arg2 the second argument 350 public static boolean isUnordered(float arg1, float arg2) { argument 351 return isNaN(arg1) || isNaN(arg2);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
H A D | SSLServerSocketFactoryTest.java | 57 InetAddress arg2) throws IOException { 56 createServerSocket(int arg0, int arg1, InetAddress arg2) argument
|
H A D | X509ExtendedKeyManagerTest.java | 43 public String chooseClientAlias(String[] arg0, Principal[] arg1, Socket arg2) { argument 51 public String chooseServerAlias(String arg0, Principal[] arg1, Socket arg2) { argument
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
H A D | MyMessageDigest1.java | 75 public void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
|
H A D | MyMessageDigest2.java | 63 public void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
H A D | SSLSocketFactoryImpl.java | 68 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/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
H A D | WriterTest.java | 93 public void write(char[] arg0, int arg1, int arg2) throws IOException { argument
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
H A D | MockAbstractSelector.java | 49 Object arg2) { 48 register(AbstractSelectableChannel arg0, int arg1, Object arg2) argument
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
H A D | MessageDigestSpiTest.java | 196 public void engineUpdate(byte[] arg0, int arg1, int arg2) { argument
|
H A D | KeyStore3Test.java | 237 Certificate[] arg2) throws KeyStoreException { 241 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2, argument 236 engineSetKeyEntry(String arg0, byte[] arg1, Certificate[] arg2) argument
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
H A D | MockDatagramChannel.java | 74 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument 84 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument
|
H A D | MockSocketChannel.java | 67 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument 77 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { argument
|
H A D | FileChannelTest.java | 3137 public MappedByteBuffer map(MapMode arg0, long arg1, long arg2) argument 3172 public long transferFrom(ReadableByteChannel arg0, long arg1, long arg2) argument 3177 public long transferTo(long arg0, long arg1, WritableByteChannel arg2) argument
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
H A D | CharsetEncoder2Test.java | 92 float arg2) { 93 super(arg0, arg1, arg2); 91 MockCharsetEncoderForHarmony491(Charset arg0, float arg1, float arg2) argument
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
H A D | SecretKeyFactoryTest.java | 435 protected Mock_SecretKeyFactory(SecretKeyFactorySpi arg0, Provider arg1, String arg2) { argument 436 super(arg0, arg1, arg2);
|
H A D | KeyAgreementTest.java | 582 protected Mock_KeyAgreement(KeyAgreementSpi arg0, Provider arg1, String arg2) { argument 583 super(arg0, arg1, arg2);
|
H A D | MacTest.java | 891 protected Mock_Mac(MacSpi arg0, Provider arg1, String arg2) { argument 892 super(arg0, arg1, arg2);
|
/libcore/ojluni/src/main/native/ |
H A D | fdlibm.h | 94 double arg2; member in struct:exception
|
/libcore/luni/src/main/native/ |
H A D | cbigint.cpp | 52 simpleAddHighPrecision (uint64_t * arg1, int32_t length, uint64_t arg2) argument 57 *arg1 += arg2; 58 if (arg2 <= *arg1) 70 addHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2) argument 95 temp2 = arg2[index]; 98 if (arg2[index] < arg1[index]) 100 else if (arg2[index] != arg1[index]) 116 subtractHighPrecision (uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2) argument 118 /* assumes arg1 > arg2 */ 124 while (length2 > 0 && arg2[length 134 simpleMultiplyHighPrecision(uint64_t* arg1, int32_t length, uint64_t arg2) argument 157 simpleMultiplyAddHighPrecision(uint64_t * arg1, int32_t length, uint64_t arg2, uint32_t * result) argument 194 multiplyHighPrecision(uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2, uint64_t * result, int32_t length) argument 249 simpleShiftLeftHighPrecision(uint64_t * arg1, int32_t length, int32_t arg2) argument 275 *arg1 <<= arg2; local 400 compareHighPrecision(uint64_t * arg1, int32_t length1, uint64_t * arg2, int32_t length2) argument 684 simpleMultiplyHighPrecision64(uint64_t * arg1, int32_t length, uint64_t arg2) argument [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | FormatterTest.java | 72 public Appendable append(CharSequence arg0, int arg1, int arg2) argument
|
/libcore/luni/src/main/java/android/system/ |
H A D | Os.java | 343 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 D | ForwardingOs.java | 123 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return os.prctl(option, arg2, arg3, arg4, arg5); }; argument
|