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

  /system/netd/server/
FirewallController.cpp 85 if (ftype == WHITELIST) {
92 // Set this after calling disableFirewall(), since it defaults to WHITELIST there
101 mFirewallType = WHITELIST;
227 return WHITELIST;
231 return WHITELIST;
246 if (firewallType == WHITELIST) {
295 return replaceUidChain(childChain, type == WHITELIST, uids);
319 // Always whitelist system UIDs.
324 // Whitelist or blacklist the specified UIDs.
330 // If it's a whitelist chain, add a default DROP at the end. This is not necessary for
    [all...]
FirewallController.h 29 // WHITELIST means the firewall denies all by default, uids must be explicitly ALLOWed
32 enum FirewallType { WHITELIST, BLACKLIST };
FirewallControllerTest.cpp 85 createChain("fw_whitelist", "INPUT", WHITELIST);
CommandListener.cpp     [all...]
  /external/autotest/client/cros/
sys_power.py 31 WHITELIST = [
40 WHITELIST = [
power_suspend.py 330 for p1, p2 in sys_power.KernelError.WHITELIST:
390 for board, pattern in sys_power.FirmwareError.WHITELIST:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 53 private static final Set<String> WHITELIST = new HashSet<String>(Arrays.asList(
163 view.setBackgroundResource(WHITELIST.contains(file.getName())
255 if (!WHITELIST.contains(result.getName())) {
  /external/v8/tools/gcmole/
gcmole.lua 47 -- When building gcsuspects whitelist certain functions as if they
49 -- positives in dead variables analysis. See TODO for WHITELIST
51 whitelist = true;
275 local WHITELIST = {
321 if FLAGS.whitelist then
322 for i = 1, #WHITELIST do
323 if name:match(WHITELIST[i]) then

Completed in 753 milliseconds