HomeSort by relevance Sort by last modified time
    Searched refs:IgnoreFile (Results 1 - 4 of 4) sorted by null

  /external/valgrind/tsan/
ignore.h 28 struct IgnoreFile : public IgnoreTriple {
29 IgnoreFile(string file) : IgnoreTriple("*", "*", file) {}
ignore.cc 50 ignore_lists->ignores.push_back(IgnoreFile(tail));
thread_sanitizer.cc     [all...]
  /external/v8/tools/
presubmit.py 193 def IgnoreFile(self, name):
202 if not self.IgnoreFile(file) and self.IsRelevant(file):
221 def IgnoreFile(self, name):
222 return (super(CppLintProcessor, self).IgnoreFile(name)
283 if self.IsRelevant(file) and not self.IgnoreFile(file):

Completed in 37 milliseconds