HomeSort by relevance Sort by last modified time
    Searched defs:Blacklist (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/devil/devil/android/
device_blacklist.py 14 class Blacklist(object):
21 """Reads the blacklist from the blacklist file.
27 blacklist = dict()
29 return blacklist
33 blacklist = json.load(f)
35 logger.warning('Unable to read blacklist: %s', str(e))
38 if not isinstance(blacklist, dict):
40 self._path, blacklist)
41 blacklist = dict(
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_blacklist.py 12 class Blacklist(object):
19 """Reads the blacklist from the blacklist file.
29 blacklist = json.load(f)
30 if not isinstance(blacklist, dict):
32 self._path, blacklist)
33 blacklist = dict()
34 return blacklist
36 def Write(self, blacklist):
37 """Writes the provided blacklist to the blacklist file
    [all...]
  /external/llvm/tools/sancov/
sancov.cc 98 ClBlacklist("blacklist", cl::init(""),
99 cl::desc("Blacklist file (sanitizer blacklist format)."));
103 cl::desc("Controls if default blacklist should be used."));
276 auto Blacklist = SpecialCaseList::create(MB.get(), Error);
278 return Blacklist;
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/
aws-java-sdk-cloudfront-1.11.18.jar 

Completed in 1090 milliseconds