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

<<141142143144145146147148149150>>

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
ObjectFactory.java 191 * @return Class object that provides factory service, never null
245 * @return name of class that provides factory service, never null
374 // Try Jar Service Provider Mechanism
531 * Find the name of service provider using Jar Service Provider Mechanism
563 // Read the service provider name in UTF-8 as specified in
589 // Jar Service Provider specification
  /external/bluetooth/bluedroid/stack/gatt/
gatt_main.c 773 /* If the device is not in the service changed client list, add it... */
921 ** Description Add a bonded dev to the service changed client list
948 ** Description This function is called to send a service chnaged indication to
986 ** Description Check sending service chnaged Indication is required or not
1006 ** Description This function is used to initialize the service changed
    [all...]
  /external/chromium/chrome/browser/download/
download_util.cc 318 ExtensionService* service = profile->GetExtensionService(); local
319 CHECK(service);
327 new CrxInstaller(service, new ExtensionInstallUI(profile)));
337 bool is_gallery_download = service->IsDownloadFromGallery(
891 ExtensionService* service = profile->GetExtensionService(); local
    [all...]
  /external/chromium/chrome/browser/extensions/
extensions_ui.cc 681 ExtensionService* service, const Extension* extension,
703 service ? service->IsIncognitoEnabled(extension->id()) : false);
706 service ? service->AllowFileAccess(extension) : false);
721 if (service && !service->GetBrowserActionVisibility(extension))
    [all...]
extension_file_browser_private_api.cc 105 ExtensionService* service = profile->GetExtensionService(); local
106 if (!service)
109 for (ExtensionList::const_iterator iter = service->extensions()->begin();
110 iter != service->extensions()->end();
399 ExtensionService* service = profile_->GetExtensionService();
404 const Extension* extension = service->GetExtensionById(extension_id, false);
706 ExtensionService* service = profile_->GetExtensionService(); local
707 if (!service)
719 const Extension* extension = service->GetExtensionById(handler_extension_id,
    [all...]
  /external/chromium/chrome/browser/history/
history.cc 66 // separate class from the history service so that it can hold a reference to
67 // the history service (otherwise we would have to manually AddRef and
77 // Send to the history service on the main thread.
84 // Send the backend to the history service on the main thread.
99 // Send the notification to the history service on the main thread.
329 DCHECK(thread_) << "History service being called after cleanup";
514 // Handle creation of a download by creating an entry in the history service's
  /external/chromium_org/chrome/browser/autocomplete/
keyword_provider.cc 282 ExtensionService* service = extensions::ExtensionSystem::Get(profile_)-> local
285 service->GetExtensionById(template_url->GetExtensionId(), false);
289 service));
617 TemplateURLService* service = profile_ ? local
621 DCHECK(service);
622 service->Load();
623 return service;
  /external/chromium_org/chrome/browser/background/
