HomeSort by relevance Sort by last modified time
    Searched refs:delete_only_file_count (Results 1 - 4 of 4) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/style/
patchreader_unittest.py 48 self.delete_only_file_count = 0
55 self.delete_only_file_count += 1
65 def _assert_checked(self, passed_to_process_file, delete_only_file_count):
68 self.assertEquals(self._file_reader.delete_only_file_count,
69 delete_only_file_count)
filereader.py 50 delete_only_file_count: The total number of files that are not
66 self.delete_only_file_count = 0
162 self.delete_only_file_count += 1
filereader_unittest.py 165 delete_only_file_count = self._file_reader.delete_only_file_count
166 self.assertEquals(delete_only_file_count, 1)
  /external/webkit/Tools/Scripts/
check-webkit-style 125 delete_only_file_count = file_reader.delete_only_file_count
130 sys.exit(error_count > 0 or (file_count == 0 and delete_only_file_count == 0))

Completed in 137 milliseconds