Home
last modified time | relevance | path

Searched refs:blacklisted (Results 1 – 25 of 39) sorted by relevance

12

/external/conscrypt/src/main/java/org/conscrypt/
DChainStrengthAnalyzer.java51 for (String blacklisted : OID_BLACKLIST) { in checkNotMD5()
52 if (oid.equals(blacklisted)) { in checkNotMD5()
/external/chromium_org/chrome/browser/
Denumerate_modules_model_win.cc358 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 …]
Denumerate_modules_model_win.h126 const BlacklistEntry& blacklisted);
/external/chromium_org/chrome/common/safe_browsing/
Dcrx_info.proto10 // 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/
Dblacklist.txt6 # 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/
Dasan_test.ignore1 # blacklisted functions for instrumented ASan unit test
/external/chromium_org/components/suggestions/
Dblacklist_store.cc75 GURL blacklisted(blacklist.urls(0)); in GetFirstUrlFromBlacklist() local
76 url->Swap(&blacklisted); in GetFirstUrlFromBlacklist()
Dsuggestions_service.cc221 std::string blacklisted; in GetBlacklistedUrl() local
225 &blacklisted)) in GetBlacklistedUrl()
228 GURL blacklisted_url(blacklisted); in GetBlacklistedUrl()
/external/chromium_org/chrome/browser/extensions/
Dblacklist.cc174 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/
Dvideo_capture_device_factory_mac.mm48 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];
Dvideo_capture_device_factory_mac_unittest.mm36 // There should be no blacklisted devices, i.e. QTKit.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertBlacklist.java216 for (byte[] blacklisted : pubkeyBlacklist) { in isPublicKeyBlackListed()
217 if (Arrays.equals(blacklisted, Hex.encode(out))) { in isPublicKeyBlackListed()
/external/chromium_org/components/password_manager/core/browser/
Dlogin_database.h144 bool blacklisted, std::vector<autofill::PasswordForm*>* forms) const;
Dlogin_database.cc292 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()
Dpassword_syncable_service.cc55 password_specifics.blacklisted() && in AreLocalAndSyncPasswordsEqual()
428 new_password.blacklisted_by_user = password.blacklisted(); in PasswordFromSpecifics()
Dpassword_syncable_service_unittest.cc88 expected_password.blacklisted() == actual_password.blacklisted() &&
/external/chromium_org/chrome/browser/importer/
Dfirefox_importer_browsertest.cc46 bool blacklisted; member
159 EXPECT_EQ(p.blacklisted, form.blacklisted_by_user); in AddPasswordForm()
/external/chromium_org/extensions/browser/
Dextension_registry_unittest.cc171 scoped_refptr<Extension> blacklisted = in TEST_F() local
178 registry.AddBlacklisted(blacklisted); in TEST_F()
/external/chromium_org/sync/protocol/
Dpassword_specifics.proto34 optional bool blacklisted = 12; field
/external/chromium_org/chrome/browser/ui/views/passwords/
Dmanage_passwords_bubble_view.cc512 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/
Dmedia_galleries_scan_result_controller_unittest.cc291 MediaGalleryPrefId blacklisted = gallery_prefs()->AddGalleryByPath( in TEST_F() local
294 gallery_prefs()->ForgetGalleryById(blacklisted); in TEST_F()
/external/chromium_org/chrome/browser/net/
Dcert_logger.proto9 // other pinning errors such as a blacklisted cert in the chain. The
/external/chromium_org/chrome/browser/resources/ntp4/
Dmost_visited_page.css184 .blacklisted {
/external/clang/docs/
DThreadSanitizer.rst107 blacklisted functions are not instrumented at all. This can lead to false positives
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_utils.mm69 // as they can't be blacklisted in

12