/docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/ |
devices.jd | 54 download a file from some service and verify that the file itself is valid. The
|
/external/bluetooth/bluedroid/btif/include/ |
btif_common.h | 137 #define PERSIST_BDADDR_PROPERTY "persist.service.bdroid.bdaddr"
|
/external/bluetooth/bluedroid/stack/avrc/ |
avrc_int.h | 126 UINT16 service_uuid; /* service UUID to search */
|
/external/bluetooth/bluedroid/stack/include/ |
gap_api.h | 107 #define GAP_SET_COD_ALL 0x08 /* take service class as the input (may clear some set bits!!) */ 196 UINT16 service; member in struct:__anon3771 246 ** Description This function is called to allow or disallow a service to 411 ** Description Set security mode for the device (Service or Link level) [all...] |
/external/chromium/chrome/browser/ |
background_contents_service.cc | 244 ExtensionService* service = profile->GetExtensionService(); local 245 if (service && service->is_ready()) { 246 // Now load the manifest-specified background page. If service isn't
|
/external/chromium/chrome/browser/debugger/ |
debugger_remote_service.h | 40 // which dispatches messages to this service. The responses from the
|
/external/chromium/chrome/browser/download/ |
download_history.cc | 50 // - history service is not available (e.g. in tests)
|
download_manager.h | 21 // The DownloadManager uses the history service for storing persistent 24 // DownloadManager is constructed, we query the history service for the state of 237 // Callback function after url is checked with safebrowsing service. 241 // service.
|
/external/chromium/chrome/browser/extensions/ |
crx_installer.cc | 409 NotificationService* service = NotificationService::current(); local 410 service->Notify(NotificationType::NO_THEME_DETECTED, 476 NotificationService* service = NotificationService::current(); local 477 service->Notify(NotificationType::EXTENSION_INSTALL_ERROR,
|
extension_event_router_forwarder.cc | 98 // removed once we have an extension service for login screen.
|
extension_webstore_private_api.h | 24 static void SetTestingProfileSyncService(ProfileSyncService* service);
|
external_policy_extension_loader_unittest.cc | 110 "https://clients2.google.com/service/update2/crx"));
|
/external/chromium/chrome/browser/history/ |
in_memory_history_backend.h | 58 // attached history service is under.
|
top_sites.h | 100 // not invoked at this point then we load from the top sites service. 150 // Query history service for the list of available thumbnails. Returns the 157 // Returns true if the given URL is known to the top sites service. 304 // Called when history service returns a list of top URLs.
|
/external/chromium/chrome/browser/importer/ |
safari_importer.h | 54 // out: services_supported - the service supported for import.
|
/external/chromium/chrome/browser/net/ |
proxy_service_factory.cc | 32 // Create a baseline service that provides proxy configuration in case nothing
|
/external/chromium/chrome/browser/password_manager/ |
password_store_mac.h | 89 // notifications, we need to run our own service.
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_subsystem.h | 118 // The pref service that controls the refresh rate.
|
configuration_policy_provider.h | 52 // policy decisions. The preference service invokes this |Provide| method when
|
/external/chromium/chrome/browser/prefs/ |
pref_service.h | 47 Preference(const PrefService* service, 145 // Creates an incognito copy of the pref service that shares most pref stores 254 // Construct a new pref service, specifying the pref sources as explicit 295 // Construct an incognito version of the pref service. Use
|
session_startup_pref.cc | 72 // Ownership of the ListValue retains with the pref service.
|
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_service.cc | 82 scoped_ptr<ClientSideDetectionService> service( 84 if (!service->InitializePrivateNetworks()) { 92 service.get()->callback_factory_.NewCallback( 110 return service.release();
|
safe_browsing_blocking_page_unittest.cc | 26 TestSafeBrowsingBlockingPage(SafeBrowsingService* service, 29 : SafeBrowsingBlockingPage(service, tab_contents, unsafe_resources) { 60 SafeBrowsingService* service, 63 return new TestSafeBrowsingBlockingPage(service, tab_contents,
|
/external/chromium/chrome/browser/search_engines/ |
search_provider_install_data.h | 88 // Service used to store entries.
|
/external/chromium/chrome/browser/ssl/ |
ssl_manager.h | 85 // service) because we need more precise control of the order in which folks
|