HomeSort by relevance Sort by last modified time
    Searched refs:service (Results 151 - 175 of 910) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/chromeos/login/
ownership_service.cc 170 void OwnershipService::UpdateOwnerKey(OwnershipService* service,
175 service->manager()->UpdateOwnerKey(thread_id, new_key, d);
179 void OwnershipService::TryLoadOwnerKeyAttempt(OwnershipService* service) {
181 if (!service->IsAlreadyOwned()) {
185 service->manager()->LoadOwnerKey();
189 void OwnershipService::TrySigningAttempt(OwnershipService* service,
194 if (!service->IsAlreadyOwned()) {
201 service->manager()->Sign(thread_id, data, d);
205 void OwnershipService::TryVerifyAttempt(OwnershipService* service,
211 if (!service->IsAlreadyOwned())
    [all...]
  /frameworks/base/cmds/service/
service.cpp 33 static String16 get_interface_name(sp<IBinder> service)
35 if (service != NULL) {
37 status_t err = service->transact(IBinder::INTERFACE_TRANSACTION, data, &reply);
63 aerr << "service: Unable to get default service manager!" << endl;
81 aerr << "service: Unknown option -" << ic << endl;
94 sp<IBinder> service = sm->checkService(String16(argv[optind])); local
95 aout << "Service " << argv[optind] <<
96 (service == NULL ? ": not found" : ": found") << endl;
98 aerr << "service: No service specified for check" << endl
108 sp<IBinder> service = sm->checkService(name); local
118 sp<IBinder> service = sm->checkService(String16(argv[optind++])); local
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 64 * and hide actions if service not running.
100 void notifyChange(MediaPlaybackService service, String what) {
101 if (hasInstances(service)) {
104 performUpdate(service, null);
112 void performUpdate(MediaPlaybackService service, int[] appWidgetIds) {
113 final Resources res = service.getResources();
114 final RemoteViews views = new RemoteViews(service.getPackageName(), R.layout.album_appwidget);
116 CharSequence titleName = service.getTrackName();
117 CharSequence artistName = service.getArtistName();
152 final boolean playing = service.isPlaying()
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_apitest.cc 178 ExtensionService* service = browser()->profile()->GetExtensionService(); local
180 service->GetExtensionById(last_loaded_extension_id_, false);
200 ExtensionService* service = browser()->profile()->GetExtensionService(); local
203 for (size_t i = 0; i < service->extensions()->size(); ++i) {
206 if (service->extensions()->at(i)->location() == Extension::COMPONENT)
212 static_cast<unsigned>(service->extensions()->size()));
219 const Extension* extension = service->extensions()->at(found_extension_index);
browser_action_apitest.cc 72 ExtensionService* service = browser()->profile()->GetExtensionService(); local
73 service->browser_event_router()->BrowserActionExecuted(
311 ExtensionService* service = browser()->profile()->GetExtensionService(); local
318 const size_t size_before = service->extensions()->size();
328 ASSERT_EQ(size_before + 3, service->extensions()->size());
333 service->extension_prefs()->SetIsIncognitoEnabled(
334 service->extensions()->at(size_before)->id(), true);
335 service->extension_prefs()->SetIsIncognitoEnabled(
336 service->extensions()->at(size_before + 2)->id(), true);
360 service->toolbar_model()->MoveBrowserAction
    [all...]
page_action_apitest.cc 43 ExtensionService* service = browser()->profile()->GetExtensionService(); local
44 service->browser_event_router()->PageActionExecuted(
81 ExtensionService* service = browser()->profile()->GetExtensionService(); local
82 service->browser_event_router()->PageActionExecuted(
157 ExtensionService* service = browser()->profile()->GetExtensionService(); local
158 service->browser_event_router()->PageActionExecuted(
  /external/qemu/proxy/
proxy_http_connector.c 52 HttpService* service = (HttpService*) conn->root->service; local
60 stralloc_add_bytes(str, service->footer, service->footer_len);
62 if (!socket_connect( root->socket, &service->server_addr )) {
176 http_connector_connect( HttpService* service,
192 proxy_connection_init( conn->root, s, address, service->root,
proxy_int.h 75 ProxyService* service; member in struct:ProxyConnection
99 ProxyService* service,
182 /* destroy a given proxy service */
185 /* tries to create a new proxified connection, returns NULL if the service can't
198 proxy_manager_add_service( ProxyService* service );
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbResolverActivity.java 98 IUsbManager service = IUsbManager.Stub.asInterface(b); local
103 service.grantDevicePermission(mDevice, uid);
106 service.setDevicePackage(mDevice, ri.activityInfo.packageName);
108 service.setDevicePackage(mDevice, null);
112 service.grantAccessoryPermission(mAccessory, uid);
115 service.setAccessoryPackage(mAccessory, ri.activityInfo.packageName);
117 service.setAccessoryPackage(mAccessory, null);
  /external/chromium/chrome/browser/resources/net_internals/
serviceprovidersview.js 6 * This view displays information on Winsock layered service providers and
9 * For each layered service provider, shows the name, dll, and type
41 * Returns type of a layered service provider.
79 * Returns socket type of a layered service provider as a string.
94 * Returns protocol type of a layered service provider as a string.
102 * Updates the table of layered service providers.
108 // Add a table row for each service provider.
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 139 * Listener that will be called when the TTS service has
254 * Intent for starting a TTS service. Services that handle this intent must
256 * directly, instead they should talk to the TTS service using the the methods in this
658 public Void run(ITextToSpeechService service) throws RemoteException {
659 service.setCallback(getCallerIdentity(), null);
660 service.stop(getCallerIdentity());
664 // service ends up being destroyed (if there are no other open
666 // ServiceConnection continues to refer to the destroyed service.
    [all...]
  /external/bluetooth/bluez/src/
eir.c 65 uuid_t service; local
128 service.type = SDP_UUID16;
133 service.value.uuid16 = val16;
134 uuid_str = bt_uuid2string(&service);
139 service.type = SDP_UUID32;
147 service.value.uuid32 = val32;
148 uuid_str = bt_uuid2string(&service);
153 service.type = SDP_UUID128;
158 service.value.uuid128.data[k] = uuid128[16 - k - 1];
160 uuid_str = bt_uuid2string(&service);
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractScheduledService.java 40 * the {@link #startUp} and {@link #shutDown} methods and also uses that service to schedule the
42 * {@link Scheduler}. When this service is asked to stop via {@link #stop} or {@link #stopAndWait},
55 * Here is a sketch of a service which crawls a website and uses the scheduling capabilities to
90 public abstract class AbstractScheduledService implements Service {
99 * service with a fixed schedule. If more flexibility is needed then consider subclassing the
120 public Future<?> schedule(AbstractService service, ScheduledExecutorService executor,
139 public Future<?> schedule(AbstractService service, ScheduledExecutorService executor,
146 /** Schedules the task to run on the provided executor on behalf of the service. */
147 abstract Future<?> schedule(AbstractService service, ScheduledExecutorService executor,
175 "Error while attempting to shut down the service after failure.", ignored)
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
maximum-age.js 44 // Update the position provided by the mock service.
47 // The default maximumAge is zero, so we expect the updated position from the service.
58 // Update the mock service to report an error.
61 // The maximumAge is non-zero, so we expect the cached position, not the error from the service.
72 // The default maximumAge is zero, so we expect the error from the service.
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java 92 * This class is instantiated by the system as a system level service and can be
93 * accessed only by the system. The task of this service is to be a centralized
126 final List<Service> mServices = new ArrayList<Service>();
131 final Map<ComponentName, Service> mComponentNameToServiceMap = new HashMap<ComponentName, Service>();
166 private Service mUiAutomationService;
168 private Service mQueryBridge;
203 // We will update when the automation service dies.
264 // We will update when the automation service dies
444 Service service = services.get(i); local
457 Service service = mServices.get(i); local
560 Service service = getQueryBridge(); local
626 Service service = mServices.get(i); local
707 Service service = mServices.get(i); local
828 Service service = services.get(i); local
903 Service service = componentNameToServiceMap.get(componentName); local
1069 final Service service = (Service) msg.obj; local
    [all...]
  /external/bluetooth/bluez/test/
simple-endpoint 5 import dbus.service namespace
42 class Endpoint(dbus.service.Object):
52 @dbus.service.method("org.bluez.MediaEndpoint",
59 @dbus.service.method("org.bluez.MediaEndpoint",
64 @dbus.service.method("org.bluez.MediaEndpoint",
70 @dbus.service.method("org.bluez.MediaEndpoint",
  /external/chromium/chrome/browser/policy/
device_management_service_browsertest.cc 25 // Dummy service URL for testing with request interception enabled.
44 // Interceptor implementation that returns test data back to the service.
93 DeviceManagementService service(kServiceUrl);
94 service.Initialize(browser()->profile()->GetRequestContext());
95 scoped_ptr<DeviceManagementBackend> backend(service.CreateBackend());
145 DeviceManagementService service(
147 service.Initialize(browser()->profile()->GetRequestContext());
148 scoped_ptr<DeviceManagementBackend> backend(service.CreateBackend());
cloud_policy_controller.h 38 CloudPolicyController(DeviceManagementService* service,
80 // The service returned an error when requesting policy, will retry.
82 // The service returned an error that is not going to go away soon.
89 CloudPolicyController(DeviceManagementService* service,
100 void Initialize(DeviceManagementService* service,
device_token_fetcher.h 39 // |service| is used to talk to the device management service and |cache| is
41 DeviceTokenFetcher(DeviceManagementService* service,
45 DeviceTokenFetcher(DeviceManagementService* service,
104 void Initialize(DeviceManagementService* service,
124 // Service and backend. A new backend is created whenever the fetcher gets
  /external/iptables/extensions/
libxt_udp.c 66 const struct servent *service; local
68 if ((service = getservbyport(htons(port), "udp")))
69 return service->s_name;
77 const char *service; local
79 if (numeric || (service = port_to_service(port)) == NULL)
82 printf("%s", service);
  /frameworks/base/services/java/com/android/server/am/
UriPermissionOwner.java 28 final ActivityManagerService service; field in class:UriPermissionOwner
43 service = _service;
74 service.removeUriPermissionIfNeededLocked(perm);
86 service.removeUriPermissionIfNeededLocked(perm);
104 service.removeUriPermissionIfNeededLocked(perm);
123 service.removeUriPermissionIfNeededLocked(perm);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeSelector.java 23 import android.service.wallpaper.IWallpaperConnection;
24 import android.service.wallpaper.IWallpaperService;
25 import android.service.wallpaper.IWallpaperEngine;
26 import android.service.wallpaper.WallpaperSettingsActivity;
180 public void onServiceConnected(ComponentName name, IBinder service) {
182 mService = IWallpaperService.Stub.asInterface(service);
199 Log.w(LOG_TAG, "Wallpaper service gone: " + name);
  /bionic/libc/tools/
genserv.py 10 this program is used to generate the hard-coded internet service list for the
17 class Service:
42 result = [] # list of Service objects
55 service = Service( m.group(1), int(m.group(2)), m.group(3) )
62 service.add_alias(m.group(1))
65 result.append(service)
  /external/chromium/chrome/browser/ui/cocoa/
history_menu_bridge.h 132 virtual void TabRestoreServiceChanged(TabRestoreService* service);
133 virtual void TabRestoreServiceDestroyed(TabRestoreService* service);
141 HistoryService* service();
217 // when either waiting for the history service to return query results, or
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java 119 String service = "META-INF/services/" + property; local
124 in = ClassLoader.getSystemResourceAsStream (service);
126 in = loader.getResourceAsStream (service);

Completed in 1433 milliseconds

1 2 3 4 5 67 8 91011>>