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

  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
python.py 33 self._file_path = file_path
39 pep8.process_options(arglist=[self._file_path])
41 checker = pep8.Checker(self._file_path)
test_expectations.py 59 self._file_path = file_path
65 port_name = self._file_path.split(os.sep)[-2]
76 "will fail the check." % self._file_path)
python_unittest.py 41 self.assertEquals(checker._file_path, "foo.txt")
  /external/webkit/Tools/Scripts/webkitpy/style/
error_handlers.py 80 self._file_path = file_path
94 if self._file_path != other._file_path:
142 file_path=self._file_path):
155 file_path=self._file_path,
error_handlers_unittest.py 44 _file_path = "foo.h" variable in class:DefaultStyleErrorHandlerTest
67 file_path=self._file_path,
130 self._file_path))

Completed in 102 milliseconds