HomeSort by relevance Sort by last modified time
    Searched full:service (Results 526 - 550 of 7469) sorted by null

<<21222324252627282930>>

  /packages/inputmethods/PinyinIME/
AndroidManifest.xml 29 <service android:name=".PinyinDecoderService"
35 </service>
37 <service android:name=".PinyinIME"
44 </service>
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldWallpaper.java 3 import android.app.Service;
8 import android.service.wallpaper.WallpaperService;
9 import android.service.wallpaper.WallpaperService.Engine;
36 ((WindowManager) getApplication().getSystemService(Service.WINDOW_SERVICE))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
svc.h 54 * "service dispatch" function, a transport handle, and a boolean that
56 * local binder service; if true the program's number and version and the
60 * A service's dispatch function is called whenever an rpc request comes in
62 * those of the registered service. The dispatch function is passed two
147 * Service request
150 rpcprog_t rq_prog; /* service program number */
151 rpcvers_t rq_vers; /* service protocol version */
164 * Service registration
178 * Service un-registration
204 * When the service routine is called, it must first check to see if i
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
svc.h 54 * "service dispatch" function, a transport handle, and a boolean that
56 * local binder service; if true the program's number and version and the
60 * A service's dispatch function is called whenever an rpc request comes in
62 * those of the registered service. The dispatch function is passed two
147 * Service request
150 rpcprog_t rq_prog; /* service program number */
151 rpcvers_t rq_vers; /* service protocol version */
164 * Service registration
178 * Service un-registration
204 * When the service routine is called, it must first check to see if i
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
svc.h 54 * "service dispatch" function, a transport handle, and a boolean that
56 * local binder service; if true the program's number and version and the
60 * A service's dispatch function is called whenever an rpc request comes in
62 * those of the registered service. The dispatch function is passed two
147 * Service request
150 rpcprog_t rq_prog; /* service program number */
151 rpcvers_t rq_vers; /* service protocol version */
164 * Service registration
178 * Service un-registration
204 * When the service routine is called, it must first check to see if i
    [all...]
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/
exportactivity0.xml 14 android:name="com.sample.service.serviceClass" >
exportreceiver0.xml 14 android:name="com.sample.service.serviceClass" >
  /tools/motodev/src/help/studio_help/src/topics/
t_app-memory-analyzing.dita 24 service to be analyzed is running and select <uicontrol>Analyze Memory with MAT</uicontrol>.</cmd>
29 <cmd>Select the application or service you wish to analyze and click <uicontrol>Finish</uicontrol>.</cmd>
30 <stepresult>MOTODEV Studio for Android generates an HPROF file from the selected application or service and
41 service is using memory. See the Memory Analyzer documentation for instructions on using the tool.</postreq>
  /external/qemu/android/
