/aosp_15_r20/external/pytorch/.github/workflows/ |
H A D | generated-linux-binary-conda-nightly.yml | 47 # TODO: This is a legacy variable that we eventually want to get rid of in 65 # TODO: This is a legacy variable that we eventually want to get rid of in 86 # TODO: This is a legacy variable that we eventually want to get rid of in 106 # TODO: This is a legacy variable that we eventually want to get rid of in 126 # TODO: This is a legacy variable that we eventually want to get rid of in 148 # TODO: This is a legacy variable that we eventually want to get rid of in 169 # TODO: This is a legacy variable that we eventually want to get rid of in 189 # TODO: This is a legacy variable that we eventually want to get rid of in 211 # TODO: This is a legacy variable that we eventually want to get rid of in 232 # TODO: This is a legacy variable that we eventually want to get rid of in [all …]
|
H A D | generated-linux-binary-manywheel-nightly.yml | 47 # TODO: This is a legacy variable that we eventually want to get rid of in 65 # TODO: This is a legacy variable that we eventually want to get rid of in 86 # TODO: This is a legacy variable that we eventually want to get rid of in 106 # TODO: This is a legacy variable that we eventually want to get rid of in 125 # TODO: This is a legacy variable that we eventually want to get rid of in 147 # TODO: This is a legacy variable that we eventually want to get rid of in 168 # TODO: This is a legacy variable that we eventually want to get rid of in 188 # TODO: This is a legacy variable that we eventually want to get rid of in 210 # TODO: This is a legacy variable that we eventually want to get rid of in 231 # TODO: This is a legacy variable that we eventually want to get rid of in [all …]
|
H A D | generated-linux-binary-manywheel-split-nightly | 56 # TODO: This is a legacy variable that we eventually want to get rid of in 80 # TODO: This is a legacy variable that we eventually want to get rid of in 104 # TODO: This is a legacy variable that we eventually want to get rid of in 127 # TODO: This is a legacy variable that we eventually want to get rid of in 151 # TODO: This is a legacy variable that we eventually want to get rid of in 175 # TODO: This is a legacy variable that we eventually want to get rid of in 198 # TODO: This is a legacy variable that we eventually want to get rid of in 222 # TODO: This is a legacy variable that we eventually want to get rid of in 246 # TODO: This is a legacy variable that we eventually want to get rid of in 269 # TODO: This is a legacy variable that we eventually want to get rid of in [all …]
|
H A D | generated-linux-aarch64-binary-manywheel-nightly.yml | 47 # TODO: This is a legacy variable that we eventually want to get rid of in 68 # TODO: This is a legacy variable that we eventually want to get rid of in 90 # TODO: This is a legacy variable that we eventually want to get rid of in 110 # TODO: This is a legacy variable that we eventually want to get rid of in 134 # TODO: This is a legacy variable that we eventually want to get rid of in 155 # TODO: This is a legacy variable that we eventually want to get rid of in 176 # TODO: This is a legacy variable that we eventually want to get rid of in 198 # TODO: This is a legacy variable that we eventually want to get rid of in 218 # TODO: This is a legacy variable that we eventually want to get rid of in 242 # TODO: This is a legacy variable that we eventually want to get rid of in [all …]
|
H A D | generated-linux-binary-libtorch-cxx11-abi-nightly.yml | 47 # TODO: This is a legacy variable that we eventually want to get rid of in 66 # TODO: This is a legacy variable that we eventually want to get rid of in 88 # TODO: This is a legacy variable that we eventually want to get rid of in 109 # TODO: This is a legacy variable that we eventually want to get rid of in 129 # TODO: This is a legacy variable that we eventually want to get rid of in 152 # TODO: This is a legacy variable that we eventually want to get rid of in 174 # TODO: This is a legacy variable that we eventually want to get rid of in 194 # TODO: This is a legacy variable that we eventually want to get rid of in 217 # TODO: This is a legacy variable that we eventually want to get rid of in 239 # TODO: This is a legacy variable that we eventually want to get rid of in [all …]
|
H A D | generated-linux-binary-libtorch-pre-cxx11-nightly.yml | 47 # TODO: This is a legacy variable that we eventually want to get rid of in 66 # TODO: This is a legacy variable that we eventually want to get rid of in 88 # TODO: This is a legacy variable that we eventually want to get rid of in 109 # TODO: This is a legacy variable that we eventually want to get rid of in 129 # TODO: This is a legacy variable that we eventually want to get rid of in 152 # TODO: This is a legacy variable that we eventually want to get rid of in 174 # TODO: This is a legacy variable that we eventually want to get rid of in 194 # TODO: This is a legacy variable that we eventually want to get rid of in 217 # TODO: This is a legacy variable that we eventually want to get rid of in 239 # TODO: This is a legacy variable that we eventually want to get rid of in [all …]
|
H A D | generated-linux-s390x-binary-manywheel-nightly.yml | 47 # TODO: This is a legacy variable that we eventually want to get rid of in 68 # TODO: This is a legacy variable that we eventually want to get rid of in 90 # TODO: This is a legacy variable that we eventually want to get rid of in 110 # TODO: This is a legacy variable that we eventually want to get rid of in 131 # TODO: This is a legacy variable that we eventually want to get rid of in 153 # TODO: This is a legacy variable that we eventually want to get rid of in 173 # TODO: This is a legacy variable that we eventually want to get rid of in 194 # TODO: This is a legacy variable that we eventually want to get rid of in 216 # TODO: This is a legacy variable that we eventually want to get rid of in 236 # TODO: This is a legacy variable that we eventually want to get rid of in [all …]
|
/aosp_15_r20/cts/tests/tests/print/src/android/print/cts/ |
H A D | PrintJobTest.java | 19 import static android.print.test.Utils.eventually; 178 eventually( 196 eventually(() -> assertEquals(state, job.getInfo().getState())); 199 eventually(() -> assertTrue(job.isQueued())); 202 eventually(() -> assertTrue(job.isStarted())); 205 eventually(() -> assertTrue(job.isBlocked())); 208 eventually(() -> assertTrue(job.isCompleted())); 211 eventually(() -> assertTrue(job.isFailed())); 214 eventually(() -> assertTrue(job.isCancelled())); 257 eventually(() -> assertEquals(getActivity().getString(R.string.testStr1), [all …]
|
H A D | InterfaceForAppsTest.java | 19 import static android.print.test.Utils.eventually; 122 eventually(() -> assertEquals(PrintJobInfo.STATE_CREATED, in createFirstMockPrinterServiceCallbacks() 126 eventually(() -> assertTrue(job.isQueued())); in createFirstMockPrinterServiceCallbacks() 130 eventually(() -> assertTrue(job.isQueued())); in createFirstMockPrinterServiceCallbacks() 133 eventually(() -> assertTrue(job.isQueued())); in createFirstMockPrinterServiceCallbacks() 138 eventually(() -> assertTrue(job.isQueued())); in createFirstMockPrinterServiceCallbacks() 143 eventually(() -> assertTrue(job.isQueued())); in createFirstMockPrinterServiceCallbacks() 219 eventually(() -> assertEquals(cancelAfterState, job.getInfo().getState())); 244 eventually(() -> assertTrue(job.isCancelled())); 261 eventually(() -> assertEquals(PrintJobInfo.STATE_CREATED, job.getInfo().getState())); [all …]
|
H A D | PrintServicesTest.java | 20 import static android.print.test.Utils.eventually; 196 eventually(() -> assertEquals(desiredProgress, getProgress(), 0.1)); in checkNotification() 197 eventually(() -> assertEquals(desiredStatus.toString(), getStatus().toString())); in checkNotification() 291 eventually(() -> { 359 eventually( 450 eventually(() -> assertNotNull(serviceCallbacks.getService())); 505 eventually(() -> { 510 eventually(() -> runOnMainThread( 520 eventually(() -> runOnMainThread( 538 eventually(() -> { [all …]
|
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/ |
H A D | PermissionBackupCertificateCheckTest.kt | 105 eventually { in testRestore_sameCert_restoresRuntimePermissions() 129 eventually { in testRestore_diffCert_doesNotGrantRuntimePermissions() 153 eventually { in testRestore_midHistoryToRotated_restoresRuntimePermissions() 177 eventually { in testRestore_origToRotated_restoresRuntimePermissions() 201 eventually { in testRestore_rotatedToMidHistory_restoresRuntimePermissions() 225 eventually { in testRestore_rotatedToOrig_restoresRuntimePermissions() 250 eventually { in testRestore_sameWithHistory_restoresRuntimePermissions() 275 eventually { in testRestore_sameWithoutHistory_restoresRuntimePermissions() 299 eventually { in testRestore_notInBackedUpHistory_doesNotRestoreRuntimePerms() 323 eventually { in testRestore_notInRestoredHistory_doesNotRestoreRuntimePerms() [all …]
|
/aosp_15_r20/packages/modules/Permission/PermissionController/tests/permissionui/src/com/android/permissioncontroller/permissionui/ui/handheld/ |
D | ManageStandardPermissionsFragmentTest.kt | 31 import com.android.compatibility.common.util.SystemUtil.eventually 122 eventually( in groupSummaryGetsUpdatedWhenAppGetsInstalled() 136 eventually( in groupSummaryGetsUpdatedWhenAppGetsUninstalled() 142 eventually( in groupSummaryGetsUpdatedWhenAppGetsUninstalled() 153 eventually( in groupSummaryGetsUpdatedWhenPermissionGetsGranted() 162 eventually { in groupSummaryGetsUpdatedWhenPermissionGetsGranted() 174 eventually( in groupSummaryGetsUpdatedWhenPermissionGetsRevoked() 185 eventually { in groupSummaryGetsUpdatedWhenPermissionGetsRevoked() 197 eventually( in additionalPermissionSummaryGetUpdateWhenAppGetsInstalled() 211 eventually( in additionalPermissionSummaryGetUpdateWhenUserGetsUninstalled() [all …]
|
/aosp_15_r20/cts/tests/backup/src/android/backup/cts/ |
H A D | PermissionTest.java | 116 eventually(() -> { in testGrantDeniedRuntimePermission() method 136 eventually(() -> { in testGrantDeniedRuntimePermission22() method 162 eventually(() -> { in testNoTriStateRuntimePermission() method 186 eventually(() -> assertEquals(MODE_IGNORED, getAppOp(APP22, ACCESS_FINE_LOCATION))); in testNoTriStateRuntimePermission22() 207 eventually(() -> { in testGrantForegroundRuntimePermission() method 230 // eventually(() -> assertEquals(MODE_FOREGROUND, getAppOp(APP22, ACCESS_FINE_LOCATION))); 248 eventually(() -> { in testGrantForegroundAndBackgroundRuntimePermission() method 270 eventually(() -> { in testGrantForegroundAndBackgroundRuntimePermission22() method 292 eventually(() -> assertFalse( in testRestorePermReviewed() 310 eventually(() -> assertTrue(isFlagSet(APP, WRITE_CONTACTS, FLAG_PERMISSION_USER_SET))); in testRestoreUserSet() [all …]
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionui/src/android/permissionui/cts/ |
D | PermissionRationaleTest.kt | 35 import com.android.compatibility.common.util.SystemUtil.eventually in <lambda>() 135 eventually { in <lambda>() 152 eventually({ assertHelpCenterLinkClickSuccessful() }, NEW_WINDOW_TIMEOUT_MILLIS) in <lambda>() 173 // Eventually requires a longer timeout than that of all internal ui checks in in <lambda>() 175 eventually({ assertPermissionRationaleDialogIsVisible(true) }, 75000L) in <lambda>() 187 eventually { in <lambda>() 205 eventually { in <lambda>() 230 eventually { in <lambda>() 246 eventually { in <lambda>() 262 eventually { in <lambda>() [all …]
|
D | EnhancedConfirmationManagerTest.kt | 37 import com.android.compatibility.common.util.SystemUtil.eventually 81 eventually { in installedAppStartsWithModeDefault() 96 eventually { assertFalse(ecm.isRestricted(APP_PACKAGE_NAME, PROTECTED_SETTING)) } in givenStoreAppThenIsNotRestrictedFromProtectedSetting() 105 eventually { assertTrue(ecm.isRestricted(APP_PACKAGE_NAME, PROTECTED_SETTING)) } in givenLocalAppThenIsRestrictedFromProtectedSetting() 114 eventually { assertTrue(ecm.isRestricted(APP_PACKAGE_NAME, PROTECTED_SETTING)) } in givenDownloadedThenAppIsRestrictedFromProtectedSetting() 122 eventually { in givenExplicitlyRestrictedAppThenIsRestrictedFromProtectedSetting() 131 eventually { assertFalse(ecm.isRestricted(APP_PACKAGE_NAME, PROTECTED_SETTING)) } in givenExplicitlyRestrictedAppThenIsRestrictedFromProtectedSetting() 133 eventually { assertTrue(ecm.isRestricted(APP_PACKAGE_NAME, PROTECTED_SETTING)) } in givenExplicitlyRestrictedAppThenIsRestrictedFromProtectedSetting() 142 eventually { assertFalse(ecm.isRestricted(APP_PACKAGE_NAME, NON_PROTECTED_SETTING)) } in givenRestrictedAppThenIsNotRestrictedFromNonProtectedSetting() 151 eventually { assertFalse(ecm.isClearRestrictionAllowed(APP_PACKAGE_NAME)) } in givenRestrictedAppThenClearRestrictionNotAllowedByDefault() [all …]
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | LocationAccessCheckTest.java | 263 eventually(() -> { in accessLocation() method 269 eventually(() -> { in accessLocation() method 296 * Make sure that a {@link ThrowingRunnable} eventually finishes without throwing a {@link 302 public static void eventually(@NonNull ThrowingRunnable r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest 303 eventually(() -> { in eventually() method 310 * Make sure that a {@link ThrowingCallable} eventually finishes without throwing a {@link 318 public static <T> T eventually(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in eventually() method in LocationAccessCheckTest 484 eventually(() -> assertNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in resetPermissionControllerBeforeEachTest() 565 eventually(() -> assertNotNull(getNotification(true)), EXPECTED_TIMEOUT_MILLIS); in notificationIsShown() 576 eventually(() -> assertNotNull(getNotification(true)), EXPECTED_TIMEOUT_MILLIS); in notificationIsShownOnlyOnce() [all …]
|
D | NotificationListenerCheckTest.java | 23 import static android.permission.cts.TestUtils.eventually; 111 eventually(() -> assertNotNull("Expected notification, none found", getNotification(false)), in notificationIsShown() 118 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownOnlyOnce() 128 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterClear() 137 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterClear() 144 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterUninstallAndReinstall() 156 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterUninstallAndReinstall() 164 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterDisableAndReenableAppNotificationListener() 175 eventually(() -> assertNotNull(getNotification(true)), UNEXPECTED_TIMEOUT_MILLIS); in notificationIsShownAgainAfterDisableAndReenableAppNotificationListener() 182 eventually(() -> assertNotNull(getNotification(false)), UNEXPECTED_TIMEOUT_MILLIS); in removeNotificationOnUninstall() [all …]
|
/aosp_15_r20/cts/tests/app/src/android/app/cts/ |
H A D | UpdateMediaTapToTransferSenderDisplayTest.kt | 33 import com.android.compatibility.common.util.SystemUtil.eventually 98 eventually { in tearDown() 167 eventually { in almostCloseToStartCast_displaysChip() 183 eventually { in almostCloseToEndCast_displaysChip() 199 eventually { in transferToReceiverTriggered_displaysChip() 215 eventually { in transferToThisDeviceTriggered_displaysChip() 239 eventually { in transferToReceiverSucceeded_nullCallback_displaysChip() 263 eventually { in transferToReceiverSucceeded_withCallbackAndExecutor_displaysChip() 287 eventually { in transferToThisDeviceSucceeded_nullCallback_displaysChip() 311 eventually { in transferToThisDeviceSucceeded_withCallbackAndExecutor_displaysChip() [all …]
|
H A D | UpdateMediaTapToTransferReceiverDisplayTest.kt | 33 import com.android.compatibility.common.util.SystemUtil.eventually 97 eventually { in tearDown() 125 eventually { in closeToSender_displaysChip() 142 eventually { in farFromSender_hidesChip() 155 eventually { in farFromSender_hidesChip() 172 eventually { in transferToReceiverSucceeded_hidesChip() 185 eventually { in transferToReceiverSucceeded_hidesChip() 202 eventually { in transferToReceiverFailed_hidesChip() 215 eventually { in transferToReceiverFailed_hidesChip()
|
/aosp_15_r20/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/ |
H A D | AppCloningHostTest.java | 123 eventually(() -> sDevice.doesFileExist(sCloneUserStoragePath, mCloneUserIdInt), in testCreateCloneUserFile() 130 eventually(() -> sDevice.pushFile(tmpFile, filePathOnClone), in testCreateCloneUserFile() 134 eventually(() -> sDevice.doesFileExist(filePathOnClone, mCloneUserIdInt), in testCreateCloneUserFile() 159 eventually(() -> { in testRemoveClonedProfileMediaProviderCleanup() method 177 eventually(() -> { in testRemoveClonedProfileMediaProviderCleanup() method 184 eventually(() -> { in testRemoveClonedProfileMediaProviderCleanup() method 210 eventually(() -> { in testPrivateAppDataDirectoryForCloneUser() method 283 eventually(() -> { in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp() method 290 eventually(() -> { in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp() method 295 eventually(() -> { in testDeletionOfPrimaryApp_deleteAppWithParentPropertyTrue_deletesCloneApp() method [all …]
|
/aosp_15_r20/cts/tests/tests/appop/src/android/app/appops/cts/ |
H A D | ForegroundModeAndActiveTest.kt | 55 import com.android.compatibility.common.util.SystemUtil.eventually in <lambda>() 132 eventually { in <lambda>() 178 eventually { in <lambda>() 184 eventually({ in <lambda>() 236 eventually { in <lambda>() 248 eventually { in <lambda>() 304 eventually { in <lambda>() 316 eventually { in <lambda>() 328 eventually { in <lambda>() 342 eventually { in <lambda>() [all …]
|
H A D | AppOpsLoggingTest.kt | 422 eventually { in nativeNoteOp() 459 eventually { in nativeNoteOp() 526 eventually { in nativeNoteOp() 578 eventually { in nativeNoteOp() 604 eventually { in nativeNoteOp() 618 eventually { in nativeNoteOp() 636 eventually { in nativeNoteOp() 658 eventually { in nativeNoteOp() 681 eventually { in nativeNoteOp() 695 eventually { in nativeNoteOp() [all …]
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionpolicy/src/android/permissionpolicy/cts/ |
D | RestrictedStoragePermissionTest.java | 22 import static com.android.compatibility.common.util.SystemUtil.eventually; 294 eventually(() -> { in cannotGrantStorageTargetingSdk22NotWhitelisted() method 310 eventually(() -> { in cannotGrantStorageTargetingSdk22OptInNotWhitelisted() method 327 eventually(() -> in canGrantStorageTargetingSdk22Whitelisted() 338 eventually(() -> in canGrantStorageTargetingSdk22OptInWhitelisted() 349 eventually(() -> in cannotGrantStorageTargetingSdk28NotWhitelisted() 360 eventually(() -> in cannotGrantStorageTargetingSdk28OptInNotWhitelisted() 371 eventually(() -> in canGrantStorageTargetingSdk28Whitelisted() 382 eventually(() -> in canGrantStorageTargetingSdk28OptInWhitelisted() 393 eventually(() -> in canGrantStorageTargetingSdk29NotWhitelisted() [all …]
|
/aosp_15_r20/cts/tests/tests/sensorprivacy/src/android/sensorprivacy/cts/ |
H A D | SensorPrivacyBaseTest.kt | 48 import com.android.compatibility.common.util.SystemUtil.eventually in <lambda>() 392 eventually { in <lambda>() 411 eventually { in <lambda>() 416 eventually { in <lambda>() 439 eventually { in <lambda>() 460 eventually { in <lambda>() 464 eventually { in <lambda>() 477 eventually { in <lambda>() 482 eventually { in <lambda>() 490 eventually { in <lambda>() [all …]
|
/aosp_15_r20/cts/tests/tests/appop/AppThatUsesAppOps/src/android/app/appops/cts/appthatusesappops/ |
H A D | AppOpsUserService.kt | 29 import android.app.appops.cts.eventually 112 eventually { in noteSyncOpFromNativeCode() 128 eventually { in noteSyncOpFromNativeCode() 195 eventually { in noteSyncOpFromNativeCode() 209 eventually { in noteSyncOpFromNativeCode() 270 eventually { in noteSyncOpFromNativeCode() 292 eventually { in noteSyncOpFromNativeCode() 307 eventually { in noteSyncOpFromNativeCode() 318 eventually { in noteSyncOpFromNativeCode() 330 eventually { in noteSyncOpFromNativeCode()
|