Home
last modified time | relevance | path

Searched defs:ret (Results 1 – 25 of 46) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DArrayTest.java32 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
DInvocationTargetExceptionTest.java137 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/
DFloatBufferTest.java114 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
DIntBufferTest.java113 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
DLongBufferTest.java113 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
DShortBufferTest.java112 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
DCharBufferTest.java142 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
DAbstractBufferTest.java51 Buffer ret = baseBuf.clear(); in testClear() local
72 Buffer ret = baseBuf.flip(); in testFlip() local
DByteBufferTest.java199 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/
Dlibcore_java_io_FileTest.cpp37 int ret = stat(subDir.c_str(), &sb); in Java_libcore_java_io_FileTest_nativeTestFilesWithSurrogatePairs() local
77 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/
DRegexpPool.java58 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/
DP.java17 String ret = null; in findProp() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/support/
DP.java34 String ret = null; in findProp() local
/libcore/ojluni/src/test/java/time/test/java/time/format/
DTestZoneTextPrinterParser.java237 String ret = fmt.parse(text, TemporalQueries.zone()).getId(); in test_ParseText() local
273 String ret = fmt.parse(text, TemporalQueries.zone()).getId(); in parse() local
/libcore/ojluni/src/main/native/
DInflater.c70 int ret = inflateInit2(strm, nowrap ? -MAX_WBITS : MAX_WBITS); in Inflater_init() local
127 int ret; in Inflater_inflateBytes() local
DFileInputStream.c132 jlong ret; in FileInputStream_available0() local
DNativeThread.c103 int ret; in NativeThread_signal() local
/libcore/luni/src/main/java/libcore/math/
DNativeBN.java30 public static native void litEndInts2bn(int[] ints, int len, boolean neg, long ret); in litEndInts2bn()
/libcore/luni/src/test/java/libcore/java/io/
DOldAndroidPipedStreamTest.java284 int ret = n1 + n2; in next() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
DReferenceQueueTest.java161 Reference ret = rq.remove(0L); in test_removeJ() local
/libcore/ojluni/src/main/java/java/io/
DPipedReader.java267 int ret = buffer[out++]; in read() local
DPipedInputStream.java338 int ret = buffer[out++] & 0xFF; in read() local
/libcore/ojluni/src/main/java/java/util/
DBase64.java263 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/
DRSAMultiPrimePrivateCrtKeySpecTest.java625 RSAOtherPrimeInfo[] ret = ks.getOtherPrimeInfo(); in testIsStatePreserved2() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectorTest.java661 int ret = 0; in selectOnce() local

12