/external/dhcpcd-6.8.2/ |
if-options.c | 153 {"blacklist", required_argument, NULL, 'X'}, 1186 naddr = realloc(ifo->blacklist, 1192 ifo->blacklist = naddr; 1193 ifo->blacklist[ifo->blacklist_len++] = addr.s_addr; 1194 ifo->blacklist[ifo->blacklist_len++] = addr2.s_addr; [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
NetworkPolicyManagerServiceTest.java | 576 * Adds blacklist when restrict background is on - app should not receive an intent. 587 * Adds blacklist when restrict background is off - app should receive an intent. 613 * Removes blacklist when restrict background is on - app should not receive an intent. 624 * Removes blacklist when restrict background is off - app should receive an intent. 725 // Add blacklist when whitelisted. 739 assertUidPolicy(UID_B, POLICY_REJECT_METERED_BACKGROUND); // Blacklist prevails. [all...] |
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
AbstractRestrictBackgroundNetworkTestCase.java | 647 executeShellCommand("cmd netpolicy add restrict-background-blacklist " + uid); 655 executeShellCommand("cmd netpolicy remove restrict-background-blacklist " + uid); 660 assertRestrictBackground("restrict-background-blacklist", uid, expected); [all...] |
/external/kmod/libkmod/ |
libkmod-config.c | 478 if (streq(modname, "modprobe") && !strncmp(param, "blacklist=", 10)) { 608 } else if (streq(cmd, "blacklist")) { 991 * Retrieve an iterator to deal with the blacklist maintained inside the
|
/bionic/libc/tools/ |
pylintrc | 13 # Add files or directories to the blacklist. They should be base names, not
|
/build/soong/cc/ |
pylintrc | 13 # Add files or directories to the blacklist. They should be base names, not
|
/external/autotest/client/cros/ |
vpn_server.py | 228 'etc/ssl/blacklist' : '',
|
/external/autotest/site_utils/ |
perf_csv_uploader.py | 117 @retry.retry(Exception, blacklist=[CsvNonexistenceException],
|
/external/autotest/utils/ |
unittest_suite.py | 157 blacklist (defined in LONG_TESTS).
|
/external/clang/docs/ |
MemorySanitizer.rst | 88 Blacklist
|
/external/compiler-rt/lib/asan/tests/ |
CMakeLists.txt | 73 "-fsanitize-blacklist=${ASAN_BLACKLIST_FILE}"
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
Icu4jTransform.java | 740 List<BodyDeclarationLocator> blacklist = local 747 List<BodyDeclarationLocator> blacklist = local [all...] |
/external/owasp/sanitizer/tools/findbugs/doc/ |
updateChecking.html | 106 information to the FindBugs project, you can blacklist that URL in your firewall
|
/external/skia/infra/bots/recipe_modules/sktest/example.expected/ |
Test-Ubuntu16-Clang-NUC-GPU-IntelIris540-x86_64-Debug-Vulkan.json | 236 "--blacklist",
|
Test-Win10-MSVC-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-Vulkan.json | 232 "--blacklist",
|
Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json | 232 "--blacklist",
|
Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json | 232 "--blacklist",
|
/external/v8/tools/clang/plugins/ |
ChromeClassTester.cpp | 60 // We sadly need to maintain a blacklist of types that violate these
|
/external/wpa_supplicant_8/wpa_supplicant/ |
nmake.mak | 117 $(OBJDIR)\blacklist.obj \
|
/system/netd/server/ |
CommandListener.cpp | [all...] |
/frameworks/base/services/core/java/com/android/server/net/ |
NetworkPolicyManagerService.java | [all...] |
/external/guice/core/test/com/google/inject/ |
JitBindingsTest.java | 335 // We should fix failed child injectors to remove their contents from the parent blacklist 337 // FooBar was succesfully inserted into the child injector (and parent blacklist), but then
|
/external/kmod/ |
NEWS | 469 blacklist. It can run commands by itself and to call a callback 534 - Filter list of modules using blacklist
|
/external/skia/gn/ |
BUILD.gn | 284 "-fsanitize-blacklist=" + rebase_path("../tools/xsan.blacklist"),
|
/system/netd/tests/ |
binder_test.cpp | 182 TimedOperation op(StringPrintf("Programming %d-UID blacklist chain", kNumUids)); 190 TimedOperation op("Clearing blacklist chain");
|