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

  /system/netd/server/
FirewallController.cpp 60 // If no rules are set, it's in BLACKLIST mode
61 mFirewallType = BLACKLIST;
144 if (mFirewallType == BLACKLIST) {
145 // Unsupported in BLACKLIST mode
168 if (mFirewallType == BLACKLIST) {
169 // Unsupported in BLACKLIST mode
193 if (mFirewallType == BLACKLIST) {
194 // Unsupported in BLACKLIST mode
229 return BLACKLIST;
235 return BLACKLIST;
    [all...]
FirewallController.h 30 // BLACKLIST means the firewall allows all by default, uids must be explicitly DENYed
32 enum FirewallType { WHITELIST, BLACKLIST };
FirewallControllerTest.cpp 107 createChain("fw_blacklist", "INPUT", BLACKLIST);
CommandListener.cpp     [all...]
  /external/v8/tools/
generate-builtins-tests.py 15 BLACKLIST = [
120 if obj_name in BLACKLIST: continue
  /external/autotest/utils/
run_pylint.py 35 BLACKLIST = ['/contrib/*', '/frontend/afe/management.py']
258 for pattern in BLACKLIST)

Completed in 336 milliseconds