Searched refs:blacklist (Results 1 - 25 of 86) sorted by relevance

1234

/external/lldb/test/
H A Dblacklist.py2 'blacklist' is a Python dictionary, it stores the mapping of a string describing
11 blacklist = {'IntegerTypesExprTestCase': 'This test class crashed',
16 blacklist = {'STLTestCase': '<rdar://problem/8837118> Crashed while running the entire test suite' variable
17 # To skip this test case: ./dotest.py -b blacklist.py -v -w 2> ~/Developer/Log/lldbtest.log
/external/chromium_org/chrome/browser/policy/
H A Durl_blacklist_manager_unittest.cc69 virtual void SetBlacklist(scoped_ptr<URLBlacklist> blacklist) OVERRIDE {
71 URLBlacklistManager::SetBlacklist(blacklist.Pass());
195 base::ListValue* blacklist = new base::ListValue; local
196 blacklist->Append(new base::StringValue("*.google.com"));
199 pref_service_.SetManagedPref(policy_prefs::kUrlBlacklist, blacklist);
324 URLBlacklist blacklist(GetSegmentURLCallback());
329 blacklist.Block(blocked.get());
330 EXPECT_TRUE(blacklist.IsURLBlocked(GURL("http://google.com")));
331 EXPECT_TRUE(blacklist.IsURLBlocked(GURL("http://google.com/")));
332 EXPECT_TRUE(blacklist
[all...]
/external/chromium_org/chrome_elf/blacklist/test/
H A Dblacklist_test.cc16 #include "chrome_elf/blacklist/blacklist.h"
17 #include "chrome_elf/blacklist/test/blacklist_test_main_dll.h"
32 // When modifying the blacklist in the test process, use the exported test dll
33 // functions on the test blacklist dll, not the ones linked into the test
62 blacklist::kRegistryBeaconPath,
91 blacklist::kBeaconState, blacklist::BLACKLIST_SETUP_RUNNING);
94 result = blacklist_registry_key_->WriteValue(blacklist::kBeaconVersion,
99 EXPECT_TRUE(blacklist
[all...]
H A Dblacklist_test_main_dll.cc7 #include "chrome_elf/blacklist/blacklist.h"
13 blacklist::Initialize(true); // force always on, no beacon
/external/chromium_org/chrome/browser/
H A Dchrome_elf_init_unittest_win.cc36 blacklist::kRegistryBeaconPath,
41 DWORD blacklist_state = blacklist::BLACKLIST_STATE_MAX;
42 blacklist_registry_key_->ReadValueDW(blacklist::kBeaconState,
50 blacklist_registry_key_->ReadValue(blacklist::kBeaconVersion,
63 // Ensure that the default trial sets up the blacklist beacons.
66 blacklist_registry_key_->WriteValue(blacklist::kBeaconState,
67 blacklist::BLACKLIST_DISABLED);
68 blacklist_registry_key_->WriteValue(blacklist::kBeaconVersion, L"Data");
71 // the blacklist set up.
75 // blacklist beaco
[all...]
H A Dchrome_elf_init_win.cc12 #include "chrome_elf/blacklist/blacklist.h"
34 // The blacklist beacon has placed to enable the browser blacklisting.
37 // The blacklist was successfully enabled.
40 // The blacklist setup code failed to execute.
43 // The blacklist thunk setup code failed. This is probably an indication
47 // Deprecated. The blacklist interception code failed to execute.
50 // The blacklist was disabled for this run (after it failed too many times).
67 blacklist::SuccessfullyBlocked(NULL, &num_blocked_dlls);
74 blacklist
[all...]
/external/chromium_org/chrome_elf/
H A Dchrome_elf_main.cc9 #include "chrome_elf/blacklist/blacklist.h"
14 blacklist::ResetBeacon();
23 blacklist::Initialize(false); // Don't force, abort if beacon is present.
H A Dchrome_elf_constants.cc25 namespace blacklist { namespace
37 } // namespace blacklist
H A Dchrome_elf_constants.h19 namespace blacklist { namespace
21 // The registry path of the blacklist beacon.
24 // The registry path of the finch blacklist dlls.
27 // The properties for the blacklist beacon.
33 // before we give up and turn off the blacklist.
36 // The states for the blacklist setup code.
40 // The blacklist setup code is running. If this is the state at startup, it
49 } // namespace blacklist
/external/chromium_org/testing/
H A DPRESUBMIT.py14 blacklist = [r'gmock.*', r'gtest.*']
16 input_api, output_api, black_list=blacklist))
/external/chromium_org/build/android/pylib/device/
H A Ddevice_blacklist.py15 # Note that this only protects against concurrent accesses to the blacklist
20 """Reads the blacklist from the _BLACKLIST_JSON file.
33 def WriteBlacklist(blacklist):
34 """Writes the provided blacklist to the _BLACKLIST_JSON file.
37 blacklist: list of bad devices to write to the _BLACKLIST_JSON file.
41 json.dump(list(set(blacklist)), f)
51 blacklist = ReadBlacklist()
52 blacklist.extend(devices)
53 WriteBlacklist(blacklist)
/external/chromium_org/components/suggestions/
H A Dblacklist_store.cc43 // Log the blacklist's size. A single BlacklistStore is created for the
63 // |url| was already in the blacklist.
72 SuggestionsBlacklist blacklist; local
73 LoadBlacklist(&blacklist);
74 if (!blacklist.urls_size()) return false;
75 GURL blacklisted(blacklist.urls(0));
84 SuggestionsBlacklist blacklist; local
85 LoadBlacklist(&blacklist);
88 for (int i = 0; i < blacklist.urls_size(); ++i) {
89 if (blacklist
136 LoadBlacklist(SuggestionsBlacklist* blacklist) argument
160 StoreBlacklist(const SuggestionsBlacklist& blacklist) argument
[all...]
H A Dblacklist_store.h20 // A helper class for reading, writing and modifying a small blacklist stored
22 // filtering based on the stored blacklist.
28 // Returns true if successful or |url| was already in the blacklist.
31 // Sets |url| to the first URL from the blacklist. Returns false if the
32 // blacklist is empty.
35 // Removes |url| from the stored blacklist. Returns true if successful or if
36 // |url| is not in the blacklist.
39 // Applies the blacklist to |suggestions|.
49 // Loads the blacklist data from the Profile preferences into
50 // |blacklist|
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dblacklist.c2 * wpa_supplicant - Temporary BSSID blacklist
13 #include "blacklist.h"
16 * wpa_blacklist_get - Get the blacklist entry for a BSSID
19 * Returns: Matching blacklist entry for the BSSID or %NULL if not found
29 e = wpa_s->blacklist;
41 * wpa_blacklist_add - Add an BSSID to the blacklist
43 * @bssid: BSSID to be added to the blacklist
44 * Returns: Current blacklist count on success, -1 on failure
46 * This function adds the specified BSSID to the blacklist or increases the
47 * blacklist coun
[all...]
/external/chromium_org/tools/cygprofile/
H A DPRESUBMIT.py14 blacklist = []
16 input_api, output_api, black_list=blacklist))
/external/chromium_org/gpu/config/
H A Dgpu_blacklist_unittest.cc30 " \"name\": \"gpu blacklist\",\n"
49 scoped_ptr<GpuBlacklist> blacklist(GpuBlacklist::Create());
50 EXPECT_TRUE(blacklist->LoadList(json, GpuBlacklist::kAllOs));
51 std::set<int> type = blacklist->MakeDecision(
81 scoped_ptr<GpuBlacklist> blacklist(GpuBlacklist::Create());
82 EXPECT_TRUE(blacklist->LoadList(
/external/chromium_org/android_webview/buildbot/
H A Ddeps_whitelist.py164 blacklist = set(all_deps).difference(whitelisted_deps)
167 blacklist = blacklist.union(self._get_known_issues())
169 blacklist = blacklist.union(self._prune_from_rsync_build)
170 return list(blacklist)
235 blacklist = deps_whitelist.execute_method(opts.method, opts.path_to_deps)
239 'blacklist' : blacklist
244 print blacklist
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dblacklist_unittest.cc9 #include "chrome/browser/extensions/blacklist.h"
80 Blacklist blacklist(prefs());
81 TestBlacklist tester(&blacklist);
90 blacklist.GetMalwareIDs(
100 Blacklist blacklist(prefs());
101 TestBlacklist tester(&blacklist);
117 // Safe browsing blacklist empty, now enabled.
121 // Tests that Blacklist clears the old prefs blacklist on startup.
130 // blacklist looked like.
138 Blacklist blacklist(pref
[all...]
H A Dtest_blacklist.cc13 #include "chrome/browser/extensions/blacklist.h"
59 TestBlacklist::TestBlacklist(Blacklist* blacklist) argument
63 Attach(blacklist);
70 void TestBlacklist::Attach(Blacklist* blacklist) { argument
74 blacklist_ = blacklist;
H A Dtest_blacklist.h12 #include "chrome/browser/extensions/blacklist.h"
43 // that are used by blacklist to retrieve respectively the set of blacklisted
44 // extensions and their blacklist states.
51 explicit TestBlacklist(Blacklist* blacklist);
55 void Attach(Blacklist* blacklist);
61 Blacklist* blacklist() { return blacklist_; } function in class:extensions::TestBlacklist
H A Dextension_management_unittest.cc146 bool BlacklistedByDefault(const base::ListValue* blacklist);
147 bool UserMayLoad(const base::ListValue* blacklist,
161 const base::ListValue* blacklist) {
163 if (blacklist)
164 SetPref(true, pref_names::kInstallDenyList, blacklist->DeepCopy());
169 const base::ListValue* blacklist,
176 if (blacklist)
177 SetPref(true, pref_names::kInstallDenyList, blacklist->DeepCopy());
562 base::ListValue blacklist; local
563 blacklist
160 BlacklistedByDefault( const base::ListValue* blacklist) argument
168 UserMayLoad( const base::ListValue* blacklist, const base::ListValue* whitelist, const base::DictionaryValue* forcelist, const base::ListValue* allowed_types, const Extension* extension, base::string16* error) argument
582 base::ListValue blacklist; local
596 base::ListValue blacklist; local
614 base::ListValue blacklist; local
629 base::ListValue blacklist; local
[all...]
/external/chromium_org/chrome_elf/blacklist/
H A Dblacklist.h12 namespace blacklist { namespace
14 // Max size of the DLL blacklist.
17 // The DLL blacklist.
25 // blacklist beacon doesn't say it is enabled or there are any other errors when
28 // repeatedly fails to start during blacklist setup, it will skip blacklisting
37 // Return the size of the current blacklist.
40 // Returns if true if the blacklist has been initialized.
43 // Returns the index of the DLL named |dll_name| on the blacklist, or -1 if not
47 // Adds the given dll name to the blacklist. Returns true if the dll name is in
48 // the blacklist whe
[all...]
H A Dblacklist.cc5 #include "chrome_elf/blacklist/blacklist.h"
13 #include "chrome_elf/blacklist/blacklist_interceptions.h"
24 namespace blacklist{ namespace
33 // adding a new value to the blacklist.
66 } // namespace blacklist
75 // Record if the blacklist was successfully initialized so processes can easily
76 // determine if the blacklist is enabled for them.
91 if (blacklist_state == blacklist::BLACKLIST_ENABLED) {
92 // If the blacklist succeede
129 namespace blacklist { namespace
[all...]
H A Dblacklist_interceptions.h11 namespace blacklist { namespace
41 } // namespace blacklist
/external/chromium_org/tools/gyp/
H A DPRESUBMIT.py103 blacklist = PYLINT_BLACKLIST
105 blacklist = [os.path.normpath(x).replace('\\', '\\\\')
110 black_list=blacklist,

Completed in 4195 milliseconds

1234