/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/extratest/ |
H A D | expected_transliteration_id_list.txt | 2 Accents-Any 5 Any-Accents 6 Any-Publishing 325 Publishing-Any 587 Any-Null 588 Any-Remove 589 Any-Hex/Unicode 590 Any-Hex/Java 591 Any-Hex/C 592 Any-Hex/XML [all …]
|
/aosp_15_r20/external/icu/android_icu4j/testing/src/android/icu/extratest/ |
H A D | expected_transliteration_id_list_release_1.txt | 2 Accents-Any 4 Any-Accents 5 Any-Publishing 261 Publishing-Any 510 Any-Null 511 Any-Remove 512 Any-Hex/Unicode 513 Any-Hex/Java 514 Any-Hex/C 515 Any-Hex/XML [all …]
|
/aosp_15_r20/cts/common/device-side/bedstead/dpmwrapper/src/main/java/com/android/bedstead/dpmwrapper/ |
H A D | DevicePolicyManagerWrapper.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 18 import static org.mockito.ArgumentMatchers.any; 64 doAnswer(answer).when(spy).isAdminActive(any()); in getWrapper() 65 doAnswer(answer).when(spy).isDeviceOwnerApp(any()); in getWrapper() 66 doAnswer(answer).when(spy).isManagedProfile(any()); in getWrapper() 67 doAnswer(answer).when(spy).isProfileOwnerApp(any()); in getWrapper() 71 doAnswer(answer).when(spy).setTime(any(), anyLong()); in getWrapper() 72 doAnswer(answer).when(spy).setTimeZone(any(), any()); in getWrapper() 73 doAnswer(answer).when(spy).setGlobalSetting(any(), any(), any()); in getWrapper() 76 doAnswer(answer).when(spy).setUserControlDisabledPackages(any(), any()); in getWrapper() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/detail/ |
D | any.hpp | 2 /// \file any.hpp 3 /// Contains definition the detail::any type 24 struct any struct 26 template<typename T> any(T const &) {} in any() function 27 any operator[](any); 28 … #define M0(Z, N, DATA) any operator()(BOOST_PP_ENUM_PARAMS_Z(Z, N, any BOOST_PP_INTERCEPT)); 35 any operator+(); 36 any operator-(); 37 any operator*(); 38 any operator&(); [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunnerTest.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 32 import static org.mockito.ArgumentMatchers.any; 262 when(mEnrollmentDao.getEnrollmentDataFromMeasurementUrl(any())) in before() 268 when(mMockContentProviderClient.insert(any(), any())).thenReturn(triggerUri); in before() 315 when(mMeasurementDao.insertSource(any())).thenReturn(DEFAULT_SOURCE_ID); in before() 342 .fetchSource(any(), any(), any()); in test_runAsyncRegistrationQueueWorker_appSource_success() 354 .assignAttributionModeAndGenerateFakeReports(any()); in test_runAsyncRegistrationQueueWorker_appSource_success() 355 when(mMeasurementDao.fetchNextQueuedAsyncRegistration(anyInt(), any())) in test_runAsyncRegistrationQueueWorker_appSource_success() 359 when(mMeasurementDao.getKeyValueData(anyString(), any())).thenReturn(redirectCount); in test_runAsyncRegistrationQueueWorker_appSource_success() 367 .fetchSource(any(AsyncRegistration.class), any(), any()); in test_runAsyncRegistrationQueueWorker_appSource_success() [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/appsearch/src/com/android/adservices/service/appsearch/ |
D | AppSearchConsentWorkerTest.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 23 import static org.mockito.ArgumentMatchers.any; 113 /* searchSession= */ any(ListenableFuture.class), in testGetConsent() 114 /* executor= */ any(), in testGetConsent() 115 /* userId= */ any(), in testGetConsent() 117 any())); in testGetConsent() 127 /* searchSession= */ any(ListenableFuture.class), in testGetConsent() 128 /* executor= */ any(), in testGetConsent() 129 /* userId= */ any(), in testGetConsent() 131 any())); in testGetConsent() [all …]
|
D | AppSearchUxStatesDaoTest.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 21 import static org.mockito.ArgumentMatchers.any; 152 .when(() -> AppSearchDao.readConsentData(any(), any(), any(), any(), any(), any())); in isEntryPointEnabledTest_nullDao() 168 any(), any(), any(), any(), eq(query), any())); in isEntryPointEnabledTest_trueBit() 183 any(), any(), any(), any(), eq(query2), any())); in isEntryPointEnabledTest_trueBit() 193 .when(() -> AppSearchDao.readConsentData(any(), any(), any(), any(), any(), any())); in isAdultAccountTest_nullDao() 209 any(), any(), any(), any(), eq(query), any())); in isAdultAccountTest_trueBit() 224 any(), any(), any(), any(), eq(query2), any())); in isAdultAccountTest_trueBit() 234 .when(() -> AppSearchDao.readConsentData(any(), any(), any(), any(), any(), any())); in isU18AccountTest_nullDao() 250 any(), any(), any(), any(), eq(query), any())); in isU18AccountTest_trueBit() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserverTest.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 249 verify(mClient, never()).sendEvent(any(), anyInt()); in testSendEvent_withZeroEventFilter() 253 verify(mClient, never()).sendEvent(any(), anyInt()); in testSendEvent_withZeroEventFilter() 257 verify(mClient, never()).sendEvent(any(), anyInt()); in testSendEvent_withZeroEventFilter() 261 verify(mClient, never()).sendEvent(any(), anyInt()); in testSendEvent_withZeroEventFilter() 265 verify(mClient, never()).sendEvent(any(), anyInt()); in testSendEvent_withZeroEventFilter() 269 verify(mClient, never()).sendEvent(any(), anyInt()); in testSendEvent_withZeroEventFilter() 273 verify(mClient, never()).sendEvent(any(), anyInt()); in testSendEvent_withZeroEventFilter() 277 verify(mClient, never()).sendEvent(any(), anyInt()); in testSendEvent_withZeroEventFilter() 281 verify(mClient, never()).sendEvent(any(), anyInt()); in testSendEvent_withZeroEventFilter() [all …]
|
D | BluetoothMapContentTest.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 23 import static org.mockito.Mockito.any; 173 .contentResolverQuery(any(), any(), any(), any(), any(), any()); in getTextPartsMms() 187 .contentResolverQuery(any(), any(), any(), any(), any(), any()); in getContactNameFromPhone() 203 .contentResolverQuery(any(), any(), any(), any(), any(), any()); in getCanonicalAddressSms() 219 .contentResolverQuery(any(), any(), any(), any(), any(), any()); in getAddressMms() 562 .contentResolverQuery(any(), any(), any(), any(), any(), any()); in setRecipientAddressing_withFilterMsgTypeMms() 608 .contentResolverQuery(any(), any(), any(), any(), any(), any()); in setSenderAddressing_withFilterMsgTypeSms_andSmsMsgTypeInbox() 644 .contentResolverQuery(any(), any(), any(), any(), any(), any()); in setSenderAddressing_withFilterMsgTypeMms() 683 .contentResolverQuery(any(), any(), any(), any(), any(), any()); in setSenderAddressing_withFilterTypeIm() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/ |
D | runtime.go | 18 func newobject(typ *byte) *any 58 func printpointer(any) argument 60 func printiface(any) argument 61 func printeface(any) argument 62 func printslice(any) argument 81 func slicecopy(toPtr *any, toLen int, fromPtr *any, fromLen int, wid uintptr) int argument 87 func convT(typ *byte, elem *any) unsafe.Pointer argument 90 func convTnoptr(typ *byte, elem *any) unsafe.Pointer argument 129 func makemap64(mapType *byte, hint int64, mapbuf *any) (hmap map[any]any) argument 130 func makemap(mapType *byte, hint int, mapbuf *any) (hmap map[any]any) argument [all …]
|
/aosp_15_r20/art/libartservice/service/javatests/com/android/server/art/ |
H A D | PrimaryDexopterTest.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 24 import static org.mockito.Mockito.any; 117 lenient().when(mArtd.isProfileUsable(any(), any())).thenReturn(false); in setUp() 119 .when(mArtd.copyAndRewriteProfile(any(), any(), any())) in setUp() 122 .when(mArtd.copyAndRewriteEmbeddedProfile(any(), any())) in setUp() 127 .when(mDexMetadataHelperInjector.openZipFile(any())) in setUp() 131 lenient().when(mArtd.getArtifactsVisibility(any())).thenReturn(FileVisibility.NOT_FOUND); in setUp() 135 .when(mArtd.getDexoptNeeded(any(), any(), any(), any(), anyInt())) in setUp() 138 .when(mArtd.dexopt(any(), any(), any(), any(), any(), any(), any(), any(), anyInt(), in setUp() 139 any(), any())) in setUp() [all …]
|
/aosp_15_r20/packages/modules/ExtServices/java/tests/src/android/ext/services/common/ |
D | AdServicesAppsearchDeleteJobTest.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 27 import static org.mockito.ArgumentMatchers.any; 104 doReturn(mEditor).when(mEditor).putLong(any(), anyLong()); in setup() 105 doReturn(mEditor).when(mEditor).putBoolean(any(), anyBoolean()); in setup() 106 doReturn(mEditor).when(mEditor).putInt(any(), anyInt()); in setup() 108 doNothing().when(mAdServicesAppsearchDeleteJob).setReschedule(any(), anyBoolean()); in setup() 149 any(), any(), any()); in deleteAppsearchDb_onMigrationfailure_shouldBeFalse() 159 mAdServicesAppsearchDeleteJob).getDeleteSchemaResponse(any(), any(), any()); in deleteAppsearchDb_onException_shouldBeFalse() 172 any(), any(), any()); in deleteAppsearchDb_onSuccess_shouldBeTrue() 182 doNothing().when(mAdServicesAppsearchDeleteJob).setReschedule(any(), in onCancelJob_shouldNotReschedule() [all …]
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/about/res/raw/ |
D | third_party_licenses | 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 47 "Object" form shall mean any form resulting from mechanical 57 "Derivative Works" shall mean any work, whether in Source or Object 65 "Contribution" shall mean any work of authorship, including 66 the original version of the Work and any modifications or additions 71 means any form of electronic, verbal, or written communication sent 79 "Contributor" shall mean Licensor and any individual or Legal Entity 99 institute patent litigation against any entity (including a 102 or contributory patent infringement, then any patent licenses 107 Work or Derivative Works thereof in any medium, with or without [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | InterfaceConflictManagerTest.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 28 import static org.mockito.Matchers.any; 117 when(mFrameworkFacade.getAppName(any(), eq(TEST_PACKAGE_NAME), anyInt())) in setup() 119 when(mFrameworkFacade.getAppName(any(), eq(EXISTING_PACKAGE_NAME), anyInt())) in setup() 122 any(), any(), any(), any(), any(), any(), any())).thenReturn(mDialogHandle); in setup() 160 any(), any(), any(), any(), any(), any(), any()); in testUserApprovalDisabled() 183 any(), any(), any(), any(), any(), any(), any()); in testUserApprovalDisabledForSpecificPackage() 201 any(), any(), any(), any(), any(), any(), any()); in testBypassDialog() 226 any(), any(), any(), any(), any(), any(), any()); in testUserApprovalNeededButCommandCanProceed() 239 any(), any(), any(), any(), any(), any(), any()); in testUserApprovalNeededButCommandCanProceed() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/firebase-messaging/firebase-iid-aar/android_common/aar/ |
D | third_party_licenses.txt | 50 SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property 51 Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, 52 and any and all other proprietary rights. Google reserves all rights not expressly granted to you. 56 derivative works of the SDK or any part of the SDK. Except to the extent required by applicable 57 third party licenses, you may not load any part of the SDK onto a mobile handset or any other 58 hardware device except a personal computer, combine any part of the SDK with other software, or 59 distribute any software or device incorporating a part of the SDK. 68 providing the SDK (or any features within the SDK) to you or to users generally at Google's sole 71 3.6 Nothing in this License Agreement gives you a right to use any of Google's trade names, 74 3.7 You agree that you will not remove, obscure, or alter any proprietary rights notices (including [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/firebase-messaging/firebase-messaging-aar/android_common/aar/ |
D | third_party_licenses.txt | 50 SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property 51 Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, 52 and any and all other proprietary rights. Google reserves all rights not expressly granted to you. 56 derivative works of the SDK or any part of the SDK. Except to the extent required by applicable 57 third party licenses, you may not load any part of the SDK onto a mobile handset or any other 58 hardware device except a personal computer, combine any part of the SDK with other software, or 59 distribute any software or device incorporating a part of the SDK. 68 providing the SDK (or any features within the SDK) to you or to users generally at Google's sole 71 3.6 Nothing in this License Agreement gives you a right to use any of Google's trade names, 74 3.7 You agree that you will not remove, obscure, or alter any proprietary rights notices (including [all …]
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
H A D | TimeControllerTest.java | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 28 import static org.mockito.ArgumentMatchers.any; 160 .set(anyInt(), anyLong(), anyLong(), anyLong(), anyString(), any(), any(), any()); in testMaybeStartTrackingJobLocked_AlreadySatisfied() 165 doReturn(true).when(mTimeController).wouldBeReadyWithConstraintLocked(any(), anyInt()); in testMaybeStartTrackingJobLocked_DelayInOrder_AllReady() 185 any(), any(), any()); in runTestMaybeStartTrackingJobLocked_DelayInOrder() 188 .set(anyInt(), anyLong(), anyLong(), anyLong(), anyString(), any(), any(), any()); in runTestMaybeStartTrackingJobLocked_DelayInOrder() 191 .set(anyInt(), anyLong(), anyLong(), anyLong(), anyString(), any(), any(), any()); in runTestMaybeStartTrackingJobLocked_DelayInOrder() 217 any(), any(), any()); in testMaybeStartTrackingJobLocked_DelayInOrder_SomeNotReady() 220 .set(anyInt(), anyLong(), anyLong(), anyLong(), anyString(), any(), any(), any()); in testMaybeStartTrackingJobLocked_DelayInOrder_SomeNotReady() 223 .set(anyInt(), anyLong(), anyLong(), anyLong(), anyString(), any(), any(), any()); in testMaybeStartTrackingJobLocked_DelayInOrder_SomeNotReady() [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/3rdparty/crates/ |
H A D | BUILD.rustix-0.37.23.bazel | 22 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 25 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 28 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 31 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 34 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 40 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 43 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 46 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 49 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 55 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/3rdparty/crates/ |
H A D | BUILD.rustix-0.37.20.bazel | 22 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 25 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 28 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 31 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 34 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 40 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 43 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 46 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 49 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 55 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/wasm_bindgen/3rdparty/crates/ |
H A D | BUILD.rustix-0.37.23.bazel | 22 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 25 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 28 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 31 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 34 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 40 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 43 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 46 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 49 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 55 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/bindgen/3rdparty/crates/ |
H A D | BUILD.rustix-0.37.20.bazel | 22 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 25 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 28 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 31 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 34 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 40 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 43 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 46 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 49 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… 55 …any(rustix_use_libc, miri, not(all(target_os = "linux", any(target_arch = "x86", all(target_arch =… [all …]
|
/aosp_15_r20/prebuilts/tools/common/m2/ |
H A D | LICENSE | 34 "Object" form shall mean any form resulting from mechanical 44 "Derivative Works" shall mean any work, whether in Source or Object 52 "Contribution" shall mean any work of authorship, including 53 the original version of the Work and any modifications or additions 58 means any form of electronic, verbal, or written communication sent 66 "Contributor" shall mean Licensor and any individual or Legal Entity 86 institute patent litigation against any entity (including a 89 or contributory patent infringement, then any patent licenses 94 Work or Derivative Works thereof in any medium, with or without 98 (a) You must give any other recipients of the Work or [all …]
|
/aosp_15_r20/prebuilts/devtools/notices/ |
H A D | NOTICE.txt | 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 47 "Object" form shall mean any form resulting from mechanical 57 "Derivative Works" shall mean any work, whether in Source or Object 65 "Contribution" shall mean any work of authorship, including 66 the original version of the Work and any modifications or additions 71 means any form of electronic, verbal, or written communication sent 79 "Contributor" shall mean Licensor and any individual or Legal Entity 99 institute patent litigation against any entity (including a 102 or contributory patent infringement, then any patent licenses 107 Work or Derivative Works thereof in any medium, with or without [all …]
|
/aosp_15_r20/prebuilts/bazel/linux-x86_64/ |
D | LICENSE | 34 "Object" form shall mean any form resulting from mechanical 44 "Derivative Works" shall mean any work, whether in Source or Object 52 "Contribution" shall mean any work of authorship, including 53 the original version of the Work and any modifications or additions 58 means any form of electronic, verbal, or written communication sent 66 "Contributor" shall mean Licensor and any individual or Legal Entity 86 institute patent litigation against any entity (including a 89 or contributory patent infringement, then any patent licenses 94 Work or Derivative Works thereof in any medium, with or without 98 (a) You must give any other recipients of the Work or [all …]
|
/aosp_15_r20/prebuilts/bazel/common/ |
D | LICENSE | 34 "Object" form shall mean any form resulting from mechanical 44 "Derivative Works" shall mean any work, whether in Source or Object 52 "Contribution" shall mean any work of authorship, including 53 the original version of the Work and any modifications or additions 58 means any form of electronic, verbal, or written communication sent 66 "Contributor" shall mean Licensor and any individual or Legal Entity 86 institute patent litigation against any entity (including a 89 or contributory patent infringement, then any patent licenses 94 Work or Derivative Works thereof in any medium, with or without 98 (a) You must give any other recipients of the Work or [all …]
|