Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dcpp.py1669 def writeWithWarning(self,out,warning,left_count,repeat_count): argument
1676 return left_count
1680 left_count -= 1
1681 if left_count == 0:
1683 left_count = repeat_count
1689 left_count -= 1
1690 if left_count == 0:
1692 left_count = repeat_count
1694 return left_count
1805 left_count = repeat_count
[all …]