background_contents_service.cc 119 BackgroundContentsService* service = variable
121 if (!service->GetAppBackgroundContents(ASCIIToUTF16(copied_extension_id)))
122 service->LoadBackgroundContentsForExtension(profile_,
392 ExtensionService* service = local
394 if (service && service->is_ready()) {
395 // Now load the manifest-specified background page. If service isn't
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 343 // are hardcoding the service names. Once that is done, remove this
360 // service. Until then, we use hardcoded service icons for all services.
365 // Enable or disable the sending service per saved settings.
500 // Collect UMA statistics when a service is enabled or disabled.
509 // Collect individual service enabling/disabling statistics.
666 // instead of hardcoding the service name.
chrome_notifier_service_unittest.cc 640 // Enable the service and ensure the service is in the list.
641 // Initially the service starts in the disabled state.
650 // Disable the service and ensure it is gone from the list and the
667 // Verify the first synced notification service ID is set to enabled in
677 // Verify the first synced notification service ID is set to initialized in
699 // Verify that the first synced notification service is enabled in memory.
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.cc 122 // uses the SafeBrowsing service class.
133 // pointers except for the safebrowsing service class which may be
391 // There is something seriously wrong if there is no service class but
393 // if there isn't any service class in the browser.
525 request, // The service takes ownership of the request object.
597 ClientSideDetectionService* service) {
598 csd_service_ = service;
  /external/chromium_org/chromeos/network/
network_state_handler.cc 376 NET_LOG_ERROR("GetEAPForEthernet", "Unknown service path " + service_path);
386 // The same EAP service is shared for all ethernet services/devices.
393 base::StringPrintf("Unknown device %s of connected ethernet service %s",
407 "Ethernet service %s connected using EAP, but no "
408 "EAP service found.",
576 // * Device property changes to "/" (occurs before a service is removed)
623 // Notify a change for each Ethernet service using this device.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.h 276 // if a service method is defined using proper syntax but uses a primitive
281 // Parse a top-level message, enum, service, etc.
290 bool ParseServiceDefinition(ServiceDescriptorProto* service,
301 // These methods parse the contents of a message, enum, or service type and
308 bool ParseServiceBlock(ServiceDescriptorProto* service,
311 // Parse one statement within a message, enum, or service block, inclunding
355 // Parse a single method within a service definition.
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 136 // Register Service
161 // If mDNS_DeregisterService() returns mStatus_NoError, that means that the service was found in the list,
163 // If mDNS_DeregisterService() returns an error, it means that the service had already been removed from
239 if (!regtype || !*regtype || !MakeDomainNameFromDNSNameString(&t, regtype)) { errormsg = "Bad Service Type"; goto badparam; }
370 LogMsg("FoundInstance: %##s PTR %##s received from network is not valid DNS-SD service pointer",
430 // Resolve Service Info
487 if (!regtype[0] || !MakeDomainNameFromDNSNameString(&t, regtype)) { errormsg = "Bad Service Type"; goto badparam; }
  /external/smack/src/org/jivesoftware/smackx/
ServiceDiscoveryManager.java 82 * service manager will respond to any service discovery request that the connection may
178 * service discovery request.
440 * the data form that contains the extend service discovery
449 * Returns the data form that is set as extended information for this Service Discovery instance (XEP-0128)
451 * @see <a href="http://xmpp.org/extensions/xep-0128.html">XEP-128: Service Discovery Extensions</a>
474 * Removes the data form containing extended service discovery information
  /frameworks/base/docs/html/about/versions/
jelly-bean.jd 348 notification listener</strong> service and with permission of the user, receive
365 take the user directly to the Settings to enable the listener service after
466 navigation parity with gesture-based input. The service receives the events and
475 related platform features. The system uses the service?s capability attributes
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
changes-summary.html 119 <A NAME="android.service.textservice"></A>
120 <nobr><A HREF="../../../../reference/android/service/textservice/package-summary.html" target="_top"><code>android.service.textservice</code></A></nobr>
323 <A NAME="android.service.wallpaper"></A>
324 <nobr><A HREF="pkg_android.service.wallpaper.html">android.service.wallpaper</A></nobr>
488 <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
  /frameworks/base/services/java/com/android/server/
BatteryService.java 55 * battery. When these values change this service broadcasts the new values
76 * The battery service may be called by the power manager while holding its locks so
80 * service asynchronously itself.
519 // dump the service to a file
528 Slog.e(TAG, "failed to dump battery service", e);
598 pw.println("Permission Denial: can't dump Battery service from from pid="
606 pw.println("Current Battery Service state:");
    [all...]
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 25 * Contains phone state and service related information.
30 * <li>Service state: IN_SERVICE, OUT_OF_SERVICE, EMERGENCY_ONLY, POWER_OFF
213 * @param s Source service state
298 * Get current voice service state
305 * Get current voice service state
319 * Get current data service state
706 * Set intent notifier Bundle based on service state.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SocketServer.py 62 To implement a service, you must derive a class from
64 various versions of the service by combining one of the server classes
73 For instance, it makes no sense to use a forking server if the service
83 class will essentially render the service "deaf" while one request is
96 too expensive or inappropriate for the service) is to maintain an
632 specific service, all you need to do is to derive a class which
663 # The following two classes make it possible to use the same service
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SocketServer.py 62 To implement a service, you must derive a class from
64 various versions of the service by combining one of the server classes
73 For instance, it makes no sense to use a forking server if the service
83 class will essentially render the service "deaf" while one request is
96 too expensive or inappropriate for the service) is to maintain an
632 specific service, all you need to do is to derive a class which
663 # The following two classes make it possible to use the same service
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_base.cc 5 #include "gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h"
15 #include "gpu/command_buffer/service/cmd_buffer_engine.h"
16 #include "gpu/command_buffer/service/context_group.h"
17 #include "gpu/command_buffer/service/gles2_cmd_decoder_mock.h"
18 #include "gpu/command_buffer/service/logger.h"
19 #include "gpu/command_buffer/service/program_manager.h"
20 #include "gpu/command_buffer/service/test_helper.h"
21 #include "gpu/command_buffer/service/vertex_attrib_manager.h"
    [all...]
  /frameworks/base/services/java/com/android/server/display/
DisplayManagerService.java 61 * The display manager service relies on a collection of {@link DisplayAdapter} components,
68 * Display adapters are only weakly coupled to the display manager service.
70 * service asynchronously via a {@link DisplayAdapter.Listener} registered
71 * by the display manager service. This separation of concerns is important for
74 * the display manager service handles the global state. Second, it eliminates
141 // True if the display manager service should pretend there is only one display
188 // Persistent data store for all internal settings maintained by the display manager service.
599 // to the media router service.
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 429 public Object getSystemService(String service) {
430 if (LAYOUT_INFLATER_SERVICE.equals(service)) {
434 if (TEXT_SERVICES_MANAGER_SERVICE.equals(service)) {
435 // we need to return a valid service to avoid NPE
439 if (WINDOW_SERVICE.equals(service)) {
444 if (INPUT_METHOD_SERVICE.equals(service)) {
448 if (POWER_SERVICE.equals(service)) {
452 throw new UnsupportedOperationException("Unsupported Service: " + service);
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 74 /** Base URL for the v2 Sample Sync Service */
76 /** URI for authentication service */
78 /** URI for sync service */

Completed in 1193 milliseconds

<<141142143144145146147148149150>>