Searched defs:EmitWarning (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/strict_enum_value_checker/
H A Dstrict_enum_value_checker.py67 self.EmitWarning("The presubmit script could not find the start of the "
73 self.EmitWarning("The presubmit script could not find the end of the "
79 self.EmitWarning("The presubmit script located the start of the enum "
106 def EmitWarning(self, message, line_number=None, line_text=None): member in class:StrictEnumValueChecker
165 self.EmitWarning("The file seems to be deleted in the changelist. If "
222 self.EmitWarning("It looks like you are deleting line(s) from the "
255 self.EmitWarning("The change starting at line %d and ending at line "

Completed in 525 milliseconds