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

<<111112113114115116117118119120>>

  /external/chromium_org/chromeos/network/
network_configuration_handler.cc 114 // Service and delete the service from each profile. Triggers either
284 "" /* no service path */,
313 // Service.Remove is not reliable. Instead, request the profile entries
314 // for the service and remove each entry.
365 // existing configuration, so request a service update just in case.
  /external/chromium_org/components/breakpad/tools/
crash_service.cc 100 HWND window = CreateWindowExW(0, wcx.lpszClassName, L"crash service", style,
139 DumpJobInfo(DWORD process_id, CrashService* service,
141 : pid(process_id), self(service), map(crash_map), dump_path(path) {
275 // service is initialized.
304 // no more clients to service. The next client that runs will start us.
405 // termination of the service object.
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_refresh_scheduler_unittest.cc 222 // The scheduler is currently waiting for the invalidations service to
231 // Run the invalidation service timeout task.
258 // The scheduler is currently waiting for the invalidations service to
310 // If the service goes down and comes back up before the timeout then a
316 // Run the invalidation service timeout task.
345 // If the service goes down then the refresh scheduler falls back on the
  /external/chromium_org/gpu/command_buffer/service/
query_manager.cc 5 #include "gpu/command_buffer/service/query_manager.h"
14 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h"
15 #include "gpu/command_buffer/service/error_state.h"
16 #include "gpu/command_buffer/service/feature_info.h"
17 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
159 // Service side query id.
  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain.h 21 * The Original Code is Mozilla TLD Service
62 The service obtains its information about effective TLDs from a text resource
96 Firefox has a very similar service, and it's their data file we use to
129 // service. The Public Suffix List (http://publicsuffix.org/) this service
144 // declared for this service. Whenever there is no matching rule in the
  /external/iptables/extensions/
libxt_multiport.c 261 const struct servent *service; local
263 if ((service = getservbyport(htons(port), proto_to_name(proto))))
264 return service->s_name;
272 const char *service; local
274 if (numeric || (service = port_to_service(port, protocol)) == NULL)
277 printf("%s", service);
libxt_sctp.c 304 const struct servent *service; local
306 if ((service = getservbyport(htons(port), "sctp")))
307 return service->s_name;
315 const char *service; local
317 if (numeric || (service = port_to_service(port)) == NULL)
320 printf("%s", service);
  /external/smack/src/org/jivesoftware/smackx/
MultipleRecipientManager.java 102 // Send packet to target users using multiple recipient service provided by the server
178 // Send packet to target users using multiple recipient service provided by the server
265 // Set the multiple recipient service address as the target address
274 * Returns the address of the multiple recipients service. To obtain such address service
281 * @return the address of the multiple recipients service or <tt>null</tt> if none was found.
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 25 * Direct interface to the Backup Manager Service that applications invoke on. The only
36 * Tell the system service that the caller has made changes to its
56 * Notifies the Backup Manager Service that an agent has become available. This
62 * Notify the Backup Manager Service that an agent has unexpectedly gone away.
68 * Notify the Backup Manager Service that an application being installed will
74 * Enable/disable the backup service entirely. When disabled, no backup
  /frameworks/base/docs/html/google/play-services/
auth.jd 22 requests or using a client library provided by the service provider.
61 With an email address and the service scope you can now obtain an access token.
76 methods if you are trying to gain authorization in a background service or sync adapter so that a
81 The following code snippet obtains an access token with an email address, the scope that you want to use for the service, and a {@link android.content.Context}:
106 <p>If you are obtaining access tokens in a background service or sync adapter, there
235 being used is invalid for the service's scope or the token may have expired. If this is the
  /frameworks/base/docs/html/tools/testing/
testing_accessibility.jd 155 <p>Audible feedback for users on Android is typically provided by TalkBack accessibility service and
156 the Explore by Touch system feature. The TalkBack accessibility service comes preinstalled on most
164 <p>The <em>TalkBack</em> accessibility service works by speaking the contents of user interface
165 controls as the user moves focus onto controls. This service should be enabled as part of testing
168 <p>To enable the TalkBack accessibility service:</p>
177 <strong>Note:</strong> While TalkBack is the most available Android accessibility service for
  /frameworks/base/packages/PrintSpooler/res/values/
strings.xml 84 <!-- Title of the button to install a print service. [CHAR LIMIT=25] -->
85 <string name="add_print_service_label">Add service</string>
110 <!-- Title for the alert dialog for selecting a print service. [CHAR LIMIT=50] -->
111 <string name="choose_print_service">Choose print service</string>
196 service configuration activities</string>
200 holder to start the configuration activities of a print service. Should never be needed
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 197 #define WLC_E_SERVICE_FOUND 102 /* desired service found */
398 /* service discovery TLV */
401 uint8 protocol; /* service protocol type */
402 uint8 transaction_id; /* service transaction id */
407 /* service discovery event data */
411 wl_sd_tlv_t tlv[1]; /* service discovery TLV */
  /packages/apps/Dialer/
AndroidManifest.xml 229 <service
255 <service
260 <!-- Service to update a contact -->
261 <service
280 <service android:name="com.android.incallui.CallHandlerService"
286 </service>
  /packages/apps/Email/src/com/android/email/service/
EmailServiceStub.java 16 package com.android.email.service;
32 import com.android.email.service.EmailServiceUtils.EmailServiceInfo;
56 import com.android.emailcommon.service.EmailServiceStatus;
57 import com.android.emailcommon.service.IEmailService;
58 import com.android.emailcommon.service.IEmailServiceCallback;
59 import com.android.emailcommon.service.SearchParams;
Pop3Service.java 17 package com.android.email.service;
19 import android.app.Service;
51 import com.android.emailcommon.service.EmailServiceStatus;
52 import com.android.emailcommon.service.IEmailServiceCallback;
65 public class Pop3Service extends Service {
71 return Service.START_STICKY;
  /packages/apps/Mms/
AndroidManifest.xml 56 <service android:name=".transaction.TransactionService"
59 <service android:name=".transaction.SmsReceiverService"
258 <service android:name=".transaction.MessageStatusService"/>
308 <service android:name=".ui.NoConfirmationSendService"
317 </service>
347 <service android:name=".widget.MmsWidgetService"
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 301 public void onServiceConnected(ComponentName name, IBinder service) {
303 service);
340 Intent service = new Intent().setComponent(DEFAULT_CONTAINER_COMPONENT); local
341 context.bindServiceAsUser(service, mDefContainerConn, Context.BIND_AUTO_CREATE,
387 Log.w(TAG, "Problem in container service", e);
468 Log.w(TAG, "Could not read memory from default container service for " + path, e);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutWindowCoordinator.java 105 IPartService service = window.getPartService(); local
106 if (service != null) {
108 service.addPartListener(coordinator);
121 IPartService service = mWindow.getPartService(); local
122 if (service != null) {
123 service.removePartListener(this);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 51 // How often the service commits its data, giving the minimum batching
139 "Backup ", "HeavyWt", "Service", "ServRst",
154 "service", "service-rs", "receiver", "home", "lastact",
260 + " service " + otherSvc.mName);
    [all...]
  /external/apache-harmony/support/src/test/resources/tests/resources/ServiceLoader/
hyts_services.jar 
  /external/bison/lib/
strerror-override.c 196 return "Service provider is invalid";
198 return "Service provider failed to initialize";
202 return "Service not found";
  /external/chromium/chrome/browser/
browser_process.h 6 // service is lazily created when requested the first time. The service getters
7 // will return NULL if the service is not available, so callers must check for
  /external/chromium/chrome/browser/extensions/
extension_event_router.cc 189 ExtensionService* service = profile_->GetExtensionService(); local
207 const Extension* extension = service->GetExtensionById(
209 if (cross_incognito && !service->CanCrossIncognito(extension))

Completed in 2073 milliseconds

<<111112113114115116117118119120>>