hw-qemud.c 89 * The multiplexer is connected to one or more 'service' objects.
585 * When a service decides to send data to the client, there could be cases when
587 * available to write service's data to, So, we need to cache that data into the
589 * callback. Pending service data is stored in the client descriptor as a list
636 /* Service for this pipe. */
637 QemudService* service; member in struct:QemudPipe
653 QemudService* service; member in struct:QemudClient
654 QemudClient* next_serv; /* next in same service */
687 static void qemud_service_remove_client( QemudService* service,
714 * the real service implementation
2357 QemudService* service; member in struct:__anon11789
    [all...]
  /external/dbus/bus/
driver.c 250 BusService *service; local
311 /* Create the service */
312 service = bus_registry_ensure (registry,
314 if (service == NULL)
689 BusService *service; local
713 service = bus_registry_lookup (registry, &service_name);
714 service_exists = service != NULL;
1076 BusService *service; local
1092 service = bus_registry_lookup (registry, &str);
1093 if (service == NULL &
1159 BusService *service; local
1261 const char *service; local
1337 const char *service; local
1413 const char *service; local
1488 const char *service; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ServiceLoaderTest.java 31 import tests.resources.ServiceLoader.Service;
72 ServiceLoader<Service> serviceLoader = ServiceLoader.load(
73 Service.class, ucl);
74 Iterator<Service> itr = serviceLoader.iterator();
96 Iterator itr = ServiceLoader.load(Service.class, ucl).iterator();
98 assertEquals("ImplementationOfService", ((Service) itr.next())
134 itr = ServiceLoader.load(Service.class, null).iterator();
184 ServiceLoader serviceLoader = ServiceLoader.load(Service.class, ucl);
187 assertEquals("ImplementationOfService", ((Service) itr.next())
210 // one service with two implementation clas
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 51 // Returns either the test sync service, or the real one from |profile|.
67 ExtensionService* service = profile->GetExtensionService(); local
68 const Extension* store = service->GetWebStoreApp();
73 return (service->GetExtensionByWebExtent(url) == store);
108 ProfileSyncService* service) {
109 test_sync_service = service;
451 ExtensionService* service = profile_->GetExtensionService();
452 ExtensionPrefs* prefs = service->extension_prefs();
467 ExtensionService* service = profile_->GetExtensionService(); local
468 ExtensionPrefs* prefs = service->extension_prefs()
540 ProfileSyncService* service = GetSyncService(GetDefaultProfile(profile_)); local
563 std::string service; local
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 73 /* register the service */
106 /* Make the service browseable */
145 APPL_TRACE_DEBUG2("scn %d, service name %s", scn, p_service_name);
149 APPL_TRACE_ERROR0("PBS SDP: Unable to register PBS Service");
153 /* add service class */
184 } /* end of setting mandatory service class */
194 /* Make the service browseable */
251 APPL_TRACE_DEBUG2("scn %d, service name %s", scn, p_service_name);
255 /* add service class */
281 /* Make the service browseable *
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 239 ProfileSyncService* service = web_ui_->GetProfile()->GetProfileSyncService(); local
240 DCHECK(service);
241 bool managed = service->IsManaged();
242 bool sync_setup_completed = service->HasSyncSetupCompleted();
243 bool status_has_error = sync_ui_util::GetStatusLabels(service,
259 } else if (service->SetupInProgress()) {
379 ProfileSyncService* service = web_ui_->GetProfile()->GetProfileSyncService(); local
380 DCHECK(service);
381 service->ShowErrorUI(NULL);
385 ProfileSyncService* service = web_ui_->GetProfile()->GetProfileSyncService() local
392 ProfileSyncService* service = web_ui_->GetProfile()->GetProfileSyncService(); local
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 51 ATTRIBUTE Service-Type 6 integer
60 ATTRIBUTE Login-Service 15 integer
135 VALUE Service-Type Login-User 1
136 VALUE Service-Type Framed-User 2
137 VALUE Service-Type Callback-Login-User 3
138 VALUE Service-Type Callback-Framed-User 4
139 VALUE Service-Type Outbound-User 5
140 VALUE Service-Type Administrative-User 6
141 VALUE Service-Type NAS-Prompt-User 7
162 VALUE Login-Service Telnet
    [all...]
  /external/chromium/chrome/browser/
background_application_list_model.cc 71 void GetServiceApplications(ExtensionService* service,
73 const ExtensionList* extensions = service->extensions();
156 ExtensionService* service = profile->GetExtensionService(); local
157 if (service && service->is_ready())
250 ExtensionService* service = profile_->GetExtensionService(); local
251 if (!service || !service->is_ready())
291 // Update queries the extensions service of the profile with which the model was
296 ExtensionService* service = profile_->GetExtensionService() local
    [all...]
  /frameworks/base/core/java/android/app/
WallpaperInfo.java 36 import android.service.wallpaper.WallpaperService;
44 * This class is used to specify meta information of a wallpaper service.
50 * The Service that implements this wallpaper component.
79 * @param service The ResolveInfo returned from the package manager about
82 public WallpaperInfo(Context context, ResolveInfo service)
84 mService = service;
85 ServiceInfo si = service.serviceInfo;
161 * Return the class name of the service component that implements
169 * Return the raw information about the Service implementing this
177 * Return the component of the service that implements this wallpaper
    [all...]
  /frameworks/base/docs/html/
legal.jd 62 Policy &amp; Terms of Service</a>.</p>
80 <dd>Google Play is a publicly available service through which you can distribute your apps for
97 to the terms of service, register, and get an API Key. Registration is free.
105 <dd>Android Cloud to Device Messaging (C2DM) is a service that helps you send data from
106 your servers to your users' Android devices. The service provides a simple, lightweight
111 Messaging Terms of Service</a></p>
114 <dt>Android Backup Service</dt>
115 <dd>Android Backup Service is integrated with Android's data backup framework to perform data
117 backup transport on the device. Before you can sign up for Android Backup Service, you
119 <p><a href="https://developers.google.com/android/backup/terms">Android Backup Service
    [all...]
  /frameworks/base/location/lib/java/com/android/location/provider/
LocationProviderBase.java 42 * <p>The network location provider must export a service with action
43 * "com.android.location.service.v2.NetworkLocationProvider"
44 * and a valid minor version in a meta-data field on the service, and
45 * then return the result of {@link #getBinder()} on service binding.
47 * <p>The fused location provider must export a service with action
48 * "com.android.location.service.FusedLocationProvider"
49 * and a valid minor version in a meta-data field on the service, and
50 * then return the result of {@link #getBinder()} on service binding.
78 private final class Service extends ILocationProvider.Stub {
120 mBinder = new Service();
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider.cc 278 ExtensionService* service = profile_->GetExtensionService(); local
279 if (extension && service &&
280 service->GetExtensionById(extension->id(), false))
289 ExtensionService* service = profile_->GetExtensionService(); local
290 if (extension && service &&
291 service->GetExtensionById(extension->id(), true) &&
292 !service->GetExtensionById(extension->id(), false))
768 ExtensionService* service = profile_->GetExtensionService(); local
769 if (service) {
776 new CrxInstaller(service, NULL)); // silent install, no U
796 ExtensionService* service = profile_->GetExtensionService(); local
821 ExtensionService* service = profile_->GetExtensionService(); local
834 ExtensionService* service = profile_->GetExtensionService(); local
855 ExtensionService* service = profile_->GetExtensionService(); local
870 ExtensionService* service = profile_->GetExtensionService(); local
895 ExtensionService* service = profile_->GetExtensionService(); local
916 ExtensionService* service = profile_->GetExtensionService(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadset.java 33 * Public API for controlling the Bluetooth Headset Service. This includes both
37 * Service via IPC.
41 * {@link BluetoothAdapter#closeProfileProxy} to close the service connection.
230 if (VDBG) Log.d(TAG,"Unbinding service...");
243 if (VDBG) Log.d(TAG,"Binding service...");
245 Log.e(TAG, "Could not bind to Bluetooth Headset Service");
274 Log.e(TAG, "Could not bind to Bluetooth Headset Service");
279 * Close the connection to the backing service.
342 if (mService == null) Log.w(TAG, "Proxy not attached to service");
383 if (mService == null) Log.w(TAG, "Proxy not attached to service");
    [all...]
BluetoothInputDevice.java 39 * Service via IPC. Use {@link BluetoothAdapter#getProfileProxy} to get
195 if (VDBG) Log.d(TAG,"Unbinding service...");
208 if (VDBG) Log.d(TAG,"Binding service...");
210 Log.e(TAG, "Could not bind to Bluetooth HID Service");
223 * Bluetooth Service which handles the InputDevice profile
242 Log.e(TAG, "Could not bind to Bluetooth HID Service");
300 if (mService == null) Log.w(TAG, "Proxy not attached to service");
340 if (mService == null) Log.w(TAG, "Proxy not attached to service");
357 if (mService == null) Log.w(TAG, "Proxy not attached to service");
374 if (mService == null) Log.w(TAG, "Proxy not attached to service");
    [all...]
  /external/chromium/chrome/browser/sessions/
tab_restore_service_browsertest.cc 75 // Must set service to null first so that it is destroyed before the new
82 // Adds a window with one tab and url to the profile's session service.
83 // If |pinned| is true, the tab is marked as pinned in the session service.
102 // tab is marked as pinned in the session service.
125 // Have the service record the tab.
178 // Have the service record the tab.
181 // Recreate the service and have it load the tabs.
205 // Have the service record the tab.
220 // Recreate the service and have it load the tabs.
246 // Have the service record the tab
    [all...]
  /external/icu4c/common/unicode/
ucasemap.h 16 * Case mapping service object and functions using it.
28 * \brief C API: Unicode case mapping functions using a UCaseMap service object.
30 * The service object takes care of memory allocations, data loading, and setup
40 * UCaseMap is an opaque service object for newer ICU case mapping functions.
41 * Older functions did not use a service object.
48 * Open a UCaseMap service object for a locale and a set of options.
50 * service object need not process them in each call.
61 * @return Pointer to a UCaseMap service object, if successful.
73 * Close a UCaseMap service object.
101 * @param csm UCaseMap service object
    [all...]

Completed in 1322 milliseconds

<<21222324252627282930>>