Home
last modified time | relevance | path

Searched defs:r2 (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/cmds/idmap2/tests/
H A DResultTests.cpp65 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
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DAbstractResolverComparatorTest.java48 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
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DServiceListingTest.java85 ResolveInfo r2 = new ResolveInfo(); in testValidator() local
126 ResolveInfo r2 = new ResolveInfo(); in testNoValidator() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderDeathDispatcherTest.java143 DeathRecipient r2 = mock(DeathRecipient.class); in testRegisterAndUnregister() local
206 DeathRecipient r2 = mock(DeathRecipient.class); in testRegisterAndKill() local
274 DeathRecipient r2 = mock(DeathRecipient.class); in duplicateRegistrations() local
/aosp14/frameworks/base/tests/testables/tests/src/android/testing/
H A DTestableLooperTest.java124 Runnable r2 = mock(Runnable.class); in testProcessAllMessages_2Messages() local
137 Runnable r2 = mock(Runnable.class); in testMainLooper() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeDiffTest.java82 ZenModeConfig.ZenRule r2 = makeRule(); in testRuleDiff_fieldDiffs() local
183 ZenModeConfig.ZenRule r2 = makeRule(); in testConfigDiff_hasRuleDiffs() local
H A DNotificationManagerServiceTest.java6307 NotificationRecord r2 = in testVisualDifference_foreground() local
6326 NotificationRecord r2 = in testVisualDifference_diffTitle() local
6347 NotificationRecord r2 = in testVisualDifference_inboxStyle() local
6395 NotificationRecord r2 = in testVisualDifference_diffText() local
6414 NotificationRecord r2 = in testVisualDifference_sameText() local
6433 NotificationRecord r2 = in testVisualDifference_sameTextButStyled() local
6452 NotificationRecord r2 = in testVisualDifference_diffTextButStyled() local
6471 NotificationRecord r2 = in testVisualDifference_diffProgress() local
6490 NotificationRecord r2 = in testVisualDifference_diffProgressNotDone() local
6509 NotificationRecord r2 = in testVisualDifference_sameProgressStillDone() local
[all …]
H A DZenModeFilteringTest.java373 NotificationRecord r2 = getCallRecordWithPeopleInfo(new String[]{"some_contact_uri"}, in testRepeatCallers_checksPhoneNumbers() local
/aosp14/frameworks/base/core/tests/systemproperties/src/android/os/
H A DSystemPropertiesTest.java199 Runnable r2 = new Runnable() { in testCallbacks() local
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppsQueryHelperTests.java129 final ResolveInfo r2 = new ResolveInfo(); in queryIntentActivitiesAsUser() local
H A DRegisteredServicesCacheTest.java61 private final ResolveInfo r2 = new ResolveInfo(); field in RegisteredServicesCacheTest
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DMatrix4f.java413 int r2 = (j+3) % 4; in computeCofactor() local
/aosp14/frameworks/base/libs/hwui/jni/
H A DRegion.cpp265 const SkRegion *r2 = reinterpret_cast<SkRegion*>(r2Handle); in Region_equals() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootTaskTests.java440 final ActivityRecord r2 = new ActivityBuilder(mAtm).setComponent( in testFindTaskAlias() local
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DSplitControllerTest.java1294 final Activity r2 = createMockActivity(taskId1); in testSplitInfoCallback_reportSplitInMultipleTasks() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java4758 final ServiceRecord r2 = mRestartingServices.get(i); in scheduleServiceRestartLocked() local
4800 final ServiceRecord r2 = mRestartingServices.get(i); in scheduleServiceRestartLocked() local
4930 final ServiceRecord r2 = mRestartingServices.get(j); in rescheduleServiceRestartIfPossibleLocked() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1053 double r2 = x2 + y2; in undistort() local