Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 36) sorted by relevance

12

/libcore/benchmarks/src/benchmarks/regression/
DBigIntegerBenchmark.java28 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/
DDHPublicKeySpec.java28 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/
DDSAPublicKeySpec.java27 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/
DArrayTest.java62 Integer[] y = new Integer[]{ 1 }; in test_getLjava_lang_ObjectI() local
489 int[] y = { 2 }; in test_newInstanceLjava_lang_Class$I() local
DInvocationTargetExceptionTest.java38 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/
Dstaff2.dtd17 y CDATA #REQUIRED attribute
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLECPointContext.java60 final BigInteger y = new BigInteger(generatorCoords[1]); in getECPoint() local
DOpenSSLDSAParams.java35 private BigInteger y; field in OpenSSLDSAParams
DOpenSSLDSAKeyFactory.java149 BigInteger y = dsaKey.getY(); in engineTranslateKey() local
DOpenSSLDSAPublicKey.java171 final BigInteger y = (BigInteger) stream.readObject(); in readObject() local
DOpenSSLECGroupContext.java58 BigInteger b, BigInteger x, BigInteger y, BigInteger n, BigInteger h) { in getInstance()
/libcore/luni/src/main/java/java/lang/
DMath.java180 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()
DStrictMath.java195 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/
DDSAKeyFactoryImpl.java114 BigInteger p, q, g, x, y; in engineGetKeySpec() local
DDSAPublicKeyImpl.java57 private BigInteger y, g, p, q; field in DSAPublicKeyImpl
DSHA1withDSA_SignatureImpl.java123 BigInteger p, q, y; in engineInitVerify() local
319 BigInteger p, q, g, y; in checkSignature() local
/libcore/luni/src/test/java/tests/security/spec/
DECPointTest.java124 BigInteger y = BigInteger.valueOf(23456L); in testGetAffineY01() local
/libcore/luni/src/test/java/libcore/java/io/
DOldAndroidByteArrayInputStreamTest.java76 public static String markRead(InputStream a, int x, int y) throws IOException { in markRead()
DOldAndroidCharArrayReaderTest.java75 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
DOldAndroidStringReaderTest.java73 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
DOldAndroidPushbackInputStreamTest.java90 public static String markRead(InputStream a, int x, int y) throws IOException { in markRead()
DOldAndroidBufferedReaderTest.java98 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
DOldAndroidLineNumberReaderTest.java112 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
DOldAndroidDataInputStreamTest.java140 public static String markRead(InputStream a, int x, int y) throws IOException { in markRead()
/libcore/luni/src/main/java/java/util/concurrent/
DExchanger.java315 Object y; // Contents of current slot in doExchange() local
534 Object y; in scanOnTimeout() local

12