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

1 2

  /libcore/crypto/src/main/java/org/conscrypt/
ChainStrengthAnalyzer.java 51 for (String blacklisted : OID_BLACKLIST) {
52 if (oid.equals(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/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;
login_database.cc 374 bool blacklisted, std::vector<PasswordForm*>* forms) const {
390 s.BindInt(0, blacklisted ? 1 : 0);
  /external/chromium_org/chrome/browser/password_manager/
login_database.h 51 // including blacklisted matches.
105 // Loads all logins whose blacklist setting matches |blacklisted| into
108 bool blacklisted, std::vector<content::PasswordForm*>* forms) const;
login_database.cc 542 bool blacklisted, std::vector<PasswordForm*>* forms) const {
553 s.BindInt(0, blacklisted ? 1 : 0);
password_form_manager_unittest.cc 144 PasswordForm* CreateSavedMatch(bool blacklisted) {
147 match->blacklisted_by_user = blacklisted;
481 // We should send the not blacklisted message.
490 // password store, and is not blacklisted; We should send the not blacklisted
501 // password store, but is blacklisted; We should not send the not blacklisted
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 212 for (byte[] blacklisted : pubkeyBlacklist) {
213 if (Arrays.equals(blacklisted, Hex.encode(out))) {
  /external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc 359 const ModuleEnumerator::BlacklistEntry& blacklisted) {
363 DCHECK(strlen(blacklisted.filename) > 0);
364 DCHECK(!strstr(blacklisted.version_from, " "));
365 DCHECK(!strstr(blacklisted.version_to, " "));
370 if (!(blacklisted.os & XP)) return NOT_MATCHED;
381 if (filename_hash == blacklisted.filename &&
382 (std::string(blacklisted.location).empty() ||
383 location_hash == blacklisted.location)) {
387 Version version_min(blacklisted.version_from);
388 Version version_max(blacklisted.version_to)
    [all...]
enumerate_modules_model_win.h 124 // A static function that checks whether |module| has been |blacklisted|.
126 const BlacklistEntry& blacklisted);
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 302 const ModuleEnumerator::BlacklistEntry& blacklisted) {
306 DCHECK(strlen(blacklisted.filename) > 0);
307 DCHECK(!strstr(blacklisted.version_from, " "));
308 DCHECK(!strstr(blacklisted.version_to, " "));
315 if (filename_hash == blacklisted.filename &&
316 (std::string(blacklisted.location).empty() ||
317 location_hash == blacklisted.location)) {
323 Version::GetVersionFromString(blacklisted.version_from));
325 Version::GetVersionFromString(blacklisted.version_to));
341 std::string desc_or_signer(blacklisted.desc_or_signer)
    [all...]
enumerate_modules_model_win.h 114 // A static function that checks whether |module| has been |blacklisted|.
116 const BlacklistEntry& blacklisted);
  /cts/
CtsBuild.mk 30 # File indicating which tests should be blacklisted due to problems.
  /external/chromium_org/chrome/browser/importer/
firefox_importer_browsertest.cc 45 bool blacklisted; member in struct:__anon7621::PasswordInfo
144 EXPECT_EQ(p.blacklisted, form.blacklisted_by_user);
  /external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.css 184 .blacklisted {
  /external/chromium/chrome/browser/sync/glue/
password_model_associator.cc 320 password.blacklisted();
345 password.blacklisted() == password_form.blacklisted_by_user) {
  /external/chromium_org/chrome/browser/sync/glue/
password_model_associator.cc 346 password.blacklisted();
371 password.blacklisted() == password_form.blacklisted_by_user) {
  /external/chromium/chrome/browser/sync/protocol/
proto_value_conversions.cc 159 SET_BOOL(blacklisted);
  /external/chromium/chrome/browser/importer/
importer_unittest.cc 499 bool blacklisted; member in struct:PasswordList
594 EXPECT_EQ(p.blacklisted, form.blacklisted_by_user);
799 EXPECT_EQ(p.blacklisted, form.blacklisted_by_user);
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 122 * The notification displayed when a page is blacklisted.
158 * The last blacklisted tile if any, which by definition should not be filler.
165 * True if a page has been blacklisted and we're waiting on the
637 * is blacklisted.
638 * @param {number} rid The RID of the page being blacklisted.
644 // Prevent navigation when the page is being blacklisted.
  /external/chromium_org/sync/protocol/
proto_value_conversions.cc 222 SET_BOOL(blacklisted);
  /external/chromium_org/v8/test/mjsunit/harmony/
object-observe.js 948 function blacklisted(obj, prop) { function
957 if (blacklisted(obj, prop)) continue;
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js     [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 934 * @param {boolean} hasBlacklistedUrls Whether any blacklisted URLs are
    [all...]

Completed in 1130 milliseconds

1 2