/libcore/ojluni/annotations/hiddenapi/sun/misc/ |
D | MessageUtils.java | 42 java.lang.String patt, java.lang.String arg1, java.lang.String arg2) { in subst() 49 java.lang.String arg2, in subst() 63 java.lang.String propName, java.lang.String arg1, java.lang.String arg2) { in substProp() 70 java.lang.String arg2, in substProp()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | MessageUtils.java | 47 public static String subst(String patt, String arg1, String arg2) { in subst() 52 public static String subst(String patt, String arg1, String arg2, in subst() 85 public static String substProp(String propName, String arg1, String arg2) { in substProp() 89 public static String substProp(String propName, String arg1, String arg2, in substProp()
|
D | FpUtils.java | 303 public static boolean isUnordered(double arg1, double arg2) { in isUnordered() 319 public static boolean isUnordered(float arg1, float arg2) { in isUnordered()
|
/libcore/luni/src/test/java/libcore/java/util/function/ |
D | BiPredicateTest.java | 28 Object arg2 = "two"; in testAnd() local 76 Object arg2 = "two"; in testNegate() local 88 Object arg2 = "two"; in testOr() local
|
/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/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | MockSocketChannel.java | 67 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in read() 77 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in write()
|
D | MockDatagramChannel.java | 75 public long read(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in read() 85 public long write(ByteBuffer[] arg0, int arg1, int arg2) throws IOException { in write()
|
D | FileChannelTest.java | 3138 public MappedByteBuffer map(MapMode arg0, long arg1, long arg2) in map() 3173 public long transferFrom(ReadableByteChannel arg0, long arg1, long arg2) in transferFrom() 3178 public long transferTo(long arg0, long arg1, WritableByteChannel arg2) in transferTo()
|
/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/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | X509ExtendedKeyManagerTest.java | 43 public String chooseClientAlias(String[] arg0, Principal[] arg1, Socket arg2) { in chooseClientAlias() 51 public String chooseServerAlias(String arg0, Principal[] arg1, Socket arg2) { in chooseServerAlias()
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
D | MyMessageDigest1.java | 75 public void engineUpdate(byte[] arg0, int arg1, int arg2) { in engineUpdate()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
D | MockAbstractSelector.java | 49 Object arg2) { in register()
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore3Test.java | 234 Certificate[] arg2) throws KeyStoreException { in engineSetKeyEntry() 238 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2, in engineSetKeyEntry()
|
D | MessageDigestSpiTest.java | 196 public void engineUpdate(byte[] arg0, int arg1, int arg2) { in engineUpdate()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | WriterTest.java | 93 public void write(char[] arg0, int arg1, int arg2) throws IOException { in write()
|
/libcore/luni/src/test/java/libcore/java/math/ |
D | BigIntegerTest.java | 199 private void try_gcd_variants(BigInteger arg1, BigInteger arg2, BigInteger result) in try_gcd_variants()
|
/libcore/ojluni/src/main/native/ |
D | fdlibm.h | 94 double arg2; member
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
D | CharsetEncoder2Test.java | 92 float arg2) { in MockCharsetEncoderForHarmony491()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | SecretKeyFactoryTest.java | 438 protected Mock_SecretKeyFactory(SecretKeyFactorySpi arg0, Provider arg1, String arg2) { in Mock_SecretKeyFactory()
|
D | KeyAgreementTest.java | 582 protected Mock_KeyAgreement(KeyAgreementSpi arg0, Provider arg1, String arg2) { in Mock_KeyAgreement()
|
D | MacTest.java | 900 protected Mock_Mac(MacSpi arg0, Provider arg1, String arg2) { in Mock_Mac()
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandleCombinersTest.java | 141 public static String testCatchException_target(String arg1, long arg2, String exceptionMessage) in testCatchException_target() 153 long arg2, in testCatchException_handler() 234 public static boolean testGuardWithTest_test(String arg1, long arg2) { in testGuardWithTest_test() 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/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | FormatterTest.java | 73 public Appendable append(CharSequence arg0, int arg1, int arg2) in append()
|
/libcore/luni/src/main/java/libcore/io/ |
D | ForwardingOs.java | 587 …public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { r… in prctl()
|
D | Os.java | 488 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException; in prctl()
|