HomeSort by relevance Sort by last modified time
    Searched full:service (Results 2851 - 2875 of 11175) sorted by null

<<111112113114115116117118119120>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProviderTest.java 225 Provider.Service s = (Provider.Service)it.next();
241 fail("Incorrect service");
258 Provider.Service s = p.getService("MessageDigest", "SHA-1");
273 Provider.Service s = p2.getService("MessageDigest", "SHA-1");
  /external/chromium/chrome/browser/extensions/
extension_updater.h 109 ManifestFetchesBuilder(ExtensionServiceInterface* service,
170 // Holds a pointer to the passed |service|, using it for querying installed
173 ExtensionUpdater(ExtensionServiceInterface* service,
266 // service to unload blacklisted extensions and update pref.
338 // Pointer back to the service that owns this ExtensionUpdater.
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.cc 269 ExtensionService* service =
272 service->GetInstalledApp(target_url);
427 ExtensionService* service = local
429 DCHECK(service);
431 service->GetExtensionById(drive_hosted_app_id_, false);
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 185 // Helper to get network state corresponding to service path. Provided
261 // Service path of network being activated. Note that the path can change
262 // during the activation process while still representing the same service.
264 // Device on which the network service is activated. While the service path
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_api.cc 387 ExtensionService* service = local
389 DCHECK(service);
393 for (ExtensionSet::const_iterator iter = service->extensions()->begin();
394 iter != service->extensions()->end();
398 !extension_util::IsIncognitoEnabled(extension->id(), service))
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.cc 54 // Ask the base service if available.
86 // CONFIG_PENDING, we are using the system proxy service, but it doesn't have
108 // from the delegate proxy service can be disregarded.
148 VLOG(1) << this << ": set chrome proxy config service to "
265 VLOG(1) << "No chrome proxy config service to push to UpdateProxyConfig";
  /external/chromium_org/chrome/browser/sessions/
session_restore_browsertest.cc 336 TabRestoreService* service = local
338 service->ClearEntries();
345 ASSERT_EQ(1U, service->entries().size());
346 ASSERT_EQ(TabRestoreService::WINDOW, service->entries().front()->type);
348 static_cast<TabRestoreService::Window*>(service->entries().front());
351 // Find the SessionID for entry2. Since the session service was destroyed,
363 service->RestoreEntryById(NULL, tab.id, host_desktop_type, UNKNOWN);
373 // Make sure that the restored tab is removed from the service.
374 ASSERT_EQ(1U, service->entries().size());
375 ASSERT_EQ(TabRestoreService::WINDOW, service->entries().front()->type)
399 TabRestoreService* service = local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h 184 // Updates the service state. Also this may notify observers if the
185 // service state has been changed from the original value.
339 // yet, and 2) after the service has detected the remote sync root folder was
353 // The current remote service state. This does NOT reflect the
373 // - The service is authenticated or becomes online, and
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_syncable_service.cc 113 // to an extension service delegate associated with this class.
115 AppListService* service = local
117 if (service)
118 controller = service->GetControllerDelegate();
232 "App List syncable service is not started.",
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.cc 5 #include "chrome/service/cloud_print/cloud_print_url_fetcher.h"
12 #include "chrome/service/cloud_print/cloud_print_service_helpers.h"
13 #include "chrome/service/cloud_print/cloud_print_token_store.h"
14 #include "chrome/service/net/service_url_request_context.h"
15 #include "chrome/service/service_process.h"
  /external/chromium_org/chrome/test/functional/rlz/
rlztest.py 71 service = webdriver.chrome.service.Service(RlzTest.chrome_driver_path)
72 service.start()
74 service.service_url, {
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 5 #include "cloud_print/service/win/chrome_launcher.h"
24 #include "cloud_print/service/service_constants.h"
25 #include "cloud_print/service/win/service_utils.h"
109 url = net::AppendQueryParameter(url, "service", "cloudprint");
335 // Close chrome because Service State is ready.
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer_test.cc 13 #include "gpu/command_buffer/service/cmd_buffer_engine.h"
14 #include "gpu/command_buffer/service/command_buffer_service.h"
15 #include "gpu/command_buffer/service/gpu_scheduler.h"
16 #include "gpu/command_buffer/service/mocks.h"
17 #include "gpu/command_buffer/service/transfer_buffer_manager.h"
  /external/chromium_org/gpu/command_buffer/service/
buffer_manager.cc 5 #include "gpu/command_buffer/service/buffer_manager.h"
10 #include "gpu/command_buffer/service/context_state.h"
11 #include "gpu/command_buffer/service/error_state.h"
12 #include "gpu/command_buffer/service/feature_info.h"
13 #include "gpu/command_buffer/service/memory_tracking.h"
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
generator_test.py 52 from google.protobuf import service namespace
227 # Proto2 Service class.
230 service.Service))
265 self.assertEqual(message.Extensions[test_bad_identifiers_pb2.service],
  /external/jmdns/src/javax/jmdns/impl/
DNSTaskStarter.java 434 * Start a new service info resolver task
437 * service info to resolve
442 * Start a new service type resolver task
447 * Start a new service resolver task
450 * service type to resolve
  /external/kernel-headers/original/linux/
dccp.h 61 * @dccph_req_service - Service to which the client app wants to connect
83 * @dccph_resp_service - Echoes the Service Code on a received DCCP-Request
94 * @dccph_reset_service - Echoes the Service Code on a received DCCP-Request
409 const __be32 service)
414 if (sl->dccpsl_list[i] == service)
  /external/kernel-headers/original/linux/sunrpc/
svc.h 21 * RPC service.
23 * An RPC service is a ``daemon,'' possibly multithreaded, which
44 char * sv_name; /* service name */
117 struct svc_serv * rq_server; /* RPC service definition */
268 char * pg_name; /* service name */
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 62 UINT16 wks; /* well-known service bit-map */
104 ** LLCP Application's registration control block on service access point (SAP)
110 UINT8 *p_service_name; /* GKI buffer containing service name */
200 ** LLCP service discovery control block
206 tLLCP_SDP_CBACK *p_cback; /* callback function for service discovery */
  /external/libnfc-nxp/src/
phFriNfc_Llcp.h 104 #define PHFRINFC_LLCP_PTYPE_SNL 0x09 /**< Service Name Lookup.*/
119 #define PHFRINFC_LLCP_SAP_SDP 0x01 /**< Service Discovery Protocol SAP.*/
133 #define PHFRINFC_LLCP_SERVICENAME_SDP "urn:nfc:sn:sdp" /**< Service Discovery Protocol name.*/
245 /**< The destination service access point*/
251 /**< The source service access point*/
  /external/qemu/android/protocol/
core-commands-impl.c 14 * Contains the Core-side implementation of the "ui-core-control" service that is
40 /* Descriptor for the Core-side implementation of the "ui-core-control" service.
55 /* Socket descriptor for this service. */
111 * to be transferred via socket for this service.
392 // UI has exited. We need to destroy the service.
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 40 * abstract methods and write a service that returns the result of {@link #getSyncAdapterBinder()}
41 * in the service's {@link android.app.Service#onBind(android.content.Intent)} when invoked
42 * with an intent with action <code>android.content.SyncAdapter</code>. This service
287 * @return a reference to the IBinder of the SyncAdapter service.
  /frameworks/base/core/java/android/os/
RemoteCallbackList.java 24 * {@link android.app.Service} to its clients. In particular, this:
39 * service, and call its {@link #register} and {@link #unregister} methods
40 * as client register and unregister with your service. To call back on to
94 * service with bad data.
155 * fail. This should be used when a Service is stopping, to prevent clients
  /frameworks/base/docs/html/google/gcm/
c2dm.jd 36 <p>Android Cloud to Device Messaging (C2DM) is deprecated. The C2DM service will continue to be maintained in the short term, but C2DM will accept no new users, and it will grant no new quotas. <strong>C2DM developers are strongly encouraged to move to Google Cloud Messaging (GCM)</strong>. GCM is the next generation of C2DM.</p>
41 <p>C2DM was launched in 2010 to help Android apps send data from servers to their applications. Servers can tell apps to contact the server directly, to fetch updated application or user data. The C2DM service handles all aspects of queueing of messages and delivery to the target application running on the target device.</p>
55 <dd>To use the GCM service, you need to obtain a Simple API Key from Google APIs console page. For more information, see <a href="gs.html">Getting Started</a>. Note that GCM <em>only</em> accepts Simple API Key&mdash;using ClientLogin or OAuth2 tokens will not work.
90 <p>Migration is simple! The only change required in the application is replacing the email account passed in the sender parameter of the registration intent with the project number generated when signing up for the new service. For example:</p>
118 <p>Eventually, once enough users of your application have migrated to the new service, you might want to take advantage of the new <a href="gcm.html#send-msg">JSON-formatted</a> requests that give access to the full set of features provided by GCM.</p>
  /frameworks/base/docs/html/training/cloudsync/
backupapi.jd 16 <li><a href="#register">Register for the Android Backup Service</a></li>
42 <h2 id="register">Register for the Android Backup Service</h2>
45 Service</a>, which requires registration. Go ahead and <a
47 that's done, the service pre-populates an XML tag for insertion in your Android
58 <p>Use of the Android Backup Service requires two additions to your application

Completed in 1256 milliseconds

<<111112113114115116117118119120>>