/frameworks/base/cmds/idmap2/tests/ |
D | ResultTests.cpp | 65 Result<uint32_t> r2(r1); in TEST() local 82 Result<uint32_t> r2(e); in TEST() local 93 Result<uint32_t> r2(Error("foo")); in TEST() local 102 Result<uint32_t> r2(0U); in TEST() local 130 Result<uint32_t> r2(Error("foo")); in TEST() local 141 const Result<Container> r2(Container{42U}); in TEST() local 159 Result<Container> r2(Container{42U}); in TEST() local 241 auto r2 = CreateContainer(false); in TEST() local 284 auto r2 = CreateNoCopyContainer(false); in TEST() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
D | AbstractResolverComparatorTest.java | 48 ResolverActivity.ResolvedComponentInfo r2 = new ResolverActivity.ResolvedComponentInfo( in testPositionFixed() local 65 ResolverActivity.ResolvedComponentInfo r2 = new ResolverActivity.ResolvedComponentInfo( in testPinned() local 90 ResolverActivity.ResolvedComponentInfo r2 = new ResolverActivity.ResolvedComponentInfo( in testBothPinned() local
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/util/ |
D | HandlerMessageQueueTest.java | 61 Runnable r2 = () -> {}; in testSingleHandler_MultipleRunnables() local 81 Runnable r2 = () -> {}; in testMultipleHandlers() local 107 Runnable r2 = () -> {}; in testMultipleHandlers_Clear() local
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/ |
D | ServiceListingTest.java | 85 ResolveInfo r2 = new ResolveInfo(); in testValidator() local 126 ResolveInfo r2 = new ResolveInfo(); in testNoValidator() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BinderDeathDispatcherTest.java | 149 DeathRecipient r2 = mock(DeathRecipient.class); in testRegisterAndUnregister() local 213 DeathRecipient r2 = mock(DeathRecipient.class); in testRegisterAndKill() local 282 DeathRecipient r2 = mock(DeathRecipient.class); in duplicateRegistrations() local
|
/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
D | idct.cpp | 131 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; /* butterfly nodes */ in idct_intra() local 353 int32 r0, r1, r2, r3, r4, r5, r6, r7, r8; /* butterfly nodes */ in idct() local
|
/frameworks/base/tests/testables/tests/src/android/testing/ |
D | TestableLooperTest.java | 125 Runnable r2 = mock(Runnable.class); in testProcessAllMessages_2Messages() local 138 Runnable r2 = mock(Runnable.class); in testMainLooper() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeDiffTest.java | 134 ZenModeConfig.ZenRule r2 = makeRule(); in testRuleDiff_fieldDiffs() local 278 ZenModeConfig.ZenRule r2 = makeRule(); in testConfigDiff_hasRuleDiffs() local
|
D | NotificationAttentionHelperTest.java | 2195 NotificationRecord r2 = getNotificationRecord(mId, false /* insistent */, false /* once */, in testBeepVolume_politeNotif_AvalancheStrategy() local 2242 NotificationRecord r2 = getNotificationRecord(mId, false /* insistent */, false /* once */, in testBeepVolume_politeNotif_AvalancheStrategy_ChannelHasUserSound() local 2282 NotificationRecord r2 = getNotificationRecord(mId, false /* insistent */, false /* once */, in testBeepVolume_politeNotif_AvalancheStrategy_AttnUpdate() local 2331 NotificationRecord r2 = getConversationNotificationRecord(mId, false /* insistent */, in testBeepVolume_politeNotif_AvalancheStrategy_exempt_AttnUpdate() local 2434 NotificationRecord r2 = getBeepyNotification(); in testBeepVolume_politeNotif_exemptEmergency() local 2470 NotificationRecord r2 = getBeepyNotification(); in testBeepVolume_politeNotif_applyPerApp() local 2518 NotificationRecord r2 = getBeepyNotification(); in testBeepVolume_politeNotif_applyPerApp_ChannelHasUserSound() local
|
D | NotificationManagerServiceTest.java | 4398 NotificationRecord r2 = generateNotificationRecord(mTestNotificationChannel, 0); in testCrossUserSnooze() local 4417 NotificationRecord r2 = generateNotificationRecord(mTestNotificationChannel, 0); in testSameUserSnooze() local 6424 final NotificationRecord r2 = generateNotificationRecord( in testApplyAdjustmentsLogged() local 6510 final NotificationRecord r2 = spy(generateNotificationRecord( in testSensitiveAdjustmentsLogged() local 6543 final NotificationRecord r2 = generateNotificationRecord( in testAdjustmentToImportanceNone_cancelsNotification() local 6602 final NotificationRecord r2 = generateNotificationRecord(mTestNotificationChannel); in testEnqueuedAdjustmentAppliesAdjustments_MultiNotifications() local 7121 NotificationRecord r2 = in testVisualDifference_foreground() local 7140 NotificationRecord r2 = in testVisualDifference_diffTitle() local 7161 NotificationRecord r2 = in testVisualDifference_inboxStyle() local 7209 NotificationRecord r2 = in testVisualDifference_diffText() local [all …]
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | ColorConverter.cpp | 815 signed r2 = (tmp2 + v_r) / 256; in convertCbYCrY() local 1125 signed r2, signed g2, signed b2) { in getWriteToDst() 1147 signed r2, signed g2, signed b2) { in getWriteToDst() 1167 signed r2, signed g2, signed b2) { in getWriteToDst() 1187 signed r2, signed g2, signed b2) { in getWriteToDst() 1325 signed r2 = (tmp2 + v_r) / 256; in convertYUVMediaImage() local 1428 signed r2 = (tmp2 + v_r) / 256; in convertYUV420Planar16() local 1505 signed r2 = (tmp2 + v_r) / 256; in convertYUVP010ToRGBA1010102() local
|
/frameworks/base/core/tests/systemproperties/src/android/os/ |
D | SystemPropertiesTest.java | 224 Runnable r2 = new Runnable() { in testCallbacks() local
|
/frameworks/rs/ |
D | rsMatrix4x4.cpp | 49 int r2 = (j+3) % 4; in inverse() local 91 int r2 = (j+3) % 4; in inverseTranspose() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/utils/ |
D | AnrTimerTest.java | 342 String r2 = getDumpOutput(); in testDumpOutput() local 379 String r2 = getDumpOutput(); in testGarbageCollection() local
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | AppsQueryHelperTests.java | 129 final ResolveInfo r2 = new ResolveInfo(); in queryIntentActivitiesAsUser() local
|
D | RegisteredServicesCacheTest.java | 61 private final ResolveInfo r2 = new ResolveInfo(); field in RegisteredServicesCacheTest
|
/frameworks/av/services/camera/virtualcamera/util/ |
D | Util.h | 168 const Resolution r2) { in isApproximatellySameAspectRatio()
|
/frameworks/native/libs/gui/tests/ |
D | GLTest.cpp | 210 ::testing::AssertionResult GLTest::assertRectEq(const Rect &r1, const Rect &r2, in assertRectEq()
|
/frameworks/av/services/mediaresourcemanager/ |
D | ResourceManagerServiceUtils.cpp | 198 void mergeResources(MediaResourceParcel& r1, const MediaResourceParcel& r2) { in mergeResources()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 177 static void superShapeMap(VECTOR3 *point, float r1, float r2, float t, float p) in superShapeMap() 234 float r0, r1, r2, r3; in createSuperShape() local
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | IPControls.java | 262 float r2 = rebase(r, t); in writeResults() local
|
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/ |
D | Camera2UtilsTest.java | 350 CaptureRequest r2 = s.createRequest(mCamera, CameraDevice.TEMPLATE_PREVIEW); in requestSettingsSetNullMeansDefault() local
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | IPControlsJB.java | 263 float r2 = rebase(r, t); in writeResults() local
|
/frameworks/av/media/utils/ |
D | TimerThread.cpp | 243 const std::shared_ptr<const Request>& r2) { in getPendingRequests()
|
/frameworks/native/opengl/libs/ETC1/ |
D | etc1.cpp | 203 int r1, r2, g1, g2, b1, b2; in etc1_decode_block() local 379 int r1, g1, b1, r2, g2, b2; // 8 bit base colors for sub-blocks in etc_encodeBaseColors() local
|