HomeSort by relevance Sort by last modified time
    Searched full:blacklisted (Results 1 - 25 of 196) sorted by null

1 2 3 4 5 6 7 8

  /external/compiler-rt/lib/asan/tests/
asan_test.ignore 0 # blacklisted functions for instrumented ASan unit test
  /external/compiler-rt/test/asan/TestCases/Helpers/
blacklist-extra.cc 1 // This function is broken, but this file is blacklisted
  /external/chromium_org/gpu/config/
gpu_feature_type.h 10 // Provides flags indicating which gpu features are blacklisted for the system
12 // If a bit is set to 1, corresponding feature is blacklisted.
  /external/chromium_org/chrome/browser/extensions/
extension_error_controller.h 19 // blacklisted or external extensions in order to notify the user with an error.
42 // Find any extensions that the user should be alerted about (like blacklisted
50 // The extensions that are blacklisted and need user approval.
60 // silently acknowledge blacklisted extensions.
extension_error_controller_unittest.cc 23 // blacklisted extensions. This allows us to test which extensions the alert
109 // Add an extension to chrome, and mark it as blacklisted in the prefs.
136 // Make sure the extension is added to the blacklisted set.
140 << "Failed to add blacklisted extension.";
150 // Test that closing the extension alert for blacklisted extensions counts
153 // Add a blacklisted extension.
159 // Make sure that we created an error "ui" to warn about the blacklisted
165 // Make sure that the blacklisted extension is reported (and that no other
180 // blacklisted extensions.
182 // Add a blacklisted extension
    [all...]
blacklist.cc 71 // run |callback| with the IDs of those which have been blacklisted.
95 // Definitely not blacklisted. Callback immediately.
101 // Something might be blacklisted, response will come in
171 // with just a "blacklisted" property.
174 std::set<std::string> blacklisted = prefs->GetBlacklistedExtensions(); local
175 for (std::set<std::string>::iterator it = blacklisted.begin();
176 it != blacklisted.end(); ++it) {
196 // safebrowsing for the blacklisted extensions. The set of blacklisted
  /external/chromium_org/chrome/browser/policy/
policy_helpers.h 12 // Returns true if |url| should never be blacklisted by policy.
  /external/chromium_org/extensions/browser/
extension_registry_unittest.cc 170 scoped_refptr<Extension> blacklisted = local
171 test_util::CreateExtensionWithID("blacklisted");
177 registry.AddBlacklisted(blacklisted);
189 registry.GetExtensionById("enabled", ExtensionRegistry::BLACKLISTED));
201 registry.GetExtensionById("disabled", ExtensionRegistry::BLACKLISTED));
213 registry.GetExtensionById("terminated", ExtensionRegistry::BLACKLISTED));
215 // Blacklisted is part of everything and the blacklisted list.
217 registry.GetExtensionById("blacklisted", ExtensionRegistry::EVERYTHING));
219 registry.GetExtensionById("blacklisted", ExtensionRegistry::ENABLED))
    [all...]
admin_policy.h 18 // Checks if extensions are blacklisted by default, by policy. When true, this
19 // means that even extensions without an ID should be blacklisted (e.g.
extension_registry.h 35 BLACKLISTED = 1 << 3,
60 // Returns a set of all installed, disabled, blacklisted, and terminated
101 // * blacklisted_extensions() --> ExtensionRegistry::BLACKLISTED
127 // As above, but for the blacklisted set.
153 // Extensions that are installed and blacklisted. Generally these shouldn't be
155 // so that if extensions are blacklisted by mistake they can easily be
156 // un-blacklisted.
install_flag.h 19 // Extension is blacklisted for being malware.
  /external/chromium_org/chrome/browser/component_updater/
swiftshader_component_installer.h 14 // component updater if the current gpu is blacklisted.
  /external/chromium_org/chrome/common/safe_browsing/
crx_info.proto 10 // This is used to request more information on blacklisted CRX packages. The
11 // client maintains a local cache of blacklisted ids, and makes requests to our
  /external/chromium_org/components/password_manager/core/common/
password_manager_ui.h 31 // The user has blacklisted the site rendered in the current WebContents.
32 // The icon needs to be visible, in the blacklisted state.
  /external/conscrypt/src/main/java/org/conscrypt/
ChainStrengthAnalyzer.java 51 for (String blacklisted : OID_BLACKLIST) {
52 if (oid.equals(blacklisted)) {
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
music_manager_private_browsertest.cc 17 // MAC addresses that are blacklisted. We still want the test
  /external/lldb/test/
blacklist.py 4 string) it is blacklisted.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test___all__.py 65 # Blacklisted modules and packages
91 blacklisted = False
94 blacklisted = True
97 if blacklisted:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test___all__.py 65 # Blacklisted modules and packages
91 blacklisted = False
94 blacklisted = True
97 if blacklisted:
  /external/compiler-rt/test/asan/TestCases/
blacklist.cc 15 // badGlobal is accessed improperly, but we blacklisted it. Align
30 // is blacklisted by name
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamRequest.java 47 * The number of connection failures it takes for a particular SOCKS5 proxy to be blacklisted.
48 * When a proxy is blacklisted no more connection attempts will be made to it for a period of 2
67 * blacklisted. When a proxy is blacklisted no more connection attempts will be made to it for a
71 * blacklisted
79 * blacklisted. When a proxy is blacklisted no more connection attempts will be made to it for a
85 * SOCKS5 proxy to be blacklisted
213 // check to see if this address has been blacklisted
  /cts/
CtsBuild.mk 30 # File indicating which tests should be blacklisted due to problems.
33 # File indicating which tests should be blacklisted due to unsupported abi.
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.html 17 <!-- Notification shown when a tile is blacklisted. -->
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_view_test.h 42 // Put the controller, icon, and bubble into a blacklisted state.
  /external/chromium_org/content/browser/gpu/
compositor_util_browsertest.cc 33 // Lion and SnowLeopard have compositing blacklisted when using the Apple

Completed in 1603 milliseconds

1 2 3 4 5 6 7 8