/external/conscrypt/src/main/java/org/conscrypt/ |
D | ChainStrengthAnalyzer.java | 51 for (String blacklisted : OID_BLACKLIST) { in checkNotMD5() 52 if (oid.equals(blacklisted)) { in checkNotMD5()
|
/external/chromium_org/chrome/browser/ |
D | enumerate_modules_model_win.cc | 358 const ModuleEnumerator::BlacklistEntry& blacklisted) { in Match() argument 362 DCHECK(strlen(blacklisted.filename) > 0); in Match() 363 DCHECK(!strstr(blacklisted.version_from, " ")); in Match() 364 DCHECK(!strstr(blacklisted.version_to, " ")); in Match() 369 if (!(blacklisted.os & XP)) return NOT_MATCHED; in Match() 380 if (filename_hash == blacklisted.filename && in Match() 381 (std::string(blacklisted.location).empty() || in Match() 382 location_hash == blacklisted.location)) { in Match() 386 Version version_min(blacklisted.version_from); in Match() 387 Version version_max(blacklisted.version_to); in Match() [all …]
|
D | enumerate_modules_model_win.h | 126 const BlacklistEntry& blacklisted);
|
/external/chromium_org/chrome/common/safe_browsing/ |
D | 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/tools/ubsan_vptr/ |
D | blacklist.txt | 6 # over-blacklisted. 27 # types are also blacklisted due to the template class (JSONArray <-> Array<T>). 78 # not avaiable if the class is not exported. For now, simply blacklisted to
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_test.ignore | 1 # blacklisted functions for instrumented ASan unit test
|
/external/chromium_org/components/suggestions/ |
D | blacklist_store.cc | 75 GURL blacklisted(blacklist.urls(0)); in GetFirstUrlFromBlacklist() local 76 url->Swap(&blacklisted); in GetFirstUrlFromBlacklist()
|
D | suggestions_service.cc | 221 std::string blacklisted; in GetBlacklistedUrl() local 225 &blacklisted)) in GetBlacklistedUrl() 228 GURL blacklisted_url(blacklisted); in GetBlacklistedUrl()
|
/external/chromium_org/chrome/browser/extensions/ |
D | blacklist.cc | 174 std::set<std::string> blacklisted = prefs->GetBlacklistedExtensions(); in Blacklist() local 175 for (std::set<std::string>::iterator it = blacklisted.begin(); in Blacklist() 176 it != blacklisted.end(); ++it) { in Blacklist()
|
/external/chromium_org/media/video/capture/mac/ |
D | video_capture_device_factory_mac.mm | 48 DVLOG(2) << "Found blacklisted camera: " << name.id(); 141 // If there is any device blacklisted in the system, walk the QTKit device 142 // list and add those devices with a blacklisted name to the |device_names|. 152 DVLOG(1) << "Enumerated blacklisted " << [device_name UTF8String];
|
D | video_capture_device_factory_mac_unittest.mm | 36 // There should be no blacklisted devices, i.e. QTKit.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | CertBlacklist.java | 216 for (byte[] blacklisted : pubkeyBlacklist) { in isPublicKeyBlackListed() 217 if (Arrays.equals(blacklisted, Hex.encode(out))) { in isPublicKeyBlackListed()
|
/external/chromium_org/components/password_manager/core/browser/ |
D | login_database.h | 144 bool blacklisted, std::vector<autofill::PasswordForm*>* forms) const;
|
D | login_database.cc | 292 int blacklisted = s.ColumnInt(1); in ReportMetrics() local 294 if (blacklisted) { in ReportMetrics() 736 bool blacklisted, std::vector<PasswordForm*>* forms) const { in GetAllLoginsWithBlacklistSetting() argument 748 s.BindInt(0, blacklisted ? 1 : 0); in GetAllLoginsWithBlacklistSetting()
|
D | password_syncable_service.cc | 55 password_specifics.blacklisted() && in AreLocalAndSyncPasswordsEqual() 428 new_password.blacklisted_by_user = password.blacklisted(); in PasswordFromSpecifics()
|
D | password_syncable_service_unittest.cc | 88 expected_password.blacklisted() == actual_password.blacklisted() &&
|
/external/chromium_org/chrome/browser/importer/ |
D | firefox_importer_browsertest.cc | 46 bool blacklisted; member 159 EXPECT_EQ(p.blacklisted, form.blacklisted_by_user); in AddPasswordForm()
|
/external/chromium_org/extensions/browser/ |
D | extension_registry_unittest.cc | 171 scoped_refptr<Extension> blacklisted = in TEST_F() local 178 registry.AddBlacklisted(blacklisted); in TEST_F()
|
/external/chromium_org/sync/protocol/ |
D | password_specifics.proto | 34 optional bool blacklisted = 12; field
|
/external/chromium_org/chrome/browser/ui/views/passwords/ |
D | manage_passwords_bubble_view.cc | 512 views::Label* blacklisted = new views::Label( in BlacklistedView() local 514 blacklisted->SetMultiLine(true); in BlacklistedView() 515 blacklisted->SetFontList(ui::ResourceBundle::GetSharedInstance().GetFontList( in BlacklistedView() 518 layout->AddView(blacklisted); in BlacklistedView()
|
/external/chromium_org/chrome/browser/media_galleries/ |
D | media_galleries_scan_result_controller_unittest.cc | 291 MediaGalleryPrefId blacklisted = gallery_prefs()->AddGalleryByPath( in TEST_F() local 294 gallery_prefs()->ForgetGalleryById(blacklisted); in TEST_F()
|
/external/chromium_org/chrome/browser/net/ |
D | cert_logger.proto | 9 // other pinning errors such as a blacklisted cert in the chain. The
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | most_visited_page.css | 184 .blacklisted {
|
/external/clang/docs/ |
D | ThreadSanitizer.rst | 107 blacklisted functions are not instrumented at all. This can lead to false positives
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | browser_window_utils.mm | 69 // as they can't be blacklisted in
|