/tools/tradefederation/core/tests/res/testtype/ |
D | gtest_output4.txt | 7 [----------] 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 …]
|
D | gtest_output6.txt | 6 [----------] 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)
|
D | gtest_output5.txt | 6 [----------] 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)
|
D | gtest_output7.txt | 22 [----------] 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)
|
D | gtest_output11.txt | 21 [----------] 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)
|
D | gtest_output1.txt | 21 [----------] 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/ |
D | JarHostTestTest.java | 153 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/ |
D | WifiRttManagerTest.py | 256 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/ |
D | RamDisk.java | 61 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/ |
D | Histogram.java | 100 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/ |
D | ImageStats.java | 263 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/ |
D | CollectingTestListenerTest.java | 272 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/ |
D | ImportUtils.kt | 26 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/ |
D | WifiStressTest.java | 322 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/ |
D | CollectingTestListener.java | 345 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/ |
D | CentralDirectory.java | 436 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/ |
D | utils.py | 1008 total = 0 1011 total += os.path.getsize(os.path.join(dirpath, filename)) 1012 return total
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | TopItem.java | 168 public void setTotal(int total) { in setTotal() argument 169 setAttribute(TOTAL, total); in setTotal()
|
/tools/trebuchet/trebuchet/startup-summarizer/src/ |
D | StartupSummarizer.kt | 116 val total = values.sum() in averageAndStandardDeviation() constant 117 val averageValue = total / values.size in averageAndStandardDeviation()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Baseline.kt | 281 var total = 0 in <lambda>() variable 286 total += count in <lambda>()
|
/tools/repohooks/rh/ |
D | utils.py | 46 total = delta.total_seconds() 47 hours, rem = divmod(total, 3600)
|
/tools/tradefederation/core/atest/ |
D | result_reporter_unittest.py | 362 self.assertEquals(group.total, 2) 363 self.assertEquals(group2.total, 1)
|
/tools/asuite/atest/ |
D | result_reporter_unittest.py | 363 self.assertEqual(group.total, 2) 364 self.assertEqual(group2.total, 1)
|
/tools/dexter/testdata/expected/ |
D | exit_hooks.regs_usage | 18 Histogram: Method extra registers (total - parameters) [max_count=3]
|
D | large.regs_usage | 101 Histogram: Method extra registers (total - parameters) [max_count=11132]
|