/frameworks/compile/mclinker/unittests/ |
D | NamePoolTest.cpp | 57 llvm::StringRef result2 = m_pTestee->insertString(s2.c_str()); in TEST_F() local 59 EXPECT_STREQ(s2.c_str(), result2.data()); in TEST_F() 60 EXPECT_EQ(result1.data(), result2.data()); in TEST_F() 85 Resolver::Result result2; in TEST_F() local 87 name, isDyn, type, desc, binding, size, other, NULL, result2); in TEST_F() 98 EXPECT_NE(result1.existent, result2.existent); in TEST_F() 122 Resolver::Result result2; in TEST_F() local 124 name, isDyn, type, desc, binding, size, other, NULL, result2); in TEST_F() 126 EXPECT_EQ(result1.info, result2.info); in TEST_F() 161 const char* result2 = m_pTestee->insertString(result1); in TEST_F() local [all …]
|
/frameworks/wilhelm/src/itf/ |
D | IAndroidEffectCapabilities.c | 103 SLresult result2; in IAndroidEffectCapabilities_Expose() local 104 result2 = android_genericFx_queryEffect(i, &thiz->mFxDescriptors[i]); in IAndroidEffectCapabilities_Expose() 105 if (SL_RESULT_SUCCESS != result2) { in IAndroidEffectCapabilities_Expose() 106 SL_LOGE("Error (SLresult is %d) querying effect %d", result2, i); in IAndroidEffectCapabilities_Expose() 109 result = result2; in IAndroidEffectCapabilities_Expose()
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | motion_comp.cpp | 564 int result, result2, curr_offset, ref_offset; in eHorzInterp2MC() local 596 result2 = ((p_ref[dx] + 16) >> 5); in eHorzInterp2MC() 597 CLIP_RESULT(result2) in eHorzInterp2MC() 599 result = (result + result2 + 1); in eHorzInterp2MC() 610 result2 = ((p_ref[dx] + 16) >> 5); in eHorzInterp2MC() 611 CLIP_RESULT(result2) in eHorzInterp2MC() 613 result = (result + result2 + 1); in eHorzInterp2MC() 625 result2 = ((p_ref[dx] + 16) >> 5); in eHorzInterp2MC() 626 CLIP_RESULT(result2) in eHorzInterp2MC() 628 result = (result + result2 + 1); in eHorzInterp2MC() [all …]
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposerClient.cpp | 121 status_t result2 = reply.readInt32(&result); in getTransformToDisplayInverse() local 122 if (result2 != NO_ERROR) { in getTransformToDisplayInverse() 123 return result2; in getTransformToDisplayInverse()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
D | Syn_filt_32_neon.s | 98 VDUP.S32 Q11, D29[0] @result2 103 VSHL.S32 Q11, Q11, #1 @result2 <<= 1 105 … VADD.S32 Q12, Q12, Q10 @L_tmp = L_tmp - (result1 >>= 11) - (result2 <<= 1)
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | ContentProviderOperationTest.java | 499 ContentProviderResult result2; in testParcelingResult() local 504 result2 = ContentProviderResult.CREATOR.createFromParcel(parcel); in testParcelingResult() 505 assertEquals("content://goo/bar", result2.uri.toString()); in testParcelingResult() 506 assertNull(result2.count); in testParcelingResult() 516 result2 = ContentProviderResult.CREATOR.createFromParcel(parcel); in testParcelingResult() 517 assertEquals(Integer.valueOf(42), result2.count); in testParcelingResult() 518 assertNull(result2.uri); in testParcelingResult()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneNumberWatcherTest.java | 72 final String result2 = "650-123"; in testRemoveLastChars() local 78 assertEquals(result2, number.toString()); in testRemoveLastChars() 79 assertEquals(result2.length(), Selection.getSelectionEnd(number)); in testRemoveLastChars()
|
/frameworks/base/keystore/tests/src/android/security/keystore/ |
D | AndroidKeyPairGeneratorTest.java | 428 String result2 = formatter.format(date2); in assertDateEquals() local 430 assertEquals(message, result1, result2); in assertDateEquals()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLLogWrapper.java | 951 CharBuffer result2 = result.asCharBuffer(); in toByteBuffer() local 953 result2.put(input2.get()); in toByteBuffer() 963 ShortBuffer result2 = result.asShortBuffer(); in toByteBuffer() local 965 result2.put(input2.get()); in toByteBuffer() 975 IntBuffer result2 = result.asIntBuffer(); in toByteBuffer() local 977 result2.put(input2.get()); in toByteBuffer() 987 FloatBuffer result2 = result.asFloatBuffer(); in toByteBuffer() local 989 result2.put(input2.get()); in toByteBuffer() 999 DoubleBuffer result2 = result.asDoubleBuffer(); in toByteBuffer() local 1001 result2.put(input2.get()); in toByteBuffer() [all …]
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyService.cpp | 672 String8 result2(kCmdDeadlockedString); in dump() local 673 write(fd, result2.string(), result2.size()); in dump()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 6541 Object result2 = mExtras.get(name); in getExtra() local 6542 if (result2 != null) { in getExtra() 6543 result = result2; in getExtra()
|
/frameworks/opt/net/wifi/service/jni/ |
D | com_android_server_wifi_WifiNative.cpp | 540 const wifi_scan_result *result2 = static_cast<const wifi_scan_result *>(v2); in compare_scan_result_timestamp() local 541 return result1->ts - result2->ts; in compare_scan_result_timestamp()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 1648 Bundle result2 = new Bundle(); in onResult() local 1649 result2.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, removalAllowed); in onResult() 1651 response.onResult(result2); in onResult()
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | compute.jd | 1177 script.result_int result2 = script.reduce_addint(input2); // Method 1 1179 int sum2 = result2.get();
|