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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
IBordeauxServiceCallback.aidl 17 package android.bordeaux.services;
ILearning_MulticlassPA.aidl 17 package android.bordeaux.services;
24 import android.bordeaux.services.IntFloat;
IBordeauxService.aidl 17 package android.bordeaux.services;
19 import android.bordeaux.services.IBordeauxServiceCallback;
IPredictor.aidl 17 package android.bordeaux.services;
19 import android.bordeaux.services.StringFloat;
IAggregatorManager.aidl 17 package android.bordeaux.services;
19 import android.bordeaux.services.StringString;
IBordeauxLearner.java 17 package android.bordeaux.services;
ILearning_StochasticLinearRanker.aidl 17 package android.bordeaux.services;
24 import android.bordeaux.services.StringFloat;
Aggregator.java 17 package android.bordeaux.services;
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
Call.aidl 17 package com.android.services.telephony.common;
ICallHandlerService.aidl 17 package com.android.services.telephony.common;
19 import com.android.services.telephony.common.Call;
20 import com.android.services.telephony.common.ICallCommandService;
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 10 * Well Known Services - Lists services offered by this host.
113 /** MFE Network Services Protocol */
225 * TCP/UDP services. This is basically copied out of RFC 1010,
469 private static Mnemonic services = new Mnemonic("TCP/UDP service", field in class:WKSRecord.Service
473 services.setMaximum(0xFFFF);
474 services.setNumericAllowed(true);
476 services.add(RJE, "rje");
477 services.add(ECHO, "echo");
478 services.add(DISCARD, "discard")
579 private int [] services; field in class:WKSRecord
    [all...]
  /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/native/cmds/dumpsys/
dumpsys.cpp 40 Vector<String16> services; local
47 services = sm->listServices();
48 services.sort(sort_func);
51 services.add(String16(argv[1]));
57 const size_t N = services.size();
60 // first print a list of the current services
61 aout << "Currently running services:" << endl;
64 sp<IBinder> service = sm->checkService(services[i]);
66 aout << " " << services[i] << endl;
76 sp<IBinder> service = sm->checkService(services[i])
    [all...]
  /external/chromium_org/chrome/installer/util/
wmi_unittest.cc 13 IWbemServices* services = NULL; local
14 EXPECT_TRUE(WMI::CreateLocalConnection(true, &services));
15 ASSERT_TRUE(NULL != services);
16 ULONG refs = services->Release();
21 IWbemServices* services = NULL; local
22 EXPECT_TRUE(WMI::CreateLocalConnection(false, &services));
23 ASSERT_TRUE(NULL != services);
24 ULONG refs = services->Release();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
LocalServices.java 35 List<String> services = new ArrayList<String>(); local
36 services.add("urn:schemas-upnp-org:service:AVTransport:1");
37 services.add("urn:schemas-upnp-org:service:ConnectionManager:1");
41 services);
  /cts/tests/accessibility/src/android/view/accessibility/services/
SpeakingAccessibilityService.java 17 package android.view.accessibility.services;
VibratingAccessibilityService.java 17 package android.view.accessibility.services;
  /frameworks/base/tools/layoutlib/bridge/src/android/view/accessibility/
AccessibilityManager.java 95 * Requests interruption of the accessibility feedback from all accessibility services.
101 * Returns the {@link ServiceInfo}s of the installed accessibility services.
108 List<ServiceInfo> services = null; local
109 return Collections.unmodifiableList(services);
115 List<AccessibilityServiceInfo> services = null; local
116 return Collections.unmodifiableList(services);
  /external/chromium_org/chrome/browser/extensions/api/mdns/
mdns_apitest.cc 32 const DnsSdServiceList& services) {
33 api_->OnDnsSdEvent(service_type, services);
89 DnsSdRegistry::DnsSdServiceList services; local
93 services.push_back(service);
95 dns_sd_registry_->DispatchMDnsEvent(service_type, services);
96 dns_sd_registry_->DispatchMDnsEvent("_uninteresting._tcp.local", services);
97 dns_sd_registry_->DispatchMDnsEvent(service_type, services);
131 DnsSdRegistry::DnsSdServiceList services; local
135 services.push_back(service);
137 dns_sd_registry_->DispatchMDnsEvent(service_type, services);
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_stub_helper.cc 31 ShillServiceClient::TestInterface* services = local
34 services->SetServiceProperty(kStubPortalledWifiPath,
52 ShillServiceClient::TestInterface* services = local
60 if (!services || !profiles || !manager | !devices)
91 services->AddService("eth1", "eth1",
100 services->AddService("wifi1",
105 services->SetServiceProperty("wifi1",
110 services->AddService("wifi2",
115 services->SetServiceProperty("wifi2",
119 services->SetServiceProperty
    [all...]
  /frameworks/av/media/mediaserver/
Android.mk 33 frameworks/av/services/medialog \
34 frameworks/av/services/audioflinger \
35 frameworks/av/services/camera/libcameraservice
  /external/chromium_org/tools/deep_memory_profiler/visualizer/
app_unittest.py 17 import services namespace
54 # Call services function to create Profiler entity.
55 run_id = services.CreateProfiler(correct_blob['blob_info'])
58 self.assertEqual(services.GetProfiler(run_id), correct_blob['json_str'])
61 services.CreateProfiler(correct_blob['blob_info'])
62 self.assertEqual(services.Profiler.query().count(), 1)
66 # Call services function to create template entities.
67 services.CreateTemplates(correct_blob['blob_info'])
76 services.CreateTemplates(correct_blob['blob_info'])
77 self.assertEqual(services.Template.query().count(), 2
    [all...]
app.py 19 import services namespace
45 template_values['json'] = services.GetProfiler(run_id)
46 template_values['template'] = services.GetTemplate(tmpl_id)
58 run_id = services.CreateProfiler(blob_info)
59 default_key = services.CreateTemplates(blob_info)
83 tmpl_key = services.CreateTemplate(content)
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 61 // mUserServices holds the card emulation services that are running for each user
66 void onServicesUpdated(int userId, final List<ApduServiceInfo> services);
71 * All services that have registered
73 public final HashMap<ComponentName, ApduServiceInfo> services = field in class:RegisteredServicesCache.UserServices
78 UserServices services = mUserServices.get(userId); local
79 if (services == null) {
80 services = new UserServices();
81 mUserServices.put(userId, services);
83 return services;
132 void dump(ArrayList<ApduServiceInfo> services) {
157 final ArrayList<ApduServiceInfo> services = new ArrayList<ApduServiceInfo>(); local
166 final ArrayList<ApduServiceInfo> services = new ArrayList<ApduServiceInfo>(); local
    [all...]
  /external/chromium_org/mojo/services/gles2/
gles2_impl.h 20 namespace services { namespace in namespace:mojo
40 } // namespace services

Completed in 1328 milliseconds

1 2 3 4 5 6 7 8 91011>>