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

  /external/webkit/Tools/Scripts/webkitpy/style/
filereader.py 115 if not self._processor.should_process(file_path):
filereader_unittest.py 53 def should_process(self, file_path): member in class:TextFileReaderTest.MockProcessor
checker_unittest.py 788 """Test should_process() for a skip-without-warning file."""
791 self.assertFalse(self._processor.should_process(file_path))
794 """Test should_process() for a skip-with-warning file."""
797 self.assertFalse(self._processor.should_process(file_path))
803 """Test should_process() for a file that should be processed."""
806 self.assertTrue(self._processor.should_process(file_path))
    [all...]
checker.py 636 def should_process(self, file_path): member in class:ProcessorBase
719 def should_process(self, file_path): member in class:StyleProcessor
  /external/webkit/Tools/Scripts/
check-inspector-strings 59 def should_process(self, file_path): member in class:StringsExtractor

Completed in 92 milliseconds