/aosp_15_r20/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomMetricsControllerTest.java | 90 ApiStats stats1 = mTelecomMetricsController.getApiStats(); in testGetApiStatsReturnsSameInstance() local 97 AudioRouteStats stats1 = mTelecomMetricsController.getAudioRouteStats(); in testGetAudioRouteStatsReturnsSameInstance() local 104 CallStats stats1 = mTelecomMetricsController.getCallStats(); in testGetCallStatsReturnsSameInstance() local 111 ErrorStats stats1 = mTelecomMetricsController.getErrorStats(); in testGetErrorStatsReturnsSameInstance() local
|
/aosp_15_r20/packages/modules/AppSearch/testing/appsindexertests/src/com/android/server/appsearch/appsindexer/ |
D | AppsIndexerImplTest.java | 172 AppsUpdateStats stats1 = new AppsUpdateStats(); in testAppsIndexerImpl_statsSet() local 298 AppsUpdateStats stats1 = new AppsUpdateStats(); in testAppsIndexerImpl_statsSet_functionsIndexed() local 366 AppsUpdateStats stats1 = new AppsUpdateStats(); in testAppsIndexerImpl_statsSet_functionsIndexed() local 442 AppsUpdateStats stats1 = new AppsUpdateStats(); in testAppsIndexerImpl_incrementalPut_doesNotPutAllDocs() local 485 AppsUpdateStats stats1 = new AppsUpdateStats(); in testAppsIndexerImpl_incrementalPut_doesNotPutAllDocs() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/ |
D | ScheduledCustomAudienceUpdateBackgroundJobStatsTest.java | 44 ScheduledCustomAudienceUpdateBackgroundJobStats stats1 = in testEquals() local 60 ScheduledCustomAudienceUpdateBackgroundJobStats stats1 = in testNotEquals_DifferentNumberOfUpdatesFound() local 76 ScheduledCustomAudienceUpdateBackgroundJobStats stats1 = in testNotEquals_DifferentNumberOfSuccessfulUpdates() local
|
D | ScheduledCustomAudienceUpdatePerformedStatsTest.java | 70 ScheduledCustomAudienceUpdatePerformedStats stats1 = in testEquals() local
|
D | ScheduledCustomAudienceUpdateScheduleAttemptedStatsTest.java | 58 ScheduledCustomAudienceUpdateScheduleAttemptedStats stats1 = in testEquals() local
|
D | ShellCommandStatsTest.java | 41 ShellCommandStats stats1 = in testEqualsHashCode() local
|
/aosp_15_r20/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/config/ |
D | RtpReceptionStatsTest.cpp | 35 RtpReceptionStats stats1(100, 200, 300, 400, 500); in TEST() local 52 RtpReceptionStats stats1(10, 20, 30, 40, 50); in TEST() local 89 RtpReceptionStats stats1(100, 200, 300, 400, 500); in TEST() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/stats/pull/netstats/ |
H A D | NetworkStatsAccumulatorTest.kt | 111 val stats1 = snapshot.queryStats(5100, FakeStats(900, 5100, 1)) in queryStats_multipleQueriesAndSameHistoryWindow_returnsCumulativeStats() constant 126 val stats1 = snapshot.queryStats(5100, FakeStats(900, 5100, 1)) in queryStats_multipleQueriesAndSlidingHistoryWindow_returnsCumulativeStats() constant
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/ |
D | GetAdSelectionDataRunnerTest.java | 477 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_WithSellerConfigurationSuccessNoOptimizations() local 598 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_WithSellerConfigurationSuccessSellerMaxImpl() local 712 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled() local 816 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator() local 923 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_returnsSuccessMetricsEnabled_withApiSourceCoordinator() local
|
D | AuctionServerPayloadMetricsStrategyEnabledTest.java | 142 BuyerInputGeneratorIntermediateStats stats1 = new BuyerInputGeneratorIntermediateStats(); in testLogGetAdSelectionDataBuyerInputGeneratedStatsDoesLog() local 159 BuyerInputGeneratorIntermediateStats stats1 = new BuyerInputGeneratorIntermediateStats(); in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog() local
|
D | BuyerInputGeneratorTest.java | 430 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled() local 678 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled() local
|
/aosp_15_r20/packages/modules/ImsMedia/tests/unit/src/com/android/telephony/imsmedia/ |
D | RtpReceptionStatsTest.java | 62 RtpReceptionStats stats1 = createRtpReceptionStats(); in testEqual() local 70 RtpReceptionStats stats1 = createRtpReceptionStats(); in testNotEqual() local
|
/aosp_15_r20/art/imgdiag/ |
H A D | page_info.cc | 232 const auto sort_by_private_zero_pages = [](const auto& stats1, const auto& stats2) { in CountZeroPages() 235 const auto sort_by_shared_zero_pages = [](const auto& stats1, const auto& stats2) { in CountZeroPages() 238 const auto sort_by_unique_zero_pages = [](const auto& stats1, const auto& stats2) { in CountZeroPages()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | AuthenticationStatsPersisterTest.java | 96 AuthenticationStats stats1 = new AuthenticationStats(USER_ID_1, in getAllFrrStats_face_shouldListAllFrrStats() local 119 AuthenticationStats stats1 = new AuthenticationStats(USER_ID_1, in getAllFrrStats_fingerprint_shouldListAllFrrStats() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | RecentAppStatsMixinTest.java | 332 final UsageStats stats1 = new UsageStats(); in loadDisplayableRecentApps_usePersonalAndWorkApps_shouldBeSortedByLastTimeUse() local 435 final UsageStats stats1 = new UsageStats(); in loadDisplayableRecentApps_multipleProfileApps_shouldBeSortedByLastTimeUse() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | vp9_ethread_test.cc | 121 FIRSTPASS_STATS *stats1 = reinterpret_cast<FIRSTPASS_STATS *>(fp_stats->buf); in compare_fp_stats() local 153 uint8_t *stats1 = reinterpret_cast<uint8_t *>(fp_stats->buf); in compare_fp_stats_md5() local
|
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/android/net/ |
D | NetworkStatsHistoryTest.java | 224 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireGapIdentical() local 249 final NetworkStatsHistory stats1 = new NetworkStatsHistory(HOUR_IN_MILLIS); in testRecordEntireOverlapVaryingBuckets() local
|
/aosp_15_r20/system/core/storaged/tests/ |
H A D | storaged_test.cpp | 201 struct disk_stats disk_stats_add(struct disk_stats stats1, struct disk_stats stats2) { in disk_stats_add() 219 void expect_increasing(struct disk_stats stats1, struct disk_stats stats2) { in expect_increasing()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/aot/ |
H A D | benchmark_test.cc | 33 Stats stats1; in TEST() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/stats/ |
D | EncodingJobRunStatsLoggerImplTest.java | 128 EncodingJobRunStats stats1 = stats.get(0); in testEncodingJobRunStatsLogger_successLogging_twoTimes() local
|
/aosp_15_r20/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/ |
H A D | TransportStatsTest.java | 91 Stats stats1 = mTransportStats.getStatsForTransport(mTransportComponent1); in testMerge() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowSystemHealthManagerTest.java | 61 HealthStats stats1 = systemHealthManager.takeUidSnapshot(OTHER_UID_1); in snapshotForOtherUids_expectedResult() local
|
/aosp_15_r20/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
H A D | NotificationStatsTest.java | 156 NotificationStats stats1 = NotificationStats.CREATOR.createFromParcel(parcel); in testWriteToParcel() local
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMetricsTest.java | 4348 WifiLinkLayerStats stats1 = start; in addBadWifiUsabilityStats() local 4378 WifiLinkLayerStats stats1 = nextRandomStats(createNewWifiLinkLayerStats()); in testUpdateWifiUsabilityStatsEntries() local 4889 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyFirmwareAlertUpdatesWifiUsabilityMetrics() local 5774 WifiLinkLayerStats stats1 = new WifiLinkLayerStats(); in addOneBadWifiUsabilityStats() local 5851 WifiLinkLayerStats stats1 = nextRandomStats(new WifiLinkLayerStats()); in verifyLabelBadStatsAreNotSavedIfScreenIsOff() local
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | LoadStatsManager2Test.java | 86 ClusterStats stats1 = findClusterStats(allStats, CLUSTER_NAME1, EDS_SERVICE_NAME1); in recordAndGetReport() local
|