Home
last modified time | relevance | path

Searched defs:denylist (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/test_tools/
Dtest_sundry.py24 denylist = ['make_ctype'] variable in TestSundryScripts
/third_party/libinput/tools/
Dlibinput-analyze-recording.py56 def is_tracked_axis(code, allowlist, denylist): argument
/third_party/python/Lib/test/
Dtest_nntplib.py202 denylist = lambda line: line.startswith(b'X-Antivirus') function