/aosp_15_r20/frameworks/base/services/foldables/devicestateprovider/src/com/android/server/policy/ |
H A D | BookStyleStateTransitions.java | 73 /* likelyTentOrWedge */ false, in DEFAULT_STATE_TRANSITIONS.add() argument 83 /* likelyTentOrWedge */ false, in DEFAULT_STATE_TRANSITIONS.add() argument 93 /* likelyTentOrWedge */ false, in DEFAULT_STATE_TRANSITIONS.add() argument 103 /* likelyTentOrWedge */ false, in DEFAULT_STATE_TRANSITIONS.add() argument 113 /* likelyTentOrWedge */ false, in DEFAULT_STATE_TRANSITIONS.add() argument 123 /* likelyTentOrWedge */ false, in DEFAULT_STATE_TRANSITIONS.add() argument 133 /* likelyTentOrWedge */ false, in DEFAULT_STATE_TRANSITIONS.add() argument 143 /* likelyTentOrWedge */ false, in DEFAULT_STATE_TRANSITIONS.add() argument 154 /* likelyReverseWedge */ false, in DEFAULT_STATE_TRANSITIONS.add() argument 164 /* likelyReverseWedge */ false, in DEFAULT_STATE_TRANSITIONS.add() argument [all …]
|
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/job/controllers/ |
H A D | JobStatusTest.java | 350 assertEffectiveBucketForMediaExemption(createJobStatus(triggerContentJob), false); in testMediaBackupExemption_lateConstraint() local 359 assertEffectiveBucketForMediaExemption(createJobStatus(triggerContentJob), false); in testMediaBackupExemption_noConnectivityConstraint() local 368 assertEffectiveBucketForMediaExemption(createJobStatus(networkJob), false); in testMediaBackupExemption_noContentTriggerConstraint() local 379 assertEffectiveBucketForMediaExemption(createJobStatus(networkContentJob), false); in testMediaBackupExemption_wrongSourcePackage() local 392 assertEffectiveBucketForMediaExemption(createJobStatus(networkContentJob), false); in testMediaBackupExemption_nonEligibleUri() local 402 createJobStatus(jobBuilder.setPriority(JobInfo.PRIORITY_LOW).build()), false); in testMediaBackupExemption_lowPriorityJobs() local 404 createJobStatus(jobBuilder.setPriority(JobInfo.PRIORITY_MIN).build()), false); in testMediaBackupExemption_lowPriorityJobs() local 854 job.setChargingConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedCharging() local 860 job.setChargingConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedCharging() local 875 job.setIdleConstraintSatisfied(sElapsedRealtimeClock.millis(), false); in testWouldBeReadyWithConstraint_RequestedDeviceIdle() local [all …]
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen/src/ |
H A D | JType.java | 46 typeMapping.put(new CType("GLubyte", true, true), new JType("String", false, false)); in typeMapping.put() argument 48 typeMapping.put(new CType("char", true, true), new JType("String", false, false)); in typeMapping.put() argument 49 typeMapping.put(new CType("GLchar", true, true), new JType("String", false, false)); in typeMapping.put() argument 67 typeMapping.put(new CType("EGLConfig"), new JType("EGLConfig", true, false)); in typeMapping.put() argument 68 typeMapping.put(new CType("EGLContext"), new JType("EGLContext", true, false)); in typeMapping.put() argument 69 typeMapping.put(new CType("EGLDisplay"), new JType("EGLDisplay", true, false)); in typeMapping.put() argument 70 typeMapping.put(new CType("EGLSurface"), new JType("EGLSurface", true, false)); in typeMapping.put() argument 71 typeMapping.put(new CType("EGLImage"), new JType("EGLImage", true, false)); in typeMapping.put() argument 72 typeMapping.put(new CType("EGLSync"), new JType("EGLSync", true, false)); in typeMapping.put() argument 77 new JType("java.nio.Buffer", true, false)); in typeMapping.put() argument [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/tck/java/time/ |
H A D | TCKDayOfWeek.java | 167 assertEquals(DayOfWeek.THURSDAY.isSupported((TemporalField) null), false); in test_isSupported_TemporalField() local 168 assertEquals(DayOfWeek.THURSDAY.isSupported(ChronoField.NANO_OF_SECOND), false); in test_isSupported_TemporalField() local 169 assertEquals(DayOfWeek.THURSDAY.isSupported(ChronoField.NANO_OF_DAY), false); in test_isSupported_TemporalField() local 170 assertEquals(DayOfWeek.THURSDAY.isSupported(ChronoField.MICRO_OF_SECOND), false); in test_isSupported_TemporalField() local 171 assertEquals(DayOfWeek.THURSDAY.isSupported(ChronoField.MICRO_OF_DAY), false); in test_isSupported_TemporalField() local 172 assertEquals(DayOfWeek.THURSDAY.isSupported(ChronoField.MILLI_OF_SECOND), false); in test_isSupported_TemporalField() local 173 assertEquals(DayOfWeek.THURSDAY.isSupported(ChronoField.MILLI_OF_DAY), false); in test_isSupported_TemporalField() local 174 assertEquals(DayOfWeek.THURSDAY.isSupported(ChronoField.SECOND_OF_MINUTE), false); in test_isSupported_TemporalField() local 175 assertEquals(DayOfWeek.THURSDAY.isSupported(ChronoField.SECOND_OF_DAY), false); in test_isSupported_TemporalField() local 176 assertEquals(DayOfWeek.THURSDAY.isSupported(ChronoField.MINUTE_OF_HOUR), false); in test_isSupported_TemporalField() local [all …]
|
H A D | TCKMonthDay.java | 381 assertEquals(TEST_07_15.isSupported((TemporalField) null), false); in test_isSupported_TemporalField() local 382 assertEquals(TEST_07_15.isSupported(ChronoField.NANO_OF_SECOND), false); in test_isSupported_TemporalField() local 383 assertEquals(TEST_07_15.isSupported(ChronoField.NANO_OF_DAY), false); in test_isSupported_TemporalField() local 384 assertEquals(TEST_07_15.isSupported(ChronoField.MICRO_OF_SECOND), false); in test_isSupported_TemporalField() local 385 assertEquals(TEST_07_15.isSupported(ChronoField.MICRO_OF_DAY), false); in test_isSupported_TemporalField() local 386 assertEquals(TEST_07_15.isSupported(ChronoField.MILLI_OF_SECOND), false); in test_isSupported_TemporalField() local 387 assertEquals(TEST_07_15.isSupported(ChronoField.MILLI_OF_DAY), false); in test_isSupported_TemporalField() local 388 assertEquals(TEST_07_15.isSupported(ChronoField.SECOND_OF_MINUTE), false); in test_isSupported_TemporalField() local 389 assertEquals(TEST_07_15.isSupported(ChronoField.SECOND_OF_DAY), false); in test_isSupported_TemporalField() local 390 assertEquals(TEST_07_15.isSupported(ChronoField.MINUTE_OF_HOUR), false); in test_isSupported_TemporalField() local [all …]
|
H A D | TCKMonth.java | 159 assertEquals(Month.AUGUST.isSupported((TemporalField) null), false); in test_isSupported_TemporalField() local 160 assertEquals(Month.AUGUST.isSupported(ChronoField.NANO_OF_SECOND), false); in test_isSupported_TemporalField() local 161 assertEquals(Month.AUGUST.isSupported(ChronoField.NANO_OF_DAY), false); in test_isSupported_TemporalField() local 162 assertEquals(Month.AUGUST.isSupported(ChronoField.MICRO_OF_SECOND), false); in test_isSupported_TemporalField() local 163 assertEquals(Month.AUGUST.isSupported(ChronoField.MICRO_OF_DAY), false); in test_isSupported_TemporalField() local 164 assertEquals(Month.AUGUST.isSupported(ChronoField.MILLI_OF_SECOND), false); in test_isSupported_TemporalField() local 165 assertEquals(Month.AUGUST.isSupported(ChronoField.MILLI_OF_DAY), false); in test_isSupported_TemporalField() local 166 assertEquals(Month.AUGUST.isSupported(ChronoField.SECOND_OF_MINUTE), false); in test_isSupported_TemporalField() local 167 assertEquals(Month.AUGUST.isSupported(ChronoField.SECOND_OF_DAY), false); in test_isSupported_TemporalField() local 168 assertEquals(Month.AUGUST.isSupported(ChronoField.MINUTE_OF_HOUR), false); in test_isSupported_TemporalField() local [all …]
|
H A D | TCKYear.java | 359 assertEquals(TEST_2008.isSupported((TemporalField) null), false); in test_isSupported_TemporalField() local 360 assertEquals(TEST_2008.isSupported(ChronoField.NANO_OF_SECOND), false); in test_isSupported_TemporalField() local 361 assertEquals(TEST_2008.isSupported(ChronoField.NANO_OF_DAY), false); in test_isSupported_TemporalField() local 362 assertEquals(TEST_2008.isSupported(ChronoField.MICRO_OF_SECOND), false); in test_isSupported_TemporalField() local 363 assertEquals(TEST_2008.isSupported(ChronoField.MICRO_OF_DAY), false); in test_isSupported_TemporalField() local 364 assertEquals(TEST_2008.isSupported(ChronoField.MILLI_OF_SECOND), false); in test_isSupported_TemporalField() local 365 assertEquals(TEST_2008.isSupported(ChronoField.MILLI_OF_DAY), false); in test_isSupported_TemporalField() local 366 assertEquals(TEST_2008.isSupported(ChronoField.SECOND_OF_MINUTE), false); in test_isSupported_TemporalField() local 367 assertEquals(TEST_2008.isSupported(ChronoField.SECOND_OF_DAY), false); in test_isSupported_TemporalField() local 368 assertEquals(TEST_2008.isSupported(ChronoField.MINUTE_OF_HOUR), false); in test_isSupported_TemporalField() local [all …]
|
H A D | TCKYearMonth.java | 400 assertEquals(TEST_2008_06.isSupported((TemporalField) null), false); in test_isSupported_TemporalField() local 401 assertEquals(TEST_2008_06.isSupported(ChronoField.NANO_OF_SECOND), false); in test_isSupported_TemporalField() local 402 assertEquals(TEST_2008_06.isSupported(ChronoField.NANO_OF_DAY), false); in test_isSupported_TemporalField() local 403 assertEquals(TEST_2008_06.isSupported(ChronoField.MICRO_OF_SECOND), false); in test_isSupported_TemporalField() local 404 assertEquals(TEST_2008_06.isSupported(ChronoField.MICRO_OF_DAY), false); in test_isSupported_TemporalField() local 405 assertEquals(TEST_2008_06.isSupported(ChronoField.MILLI_OF_SECOND), false); in test_isSupported_TemporalField() local 406 assertEquals(TEST_2008_06.isSupported(ChronoField.MILLI_OF_DAY), false); in test_isSupported_TemporalField() local 407 assertEquals(TEST_2008_06.isSupported(ChronoField.SECOND_OF_MINUTE), false); in test_isSupported_TemporalField() local 408 assertEquals(TEST_2008_06.isSupported(ChronoField.SECOND_OF_DAY), false); in test_isSupported_TemporalField() local 409 assertEquals(TEST_2008_06.isSupported(ChronoField.MINUTE_OF_HOUR), false); in test_isSupported_TemporalField() local [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/kernels/ |
H A D | cutlassB_f16_notaligned_k65536.cu | 12 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, false, false, false, 128, 64, 65536>… in __launch_bounds__() argument 31 …AttentionBackwardKernel<cutlass::arch::Sm75, cutlass::half_t, false, false, false, 128, 64, 65536>… in __launch_bounds__() argument 50 …AttentionBackwardKernel<cutlass::arch::Sm50, cutlass::half_t, false, false, false, 64, 64, 65536>:… in __launch_bounds__() argument 69 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, false, false, false, 64, 64, 65536>:… in __launch_bounds__() argument 88 …AttentionBackwardKernel<cutlass::arch::Sm75, cutlass::half_t, false, false, false, 64, 64, 65536>:… in __launch_bounds__() argument
|
H A D | cutlassB_f16_notaligned_k128.cu | 12 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, false, false, false, 128, 64, 128>::… in __launch_bounds__() argument 31 …AttentionBackwardKernel<cutlass::arch::Sm75, cutlass::half_t, false, false, false, 128, 64, 128>::… in __launch_bounds__() argument 50 …AttentionBackwardKernel<cutlass::arch::Sm50, cutlass::half_t, false, false, false, 64, 64, 128>::k… in __launch_bounds__() argument 69 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, false, false, false, 64, 64, 128>::k… in __launch_bounds__() argument 88 …AttentionBackwardKernel<cutlass::arch::Sm75, cutlass::half_t, false, false, false, 64, 64, 128>::k… in __launch_bounds__() argument
|
H A D | cutlassB_f16_aligned_k128.cu | 12 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, true, false, false, 128, 64, 128, tr… in __launch_bounds__() argument 31 …AttentionBackwardKernel<cutlass::arch::Sm80, cutlass::half_t, true, false, true, 128, 128, 128, tr… in __launch_bounds__() argument 50 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, true, false, false, 128, 64, 128>::k… in __launch_bounds__() argument 69 …AttentionBackwardKernel<cutlass::arch::Sm75, cutlass::half_t, true, false, false, 128, 64, 128>::k… in __launch_bounds__() argument 88 …AttentionBackwardKernel<cutlass::arch::Sm80, cutlass::half_t, true, false, true, 128, 128, 128>::k… in __launch_bounds__() argument 107 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, true, false, false, 64, 64, 128, tru… in __launch_bounds__() argument 126 …AttentionBackwardKernel<cutlass::arch::Sm80, cutlass::half_t, true, false, false, 64, 64, 128, tru… in __launch_bounds__() argument 145 …AttentionBackwardKernel<cutlass::arch::Sm50, cutlass::half_t, true, false, false, 64, 64, 128>::kN… in __launch_bounds__() argument 164 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, true, false, false, 64, 64, 128>::kN… in __launch_bounds__() argument 183 …AttentionBackwardKernel<cutlass::arch::Sm75, cutlass::half_t, true, false, false, 64, 64, 128>::kN… in __launch_bounds__() argument [all …]
|
H A D | cutlassB_f16_aligned_k65536.cu | 12 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, true, false, false, 128, 64, 65536>:… in __launch_bounds__() argument 31 …AttentionBackwardKernel<cutlass::arch::Sm75, cutlass::half_t, true, false, false, 128, 64, 65536>:… in __launch_bounds__() argument 50 …AttentionBackwardKernel<cutlass::arch::Sm80, cutlass::half_t, true, false, false, 128, 64, 65536>:… in __launch_bounds__() argument 69 …AttentionBackwardKernel<cutlass::arch::Sm50, cutlass::half_t, true, false, false, 64, 64, 65536>::… in __launch_bounds__() argument 88 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, true, false, false, 64, 64, 65536>::… in __launch_bounds__() argument 107 …AttentionBackwardKernel<cutlass::arch::Sm75, cutlass::half_t, true, false, false, 64, 64, 65536>::… in __launch_bounds__() argument 126 …AttentionBackwardKernel<cutlass::arch::Sm80, cutlass::half_t, true, false, false, 64, 64, 65536>::… in __launch_bounds__() argument
|
H A D | cutlassB_f32_notaligned_k64.cu | 12 … AttentionBackwardKernel<cutlass::arch::Sm50, float, false, false, false, 64, 64, 64>::kNumThreads, in __launch_bounds__() argument 31 … AttentionBackwardKernel<cutlass::arch::Sm70, float, false, false, false, 64, 64, 64>::kNumThreads, in __launch_bounds__() argument 50 … AttentionBackwardKernel<cutlass::arch::Sm75, float, false, false, false, 64, 64, 64>::kNumThreads, in __launch_bounds__() argument
|
H A D | cutlassB_f16_notaligned_k32.cu | 12 …AttentionBackwardKernel<cutlass::arch::Sm50, cutlass::half_t, false, false, false, 64, 64, 32>::kN… in __launch_bounds__() argument 31 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, false, false, false, 64, 64, 32>::kN… in __launch_bounds__() argument 50 …AttentionBackwardKernel<cutlass::arch::Sm75, cutlass::half_t, false, false, false, 64, 64, 32>::kN… in __launch_bounds__() argument
|
H A D | cutlassB_f32_notaligned_k65536.cu | 12 …AttentionBackwardKernel<cutlass::arch::Sm50, float, false, false, false, 64, 64, 65536>::kNumThrea… in __launch_bounds__() argument 31 …AttentionBackwardKernel<cutlass::arch::Sm70, float, false, false, false, 64, 64, 65536>::kNumThrea… in __launch_bounds__() argument 50 …AttentionBackwardKernel<cutlass::arch::Sm75, float, false, false, false, 64, 64, 65536>::kNumThrea… in __launch_bounds__() argument
|
H A D | cutlassB_f16_notaligned_k64.cu | 12 …AttentionBackwardKernel<cutlass::arch::Sm50, cutlass::half_t, false, false, false, 64, 64, 64>::kN… in __launch_bounds__() argument 31 …AttentionBackwardKernel<cutlass::arch::Sm70, cutlass::half_t, false, false, false, 64, 64, 64>::kN… in __launch_bounds__() argument 50 …AttentionBackwardKernel<cutlass::arch::Sm75, cutlass::half_t, false, false, false, 64, 64, 64>::kN… in __launch_bounds__() argument
|
H A D | cutlassB_f32_notaligned_k128.cu | 12 …AttentionBackwardKernel<cutlass::arch::Sm50, float, false, false, false, 64, 64, 128>::kNumThreads, in __launch_bounds__() argument 31 …AttentionBackwardKernel<cutlass::arch::Sm70, float, false, false, false, 64, 64, 128>::kNumThreads, in __launch_bounds__() argument 50 …AttentionBackwardKernel<cutlass::arch::Sm75, float, false, false, false, 64, 64, 128>::kNumThreads, in __launch_bounds__() argument
|
H A D | cutlassB_f32_notaligned_k32.cu | 12 … AttentionBackwardKernel<cutlass::arch::Sm50, float, false, false, false, 64, 64, 32>::kNumThreads, in __launch_bounds__() argument 31 … AttentionBackwardKernel<cutlass::arch::Sm70, float, false, false, false, 64, 64, 32>::kNumThreads, in __launch_bounds__() argument 50 … AttentionBackwardKernel<cutlass::arch::Sm75, float, false, false, false, 64, 64, 32>::kNumThreads, in __launch_bounds__() argument
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | NetworkSuggestionNominatorTest.java | 143 Arrays.asList(scanDetails), mPasspointCandidates, false, false, false, in testSelectNetworkSuggestionForNoMatch() local 187 Arrays.asList(scanDetails), mPasspointCandidates, false, false, false, in testSelectNetworkSuggestionForOneMatch() local 230 Arrays.asList(scanDetails), mPasspointCandidates, false, false, false, in testSelectNetworkSuggestionForOneMatchWithInsecureEnterpriseSuggestion() local 276 Arrays.asList(scanDetails), mPasspointCandidates, false, false, false, in testSelectNetworkSuggestionForMultipleMatch() local 322 Arrays.asList(scanDetails), mPasspointCandidates, false, false, false, in testSelectNetworkSuggestionForMultipleMatchHighPriorityWins() local 372 Arrays.asList(scanDetails), mPasspointCandidates, false, false, false, in testSelectNetworkSuggestionForMultipleMatchHighPriorityFromEachPriorityGroupWins() local 419 Arrays.asList(scanDetails), mPasspointCandidates, false, false, false, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestions() local 475 Arrays.asList(scanDetails), mPasspointCandidates, false, false, false, in testSelectNetworkSuggestionForMultipleMatchWithMultipleSuggestionsHighPriorityWins() local 520 Arrays.asList(scanDetails), mPasspointCandidates, false, false, false, in testSelectNetworkSuggestionForOneMatchButInToWifiConfigManager() local 579 Arrays.asList(scanDetails), mPasspointCandidates, false, false, false, in testSelectNetworkSuggestionForOneMatchForExistingNetwork() local [all …]
|
/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
H A D | ApplicationHiddenTest.java | 121 false); in isApplicationHidden_systemApp_isHidden_returnsTrue() local 130 false); in isApplicationHidden_systemApp_isNotHidden_returnsFalse() local 137 false); in isApplicationHidden_systemApp_isNotHidden_returnsFalse() local 173 false); in isApplicationHidden_notSystemApp_isHidden_returnsTrue() local 183 false); in isApplicationHidden_notSystemApp_isNotHidden_returnsFalse() local 191 false); in isApplicationHidden_notSystemApp_isNotHidden_returnsFalse() local 200 false); in setApplicationHidden_systemApp_true_hidesApplication() local 219 false); in setApplicationHidden_systemApp_true_hidesApplication() local 234 false); in setApplicationHidden_systemApp_true_applicationIsNotHidden() local 244 false); in setApplicationHidden_nonSystemApp_true_hidesApplication() local [all …]
|
/aosp_15_r20/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/ |
H A D | PackageInstallationSessionReportedStatsTests.java | 93 0 /* expectedUserActionRequiredType */, false, in testPackageInstallationSessionReportedForApkSuccessWithReplace() local 94 false, false, false, false, false, false); in testPackageInstallationSessionReportedForApkSuccessWithReplace() local 100 0 /* expectedUserActionRequiredType */, false, in testPackageInstallationSessionReportedForApkSuccessWithReplace() local 101 true, false, false, false, false, false); in testPackageInstallationSessionReportedForApkSuccessWithReplace() local 250 0 /* expectedUserActionRequiredType */, false, in testPackageInstallationFailedVersionDowngradeReported() local 251 false, false, false, false, false, false); in testPackageInstallationFailedVersionDowngradeReported() local 290 0 /* expectedUserActionRequiredType */, false, in testPackageInstallationFailedInternalErrorReported() local 291 false, false, false, false, false, false); in testPackageInstallationFailedInternalErrorReported() local
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskSnapshotCacheTest.java | 69 false /* restoreFromDisk */, false /* isLowResolution */)); in testAppRemoved() local 72 false /* restoreFromDisk */, false /* isLowResolution */)); in testAppRemoved() local 80 false /* restoreFromDisk */, false /* isLowResolution */)); in testAppDied() local 83 false /* restoreFromDisk */, false /* isLowResolution */)); in testAppDied() local 91 false /* restoreFromDisk */, false /* isLowResolution */)); in testTaskRemoved() local 94 false /* restoreFromDisk */, false /* isLowResolution */)); in testTaskRemoved() local 103 false /* restoreFromDisk */, false /* isLowResolution */)); in testReduced_notCached() local 111 false /* restoreFromDisk */, false /* isLowResolution */)); in testReduced_notCached() local 120 false /* restoreFromDisk */, false /* isLowResolution */)); in testRestoreFromDisk() local 124 true /* restoreFromDisk */, false /* isLowResolution */)); in testRestoreFromDisk() local [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/customaudience/ |
D | DBCustomAudienceTest.java | 68 false, in testFromServiceObject_success() local 69 /* auctionServerRequestFlags */ false, in testFromServiceObject_success() local 70 /* sellerConfigurationFlag */ false)); in testFromServiceObject_success() local 85 false, in testFromServiceObject_successNoFilters() local 86 /* auctionServerRequestFlags */ false, in testFromServiceObject_successNoFilters() local 87 /* sellerConfigurationFlag */ false)); in testFromServiceObject_successNoFilters() local 118 false, in testFromServiceObject_successNoRenderId() local 119 false, in testFromServiceObject_successNoRenderId() local 120 /* sellerConfigurationFlag= */ false)); in testFromServiceObject_successNoRenderId() local 150 false, in testFromServiceObject_successWIthRenderId() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
H A D | ConcatTest.java | 177 assertRefConcat(c1.stream(), c2.stream(), false, true); in testRefConcat() local 186 assertRefConcat(c1.stream().unordered(), c2.stream(), false, false); in testRefConcat() local 187 assertRefConcat(c1.stream(), c2.stream().unordered(), false, false); in testRefConcat() local 188 assertRefConcat(c1.parallelStream().unordered(), c2.stream().unordered(), true, false); in testRefConcat() local 193 assertIntConcat(c1.stream(), c2.stream(), false, true); in testIntConcat() local 202 assertIntConcat(c1.stream().unordered(), c2.stream(), false, false); in testIntConcat() local 203 assertIntConcat(c1.stream(), c2.stream().unordered(), false, false); in testIntConcat() local 204 assertIntConcat(c1.parallelStream().unordered(), c2.stream().unordered(), true, false); in testIntConcat() local 209 assertLongConcat(c1.stream(), c2.stream(), false, true); in testLongConcat() local 218 assertLongConcat(c1.stream().unordered(), c2.stream(), false, false); in testLongConcat() local [all …]
|
/aosp_15_r20/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
H A D | WapPushTest.java | 587 false, false); in testAddPackage2() local 590 false, false); in testAddPackage2() local 597 false, false)); in testAddPackage2() local 600 false, false)); in testAddPackage2() local 653 0, false, false); in testUpdatePackage1() local 657 0, false, false); in testUpdatePackage1() local 661 0, false, false); in testUpdatePackage1() local 665 0, false, false); in testUpdatePackage1() local 718 0, false, false); in testUpdatePackage2() local 722 mPackageName, mClassName, 0, false, false)); in testUpdatePackage2() local [all …]
|