Searched refs:total (Results 1 - 8 of 8) sorted by relevance

/build/make/tools/releasetools/
H A Drangelib.py232 """Returns the total size of the RangeSet (ie, how many integers
239 total = 0
242 total += p
244 total -= p
245 return total
H A Dblockimgdiff.py330 # total_blocks: the total size of the partition/image, in blocks.
507 total = 0
511 total += blocks_to_write.size()
513 return total
516 total = 0
593 total += tgt_size
611 total += tgt_size
629 total += tgt_size
634 total += to_zero.size()
663 total
[all...]
/build/tools/releasetools/
H A Drangelib.py232 """Returns the total size of the RangeSet (ie, how many integers
239 total = 0
242 total += p
244 total -= p
245 return total
H A Dblockimgdiff.py330 # total_blocks: the total size of the partition/image, in blocks.
507 total = 0
511 total += blocks_to_write.size()
513 return total
516 total = 0
593 total += tgt_size
611 total += tgt_size
629 total += tgt_size
634 total += to_zero.size()
663 total
[all...]
/build/make/tools/
H A Dwarn.py2919 """Dump some stats about total number of warnings and such."""
2934 total = unknown + known + skipped
2936 if total < 1000:
2938 print 'Total number of warnings: <b>' + str(total) + '</b>' + extra_msg
3412 total = 0
3416 total += n
3424 writer.writerow([total, '', kind + ' warnings'])
3426 return total
3433 total = 0
3435 total
[all...]
/build/tools/
H A Dwarn.py2919 """Dump some stats about total number of warnings and such."""
2934 total = unknown + known + skipped
2936 if total < 1000:
2938 print 'Total number of warnings: <b>' + str(total) + '</b>' + extra_msg
3412 total = 0
3416 total += n
3424 writer.writerow([total, '', kind + ' warnings'])
3426 return total
3433 total = 0
3435 total
[all...]
/build/core/
H A Ddefinitions.mk2874 total=$$(( $$( echo "$$size" ) )); \
2877 if [ "$$total" -gt "$$maxsize" ]; then \
2878 echo "error: $$printname too large ($$total > $$maxsize)"; \
2880 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \
2881 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \
/build/make/core/
H A Ddefinitions.mk2874 total=$$(( $$( echo "$$size" ) )); \
2877 if [ "$$total" -gt "$$maxsize" ]; then \
2878 echo "error: $$printname too large ($$total > $$maxsize)"; \
2880 elif [ "$$total" -gt $$((maxsize - 32768)) ]; then \
2881 echo "WARNING: $$printname approaching size limit ($$total now; limit $$maxsize)"; \

Completed in 214 milliseconds