HomeSort by relevance Sort by last modified time
    Searched full:whitelist (Results 151 - 175 of 391) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libnfc-nxp/src/
phHciNfc_AdminMgmt.c 52 /* Max Whitelist Supported by the Device*/
100 uint8_t whitelist[WHITELIST_MAX_LEN]; member in struct:phHciNfc_AdminGate_Info
476 p_admin_info->whitelist[i] = i + 2;
480 (uint8_t *)p_admin_info->whitelist, i );
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 21 * This file contains functions for BLE whitelist operation.
129 ** Description execute the pending whitelist device operation(loading or removing)
153 ** Description enqueue the pending whitelist device operation(loading or removing).
  /external/chromium_org/chrome/browser/background/
background_application_list_model_unittest.cc 73 // considered a background app based on a whitelist.
94 // There is a whitelist for extensions that have pushMessaging permission but
236 // when extension is in a whitelist.
background_application_list_model.h 145 // rare exceptions, so this function implements a whitelist.
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api_unittest.cc 191 base::ListValue whitelist; variable
192 whitelist.AppendString(extension_->id());
193 prefs_->Set(prefs::kAttestationExtensionWhitelist, whitelist);
  /external/chromium_org/chrome/browser/ui/webui/
plugins_ui.cc 314 // Keep track of the whitelist separately, so that we can distinguish plug-ins
479 const base::DictionaryValue* whitelist = local
482 whitelist->GetBoolean(group_identifier, &always_allowed);
  /external/chromium_org/chrome/common/safe_browsing/
csd.proto 83 // on this whitelist. The client must not cache these whitelisted
84 // expressions. This whitelist will be empty for the vast majority
89 // can do whitelist matching.
  /external/chromium_org/tools/checklicenses/
checklicenses.py 22 --ignore-suppressions Ignores path-specific license whitelist. Useful when
23 trying to remove a suppression/whitelist entry.
502 help='Ignore path-specific license whitelist.')
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 580 VLOG(2) << url << " is on the download whitelist.";
791 // present to construct a whitelist entry.
816 VLOG(2) << "Certificate matched whitelist, cert="
    [all...]
incident_reporting_service.h 193 // Continues an upload after checking for the CSD whitelist killswitch.
211 // The safe browsing database manager, through which the whitelist killswitch
client_side_detection_host.cc 127 // We lookup the csd-whitelist before we lookup the cache because
129 // the csd-whitelist we won't start phishing classification. The
130 // csd-whitelist check has to be done on the IO thread because it
226 << " because it matches the csd whitelist";
download_protection_service.h 168 // list of strings that need to be checked against the download whitelist to
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 658 String[] whitelist = null; local
660 whitelist = Settings.Secure.SETTINGS_TO_BACKUP;
662 whitelist = Settings.System.SETTINGS_TO_BACKUP;
664 whitelist = Settings.Global.SETTINGS_TO_BACKUP;
675 final int whiteListSize = whitelist.length;
677 String key = whitelist[i];
    [all...]
  /device/moto/shamu/
releasetools.py 174 whitelist = [ i.name for i in tm.unpacked_images if i.name not in blacklist ]
175 if len(whitelist):
  /external/chromium_org/chrome/renderer/extensions/
chrome_extensions_dispatcher_delegate.cc 73 // whitelist entries need to be updated when the kManagement permission
280 // TODO(asargent) We need a whitelist for webview experimental.
  /external/dhcpcd/
dhcpcd.conf.5 79 .It Ic whitelist Ar address Ns Op /cidr
84 .Ic whitelist
dhcpcd.conf.5.in 79 .It Ic whitelist Ar address Ns Op /cidr
84 .Ic whitelist
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 271 Slog.e(TAG, "unable to start adb whitelist activity: " + componentName, e);
288 Slog.e(TAG, "unable to start adb whitelist service: " + componentName, e);
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.h 87 // Helper function for the whitelist op. Implemented here because we will need
  /external/chromium_org/chrome/browser/content_settings/
content_settings_internal_extension_provider.cc 30 // Whitelist all extensions loaded so far.
  /external/chromium_org/chrome/browser/sync_file_system/
syncable_file_system_util.cc 36 const char kSyncFileSystemV2Whitelist[] = "syncfs-v2-whitelist";
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
salsa_ui.cc 20 // Whitelist of which preferences are possible targets for Salsa treatments.
  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/
canned_data.py 210 'whitelist': ['aaa']
373 { 'channel': 'stable', 'whitelist': ['aaa'] }
502 { 'channel': 'stable', 'whitelist': ['aaa'] }
615 { 'channel': 'stable', 'whitelist': ['aaa'] }
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.h 151 const GURL& url, const std::set<std::string>& whitelist);
  /external/chromium_org/chromeos/ime/
component_extension_ime_manager.cc 15 // The whitelist for enabling extension based xkb keyboards at login session.

Completed in 1102 milliseconds

1 2 3 4 5 67 8 91011>>