Searched refs:count (Results 1 – 4 of 4) sorted by relevance
79 final int count = lastWhitespaceCount - whitespaceCount; in loadScene() local80 for (int i = 0; i < count; i++) { in loadScene()147 int count = 0; in countFrontWhitespace() local148 while (line.charAt(count) == ' ') { in countFrontWhitespace()149 count++; in countFrontWhitespace()151 return count; in countFrontWhitespace()
100 int count = 0; in main() local104 count++; in main()110 if (count > 100) { in main()
50 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in bindEditor()54 public void onTextChanged(CharSequence s, int start, int before, int count) { in bindEditor()
195 int count; in parseBinaryLogFile() local196 while ((count = fis.read(buffer)) != -1) { in parseBinaryLogFile()197 receiver.parseNewData(buffer, 0, count); in parseBinaryLogFile()243 int count = 0; in parseLogFromDevice() local247 count++; in parseLogFromDevice()253 if (count > 100) { in parseLogFromDevice()