/dalvik/dx/tests/078-dex-local-variable-table/ |
D | Blort.java | 49 int y = 1; in test06() local 52 int y = 2; in test06() local 69 char y = x; in test09() local 74 double y = x; in test10() local 79 float y = x; in test11() local 84 int y = x; in test12() local 89 long y = x; in test13() local 94 short y = x; in test14() local 99 Object y = x; in test15() local 105 String y = x; in test16() local [all …]
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/params/ |
D | DSAPublicKeyParameters.java | 8 private BigInteger y; field in DSAPublicKeyParameters 11 BigInteger y, in DSAPublicKeyParameters()
|
D | DHPublicKeyParameters.java | 8 private BigInteger y; field in DHPublicKeyParameters 11 BigInteger y, in DHPublicKeyParameters()
|
/dalvik/dx/tests/086-ssa-edge-split/ |
D | Blort.java | 26 int y = 1; in edgeSplitPredTest() local 62 int y = 0; in edgeSplitSuccessor() local
|
/dalvik/dx/tests/047-dex-wide-args/ |
D | Blort.java | 19 public static long test1(int w, long x, int y, long z) { in test1() 23 public static long test2(long w, int x, long y, int z) { in test2()
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/spec/ |
D | DHPublicKeySpec.java | 30 private final BigInteger y; field in DHPublicKeySpec 46 public DHPublicKeySpec(BigInteger y, BigInteger p, BigInteger g) { in DHPublicKeySpec()
|
/dalvik/libcore/security/src/main/java/java/security/spec/ |
D | DSAPublicKeySpec.java | 29 private final BigInteger y; field in DSAPublicKeySpec 51 public DSAPublicKeySpec(BigInteger y, BigInteger p, in DSAPublicKeySpec()
|
/dalvik/tests/044-proxy/src/ |
D | BasicTest.java | 118 public int rectangle(int x, int y); in rectangle() 128 public int rectangle(int x, int y); in rectangle() 129 public int square(int x, int y); in square() 130 public int trapezoid(int x, double off, int y); in trapezoid() 164 public int rectangle(int x, int y) { in rectangle() 168 public int square(int x, int y) { in square() 172 public int trapezoid(int x, double off, int y) { in trapezoid()
|
/dalvik/dx/tests/062-dex-synch-method/ |
D | Blort.java | 27 public synchronized int testInstance3(int x, int y, int z) { in testInstance3() 51 public static synchronized int testStatic3(int x, int y, int z) { in testStatic3()
|
/dalvik/dx/tests/056-dex-call-interface/ |
D | Blort.java | 23 int y = (int) z.zorch4(); in test() local
|
/dalvik/dx/tests/097-dex-branch-offset-zero/ |
D | Blort.java | 27 public void test3(int x, int y) { in test3()
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
D | JCEDHPublicKey.java | 25 private BigInteger y; field in JCEDHPublicKey 50 BigInteger y, in JCEDHPublicKey()
|
D | JDKDSAPublicKey.java | 21 private BigInteger y; field in JDKDSAPublicKey 46 BigInteger y, in JDKDSAPublicKey()
|
/dalvik/tests/003-omnibus-opcodes/src/ |
D | UnresTest1.java | 42 int y = UnresStuff.staticField; in run() local
|
D | Classes.java | 65 static void yTests(Object y) { in yTests() 122 MoreClasses y = new MoreClasses(); in arrayInstance() local
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
D | StrictMath.java | 246 public static native double atan2(double y, double x); in atan2() 419 public static native double hypot(double x, double y); in hypot() 448 public static native double IEEEremainder(double x, double y); in IEEEremainder() 762 public static native double pow(double x, double y); in pow() 1143 private native static double nextafter(double x, double y); in nextafter() 1145 private native static float nextafterf(float x, float y); in nextafterf()
|
D | Math.java | 231 public static native double atan2(double y, double x); in atan2() 414 public static native double hypot(double x, double y); in hypot() 443 public static native double IEEEremainder(double x, double y); in IEEEremainder() 759 public static native double pow(double x, double y); in pow() 1128 private native static double nextafter(double x, double y); in nextafter() 1130 private native static float nextafterf(float x, float y); in nextafterf()
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/ |
D | DHBasicKeyPairGenerator.java | 33 BigInteger p, x, y; in generateKeyPair() local
|
D | DHKeyPairGenerator.java | 34 BigInteger p, x, y; in generateKeyPair() local
|
D | DSAKeyPairGenerator.java | 35 BigInteger p, q, g, x, y; in generateKeyPair() local
|
/dalvik/libdex/ |
D | sha1.c | 126 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 127 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument 128 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument 129 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument 130 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
|
/dalvik/tests/010-instance/src/ |
D | InstanceTest.java | 16 Y y = new Y(); in main() local
|
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
D | ArrayTest.java | 74 Integer[] y = new Integer[]{ 1 }; in test_getLjava_lang_ObjectI() local 561 int[] y = { 2 }; in test_newInstanceLjava_lang_Class$I() local
|
/dalvik/libcore/dom/src/test/resources/ |
D | staff2.dtd | 17 y CDATA #REQUIRED attribute
|
/dalvik/libcore/xml/src/test/resources/ |
D | staff2.dtd | 17 y CDATA #REQUIRED attribute
|