/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2126/ |
D | poc.cpp | 75 remove(TMP_FILE); in main() 82 remove(TMP_FILE); in main() 90 remove(TMP_FILE); in main() 107 remove(TMP_FILE); in main() 114 remove(TMP_FILE); in main() 123 remove(TMP_FILE); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0726/ |
D | poc.cpp | 84 remove(TMP_FILE); in main() 92 remove(TMP_FILE); in main() 100 remove(TMP_FILE); in main() 117 remove(TMP_FILE); in main() 124 remove(TMP_FILE); in main() 139 remove(TMP_FILE); in main()
|
/cts/common/device-side/bedstead/remotedpc/src/test/java/com/android/bedstead/remotedpc/ |
D | RemoteDpcTest.java | 106 deviceOwner.remove(); in deviceOwner_nonRemoteDpcDeviceOwner_returnsNull() 131 profileOwner.remove(); in profileOwner_nonRemoteDpcProfileOwner_returnsNull() 158 profile.remove(); in profileOwner_userHandle_noProfileOwner_returnsNull() 178 profile.remove(); in profileOwner_userHandle_nonRemoteDpcProfileOwner_returnsNull() 196 profile.remove(); in profileOwner_userHandle_remoteDpcProfileOwner_returnsInstance() 218 profile.remove(); in profileOwner_userReference_noProfileOwner_returnsNull() 237 profile.remove(); in profileOwner_userReference_nonRemoteDpcProfileOwner_returnsNull() 255 profile.remove(); in profileOwner_userReference_remoteDpcProfileOwner_returnsInstance() 276 profileOwner.remove(); in any_noDeviceOwner_nonRemoteDpcProfileOwner_returnsNull() 293 deviceOwner.remove(); in any_nonRemoteDpcDeviceOwner_noProfileOwner_returnsNull() [all …]
|
/cts/common/device-side/bedstead/modules/multiuser/src/test/kotlin/com/android/bedstead/multiuser/ |
D | UsersTest.kt | 125 user.remove() in <lambda>() 139 user.remove() in <lambda>() 140 user2.remove() in <lambda>() 149 user.remove() in <lambda>() 162 user.remove() in <lambda>() 201 user.remove() in <lambda>() 217 userReference.remove() in <lambda>() 231 userReference.remove() in <lambda>() 273 user.remove() in <lambda>() 292 user.remove() in <lambda>() [all …]
|
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/devicepolicy/ |
D | ProfileOwnerTest.java | 97 sDeviceState.profileOwner().devicePolicyController().remove(); in remove_removesProfileOwner() 112 profileOwner.remove(); in remove_nonTestOnlyDpc_removesProfileOwner() 127 profileOwner.remove(); in setAndRemoveProfileOwnerRepeatedly_doesNotThrowError() 138 TestApis.devicePolicy().getProfileOwner(sDeviceState.secondaryUser()).remove(); in remove_onOtherUser_removesProfileOwner() 147 TestApis.devicePolicy().getProfileOwner().remove(); in remove_onWorkProfile_testDpc_removesProfileOwner()
|
D | DevicePolicyTest.java | 114 profile.remove(); in setProfileOwner_profileOwnerIsSet() 135 profile.remove(); in setProfileOwner_profileOwnerIsAlreadySet_throwsException() 152 profile.remove(); in setProfileOwner_componentNameNotInstalled_throwsException() 207 profile.remove(); in getProfileOwner_returnsProfileOwner() 223 profile.remove(); in getProfileOwner_noProfileOwner_returnsNull() 244 deviceOwner.remove(); in setDeviceOwner_deviceOwnerIsSet() 301 deviceOwner.remove(); in setDeviceOwner_sPlus_userAlreadyOnDevice_deviceOwnerIsSet() 360 TestApis.devicePolicy().setProfileOwner(sUser, DPC_COMPONENT_NAME).remove(); in setDeviceOwner_recentlyUnsetProfileOwner_sets() 374 .remove(); in setDeviceOwner_recentlyUnsetDeviceOwner_sets() 385 TestApis.devicePolicy().setProfileOwner(sUser, DPC_COMPONENT_NAME).remove(); in setProfileOwner_recentlyUnsetProfileOwner_sets() [all …]
|
D | DeviceOwnerTest.java | 83 mDeviceOwner.remove(); in remove_removesDeviceOwner() 103 deviceOwner.remove(); in remove_nonTestOnlyDpc_removesDeviceOwner() 117 deviceOwner.remove(); in setAndRemoveDeviceOwnerRepeatedly_doesNotThrowError()
|
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/ |
D | TestAppInstancePermissions.java | 374 deniedPermissions.remove(permission); in applyPermissions() 378 grantedPermissions.remove(permission); in applyPermissions() 384 deniedAppOps.remove(appOp); in applyPermissions() 388 grantedAppOps.remove(appOp); in applyPermissions() 406 mPermissionContexts.remove(permissionContext); in undoPermission()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/ |
D | DevicePolicyController.java | 71 public abstract void remove(); in remove() method in DevicePolicyController 83 remove(); in close()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewOverlayTest.java | 86 mViewOverlay.remove(null); in testRemoveNullDrawable() 103 mViewOverlay.remove(redDrawable); in testOverlayWithOneDrawable() 123 mViewOverlay.remove(redDrawable); in testAddTheSameDrawableTwice() 143 mViewOverlay.remove(redDrawable); in testRemoveTheSameDrawableTwice() 144 mViewOverlay.remove(redDrawable); in testRemoveTheSameDrawableTwice() 172 mViewOverlay.remove(greenDrawable); in testOverlayWithNonOverlappingDrawables() 206 mViewOverlay.remove(greenDrawable); in testOverlayWithOverlappingDrawables()
|
D | ViewGroupOverlayTest.java | 106 mViewGroupOverlay.remove((View) null); in testRemoveNullView() 125 mViewGroupOverlay.remove(redView); in testOverlayWithOneView() 156 mViewGroupOverlay.remove(greenView); in testOverlayWithNonOverlappingViews() 189 mViewGroupOverlay.remove(redView); in testOverlayWithNonOverlappingViewAndDrawable() 224 mViewGroupOverlay.remove(greenView); in testOverlayWithOverlappingViews() 259 mViewGroupOverlay.remove(redDrawable); in testOverlayWithOverlappingViewAndDrawable()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | DeviceOwnerTest.kt | 142 deviceOwner?.remove() in <lambda>() 168 deviceOwner?.remove() in <lambda>() 191 deviceOwner?.remove() in <lambda>() 225 TestApis.devicePolicy().getDeviceOwner()?.remove() in <lambda>() 229 TestApis.devicePolicy().getDeviceOwner()?.remove() in <lambda>() 262 deviceOwner?.remove() in <lambda>() 293 deviceOwner?.remove() in <lambda>() 317 deviceOwner?.remove() in <lambda>() 348 deviceOwner?.remove() in <lambda>() 367 deviceOwner?.remove() in <lambda>()
|
D | ProfileOwnerTest.kt | 60 profileOwner?.remove() in <lambda>() 81 profileOwner?.remove() in <lambda>() 125 profileOwner?.remove() in <lambda>() 160 profileOwner?.remove() in <lambda>() 195 profileOwner?.remove() in <lambda>() 225 profileOwner?.remove() in <lambda>() 250 profileOwner?.remove() in <lambda>()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecAsyncHandlerMultiAccessUnits.java | 102 element = mCbOutputQueue.remove(0); in getOutputs() 122 element = mCbOutputQueue.remove(0); in getWorkList() 124 Pair<Integer, MediaCodec.BufferInfo> item = mCbInputQueue.remove(0); in getWorkList()
|
D | CodecAsyncHandler.java | 180 element = mCbInputQueue.remove(0); in getInput() 198 element = mCbOutputQueue.remove(0); in getOutput() 217 element = mCbOutputQueue.remove(0); in getWork() 219 element = mCbInputQueue.remove(0); in getWork()
|
/cts/common/device-side/bedstead/remoteaccountauthenticator/src/main/java/com/android/bedstead/remoteaccountauthenticator/ |
D | RemoteAccountAuthenticator.java | 85 .map(a -> AccountReference.of(user(), a, this::remove)) in allAccounts() 97 .removeFunction(this::remove); in addAccount() 124 public void remove(AccountReference account) { in remove() method in RemoteAccountAuthenticator
|
/cts/tests/signature/lib/common/src/android/signature/cts/ |
D | AnnotationChecker.java | 121 annotatedClassesMap.remove(runtimeClass.getName()); in checkClass() 138 annotatedFields.remove(field); in checkField() 159 annotatedConstructors.remove(ctor); in checkConstructor() 179 annotatedMethods.remove(method); in checkMethod()
|
/cts/tests/tests/companion/common/src/android/companion/cts/common/ |
D | CompanionService.kt | 80 _connectedDevices.remove(associationInfo.id) in onDeviceDisappeared() 100 associationIdsForBtBondDevices.remove(associationId) in onDevicePresenceEvent() 110 if (!connectedUuidDevices.remove(uuid)) { in onDevicePresenceEvent() 139 _connectedDevices.remove(associationId) in removeConnectedDevice()
|
/cts/common/device-side/bedstead/queryable/src/main/java/com/android/queryable/collections/ |
D | QueryableHashSet.java | 77 public boolean remove(Object o) { in remove() method in QueryableHashSet 78 return mSet.remove(o); in remove()
|
/cts/hostsidetests/appsecurity/test-apps/MediaStorageApp/src/com/android/cts/mediastorageapp/ |
D | MediaStoreUtils.java | 106 this.insertValues.remove(MediaColumns.RELATIVE_PATH); in setPath() 120 this.insertValues.remove(DownloadColumns.DOWNLOAD_URI); in setDownloadUri() 134 this.insertValues.remove(DownloadColumns.REFERER_URI); in setRefererUri()
|
/cts/apps/CameraITS/tools/ |
D | run_sensor_fusion.py | 109 config_file_contents['TestBeds'].remove(i) 180 os.remove(run_all_tests.MOBLY_TEST_SUMMARY_TXT_FILE) 200 os.remove(tmp_yml_file)
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | MediaFormatTest.java | 347 assertTrue(toFind.remove(k)); in testKeySetContainsAndRemove() 366 assertTrue(toFind.remove(k)); in testKeySetContainsAndRemove() 372 keySet.remove("long"); in testKeySetContainsAndRemove() 389 assertTrue(toFind.remove(k)); in testKeySetContainsAndRemove() 391 it.remove(); in testKeySetContainsAndRemove() 450 assertTrue(toFind.remove(k)); in testFeatureKeySetContainsAndRemove() 472 assertFalse(format.getKeys().remove("feature-int")); in testFeatureKeySetContainsAndRemove() 485 assertTrue(toFind.remove(k)); in testFeatureKeySetContainsAndRemove() 491 featureSet.remove("long"); in testFeatureKeySetContainsAndRemove() 520 assertTrue(toFind.remove(k)); in testFeatureKeySetContainsAndRemove() [all …]
|
/cts/hostsidetests/atrace/src/android/atrace/cts/ |
D | AtraceHostTest.java | 126 requiredCategories.remove(category); in testCategories() 252 requiredSections.remove(slice.getName()); in testTracingContent() 255 requiredSections.remove("Choreographer#doFrame"); in testTracingContent() 259 requiredSections.remove("draw"); in testTracingContent() 285 if (requiredAsyncSections.remove(asyncSlice.getName())) { in testTracingContent()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | MockListener.java | 183 mNotifications.remove(sbn.getKey()); in onNotificationRemoved() 184 mNotificationKeys.remove(sbn.getTag()); in onNotificationRemoved() 201 mNotifications.remove(sbn.getKey()); in onNotificationRemoved() 202 mNotificationKeys.remove(sbn.getTag()); in onNotificationRemoved()
|
/cts/tests/mediaprovider/src/android/provider/cts/media/ |
D | MediaStoreUtils.java | 118 this.insertValues.remove(MediaColumns.RELATIVE_PATH); in setPath() 136 this.insertValues.remove(DownloadColumns.DOWNLOAD_URI); in setDownloadUri() 150 this.insertValues.remove(DownloadColumns.REFERER_URI); in setRefererUri()
|