/external/wpa_supplicant_8/wpa_supplicant/ |
blacklist.c | 2 * wpa_supplicant - Temporary BSSID blacklist 19 #include "blacklist.h" 22 * wpa_blacklist_get - Get the blacklist entry for a BSSID 25 * Returns: Matching blacklist entry for the BSSID or %NULL if not found 32 e = wpa_s->blacklist; 44 * wpa_blacklist_add - Add an BSSID to the blacklist 46 * @bssid: BSSID to be added to the blacklist 47 * Returns: Current blacklist count on success, -1 on failure 49 * This function adds the specified BSSID to the blacklist or increases the 50 * blacklist count if the BSSID was already listed. It should be called whe [all...] |
blacklist.h | 2 * wpa_supplicant - Temporary BSSID blacklist
|
/external/wpa_supplicant_6/wpa_supplicant/ |
blacklist.c | 2 * wpa_supplicant - Temporary BSSID blacklist 19 #include "blacklist.h" 22 * wpa_blacklist_get - Get the blacklist entry for a BSSID 25 * Returns: Matching blacklist entry for the BSSID or %NULL if not found 32 e = wpa_s->blacklist; 44 * wpa_blacklist_add - Add an BSSID to the blacklist 46 * @bssid: BSSID to be added to the blacklist 49 * This function adds the specified BSSID to the blacklist or increases the 50 * blacklist count if the BSSID was already listed. It should be called when 54 * This blacklist is used to force %wpa_supplicant to go through all availabl [all...] |
blacklist.h | 2 * wpa_supplicant - Temporary BSSID blacklist
|
/external/chromium/chrome/browser/resources/ |
software_rendering_list.json | 28 // 10. "blacklist" is a list of gpu feature strings, valid values include 61 "blacklist": [ 76 "blacklist": [ 88 "blacklist": [ 100 "blacklist": [ 113 "blacklist": [ 127 "blacklist": [ 142 "blacklist": [ 162 "blacklist": [ 182 "blacklist": [all...] |
/external/chromium/chrome/browser/ |
gpu_data_manager.h | 37 // GpuBlacklist::GetFeatureStatus, or NULL if blacklist is 51 // because the GPU blacklist could be updated. 69 // Gives ownership of the latest blacklist. This is always called on the UI 79 // Check if we should go ahead and use gpu blacklist. 83 // If flags hasn't been set and GPUInfo is available, run through blacklist
|
enumerate_modules_model_win.h | 38 // The blacklist status of the module. Suspected Bad modules have been 44 // blacklist and the module does not match the current entry in the 45 // blacklist. 47 // The module is not on the blacklist. Assume it is good. 88 // against blacklist). 95 // A structure we populate with the blacklist entries. 107 // the blacklist. This is because the same module can be described in many 111 // against the blacklist. 135 // The (currently) hard coded blacklist of known bad modules. 142 // It then normalizes the module info and matches them against a blacklist [all...] |
/external/chromium/net/base/ |
ssl_false_start_blacklist.h | 18 // IsMember returns true if the given host is in the blacklist. 64 return NULL; // no names with less than two labels are in the blacklist. 73 // This is the number of buckets in the blacklist hash table. (Must be a 88 // string x, x and *.x are considered to be in the blacklist. In order to 92 // included in the blacklist.
|
/external/chromium/chrome/browser/translate/ |
translate_prefs.cc | 224 const ListValue* blacklist = prefs_->GetList(pref_id); local 225 return (blacklist && !blacklist->empty() && IsValueInList(blacklist, value)); 232 ListValue* blacklist = update.Get(); local 233 if (!blacklist) { 234 NOTREACHED() << "Unregistered translate blacklist pref"; 237 blacklist->Append(new StringValue(value)); 247 ListValue* blacklist = update.Get(); local 248 if (!blacklist) { [all...] |
/external/webkit/Source/WebCore/page/ |
UserScript.h | 42 PassOwnPtr<Vector<String> > whitelist, PassOwnPtr<Vector<String> > blacklist, 47 , m_blacklist(blacklist) 56 const Vector<String>* blacklist() const { return m_blacklist.get(); } function in class:WebCore::UserScript
|
UserStyleSheet.h | 42 PassOwnPtr<Vector<String> > whitelist, PassOwnPtr<Vector<String> > blacklist, 47 , m_blacklist(blacklist) 56 const Vector<String>* blacklist() const { return m_blacklist.get(); } function in class:WebCore::UserStyleSheet
|
UserContentURLPattern.cpp | 33 bool UserContentURLPattern::matchesPatterns(const KURL& url, const Vector<String>* whitelist, const Vector<String>* blacklist) 35 // In order for a URL to be a match it has to be present in the whitelist and not present in the blacklist. 49 if (blacklist) { 50 for (unsigned i = 0; i < blacklist->size(); ++i) { 51 UserContentURLPattern contentPattern(blacklist->at(i));
|
PageGroup.h | 96 PassOwnPtr<Vector<String> > whitelist, PassOwnPtr<Vector<String> > blacklist, 99 PassOwnPtr<Vector<String> > whitelist, PassOwnPtr<Vector<String> > blacklist,
|
UserContentURLPattern.h | 56 static bool matchesPatterns(const KURL&, const Vector<String>* whitelist, const Vector<String>* blacklist);
|
/build/target/product/ |
generic_no_telephony.mk | 64 system/bluetooth/data/blacklist.conf:system/etc/bluetooth/blacklist.conf \
|
/external/bouncycastle/patches/ |
README | 35 - Blacklist fraudulent Comodo certificates in PKIXCertPathValidatorSpi 36 - Blacklist compromised DigiNotar Root CA by public key to block cross-signed intermediates
|
/external/chromium/chrome/browser/password_manager/ |
login_database.h | 63 // Loads the complete list of autofillable password forms (i.e., not blacklist 68 // Loads the complete list of blacklist forms into |forms|. 93 // Loads all logins whose blacklist setting matches |blacklisted| into
|
password_store.h | 99 // Gets the complete list of PasswordForms that are not blacklist entries--and 105 // Gets the complete list of PasswordForms that are blacklist entries, and 152 // Finds all non-blacklist PasswordForms, and notifies the consumer. 154 // Finds all blacklist PasswordForms, and notifies the consumer. 157 // Finds all non-blacklist PasswordForms, and fills the vector. 160 // Finds all blacklist PasswordForms, and fills the vector.
|
password_form_data.h | 22 const wchar_t* username_value; // Set to NULL for a blacklist entry.
|
/external/chromium/chrome/browser/web_resource/ |
gpu_blacklist_updater.cc | 28 // Delay between calls to update the gpu blacklist (48 hours). 121 // Need to initialize GpuDataManager to load the current GPU blacklist, 122 // collect preliminary GPU info, and run through GPU blacklist.
|
/external/libffi/ |
acinclude.m4 | 16 [# Add a system to this blacklist if 29 [# Add a system to this blacklist if it has mmap() but /dev/zero 66 [# Add a system to this blacklist if it has mmap() and MAP_ANON or
|
/system/bluetooth/data/ |
auto_pairing.conf | 21 // Fixed PIN keyboard blacklist. Keyboards should have variable PIN 24 // where its a blacklist for not auto pairing.
|
/external/chromium/chrome/browser/ui/webui/ |
most_visited_handler.h | 27 // - The URL blacklist: URLs we do not want to show in the thumbnails list. It 90 // Puts the passed URL in the blacklist (so it does not show as a thumbnail).
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
WKBundlePrivate.h | 58 WK_EXPORT void WKBundleAddUserScript(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef whitelist, WKArrayRef blacklist, WKUserScriptInjectionTime injectionTime, WKUserContentInjectedFrames injectedFrames); 59 WK_EXPORT void WKBundleAddUserStyleSheet(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef whitelist, WKArrayRef blacklist, WKUserContentInjectedFrames injectedFrames);
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
InjectedBundle.h | 102 void addUserScript(WebPageGroupProxy*, InjectedBundleScriptWorld*, const String& source, const String& url, ImmutableArray* whitelist, ImmutableArray* blacklist, WebCore::UserScriptInjectionTime, WebCore::UserContentInjectedFrames); 103 void addUserStyleSheet(WebPageGroupProxy*, InjectedBundleScriptWorld*, const String& source, const String& url, ImmutableArray* whitelist, ImmutableArray* blacklist, WebCore::UserContentInjectedFrames);
|