Home
last modified time | relevance | path

Searched refs:dependee_status (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/buildtools/checkdeps/
Dresults.py50 def AddError(self, dependee_status): argument
77 def AddError(self, dependee_status): argument
79 lines.append('\nERROR in %s' % dependee_status.dependee_path)
80 for violation in dependee_status.violations:
113 def AddError(self, dependee_status): argument
115 'dependee_path': dependee_status.dependee_path,
119 } for violation in dependee_status.violations]
123 self.wrapped_formatter.AddError(dependee_status)
148 def AddError(self, dependee_status): argument
149 for violation in dependee_status.violations:
[all …]
Dproto_checker.py94 dependee_status = results.DependeeStatus(filepath)
107 dependee_status.AddViolation(violation)
109 return dependee_status
Dcpp_checker.py87 dependee_status = results.DependeeStatus(filepath)
113 dependee_status.AddViolation(violation)
115 return dependee_status
Djava_checker.py169 dependee_status = results.DependeeStatus(filepath)
174 dependee_status.AddViolation(violation)
179 return dependee_status