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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/resources/jars/
charset_provider.jar 
  /frameworks/base/cmds/system_server/library/
Android.mk 10 $(base)/services/camera/libcameraservice \
11 $(base)/services/audioflinger \
12 $(base)/services/surfaceflinger \
13 $(base)/services/sensorservice \
  /frameworks/base/core/java/android/os/
package.html 3 Provides basic operating system services, message passing, and inter-process
  /frameworks/base/core/java/android/content/pm/
package.html 5 permissions, services, signatures, and providers.
  /external/chromium/base/
wmi_util_unittest.cc 12 IWbemServices* services = NULL; local
13 EXPECT_TRUE(WMIUtil::CreateLocalConnection(true, &services));
14 ASSERT_TRUE(NULL != services);
15 ULONG refs = services->Release();
22 IWbemServices* services = NULL; local
23 EXPECT_TRUE(WMIUtil::CreateLocalConnection(false, &services));
24 ASSERT_TRUE(NULL != services);
25 ULONG refs = services->Release();
  /frameworks/base/media/mediaserver/
Android.mk 17 $(base)/services/audioflinger \
18 $(base)/services/camera/libcameraservice \
  /frameworks/base/cmds/dumpsys/
dumpsys.cpp 39 Vector<String16> services; local
42 services = sm->listServices();
43 services.sort(sort_func);
46 services.add(String16(argv[1]));
52 const size_t N = services.size();
55 // first print a list of the current services
56 aout << "Currently running services:" << endl;
59 sp<IBinder> service = sm->checkService(services[i]);
61 aout << " " << services[i] << endl;
67 sp<IBinder> service = sm->checkService(services[i])
    [all...]
  /frameworks/base/packages/VpnServices/res/values/
strings.xml 3 <!-- Title for the VPN Services activity. -->
4 <string name="app_label">VPN 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/cmds/surfaceflinger/
Android.mk 13 $(LOCAL_PATH)/../../services/surfaceflinger
  /frameworks/base/location/java/android/location/
package.html 9 <p>Classes defining Android location-based and related services.</p>
  /frameworks/base/packages/SystemUI/
Android.mk 8 LOCAL_JAVA_LIBRARIES := services
  /frameworks/base/services/tests/servicestests/
Android.mk 11 LOCAL_JAVA_LIBRARIES := android.test.runner services
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Services.java 42 public class Services {
49 private static final Map<String, Provider.Service> services field in class:Services
52 // avoids similar provider/services iteration in SecureRandom constructor
79 // Load statically registered providers and init Services Info
165 * Adds information about provider services into HashMap.
180 if (!services.containsKey(key)) {
181 services.put(key, serv);
187 if (!services.containsKey(key)) {
188 services.put(key, serv);
196 * Updates services hashtable for all registered provider
    [all...]
  /external/dbus/
dbus-1.pc.in 7 session_bus_services_dir=@EXPANDED_DATADIR@/dbus-1/services
  /system/core/adb/
OVERVIEW.TXT 28 services and devices.
36 few services for clients that run on the host.
59 4. Services
61 There are essentially two kinds of services that a client can talk to.
63 Host Services:
64 these services run within the ADB Server and thus do not need to
67 state. They are a few couple other services though.
69 Local Services:
70 these services either run within the adbd daemon, or are started by
119 The file SERVICES.TXT lists all services currently implemented by ADB
    [all...]
  /external/freetype/include/freetype/internal/
ftserv.h 5 /* The FreeType services (specification only). */
20 /* Each module can export one or more `services'. Each service is */
483 * services. It is the type of `face->internal->services'. You
506 * A magic number used within the services cache.
541 svc = FT_FACE( face )->internal->services. service_ ## id; \
548 FT_FACE( face )->internal->services. service_ ## id = \
    [all...]
  /bionic/libc/tools/
genserv.py 8 usage: genserv < /etc/services > netbsd/net/services.h
69 services = parse(sys.stdin) variable
71 for s in services:
  /frameworks/base/packages/VpnServices/res/values-en-rGB/
strings.xml 4 <string name="app_label" msgid="4589592829302498102">"VPN Services"</string>
  /frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
AccessibilityManager.java 79 * Requests interruption of the accessibility feedback from all accessibility services.
85 * Returns the {@link ServiceInfo}s of the installed accessibility services.
92 List<ServiceInfo> services = null; local
93 return Collections.unmodifiableList(services);
  /libcore/support/src/test/java/tests/resources/manifest/
hyts_MANIFEST.MF 5 Import-Package: com.ibm.ive.eccomm.client.services.log,
6 com.ibm.ive.eccomm.client.services.registry,
19 Export-Package: com.ibm.ive.eccomm.client.services.authentication; specification-version=1.0.0,
22 com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0
  /system/netd/
PanController.cpp 52 LOGE("Cannot start PAN services - Bluetooth not running");
57 LOGE("Cannot start PAN services - No Bluetooth support");
93 LOGD("Stopping PAN services");
97 LOGD("PAN services stopped");
  /libcore/luni/src/main/java/java/util/
ServiceLoader.java 31 * {@code META-INF/services/}. The file's name should match the class' binary name (such as
50 * And this configuration file (stored as {@code META-INF/services/a.b.c.MyService}):
76 private final Set<URL> services; field in class:ServiceLoader
86 this.services = new HashSet<URL>();
127 services.clear();
129 String name = "META-INF/services/" + service.getName();
130 services.addAll(Collections.list(classLoader.getResources(name)));
193 private final Set<URL> services;
202 this.services = sl.services;
    [all...]
  /external/bluetooth/bluez/audio/
audio.conf 12 # If we want to disable support for specific services
13 # Defaults to supporting all implemented services
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java 165 * Requests interruption of the accessibility feedback from all accessibility services.
174 Log.i(LOG_TAG, "Requested interrupt from all services");
177 Log.e(LOG_TAG, "Error while requesting interrupt from all services. ", re);
182 * Returns the {@link ServiceInfo}s of the installed accessibility services.
187 List<ServiceInfo> services = null; local
189 services = mService.getAccessibilityServiceList();
191 Log.i(LOG_TAG, "Installed AccessibilityServices " + services);
196 return Collections.unmodifiableList(services);

Completed in 545 milliseconds

1 2 3 4 5 6 7 8 91011>>