Home
last modified time | relevance | path

Searched defs:r1 (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/cmds/idmap2/tests/
H A DResultTests.cpp63 Result<uint32_t> r1(42U); in TEST() local
77 Result<uint32_t> r1(v); in TEST() local
89 Result<uint32_t> r1(42U); in TEST() local
101 Result<uint32_t> r1(42U); in TEST() local
126 Result<uint32_t> r1(42U); in TEST() local
137 const Result<uint32_t> r1(42U); in TEST() local
155 const Result<Container> r1(Container{42U}); in TEST() local
237 auto r1 = CreateContainer(true); in TEST() local
278 auto r1 = CreateNoCopyContainer(true); in TEST() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DAbstractResolverComparatorTest.java43 ResolverActivity.ResolvedComponentInfo r1 = new ResolverActivity.ResolvedComponentInfo( in testPositionFixed() local
60 ResolverActivity.ResolvedComponentInfo r1 = new ResolverActivity.ResolvedComponentInfo( in testPinned() local
83 ResolverActivity.ResolvedComponentInfo r1 = new ResolverActivity.ResolvedComponentInfo( in testBothPinned() local
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/applications/
H A DServiceListingTest.java83 ResolveInfo r1 = new ResolveInfo(); in testValidator() local
124 ResolveInfo r1 = new ResolveInfo(); in testNoValidator() local
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBinderDeathDispatcherTest.java142 DeathRecipient r1 = mock(DeathRecipient.class); in testRegisterAndUnregister() local
205 DeathRecipient r1 = mock(DeathRecipient.class); in testRegisterAndKill() local
273 DeathRecipient r1 = mock(DeathRecipient.class); in duplicateRegistrations() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeDiffTest.java81 ZenModeConfig.ZenRule r1 = makeRule(); in testRuleDiff_fieldDiffs() local
182 ZenModeConfig.ZenRule r1 = makeRule(); in testConfigDiff_hasRuleDiffs() local
H A DNotificationListenersTest.java476 NotificationRecord r1 = mock(NotificationRecord.class); in testNotifyPostedLockedInLockdownMode() local
527 NotificationRecord r1 = mock(NotificationRecord.class); in testNotifyRemovedLockedInLockdownMode() local
H A DNotificationManagerServiceTest.java6299 NotificationRecord r1 = in testVisualDifference_foreground() local
6319 NotificationRecord r1 = in testVisualDifference_diffTitle() local
6339 NotificationRecord r1 = in testVisualDifference_inboxStyle() local
6388 NotificationRecord r1 = in testVisualDifference_diffText() local
6407 NotificationRecord r1 = in testVisualDifference_sameText() local
6426 NotificationRecord r1 = in testVisualDifference_sameTextButStyled() local
6445 NotificationRecord r1 = in testVisualDifference_diffTextButStyled() local
6464 NotificationRecord r1 = in testVisualDifference_diffProgress() local
6483 NotificationRecord r1 = in testVisualDifference_diffProgressNotDone() local
6502 NotificationRecord r1 = in testVisualDifference_sameProgressStillDone() local
[all …]
/aosp14/frameworks/base/core/tests/systemproperties/src/android/os/
H A DSystemPropertiesTest.java185 Runnable r1 = new Runnable() { in testCallbacks() local
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DSplitControllerTest.java365 final Activity r1 = createMockActivity(); in testUpdateContainer_skipIfTaskIsInvisible() local
1276 final Activity r1 = createMockActivity(); in testSplitInfoCallback_reportSplit() local
1293 final Activity r1 = createMockActivity(taskId0); in testSplitInfoCallback_reportSplitInMultipleTasks() local
1306 final Activity r1 = createMockActivity(); in testSplitInfoCallback_doNotReportIfInIntermediateState() local
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DRegisteredServicesCacheTest.java60 private final ResolveInfo r1 = new ResolveInfo(); field in RegisteredServicesCacheTest
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DMatrix4f.java412 int r1 = (j+2) % 4; in computeCofactor() local
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/
H A DBitmapTest.java218 int r1 = Color.red(c1); in testSetPixelsWithNonOpaqueAlpha() local
/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DWuQuantizer.java453 public int r1 = 0; field in WuQuantizer.Box
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DResolveIntentHelper.java229 ResolveInfo r1 = query.get(1); in chooseBestActivity() local
/aosp14/frameworks/base/libs/hwui/jni/
H A DRegion.cpp264 const SkRegion *r1 = reinterpret_cast<SkRegion*>(r1Handle); in Region_equals() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentTasksTest.java1198 final ActivityRecord r1 = new ActivityBuilder(mAtm) in testTaskInfo_expectNoExtras() local
H A DRootTaskTests.java432 final ActivityRecord r1 = new ActivityBuilder(mAtm).setComponent( in testFindTaskAlias() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActiveServices.java7426 ServiceRecord r1 = alls.valueAt(i); in dumpService() local