/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
D | ArrayTest.java | 44 Object ret = null; in test_getLjava_lang_ObjectI() local 222 char ret = 0; in test_getCharLjava_lang_ObjectI() local 274 double ret = 0; in test_getDoubleLjava_lang_ObjectI() local 327 float ret = 0; in test_getFloatLjava_lang_ObjectI() local 379 int ret = 0; in test_getIntLjava_lang_ObjectI() local 457 long ret = 0; in test_getLongLjava_lang_ObjectI() local 509 short ret = 0; in test_getShortLjava_lang_ObjectI() local
|
D | InvocationTargetExceptionTest.java | 155 Object ret = mth.invoke(new TestMethod(), new Object[0]); in test_ConstructorLjava_lang_Throwable() local 183 Object ret = mth.invoke(new TestMethod(), new Object[0]); in test_ConstructorLjava_lang_ThrowableLjava_lang_String() local 210 Object ret = mth.invoke(new TestMethod(), new Object[0]); in test_getTargetException() local 237 Object ret = mth.invoke(new TestMethod(), new Object[0]); in test_getCause() local
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
D | LongBufferTest.java | 182 LongBuffer ret = buf.compact(); in testCompact() local 363 LongBuffer ret = buf.get(array); in testGetlongArray() local 452 LongBuffer ret = buf.get(array, 0, array.length); in testGetlongArrayintint() local 569 LongBuffer ret = buf.put((long) i); in testPutlong() local 596 LongBuffer ret = buf.put(array); in testPutlongArray() local 687 LongBuffer ret = buf.put(array, 0, array.length); in testPutlongArrayintint() local 727 LongBuffer ret = buf.put(other); in testPutLongBuffer() local 747 LongBuffer ret = buf.put(i, (long) i); in testPutintlong() local
|
D | ShortBufferTest.java | 182 ShortBuffer ret = buf.compact(); in testCompact() local 363 ShortBuffer ret = buf.get(array); in testGetshortArray() local 446 ShortBuffer ret = buf.get(array, 0, array.length); in testGetshortArrayintint() local 563 ShortBuffer ret = buf.put((short) i); in testPutshort() local 590 ShortBuffer ret = buf.put(array); in testPutshortArray() local 675 ShortBuffer ret = buf.put(array, 0, array.length); in testPutshortArrayintint() local 738 ShortBuffer ret = buf.put(other); in testPutShortBuffer() local 758 ShortBuffer ret = buf.put(i, (short) i); in testPutintshort() local
|
D | IntBufferTest.java | 183 IntBuffer ret = buf.compact(); in testCompact() local 364 IntBuffer ret = buf.get(array); in testGetintArray() local 453 IntBuffer ret = buf.get(array, 0, array.length); in testGetintArrayintint() local 570 IntBuffer ret = buf.put((int) i); in testPutint() local 597 IntBuffer ret = buf.put(array); in testPutintArray() local 682 IntBuffer ret = buf.put(array, 0, array.length); in testPutintArrayintint() local 745 IntBuffer ret = buf.put(other); in testPutIntBuffer() local 765 IntBuffer ret = buf.put(i, (int) i); in testPutintint() local
|
D | FloatBufferTest.java | 209 FloatBuffer ret = buf.compact(); in testCompact() local 411 FloatBuffer ret = buf.get(array); in testGetfloatArray() local 500 FloatBuffer ret = buf.get(array, 0, array.length); in testGetfloatArrayintint() local 620 FloatBuffer ret = buf.put((float) i); in testPutfloat() local 647 FloatBuffer ret = buf.put(array); in testPutfloatArray() local 732 FloatBuffer ret = buf.put(array, 0, array.length); in testPutfloatArrayintint() local 772 FloatBuffer ret = buf.put(other); in testPutFloatBuffer() local 792 FloatBuffer ret = buf.put(i, (float) i); in testPutintfloat() local
|
D | DoubleBufferTest.java | 226 DoubleBuffer ret = buf.compact(); in testCompact() local 402 DoubleBuffer ret = buf.get(array); in testGetdoubleArray() local 491 DoubleBuffer ret = buf.get(array, 0, array.length); in testGetdoubleArrayintint() local 609 DoubleBuffer ret = buf.put((double) i); in testPutdouble() local 637 DoubleBuffer ret = buf.put(array); in testPutdoubleArray() local 716 DoubleBuffer ret = buf.put(array, 0, array.length); in testPutdoubleArrayintint() local 750 DoubleBuffer ret = buf.put(other); in testPutDoubleBuffer() local 770 DoubleBuffer ret = buf.put(i, (double) i); in testPutintdouble() local
|
D | AbstractBufferTest.java | 71 Buffer ret = baseBuf.clear(); in testClear() local 100 Buffer ret = baseBuf.flip(); in testFlip() local
|
D | CharBufferTest.java | 213 CharBuffer ret = buf.compact(); in testCompact() local 426 CharBuffer ret = buf.get(array); in testGetcharArray() local 515 CharBuffer ret = buf.get(array, 0, array.length); in testGetcharArrayintint() local 580 CharBuffer ret = buf.put((char) i); in testPutchar() local 608 CharBuffer ret = buf.put(array); in testPutcharArray() local 698 CharBuffer ret = buf.put(array, 0, array.length); in testPutcharArrayintint() local 745 CharBuffer ret = buf.put(other); in testPutCharBuffer() local 765 CharBuffer ret = buf.put(i, (char) i); in testPutintchar() local 921 CharBuffer ret = buf.put(str); in testPutString() local 1011 CharBuffer ret = buf.put(str, 0, str.length()); in testPutStringintint() local
|
D | ByteBufferTest.java | 245 ByteBuffer ret = buf.compact(); in testCompact() local 439 ByteBuffer ret = buf.get(array); in testGetbyteArray() local 529 ByteBuffer ret = buf.get(array, 0, array.length); in testGetbyteArrayintint() local 707 ByteBuffer ret = buf.put((byte) i); in testPutbyte() local 751 ByteBuffer ret = buf.put(array); in testPutbyteArray() local 847 ByteBuffer ret = buf.put(array, 0, array.length); in testPutbyteArrayintint() local 904 ByteBuffer ret = buf.put(other); in testPutByteBuffer() local 934 ByteBuffer ret = buf.put(i, (byte) i); in testPutintbyte() local
|
/dalvik/libcore/x-net/src/main/native/ |
D | org_apache_harmony_xnet_provider_jsse_OpenSSLServerSocketImpl.cpp | 173 jobjectArray ret; in org_apache_harmony_xnet_provider_jsse_OpenSSLServerSocketImpl_getsupportedciphersuites() local 213 jobjectArray ret; in org_apache_harmony_xnet_provider_jsse_OpenSSLServerSocketImpl_getenabledciphersuites() local 247 int ret; in org_apache_harmony_xnet_provider_jsse_OpenSSLServerSocketImpl_setenabledciphersuites() local 299 int ret; in register_org_apache_harmony_xnet_provider_jsse_OpenSSLServerSocketImpl() local
|
D | org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl.cpp | 131 int ret; in throwIOExceptionWithSslErrors() local 1038 int ret = SSL_CTX_use_certificate(ssl_ctx, certificatesx509); in org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl_init() local 1080 int ret, fd; in org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl_connect() local 1264 int sd, ret; in org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl_accept() local 1407 jobjectArray ret; in org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl_getsupportedciphersuites() local 1455 jobjectArray ret; in org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl_getenabledciphersuites() local 1493 int ret; in org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl_setenabledciphersuites() local 1524 jstring ret; in org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl_cipherauthenticationmethod() local 1581 int ret = sslRead(ssl, (char *) &byteRead, 1, &returnCode, &errorCode, timeout); in org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl_read() local 1616 int ret = in org_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl_readba() local [all …]
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/support/ |
D | P.java | 17 String ret = null; in findProp() local
|
/dalvik/vm/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.c | 63 bool ret; in Dalvik_org_apache_harmony_dalvik_ddmc_DdmVmInternal_heapInfoNotify() local 81 bool ret; in Dalvik_org_apache_harmony_dalvik_ddmc_DdmVmInternal_heapSegmentNotify() local
|
/dalvik/libcore/luni/src/main/java/java/lang/ref/ |
D | ReferenceQueue.java | 58 Reference<? extends T> ret; in poll() local
|
/dalvik/libnativehelper/ |
D | JNIHelp.c | 68 char* ret; in jniThrowIOException() local
|
/dalvik/libcore/openssl/src/main/java/org/openssl/ |
D | NativeBN.java | 56 public static native boolean BN_bin2bn(byte[] s, int len, boolean neg, int ret); in BN_bin2bn() 62 public static native boolean litEndInts2bn(int[] ints, int len, boolean neg, int ret); in litEndInts2bn() 64 public static native boolean twosComp2bn(byte[] s, int len, int ret); in twosComp2bn() 165 public static native boolean BN_mod_inverse(int ret, int a, int n, int ctx); in BN_mod_inverse() 170 public static native boolean BN_generate_prime_ex(int ret, int bits, boolean safe, in BN_generate_prime_ex()
|
/dalvik/libcore/luni/src/main/java/java/net/ |
D | Proxy.java | 157 int ret = 0; in hashCode() local
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | LocalItem.java | 92 int ret; in compareTo() local
|
/dalvik/vm/hprof/ |
D | HprofHeap.c | 64 hprof_basic_type ret; in signatureToBasicTypeAndSize() local 91 hprof_basic_type ret; in primitiveToBasicTypeAndSize() local
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
D | Blob.java | 39 int ret = blob.size - pos; in available() local 81 long ret = pos + n; in skip() local
|
/dalvik/libcore/sql/src/main/native/ |
D | sqlite_jni.c | 246 jobject ret = 0; in globrefpop() local 412 int ret = 0; in busyhandler() local 439 int ret = 0; in busyhandler3() local 461 int ret = 0; in progresshandler() local 1174 int ret; in Java_SQLite_Database__1open_1aux_1file() local 1756 int ret; in mkfunc_common() local 1872 int ret; in Java_SQLite_Database__1function_1type() local 2029 jstring ret) in Java_SQLite_FunctionContext_set_1result__Ljava_lang_String_2() 2515 int ret, ncol = 0; in Java_SQLite_Vm_step() local 2716 int ret; in Java_SQLite_Vm_compile() local [all …]
|
/dalvik/libcore/security/src/main/java/java/security/spec/ |
D | RSAMultiPrimePrivateCrtKeySpec.java | 160 RSAOtherPrimeInfo[] ret = in getOtherPrimeInfo() local
|
D | ECFieldF2m.java | 250 int[] ret = new int[ks.length]; in getMidTermsOfReductionPolynomial() local
|
/dalvik/dx/src/com/android/dx/util/ |
D | BitIntSet.java | 115 int ret = idx; in iterator() local
|