Searched refs:total (Results 1 – 11 of 11) sorted by relevance
/build/soong/ui/status/ |
D | kati.go | 35 total int member 80 k.st.SetTotalActions(k.total + k.extra) 84 k.st.SetTotalActions(k.total + k.extra) 90 if err == nil && tot != k.total { 91 k.total = tot 92 k.st.SetTotalActions(k.total + k.extra)
|
D | status.go | 87 SetTotalActions(total int) 284 func (d *toolStatus) SetTotalActions(total int) { 288 if total >= d.counts.StartedActions && total != d.counts.TotalActions { 289 diff = total - d.counts.TotalActions 290 d.counts.TotalActions = total
|
/build/make/tools/warn/ |
D | html_writer.py | 272 total = unknown + known + skipped 274 if total < 1000: 276 writer('Total number of warnings: <b>' + str(total) + '</b>' + extra_msg) 338 total = 0 342 total += n 349 csvwriter.writerow([total, '', kind + ' warnings']) 350 return total 356 total = 0 358 total += write_severity(csvwriter, s, s.column_header, warn_patterns) 359 csvwriter.writerow([total, '', 'All warnings'])
|
/build/make/tools/releasetools/ |
D | rangelib.py | 242 total = 0 245 total += p 247 total -= p 248 return total
|
D | blockimgdiff.py | 388 total = 0 392 total += blocks_to_write.size() 394 return total 397 total = 0 474 total += tgt_size 492 total += tgt_size 510 total += tgt_size 515 total += to_zero.size() 552 total += self.tgt.extended.size() 573 out.insert(1, "%d\n" % (total,)) [all …]
|
D | pylintrc | 85 # respectively contain the number of errors / warnings messages and the total
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 94 optional PerfInfo total = 21; field 151 // The total number of variants handled by soong_build. 154 // The total number of allocations in soong_build. 157 // The total size of allocations in soong_build in bytes.
|
/build/soong/ui/status/build_progress_proto/ |
D | build_progress.proto | 21 // Total number of actions in a build. The total actions will increase
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 24 // New value for total edges in the build.
|
/build/soong/docs/ |
D | perf.md | 45 parallelism on the build machine will improve total build times. If there are 48 in the build graph will improve total build times. 88 In this case, the total time spent checking was 0.75 seconds, even though the 171 This shows that soong_cc_prebuilt.mk was included 20144 times, for a total time
|
/build/make/core/ |
D | definitions.mk | 2669 total=$$(( $$( echo "$$size" ) )); \ 2672 if [ "$$total" -gt "$$maxsize" ]; then \ 2673 echo "error: $$printname too large ($$total > $$maxsize)"; \ 2675 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \ 2676 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \
|