HomeSort by relevance Sort by last modified time
    Searched refs:service (Results 451 - 475 of 2280) sorted by null

<<11121314151617181920>>

  /system/connectivity/shill/wifi/
wifi.h 21 // 802.11 station. An Access Point (AP) (or, more correctly, a Basic Service
23 // which is the same concept as Extended Service Set (ESS) in 802.11,
25 // that provide that service.
72 // of WPA Supplicant's current service. This state is stored in
109 #include "shill/service.h"
158 // Callback for when a service is configured with an IP.
160 // Callback for when a service fails to configure with an IP.
185 virtual void ConnectTo(WiFiService* service);
187 // After checking |service| state is active, initiate
189 virtual void DisconnectFromIfActive(WiFiService* service);
    [all...]
  /external/autotest/client/site_tests/network_3GSafetyDance/
network_3GSafetyDance.py 58 # cellular technology and the service subsequently disappeared
66 service = self.test_env.shill.wait_for_cellular_service_object(
73 service=service,
82 service = self.test_env.shill.wait_for_cellular_service_object(
89 service=service,
  /external/avahi/avahi-core/
Android.mk 23 browse-service-type.c \
24 browse-service.c \
25 resolve-service.c \
  /external/curl/lib/
curl_sasl.h 107 const char *service; /* The service name */ member in struct:SASLproto
139 char *Curl_sasl_build_spn(const char *service, const char *instance);
141 TCHAR *Curl_sasl_build_spn(const char *service, const char *instance);
149 char *Curl_sasl_build_gssapi_spn(const char *service, const char *host);
159 const char *service,
210 const char *service,
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ListenerCallQueueTest.java 76 ExecutorService service = Executors.newFixedThreadPool(4); local
79 new ListenerCallQueue<Object>(new Object(), service);
93 service.shutdown();
98 ExecutorService service = Executors.newFixedThreadPool(4); local
101 new ListenerCallQueue<Object>(new Object(), service);
119 service.shutdown();
  /external/iptables/extensions/
libxt_udp.c 66 const struct servent *service; local
68 if ((service = getservbyport(htons(port), "udp")))
69 return service->s_name;
77 const char *service; local
79 if (numeric || (service = port_to_service(port)) == NULL)
82 printf("%s", service);
  /packages/apps/Camera2/src/com/android/camera/util/
AndroidServices.java 41 * Initializable singleton set of android service providers.
82 Object service = ApiHelper.HAS_CAMERA_2_API ? getSystemService(Context.CAMERA_SERVICE) local
84 cameraManager = (CameraManager) service;
133 private Object getSystemService(String service) {
136 Object result = mContext.getSystemService(service);
139 Log.w(TAG, "Warning: providing system service " + service + " took " +
142 Log.v(TAG, "Provided system service " + service + " in " + duration + "ms");
  /system/connectivity/shill/
profile.h 107 // Begin managing the persistence of |service|.
108 // Returns true if |service| is new to this profile and was added,
109 // false if the |service| already existed.
110 virtual bool AdoptService(const ServiceRefPtr& service);
112 // Cease managing the persistence of the Service |service|.
113 // Returns true if |service| was found and abandoned, or not found.
115 virtual bool AbandonService(const ServiceRefPtr& service);
117 // Clobbers persisted notion of |service| with data from |service|
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /system/core/adb/
adb.cpp 403 // to send A_CLSE back to device to close the service on device.
    [all...]
  /bionic/libc/tools/
genserv.py 10 this program is used to generate the hard-coded internet service list for the
17 class Service:
42 result = [] # list of Service objects
55 service = Service( m.group(1), int(m.group(2)), m.group(3) )
62 service.add_alias(m.group(1))
65 result.append(service)
  /external/autotest/client/cros/cellular/
modem1.py 48 self.service = manager.service
52 obj = self.bus.get_object(self.service, self.path)
56 obj = self.bus.get_object(self.service, self.path)
60 obj = self.bus.get_object(self.service, self.path)
64 obj = self.bus.get_object(self.service, self.path)
68 obj = self.bus.get_object(self.service, self.path)
72 obj = self.bus.get_object(self.service, self.path)
109 sim_obj = self.bus.get_object(self.service, props['Sim'])
243 """An object which talks to a ModemManager1 service.""
    [all...]
  /external/autotest/client/site_tests/network_3GFailedConnect/
network_3GFailedConnect.py 60 service to enter the Failed state.
75 service = self.test_env.shill.find_cellular_service_object()
78 service.Connect()
83 service,
89 raise error.TestFail('Service state should be failure not %s' %
  /external/autotest/client/site_tests/network_RoamWifiEndToEnd/
network_RoamWifiEndToEnd.py 30 @return Service list of the required network; None if network not found
35 for service in networks:
36 if service['Name'] == self.SSID:
37 return service
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
sample_tools.py 56 A tuple of (service, flags), where service is the service object and flags
94 # Construct a service object via the discovery service.
95 service = discovery.build(name, version, http=http)
97 # Construct a service object using a local discovery document file.
99 service = discovery.build_from_document(
103 return (service, flags)
  /external/selinux/libselinux/utils/
getdefaultcon.c 14 fprintf(stderr, "usage: %s [-l level] [-s service] user [fromcon]\n", name);
24 char *service = NULL; local
37 service = strdup(optarg);
68 if ((ret = getseuser(user, service, &seuser, &dlevel)) == 0) {
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderFactory.java 119 String service = "META-INF/services/" + property; local
124 in = ClassLoader.getSystemResourceAsStream (service);
126 in = loader.getResourceAsStream (service);
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
MultiTouchChannel.java 25 import com.android.tools.sdkcontroller.service.ControllerService;
57 public MultiTouchChannel(ControllerService service) {
58 super(service, Channel.MULTITOUCH_CHANNEL);
  /system/connectivity/apmanager/dbus/
service_dbus_adaptor.cc 23 #include "apmanager/service.h"
36 Service* service)
41 service->identifier())),
43 service_(service) {
  /system/tpm/attestation/server/
dbus_service.h 36 // DBusService does not take ownership of |service|; it must remain valid for
39 AttestationInterface* service);
46 void set_service(AttestationInterface* service) {
47 service_ = service;
  /cts/tests/tests/alarmclock/service/src/android/alarmclock/service/
MainRecognitionService.java 17 package android.alarmclock.service;
24 * Stub recognition service needed to be a complete voice interactor.
  /cts/tests/tests/assist/service/src/android/voiceinteraction/service/
DisableContextActivity.java 17 package android.assist.service;
38 Log.i(TAG, "Starting service.");
MainRecognitionService.java 17 package android.assist.service;
24 * Stub recognition service needed to be a complete voice interactor.

Completed in 2555 milliseconds

<<11121314151617181920>>