OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
165
def
IgnoreFile
(self, name):
174
if not self.
IgnoreFile
(file) and self.IsRelevant(file):
193
def
IgnoreFile
(self, name):
194
return (super(CppLintProcessor, self).
IgnoreFile
(name)
Completed in 200 milliseconds