/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
D | ArrayTest.java | 32 Object ret = null; in test_getLjava_lang_ObjectI() local 192 char ret = 0; in test_getCharLjava_lang_ObjectI() local 238 double ret = 0; in test_getDoubleLjava_lang_ObjectI() local 285 float ret = 0; in test_getFloatLjava_lang_ObjectI() local 331 int ret = 0; in test_getIntLjava_lang_ObjectI() local 397 long ret = 0; in test_getLongLjava_lang_ObjectI() local 443 short ret = 0; in test_getShortLjava_lang_ObjectI() local
|
D | InvocationTargetExceptionTest.java | 137 Object ret = mth.invoke(new TestMethod(), new Object[0]); in test_ConstructorLjava_lang_Throwable() local 159 Object ret = mth.invoke(new TestMethod(), new Object[0]); in test_ConstructorLjava_lang_ThrowableLjava_lang_String() local 180 Object ret = mth.invoke(new TestMethod(), new Object[0]); in test_getTargetException() local 201 Object ret = mth.invoke(new TestMethod(), new Object[0]); in test_getCause() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
D | IntBufferTest.java | 113 IntBuffer ret = buf.compact(); in testCompact() local 261 IntBuffer ret = buf.get(array); in testGetintArray() local 340 IntBuffer ret = buf.get(array, 0, array.length); in testGetintArrayintint() local 400 IntBuffer ret = buf.put((int) i); in testPutint() local 421 IntBuffer ret = buf.put(array); in testPutintArray() local 500 IntBuffer ret = buf.put(array, 0, array.length); in testPutintArrayintint() local 534 IntBuffer ret = buf.put(other); in testPutIntBuffer() local 548 IntBuffer ret = buf.put(i, (int) i); in testPutintint() local
|
D | FloatBufferTest.java | 114 FloatBuffer ret = buf.compact(); in testCompact() local 281 FloatBuffer ret = buf.get(array); in testGetfloatArray() local 362 FloatBuffer ret = buf.get(array, 0, array.length); in testGetfloatArrayintint() local 424 FloatBuffer ret = buf.put((float) i); in testPutfloat() local 445 FloatBuffer ret = buf.put(array); in testPutfloatArray() local 524 FloatBuffer ret = buf.put(array, 0, array.length); in testPutfloatArrayintint() local 558 FloatBuffer ret = buf.put(other); in testPutFloatBuffer() local 572 FloatBuffer ret = buf.put(i, (float) i); in testPutintfloat() local
|
D | LongBufferTest.java | 113 LongBuffer ret = buf.compact(); in testCompact() local 261 LongBuffer ret = buf.get(array); in testGetlongArray() local 341 LongBuffer ret = buf.get(array, 0, array.length); in testGetlongArrayintint() local 401 LongBuffer ret = buf.put((long) i); in testPutlong() local 422 LongBuffer ret = buf.put(array); in testPutlongArray() local 507 LongBuffer ret = buf.put(array, 0, array.length); in testPutlongArrayintint() local 541 LongBuffer ret = buf.put(other); in testPutLongBuffer() local 555 LongBuffer ret = buf.put(i, (long) i); in testPutintlong() local
|
D | ShortBufferTest.java | 112 ShortBuffer ret = buf.compact(); in testCompact() local 260 ShortBuffer ret = buf.get(array); in testGetshortArray() local 327 ShortBuffer ret = buf.get(array, 0, array.length); in testGetshortArrayintint() local 387 ShortBuffer ret = buf.put((short) i); in testPutshort() local 408 ShortBuffer ret = buf.put(array); in testPutshortArray() local 487 ShortBuffer ret = buf.put(array, 0, array.length); in testPutshortArrayintint() local 521 ShortBuffer ret = buf.put(other); in testPutShortBuffer() local 535 ShortBuffer ret = buf.put(i, (short) i); in testPutintshort() local
|
D | DoubleBufferTest.java | 137 DoubleBuffer ret = buf.compact(); in testCompact() local 291 DoubleBuffer ret = buf.get(array); in testGetdoubleArray() local 364 DoubleBuffer ret = buf.get(array, 0, array.length); in testGetdoubleArrayintint() local 424 DoubleBuffer ret = buf.put((double) i); in testPutdouble() local 446 DoubleBuffer ret = buf.put(array); in testPutdoubleArray() local 519 DoubleBuffer ret = buf.put(array, 0, array.length); in testPutdoubleArrayintint() local 547 DoubleBuffer ret = buf.put(other); in testPutDoubleBuffer() local 561 DoubleBuffer ret = buf.put(i, (double) i); in testPutintdouble() local
|
D | CharBufferTest.java | 142 CharBuffer ret = buf.compact(); in testCompact() local 323 CharBuffer ret = buf.get(array); in testGetcharArray() local 396 CharBuffer ret = buf.get(array, 0, array.length); in testGetcharArrayintint() local 443 CharBuffer ret = buf.put((char) i); in testPutchar() local 465 CharBuffer ret = buf.put(array); in testPutcharArray() local 549 CharBuffer ret = buf.put(array, 0, array.length); in testPutcharArrayintint() local 590 CharBuffer ret = buf.put(other); in testPutCharBuffer() local 604 CharBuffer ret = buf.put(i, (char) i); in testPutintchar() local 724 CharBuffer ret = buf.put(str); in testPutString() local 802 CharBuffer ret = buf.put(str, 0, str.length()); in testPutStringintint() local
|
D | AbstractBufferTest.java | 51 Buffer ret = baseBuf.clear(); in testClear() local 72 Buffer ret = baseBuf.flip(); in testFlip() local
|
D | ByteBufferTest.java | 169 ByteBuffer ret = buf.compact(); in testCompact() local 322 ByteBuffer ret = buf.get(array); in testGetbyteArray() local 401 ByteBuffer ret = buf.get(array, 0, array.length); in testGetbyteArrayintint() local 519 ByteBuffer ret = buf.put((byte) i); in testPutbyte() local 550 ByteBuffer ret = buf.put(array); in testPutbyteArray() local 640 ByteBuffer ret = buf.put(array, 0, array.length); in testPutbyteArrayintint() local 691 ByteBuffer ret = buf.put(other); in testPutByteBuffer() local 715 ByteBuffer ret = buf.put(i, (byte) i); in testPutintbyte() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/support/ |
D | P.java | 34 String ret = null; in findProp() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/support/ |
D | P.java | 17 String ret = null; in findProp() local
|
/libcore/luni/src/main/java/java/math/ |
D | NativeBN.java | 42 public static native void BN_bin2bn(byte[] s, int len, boolean neg, long ret); in BN_bin2bn() 47 public static native void litEndInts2bn(int[] ints, int len, boolean neg, long ret); in litEndInts2bn() 49 public static native void twosComp2bn(byte[] s, int len, long ret); in twosComp2bn() 118 public static native void BN_mod_inverse(long ret, long a, long n); in BN_mod_inverse() 122 public static native void BN_generate_prime_ex(long ret, int bits, boolean safe, in BN_generate_prime_ex()
|
/libcore/luni/src/main/java/java/util/ |
D | ResourceBundle.java | 318 ResourceBundle ret = processGetBundle(baseName, targetLocale, loader, in getBundle() local 344 ResourceBundle ret = null; in processGetBundle() local 627 Set<String> ret = new HashSet<String>(); in keySet() local 637 Set<String> ret = new HashSet<String>(); in handleKeySet() local 889 ResourceBundle ret; in newBundle() local 1020 StringBuilder ret = new StringBuilder(); in toBundleName() local 1060 StringBuilder ret = new StringBuilder(bundleName.replace('.', '/')); in toResourceName() local
|
/libcore/luni/src/main/java/java/net/ |
D | Proxy.java | 148 int ret = 0; in hashCode() local
|
/libcore/luni/src/main/java/java/lang/ref/ |
D | ReferenceQueue.java | 52 Reference<? extends T> ret = head; in poll() local
|
/libcore/luni/src/main/java/java/security/spec/ |
D | RSAMultiPrimePrivateCrtKeySpec.java | 151 RSAOtherPrimeInfo[] ret = in getOtherPrimeInfo() local
|
D | ECFieldF2m.java | 237 int[] ret = new int[ks.length]; in getMidTermsOfReductionPolynomial() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldAndroidPipedStreamTest.java | 284 int ret = n1 + n2; in next() local
|
/libcore/luni/src/main/native/ |
D | java_math_NativeBN.cpp | 168 …ic void NativeBN_BN_bin2bn(JNIEnv* env, jclass, jbyteArray arr, int len, jboolean neg, jlong ret) { in NativeBN_BN_bin2bn() 189 BIGNUM* ret = toBigNum(ret0); in NativeBN_litEndInts2bn() local 239 BIGNUM* ret = toBigNum(ret0); in negBigEndianBytes2bn() local 293 BIGNUM* ret = toBigNum(ret0); in NativeBN_twosComp2bn() local 539 static void NativeBN_BN_mod_inverse(JNIEnv* env, jclass, jlong ret, jlong a, jlong n) { in NativeBN_BN_mod_inverse() 546 static void NativeBN_BN_generate_prime_ex(JNIEnv* env, jclass, jlong ret, int bits, in NativeBN_BN_generate_prime_ex()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
D | ReferenceQueueTest.java | 164 Reference ret = rq.remove(0L); in test_removeJ() local
|
/libcore/luni/src/main/java/java/sql/ |
D | SQLException.java | 251 SQLException ret = current; in next() local
|
/libcore/luni/src/main/java/java/security/ |
D | Identity.java | 160 Certificate[] ret = new Certificate[certificates.size()]; in certificates() local
|
/libcore/luni/src/test/java/tests/security/spec/ |
D | RSAMultiPrimePrivateCrtKeySpecTest.java | 625 RSAOtherPrimeInfo[] ret = ks.getOtherPrimeInfo(); in testIsStatePreserved2() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | SelectorTest.java | 661 int ret = 0; in selectOnce() local
|