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 | 118 SetTotalActions(total int) 315 func (d *toolStatus) SetTotalActions(total int) { 319 if total >= d.counts.StartedActions && total != d.counts.TotalActions { 320 diff = total - d.counts.TotalActions 321 d.counts.TotalActions = total
|
/build/make/tools/warn/ |
D | html_writer.py | 271 total = unknown + known + skipped 273 if total < 1000: 275 writer('Total number of warnings: <b>' + str(total) + '</b>' + extra_msg) 338 total = 0 342 total += num_members 349 csvwriter.writerow([total, '', kind + ' warnings']) 350 return total 356 total = 0 358 total += write_severity(csvwriter, severity, severity.column_header, warn_patterns) 359 csvwriter.writerow([total, '', 'All warnings'])
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 94 optional PerfInfo total = 21; field 103 // The system resource information such as total physical memory. 122 // The total physical memory in bytes. 125 // The total of available cores for building 216 // The total number of variants handled by soong_build. 219 // The total number of allocations in soong_build. 222 // The total size of allocations in soong_build in bytes.
|
/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/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 | 2873 total=$$(( $$( echo "$$size" ) )); \ 2876 if [ "$$total" -gt "$$maxsize" ]; then \ 2877 echo "error: $$printname too large ($$total > $$maxsize)"; \ 2879 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \ 2880 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \
|