/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 | 96 ResolveInfo r2 = new ResolveInfo(); in testValidator() local 138 ResolveInfo r2 = new ResolveInfo(); in testNoValidator() local 221 ResolveInfo r2 = new ResolveInfo(); in testHasPermissionWithoutMeetingCurrentRegs() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BinderDeathDispatcherTest.java | 160 DeathRecipient r2 = mock(DeathRecipient.class); in testRegisterAndUnregister() local 224 DeathRecipient r2 = mock(DeathRecipient.class); in testRegisterAndKill() local 293 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/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeDiffTest.java | 117 ZenModeConfig.ZenRule r2 = makeRule(); in testRuleDiff_fieldDiffs() local 146 ZenModeConfig.ZenRule r2 = makeRule(); in testRuleDiff_toStringNoChangeAddRemove() local 163 ZenModeConfig.ZenRule r2 = makeRule(); in testRuleDiff_toString() local 239 ZenModeConfig.ZenRule r2 = makeRule(); in testRuleDiff_toStringNullStartPolicy() local 581 ZenModeConfig.ZenRule r2 = makeRule(); in testConfigDiff_hasRuleDiffs() local
|
D | NotificationAttentionHelperTest.java | 2304 NotificationRecord r2 = getNotificationRecord(mId, false /* insistent */, false /* once */, in testBeepVolume_politeNotif_AvalancheStrategy() local 2349 NotificationRecord r2 = getNotificationRecord(mId, false /* insistent */, false /* once */, in testBeepVolume_politeNotif_AvalancheStrategy_ChannelHasUserSound() local 2386 NotificationRecord r2 = getNotificationRecord(mId, false /* insistent */, false /* once */, in testBeepVolume_politeNotif_AvalancheStrategy_AttnUpdate() local 2434 NotificationRecord r2 = getConversationNotificationRecord(mId, false /* insistent */, in testBeepVolume_politeNotif_AvalancheStrategy_exempt_AttnUpdate() local 2507 NotificationRecord r2 = getConversationNotificationRecord(mId, false /* insistent */, in testBeepVolume_politeNotif_AvalancheStrategy_mixedNotif() local 2599 NotificationRecord r2 = getBeepyNotification(); in testBeepVolume_politeNotif_Avalanche_exemptCategories() local 2706 NotificationRecord r2 = getBeepyNotification(); in testBeepVolume_politeNotif_exemptEmergency() local 2883 NotificationRecord r2 = getBeepyNotification(); in testBeepVolume_politeNotif_applyPerApp() local 2932 NotificationRecord r2 = getBeepyNotification(); in testBeepVolume_politeNotif_applyPerApp_ChannelHasUserSound() local
|
D | TimeToLiveHelperTest.java | 170 NotificationRecord r2 = getRecord("testTimeoutExpires", 2); in testTimeoutExpires_laterNotifAlreadyCanceled() local
|
D | NotificationManagerServiceTest.java | 2727 final NotificationRecord r2 = generateNotificationRecord(mTestNotificationChannel, in testAggregateGroups_RemoveAppSummary_onClassification() local 3137 final NotificationRecord r2 = generateNotificationRecord(mTestNotificationChannel, in testScheduleGroupHelperWithDelay_onChildNotificationCanceled() local 3178 final NotificationRecord r2 = generateNotificationRecord(mTestNotificationChannel, in testCleanupScheduleGroupHelperWithDelay_onAllNotificationCanceled() local 5411 NotificationRecord r2 = generateNotificationRecord(mTestNotificationChannel, 0); in testCrossUserSnooze() local 5430 NotificationRecord r2 = generateNotificationRecord(mTestNotificationChannel, 0); in testSameUserSnooze() local 7569 final NotificationRecord r2 = generateNotificationRecord( in testApplyAdjustmentsLogged() local 7655 final NotificationRecord r2 = spy(generateNotificationRecord( in testSensitiveAdjustmentsLogged() local 7712 final NotificationRecord r2 = spy(generateNotificationRecord( in testClassificationChannelAdjustmentsLogged() local 7755 final NotificationRecord r2 = generateNotificationRecord( in testAdjustmentToImportanceNone_cancelsNotification() local 7814 final NotificationRecord r2 = generateNotificationRecord(mTestNotificationChannel); in testEnqueuedAdjustmentAppliesAdjustments_MultiNotifications() local [all …]
|
/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/av/media/utils/tests/ |
D | runnable_tests.cpp | 56 Runnable r2{nullptr}; in TEST_F() local 78 Runnable r2{b}; in TEST_F() local
|
/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/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/systemproperties/src/android/os/ |
D | SystemPropertiesTest.java | 226 Runnable r2 = new Runnable() { in testCallbacks() local
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | AppsQueryHelperTests.java | 129 final ResolveInfo r2 = new ResolveInfo(); in queryIntentActivitiesAsUser() local
|
/frameworks/av/services/camera/virtualcamera/util/ |
D | Util.h | 172 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 | 221 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()
|