Searched refs:check_file (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitTools/Scripts/
H A Dcheck-webkit-style70 style_checker.check_file(filename)
/external/clearsilver/scripts/
H A Dcs_lint.py33 def check_file(self, filename): member in class:ClearSilverChecker
280 ClearSilverChecker().check_file(file)
/external/webkit/WebKitTools/Scripts/webkitpy/style/
H A Dchecker.py772 def check_file(self, file_path, handle_style_error=None, process_file=None): member in class:StyleChecker
827 self.check_file(file_path, style_error_handler)
H A Dchecker_unittest.py550 """Test the check_file() method of the StyleChecker class.
552 The check_file() method calls its process_file parameter when
556 to process_file by calls to check_file() made by this test
561 got_file_path: The file_path parameter passed by check_file()
564 by check_file() to its process_file
566 got_processor: The processor parameter passed by check_file() to
608 """Call the check_file() method of a test StyleChecker instance."""
622 style_checker.check_file(file_path,
627 """Test check_file() for a skipped-without-warning file."""
640 """Test check_file() fo
[all...]
/external/grub/stage2/
H A Dbuiltins.c3906 auto int check_file (char *file);
3911 int check_file (char *file)
4063 if (! check_file (stage1))
4068 if (! check_file (stage1))
4075 if (! check_file (stage1))
4085 if (! check_file (stage2))
4101 if (check_file (stage1_5))
3860 int check_file (char *file) function

Completed in 75 milliseconds