Home
last modified time | relevance | path

Searched refs:totalValue (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/StatsD/tests/src/android/cts/statsd/metric/
H A DValueMetricsTests.java103 int totalValue = 0; in testValueMetric() local
108 totalValue += (int) bucketInfo.getValues(0).getValueLong(); in testValueMetric()
110 assertThat(totalValue).isEqualTo(8); in testValueMetric()
179 int totalValue = 0; in testPullerAcrossBuckets() local
184 totalValue += (int) bucketInfo.getValues(0).getValueLong(); in testPullerAcrossBuckets()
187 assertThat(totalValue).isGreaterThan(130_000 - 60_000); in testPullerAcrossBuckets()
260 int totalValue = 0; in testMultipleEventsPerBucket() local
265 totalValue += (int) bucketInfo.getValues(0).getValueLong(); in testMultipleEventsPerBucket()
268 assertThat((long) totalValue).isGreaterThan(GAP_INTERVAL * NUM_EVENTS - 60_000); in testMultipleEventsPerBucket()
455 long totalValue = valueData.getData(0).getBucketInfoList().stream() in testValueMetricWithConditionAndActivation() local
[all …]
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_html.js683 let totalValue = getSampleWeight(func.c[2]);
686 data.push([totalValue, selfValue, func.c[0], processName,
1565 let totalValue = '';
1568 totalValue = sampleWeightFunction(countInfo.subtreeEventCount, this.totalCount);
1571 rows.push([lineNumber, totalValue, selfValue, code]);
1664 let totalValue = '';
1667 totalValue = sampleWeightFunction(line.subtreeEventCount, this.totalCount);
1670 rows.push([totalValue, selfValue, code]);
/aosp12/system/netd/libnetdbpf/
H A DBpfNetworkStatsTest.cpp276 StatsValue totalValue = { in TEST_F() local
282 expectStatsEqual(totalValue, totalResult); in TEST_F()