Home
last modified time | relevance | path

Searched refs:total (Results 1 – 25 of 41) sorted by relevance

12

/tools/tradefederation/core/tests/res/testtype/
Dgtest_output4.txt7 [----------] 1 test from CommandLineFlagsTest (0 ms total)
14 [----------] 2 tests from GetTypeIdTest (0 ms total)
19 [----------] 1 test from GetTestTypeIdTest (0 ms total)
26 [----------] 2 tests from NullLiteralTest (1 ms total)
41 [----------] 6 tests from CodePointToUtf8Test (2 ms total)
58 [----------] 7 tests from WideStringToUtf8Test (2 ms total)
69 [----------] 4 tests from ListTest (2 ms total)
100 [----------] 14 tests from StringTest (10 ms total)
107 [----------] 2 tests from TestPropertyTest (1 ms total)
114 [----------] 2 tests from ScopedFakeTestPartResultReporterTest (4 ms total)
[all …]
Dgtest_output6.txt6 [----------] 1 test from BarDeathTest (2 ms total)
17 [----------] 2 tests from FooTest (2 ms total)
34 [----------] 7 tests from MyParamSequence/MyParamTest (5 ms total)
37 [==========] 10 tests from 3 test cases ran. (10 ms total)
Dgtest_output5.txt6 [----------] 1 test from BarDeathTest (0 ms total)
17 [----------] 2 tests from FooTest (1 ms total)
46 [----------] 10 tests from MyParamSequence/MyParamTest (4 ms total)
49 [==========] 13 tests from 3 test cases ran. (8 ms total)
Dgtest_output7.txt22 [----------] 8 tests from TestPartResultTest (2 ms total)
31 [----------] 3 tests from TestPartResultArrayTest (1 ms total)
34 [==========] 11 tests from 2 test cases ran. (3 ms total)
Dgtest_output11.txt21 [----------] 8 tests from TestPartResultTest (2 ms total)
30 [----------] 3 tests from TestPartResultArrayTest (1 ms total)
33 [==========] 11 tests from 2 test cases ran. (3 ms total)
Dgtest_output1.txt21 [----------] 8 tests from TestPartResultTest (2 ms total)
30 [----------] 3 tests from TestPartResultArrayTest (1 ms total)
33 [==========] 11 tests from 2 test cases ran. (3 ms total)
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DJarHostTestTest.java153 int total = 0; in testSplit_withJar() local
159 total += ((HostTest) shard1).countTestCases(); in testSplit_withJar()
166 total += ((HostTest) shard2).countTestCases(); in testSplit_withJar()
173 total += ((HostTest) shard3).countTestCases(); in testSplit_withJar()
180 total += ((HostTest) shard4).countTestCases(); in testSplit_withJar()
187 total += ((HostTest) shard5).countTestCases(); in testSplit_withJar()
194 total += ((HostTest) shard6).countTestCases(); in testSplit_withJar()
201 total += ((HostTest) shard7).countTestCases(); in testSplit_withJar()
208 total += ((HostTest) shard8).countTestCases(); in testSplit_withJar()
210 assertEquals(238, total); in testSplit_withJar()
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRttManagerTest.py256 total = aborted = failure = invalid = out_of_range = 0
265 total += 1
317 (len(events), aborted, failure, total, invalid,
319 asserts.assert_true(total > 0, "No RTT response received.")
321 valid_total = float(total - invalid)
322 valid_response_rate = valid_total / total
329 valid_value_rate = (total - invalid - out_of_range) / valid_total
352 total = self.stress_num
355 for i in range(total):
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
DRamDisk.java61 int total = 0; in readGzipped() local
64 total += read; in readGzipped()
69 if (total < DEFAULT_SECTOR_SIZE) throw new IOException( in readGzipped()
70 "read only " + total + " bytes"); //NOI18N in readGzipped()
72 final ByteBuffer bb = ByteBuffer.wrap(bos.toByteArray(), 0, total); in readGzipped()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DHistogram.java100 int total = 0; in plotAscii() local
105 total += count; in plotAscii()
123 float percentage = entry.getValue() * 100f / total; in plotAscii()
136 cumulative * 100f / total) .getBytes()); in plotAscii()
/tools/tradefederation/contrib/src/com/android/build/tests/
DImageStats.java263 long total = 0; in performAggregation() local
267 total += stat.getValue(); in performAggregation()
303 ret.put(LABEL_TOTAL, Long.toString(total)); in performAggregation()
304 ret.put(LABEL_CATEGORIZED, Long.toString(total - uncategorized)); in performAggregation()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DCollectingTestListenerTest.java272 int total = mCollectingTestListener.getNumTotalTests(); in testGetNumTotalTests() local
273 assertThat(total).isEqualTo(2); in testGetNumTotalTests()
275 total = mCollectingTestListener.getNumTotalTests(); in testGetNumTotalTests()
276 assertThat(total).isEqualTo(3); in testGetNumTotalTests()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/extras/
DImportUtils.kt26 fun reportImportProgress(read: Long, total: Long) { in format()
27 if (total > 0) { in format()
28 val progress = read.toDouble() / total.toDouble() * 100.0 in format()
/tools/tradefederation/contrib/src/com/android/wireless/tests/
DWifiStressTest.java322 int total = Integer.parseInt(capture.get(0).get(1)); in parseOutputFile() local
324 if (total != 0) { in parseOutputFile()
325 quality = (100 * count) / total; in parseOutputFile()
/tools/tradefederation/core/src/com/android/tradefed/result/
DCollectingTestListener.java345 int total = 0; in getNumTotalTests() local
347 total += mStatusCounts[s.ordinal()]; in getNumTotalTests()
349 return total; in getNumTotalTests()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DCentralDirectory.java436 int total = 0; in computeByteRepresentation() local
445 total += F_OFFSET.endOffset() + encodedFileNames[idx].length in computeByteRepresentation()
450 ByteBuffer out = ByteBuffer.allocate(total); in computeByteRepresentation()
/tools/test/connectivity/acts/framework/acts/
Dutils.py1008 total = 0
1011 total += os.path.getsize(os.path.join(dirpath, filename))
1012 return total
/tools/loganalysis/src/com/android/loganalysis/item/
DTopItem.java168 public void setTotal(int total) { in setTotal() argument
169 setAttribute(TOTAL, total); in setTotal()
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt116 val total = values.sum() in averageAndStandardDeviation() constant
117 val averageValue = total / values.size in averageAndStandardDeviation()
/tools/metalava/src/main/java/com/android/tools/metalava/
DBaseline.kt281 var total = 0 in <lambda>() variable
286 total += count in <lambda>()
/tools/repohooks/rh/
Dutils.py46 total = delta.total_seconds()
47 hours, rem = divmod(total, 3600)
/tools/tradefederation/core/atest/
Dresult_reporter_unittest.py362 self.assertEquals(group.total, 2)
363 self.assertEquals(group2.total, 1)
/tools/asuite/atest/
Dresult_reporter_unittest.py363 self.assertEqual(group.total, 2)
364 self.assertEqual(group2.total, 1)
/tools/dexter/testdata/expected/
Dexit_hooks.regs_usage18 Histogram: Method extra registers (total - parameters) [max_count=3]
Dlarge.regs_usage101 Histogram: Method extra registers (total - parameters) [max_count=11132]

12