OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:should_process
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker_unittest.py
749
"""Test
should_process
() for a skip-without-warning file."""
752
self.assertFalse(self._processor.
should_process
(file_path))
755
"""Test
should_process
() for a skip-with-warning file."""
758
self.assertFalse(self._processor.
should_process
(file_path))
764
"""Test
should_process
() for a file that should be processed."""
767
self.assertTrue(self._processor.
should_process
(file_path))
filereader.py
118
if not self._processor.
should_process
(file_path):
filereader_unittest.py
46
def
should_process
(self, file_path):
member in class:TextFileReaderTest.MockProcessor
checker.py
611
def
should_process
(self, file_path):
member in class:ProcessorBase
694
def
should_process
(self, file_path):
member in class:StyleProcessor
Completed in 113 milliseconds