/libcore/benchmarks/src/benchmarks/regression/ |
D | BigIntegerBenchmark.java | 28 BigInteger y = new BigInteger(1024, r); in timeRandomDivision() local 37 BigInteger y = new BigInteger(1024, r); in timeRandomGcd() local 46 BigInteger y = new BigInteger(1024, r); in timeRandomMultiplication() local
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
D | DHPublicKeySpec.java | 28 private final BigInteger y; field in DHPublicKeySpec 44 public DHPublicKeySpec(BigInteger y, BigInteger p, BigInteger g) { in DHPublicKeySpec()
|
/libcore/luni/src/main/java/java/security/spec/ |
D | DSAPublicKeySpec.java | 27 private final BigInteger y; field in DSAPublicKeySpec 48 public DSAPublicKeySpec(BigInteger y, BigInteger p, in DSAPublicKeySpec()
|
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
D | ArrayTest.java | 62 Integer[] y = new Integer[]{ 1 }; in test_getLjava_lang_ObjectI() local 489 int[] y = { 2 }; in test_newInstanceLjava_lang_Class$I() local
|
D | InvocationTargetExceptionTest.java | 38 public void parmTest(int x, short y, String s, boolean bool, Object o, in parmTest() 46 public static final void printTest(int x, short y, String s, in printTest()
|
/libcore/dom/src/test/resources/ |
D | staff2.dtd | 17 y CDATA #REQUIRED attribute
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
D | OpenSSLECPointContext.java | 60 final BigInteger y = new BigInteger(generatorCoords[1]); in getECPoint() local
|
D | OpenSSLDSAParams.java | 35 private BigInteger y; field in OpenSSLDSAParams
|
D | OpenSSLDSAKeyFactory.java | 149 BigInteger y = dsaKey.getY(); in engineTranslateKey() local
|
D | OpenSSLDSAPublicKey.java | 171 final BigInteger y = (BigInteger) stream.readObject(); in readObject() local
|
D | OpenSSLECGroupContext.java | 58 BigInteger b, BigInteger x, BigInteger y, BigInteger n, BigInteger h) { in getInstance()
|
/libcore/luni/src/main/java/java/lang/ |
D | Math.java | 180 public static native double atan2(double y, double x); in atan2() 337 public static native double hypot(double x, double y); in hypot() 364 public static native double IEEEremainder(double x, double y); in IEEEremainder() 621 public static native double pow(double x, double y); in pow() 945 private static native double nextafter(double x, double y); in nextafter()
|
D | StrictMath.java | 195 public static native double atan2(double y, double x); in atan2() 343 public static native double hypot(double x, double y); in hypot() 370 public static native double IEEEremainder(double x, double y); in IEEEremainder() 613 public static native double pow(double x, double y); in pow() 920 private static native double nextafter(double x, double y); in nextafter()
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
D | DSAKeyFactoryImpl.java | 114 BigInteger p, q, g, x, y; in engineGetKeySpec() local
|
D | DSAPublicKeyImpl.java | 57 private BigInteger y, g, p, q; field in DSAPublicKeyImpl
|
D | SHA1withDSA_SignatureImpl.java | 123 BigInteger p, q, y; in engineInitVerify() local 319 BigInteger p, q, g, y; in checkSignature() local
|
/libcore/luni/src/test/java/tests/security/spec/ |
D | ECPointTest.java | 124 BigInteger y = BigInteger.valueOf(23456L); in testGetAffineY01() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldAndroidByteArrayInputStreamTest.java | 76 public static String markRead(InputStream a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidCharArrayReaderTest.java | 75 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidStringReaderTest.java | 73 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidPushbackInputStreamTest.java | 90 public static String markRead(InputStream a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidBufferedReaderTest.java | 98 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidLineNumberReaderTest.java | 112 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidDataInputStreamTest.java | 140 public static String markRead(InputStream a, int x, int y) throws IOException { in markRead()
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | Exchanger.java | 315 Object y; // Contents of current slot in doExchange() local 534 Object y; in scanOnTimeout() local
|