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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
png.py 41 self._file_path = file_path
52 if self._fs.exists(self._file_path) and self._file_path.endswith("-expected.png"):
53 with self._fs.open_binary_file_for_reading(self._file_path) as filehandle:
71 prop_get = self._detector.propget("svn:mime-type", self._file_path)
73 errorstr = "Set the svn:mime-type property (svn propset svn:mime-type image/png %s)." % self._file_path
python.py 40 self._file_path = file_path
50 pep8.process_options(arglist=[self._file_path])
52 pep8_checker = pep8.Checker(self._file_path)
69 output = self._run_pylint(self._file_path)
python_unittest.py 41 self.assertEqual(checker._file_path, "foo.txt")
test_expectations.py 51 self._file_path = file_path
png_unittest.py 56 self.assertEqual(checker._file_path, "test/config")
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
error_handlers.py 80 self._file_path = file_path
94 if self._file_path != other._file_path:
145 file_path=self._file_path):
158 file_path=self._file_path,
error_handlers_unittest.py 43 _file_path = "foo.h" variable in class:DefaultStyleErrorHandlerTest
66 file_path=self._file_path,
129 self._file_path))
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info.py 17 self._file_path = file_path
127 with open(self._file_path, 'w') as f:
151 base = os.path.splitext(os.path.basename(self._file_path))[0]

Completed in 514 milliseconds