/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 | 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 | 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 | 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 | 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 | 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 | 199 ByteBuffer ret = buf.compact(); in testCompact() local 352 ByteBuffer ret = buf.get(array); in testGetbyteArray() local 431 ByteBuffer ret = buf.get(array, 0, array.length); in testGetbyteArrayintint() local 549 ByteBuffer ret = buf.put((byte) i); in testPutbyte() local 580 ByteBuffer ret = buf.put(array); in testPutbyteArray() local 670 ByteBuffer ret = buf.put(array, 0, array.length); in testPutbyteArrayintint() local 719 ByteBuffer ret = buf.put(other); in testPutByteBuffer() local 765 ByteBuffer ret = buf.put(other); in testPutByteBuffer() local 790 ByteBuffer ret = buf.put(i, (byte) i); in testPutintbyte() local
|
/libcore/luni/src/test/native/ |
D | libcore_java_io_FileTest.cpp | 37 int ret = stat(subDir.c_str(), &sb); in Java_libcore_java_io_FileTest_nativeTestFilesWithSurrogatePairs() local 73 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in Java_libcore_java_io_FileTest_installSeccompFilter() local
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | RegexpPool.java | 58 public void add(String re, Object ret) throws REException { in add() 74 public void replace(String re, Object ret) { in replace() 165 private void add(String re, Object ret, boolean replace) throws REException { in add()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/support/ |
D | P.java | 17 String ret = null; in findProp() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/support/ |
D | P.java | 34 String ret = null; in findProp() local
|
/libcore/ojluni/src/main/native/ |
D | Inflater.c | 70 int ret = inflateInit2(strm, nowrap ? -MAX_WBITS : MAX_WBITS); in Inflater_init() local 127 int ret; in Inflater_inflateBytes() local
|
D | FileInputStream.c | 132 jlong ret; in FileInputStream_available0() local
|
D | NativeThread.c | 101 int ret; in NativeThread_signal() local
|
/libcore/ojluni/src/test/java/time/test/java/time/format/ |
D | TestZoneTextPrinterParser.java | 209 String ret = fmt.parse(text, TemporalQueries.zone()).getId(); in test_ParseText() local 245 String ret = fmt.parse(text, TemporalQueries.zone()).getId(); in parse() local
|
/libcore/luni/src/main/java/libcore/math/ |
D | NativeBN.java | 30 public static native void litEndInts2bn(int[] ints, int len, boolean neg, long ret); in litEndInts2bn()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldAndroidPipedStreamTest.java | 284 int ret = n1 + n2; in next() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/ |
D | ReferenceQueueTest.java | 161 Reference ret = rq.remove(0L); in test_removeJ() local
|
/libcore/ojluni/src/main/java/java/io/ |
D | PipedReader.java | 267 int ret = buffer[out++]; in read() local
|
D | PipedInputStream.java | 338 int ret = buffer[out++] & 0xFF; in read() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | Base64.java | 263 int ret = encode0(src, 0, src.length, dst); in encode() local 336 int ret = 0; in encode() local 526 int ret = decode0(src, 0, src.length, dst); in decode() 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
|