Lines Matching defs:code
127 def PerformSingleLineLint(self, code): argument
145 def PerformMultiLineLint(self, code): argument
162 def PerformLanguageRulesCheck(self, file_name, code): argument
175 def PerformFunctionLengthsCheck(self, code): argument
201 def PerformIncludeWhatYouUse(self, code, filename='foo.h', io=codecs): argument
222 def TestLint(self, code, expected_message): argument
225 def TestMultiLineLint(self, code, expected_message): argument
228 def TestMultiLineLintRE(self, code, expected_message_re): argument
234 def TestLanguageRulesCheck(self, file_name, code, expected_message): argument
238 def TestIncludeWhatYouUse(self, code, expected_message): argument
4403 def TestLintLogCodeOnError(self, code, expected_message): argument
4543 def TestCxx11Feature(self, code, expected_error): argument
4601 def TestCxx14Feature(self, code, expected_error): argument
4938 def TestFunctionLengthsCheck(self, code, expected_message): argument