Home
last modified time | relevance | path

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

/build/soong/ui/status/
Dkati.go35 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)
Dstatus.go87 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/
Dwarn_common.py311 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/
Drangelib.py242 total = 0
245 total += p
247 total -= p
248 return total
Dblockimgdiff.py388 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 …]
Dpylintrc85 # respectively contain the number of errors / warnings messages and the total
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto24 // New value for total edges in the build.
/build/soong/ui/metrics/metrics_proto/
Dmetrics.proto94 optional PerfInfo total = 21; field
/build/soong/docs/
Dperf.md53 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/
Ddefinitions.mk2734 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/
Dpylintrc61 # respectively contain the number of errors / warnings messages and the total