Home
last modified time | relevance | path

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

/bionic/libc/kernel/tools/
Dcpp.py1244 def writeWithWarning(self,out,warning,left_count,repeat_count): argument
1251 return left_count
1255 left_count -= 1
1256 if left_count == 0:
1258 left_count = repeat_count
1264 left_count -= 1
1265 if left_count == 0:
1267 left_count = repeat_count
1269 return left_count
1375 left_count = repeat_count
[all …]