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

1 2

  /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/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...]
  /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...]
  /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/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);
  /external/bluetooth/bluez/test/
test-device 81 services = device.DiscoverServices(pattern); variable
82 for key in services.keys():
84 xml = p.sub("><", services[key].replace("\n", ""))
  /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...]
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 59 Set<Provider.Service> services = provider.getServices(); local
60 assertNotNull(services);
61 assertFalse(services.isEmpty());
63 for (Provider.Service service : services) {
  /frameworks/base/cmds/service/
service.cpp 2 * Command line access to services.
104 Vector<String16> services = sm->listServices(); local
105 aout << "Found " << services.size() << " services:" << endl;
106 for (unsigned i = 0; i < services.size(); i++) {
107 String16 name = services[i];
  /frameworks/base/core/java/android/content/pm/
PackageInfo.java 107 public ServiceInfo[] services; field in class:PackageInfo
227 dest.writeTypedArray(services, parcelableFlags);
264 services = source.createTypedArray(ServiceInfo.CREATOR);
RegisteredServicesCache.java 58 * A cache of registered services. This cache
60 * removed and changed. The services are referred to by type V and
83 * This file contains the list of known services. We would like to maintain this forever
128 Map<V, ServiceInfo<V>> services; local
130 services = mServices;
132 fout.println("RegisteredServicesCache: " + services.size() + " services");
133 for (ServiceInfo info : services.values()) {
283 Log.d(TAG, "found " + serviceInfos.size() + " services");
347 Log.d(TAG, "writing updated list of persistent services");
    [all...]
  /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);
  /development/apps/Development/src/com/android/development/
PackageSummary.java 168 LinearLayout services = (LinearLayout)findViewById(R.id.services); local
205 if (info.services != null) {
206 final int N = info.services.length;
208 ServiceInfo si = info.services[i];
212 services.addView(view, lp);
215 services.setVisibility(View.GONE);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Signature2Test.java 662 private Set<Provider.Service> services = null; field in class:Signature2Test.MyProvider
669 if (services != null) {
670 services.clear();
672 services = new HashSet<Service>();
678 if (services != null) {
679 services.clear();
681 services = new HashSet<Service>();
687 services.add(s);
692 services.remove(s);
696 return services.size()
    [all...]
ProviderTest.java 330 Set services = p.getServices(); local
331 assertEquals(3, services.size());
333 for (Iterator it = services.iterator(); it.hasNext();) {
460 Set<Provider.Service> services = myProvider.getServices(); local
461 assertEquals(0, services.size());
  /external/tcpdump/
print-decnet.c 659 int services, info, segsize; local
667 services = EXTRACT_LE_8BITS(cimp->ci_services);
671 switch (services & COS_MASK) {
712 int services, info; local
721 services = EXTRACT_LE_8BITS(ccmp->cc_services);
726 switch (services & COS_MASK) {
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
KeyManagerFactoryTest.java 151 Set<Provider.Service> services = provider.getServices(); local
152 for (Provider.Service service : services) {
  /frameworks/base/services/java/com/android/server/
AccessibilityManagerService.java 369 * @param isDefault True to notify default listeners, not default services.
385 // An out of bounds exception can happen if services are going away
387 // there are no more services to notify.
429 List<Service> services = mServices; local
432 for (int i = 0, count = services.size(); i < count; i++) {
433 Service service = services.get(i);
492 * event source and already notified services for that event type. Specifically, a
494 * providing the same feedback type has been notified. Exception are services the
500 * @param handledFeedbackTypes The feedback types for which services have been notified.
535 * Manages services by starting enabled ones and stopping disabled ones
546 List<Service> services = mServices; local
596 List<Service> services = mServices; local
    [all...]
  /external/bluetooth/bluez/plugins/
service.c 617 sdp_list_t *services; local
646 if (sdp_get_service_classes(record, &services) < 0) {
651 if (services == NULL)
654 uuid = services->data;
657 sdp_list_free(services, bt_free);
  /external/dbus/bus/
driver.c 29 #include "services.h"
376 char **services; local
393 if (!bus_registry_list_services (registry, &services, &len))
406 dbus_free_string_array (services);
418 dbus_free_string_array (services);
429 &services[i]))
431 dbus_free_string_array (services);
439 dbus_free_string_array (services);
469 char **services; local
486 if (!bus_activation_list_services (activation, &services, &len)
    [all...]
  /external/qemu/hw/
bt-sdp.c 41 int services; member in struct:bt_l2cap_sdp_state_s
126 for (i = 0; i < sdp->services; i ++)
144 for (i = 0; i < sdp->services; i ++)
182 for (i = 0; i < sdp->services; i ++)
260 if (handle < 0 || handle > sdp->services)
361 for (i = 0; i < sdp->services; i ++)
380 for (i = 0; i < sdp->services; i ++) {
443 for (i = 0; i < sdp->services; i ++)
570 for (i = 0; i < sdp->services; i ++) {
753 sdp->services = 0
947 struct sdp_def_service_s *services[] = { local
    [all...]
  /external/bluetooth/bluez/src/
storage.c 698 static GSList *service_string_to_list(char *services)
701 char *start = services;
705 if (services[i] == '\0')
708 if (services[i] == ' ' || services[i] == '\0') {
709 services[i] = '\0';
711 start = services + i + 1;
718 static char *service_list_to_string(GSList *services)
723 if (!services)
728 while (services) {
748 GSList *services = NULL, *match; local
794 GSList *services; local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ProcessRecord.java 65 boolean foregroundServices; // Running any services that are foreground?
95 final HashSet<ServiceRecord> services = new HashSet<ServiceRecord>(); field in class:ProcessRecord
96 // services that are currently executing code (need to remain foreground).
227 if (services.size() > 0) {
228 pw.print(prefix); pw.print("services="); pw.println(services);
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageManagerTest.java 149 List<ResolveInfo> services = mPackageManager.queryIntentServices(serviceIntent, local
151 checkServiceInfoName(SERVICE_NAME, services);
    [all...]
  /external/bluetooth/bluez/tools/
hciconfig.c 656 static const char *services[] = { "Positioning", local
699 for (i = 0; i < (sizeof(services) / sizeof(*services)); i++)
703 printf("%s", services[i]);
    [all...]

Completed in 767 milliseconds

1 2