HomeSort by relevance Sort by last modified time
    Searched full:services (Results 1 - 25 of 24081) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
IntFloat.aidl 1 package android.bordeaux.services;
StringFloat.aidl 1 package android.bordeaux.services;
StringString.aidl 1 package android.bordeaux.services;
  /external/apache-harmony/nio_char/src/test/resources/jars/
charset_provider.jar 
  /libcore/luni/src/test/resources/jars/
charset_provider.jar 
  /frameworks/ml/bordeaux/service/
Android.mk 9 src/android/bordeaux/services/IBordeauxServiceCallback.aidl \
10 src/android/bordeaux/services/IAggregatorManager.aidl \
11 src/android/bordeaux/services/ILearning_MulticlassPA.aidl \
12 src/android/bordeaux/services/IPredictor.aidl \
13 src/android/bordeaux/services/ILearning_StochasticLinearRanker.aidl \
14 src/android/bordeaux/services/IBordeauxService.aidl \
33 src/android/bordeaux/services/IntFloat.java \
34 src/android/bordeaux/services/StringFloat.java \
35 src/android/bordeaux/services/StringString.java \
36 src/android/bordeaux/services/BordeauxClassifier.java
    [all...]
  /frameworks/base/core/java/android/os/
package.html 3 Provides basic operating system services, message passing, and inter-process
  /frameworks/av/media/mediaserver/
Android.mk 17 frameworks/av/services/audioflinger \
18 frameworks/av/services/camera/libcameraservice \
19 frameworks/native/services/audioflinger
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/
ServicesTest.java 26 import org.apache.harmony.security.fortress.Services;
32 * Tests for Services
38 Services.initServiceInfo(p);
40 Services.initServiceInfo(ap);
42 Provider.Service serv = Services.getService("Service.ALGORITHM");
50 Services.updateServiceInfo(); // restore from registered providers
51 serv = Services.getService("Service.ALGORITHM");
59 Services.updateServiceInfo(); //to make needRefresh = false;
60 Services.initServiceInfo(p);
61 Provider.Service serv = Services.getService("Service.ALGORITHM")
    [all...]
  /frameworks/native/cmds/dumpsys/
dumpsys.cpp 40 Vector<String16> services; local
43 services = sm->listServices();
44 services.sort(sort_func);
47 services.add(String16(argv[1]));
53 const size_t N = services.size();
56 // first print a list of the current services
57 aout << "Currently running services:" << endl;
60 sp<IBinder> service = sm->checkService(services[i]);
62 aout << " " << services[i] << endl;
68 sp<IBinder> service = sm->checkService(services[i])
    [all...]
  /frameworks/base/docs/html/guide/google/play/
services.jd 1 page.title=Google Play Services
4 Google Play services is a platform that is delivered through the Google Play Store that
6 The Google Play services framework consists of a services component
15 <a href="https://developers.google.com/android/google-play-services">Learn more &raquo;</a>
18 Google Play services makes it easy for your app to integrate with Google+ sign-in and the +1
21 <a href="https://developers.google.com/android/google-play-services">Learn more &raquo;</a>
  /external/wpa_supplicant_8/hostapd/logwatch/
README 6 /etc/log.d/conf/services/hostapd.conf
7 /etc/log.d/scripts/services/hostapd
  /frameworks/base/cmds/system_server/library/
Android.mk 11 $(native)/services/sensorservice \
12 $(native)/services/surfaceflinger \
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqAllTestCase01.java 29 * Service discovery requester test case to search all UPnP and Bonjour services with
44 * create request to search all services.
54 * DNS PTR: ALL services.
55 * DNS TXT: ALL services.
56 * UPnP: ALL services.
66 return "Request all services test 01";
ServReqAllTestCase02.java 29 * Service discovery requester test case to search all UPnP and Bonjour services with
45 * create request to search all services.
57 * DNS PTR: ALL services.
58 * DNS TXT: ALL services.
59 * UPnP: ALL services.
69 return "Request all services test 02";
ServReqAllTestCase03.java 30 * Service discovery requester test case to search all UPnP and Bonjour services with
46 * create request to search all services.
56 * DNS PTR: ALL services.
57 * DNS TXT: ALL services.
58 * UPnP: ALL services.
68 return "Request all services test 03";
ServReqUpnpAllTestCase.java 28 * Service discovery requester test case to search all upnp services with ssdp:all.
42 * create request to search all UPnP services with "ssdp:all".
51 * DNS PTR: No services.
52 * DNS TXT: No services.
53 * UPnP: ALL services.
63 return "Request all upnp services test";
  /external/dbus/
dbus-1.pc.in 7 session_bus_services_dir=@EXPANDED_DATADIR@/dbus-1/services
8 system_bus_services_dir=@EXPANDED_DATADIR@/dbus-1/system-services
  /development/samples/WiFiDirectServiceDiscovery/res/values/
strings.xml 4 <string name="finding_service">Finding local services</string>
  /external/oauth/core/src/main/java/
Android.mk 4 # This will build the client static library for the Google Services Framework
  /frameworks/base/location/java/android/location/
package.html 4 <p>Contains classes that define Android location-based and related services.</p>
  /frameworks/native/cmds/sensorservice/
Android.mk 13 $(LOCAL_PATH)/../../services/sensorservice
  /frameworks/native/cmds/surfaceflinger/
Android.mk 13 $(LOCAL_PATH)/../../services/surfaceflinger
  /system/core/toolbox/
start.c 15 /* defaults to starting the common services stopped by stop.c */
stop.c 13 /* defaults to stopping the common services */

Completed in 898 milliseconds

1 2 3 4 5 6 7 8 91011>>