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 | warn_common.py | 311 total = unknown + known + skipped 313 if total < 1000: 315 writer('Total number of warnings: <b>' + str(total) + '</b>' + extra_msg) 858 total = 0 862 total += n 871 writer.writerow([total, '', kind + ' warnings']) 873 return total 880 total = 0 883 total += count_severity(writer, s, s.column_header) 884 writer.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/status/ninja_frontend/ |
D | frontend.proto | 24 // New value for total edges in the build.
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 94 optional PerfInfo total = 21; field
|
/build/soong/docs/ |
D | perf.md | 53 In this case, the total time spent checking was 0.75 seconds, even though the 136 This shows that soong_cc_prebuilt.mk was included 20144 times, for a total time
|
/build/make/core/ |
D | definitions.mk | 2734 total=$$(( $$( echo "$$size" ) )); \ 2737 if [ "$$total" -gt "$$maxsize" ]; then \ 2738 echo "error: $$printname too large ($$total > $$maxsize)"; \ 2740 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \ 2741 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \
|
/build/soong/cc/ |
D | pylintrc | 61 # respectively contain the number of errors / warnings messages and the total
|