HomeSort by relevance Sort by last modified time
    Searched full:blacklisted (Results 1 - 25 of 192) 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/lib/asan/lit_tests/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/component_updater/
swiftshader_component_installer.h 12 // component updater if the current gpu is blacklisted.
  /external/chromium_org/extensions/browser/
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.
  /libcore/crypto/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
  /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/lib/asan/lit_tests/TestCases/
blacklist.cc 15 // badGlobal is accessed improperly, but we blacklisted it.
28 // is blacklisted by name
  /external/chromium_org/chrome/browser/extensions/
blacklist.cc 70 // run |callback| with the IDs of those which have been blacklisted.
94 // Definitely not blacklisted. Callback immediately.
100 // Something might be blacklisted, response will come in
168 // with just a "blacklisted" property.
171 std::set<std::string> blacklisted = prefs->GetBlacklistedExtensions(); local
172 for (std::set<std::string>::iterator it = blacklisted.begin();
173 it != blacklisted.end(); ++it) {
193 // safebrowsing for the blacklisted extensions. The set of blacklisted
  /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
  /external/chromium/chrome/browser/password_manager/
login_database.h 51 // including blacklisted matches.
93 // Loads all logins whose blacklist setting matches |blacklisted| into
96 bool blacklisted, std::vector<webkit_glue::PasswordForm*>* forms) const;
  /external/chromium/chrome/browser/webdata/
logins_table.h 84 // including blacklisted matches.
90 // actually autofill-able; i.e haven't been blacklisted by the user selecting
  /external/chromium_org/components/autofill/content/renderer/
password_generation_agent.h 67 // Stores the origins of the password forms confirmed not to be blacklisted
68 // by the browser. A form can be blacklisted if a user chooses "never save
  /external/chromium/chrome/browser/sync/protocol/
password_specifics.proto 34 optional bool blacklisted = 12;
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.html 17 <!-- Notification shown when a tile is blacklisted. -->
  /external/chromium_org/content/browser/gpu/
compositor_util_browsertest.cc 33 // Lion and SnowLeopard have compositing blacklisted when using the Apple
  /external/chromium_org/sync/protocol/
password_specifics.proto 33 optional bool blacklisted = 12;
  /external/clang/test/CodeGen/
ubsan-blacklist.c 1 // Verify ubsan doesn't emit checks for blacklisted functions and files
  /external/chromium/chrome/browser/history/
top_sites.h 103 // Blacklisted URLs
114 // Returns true if the URL is blacklisted.
251 // blacklisted URLs and reordering pinned URLs.
258 // Returns an MD5 hash of the URL. Hashing is required for blacklisted URLs.
281 // changes depending upon how many urls have been blacklisted.
314 // you hold |lock_|). The data in |thread_safe_cache_| has blacklisted and
348 // Blacklisted and pinned URLs are stored in Preferences.
350 // Blacklisted URLs. They are filtered out from the list of Top
  /external/chromium_org/chrome/browser/translate/
translate_ui_delegate.h 83 // Returns true if the current webpage is blacklisted.
86 // Sets the value if the current webpage is blacklisted.
  /external/chromium_org/content/test/data/
cross_site_document_request.html 16 // We only block cross-site documents with a blacklisted mime type(text/html,
19 // looks like one of the blacklisted content types.
  /frameworks/base/services/java/com/android/server/location/
LocationBlacklist.java 35 * Allows applications to be blacklisted from location updates at run-time.
92 if (D) Log.d(TAG, "dropping location (blacklisted): "
  /external/chromium_org/chrome/browser/net/
cert_logger.proto 9 // other pinning errors such as a blacklisted cert in the chain. The

Completed in 1873 milliseconds

1 2 3 4 5 6 7 8