Searched refs:ignorelist (Results 1 – 3 of 3) sorted by relevance
45 ignorelist = ['include/third_party/vulkan', 'node_modules'] variable55 if not any(snippet in fix_path(path) for snippet in ignorelist):
2 # UBSan ignorelist.
133 String ignorelist = null; in setup() local151 ignorelist = args[++i]; in setup()158 if (ignorelist != null) { in setup()159 if (ignorelist.charAt(0) == '@') { // a file containing ignoreinfo in setup()187 ignore = ignorelist.split("\\s*;\\s*"); in setup()