Searched refs:service (Results 1 - 25 of 1072) sorted by last modified time

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/
H A DMakefile31 ALL += systemd/wpa_supplicant.service
32 ALL += systemd/wpa_supplicant@.service
33 ALL += systemd/wpa_supplicant-nl80211@.service
34 ALL += systemd/wpa_supplicant-wired@.service
35 ALL += dbus/fi.epitest.hostap.WPASupplicant.service
36 ALL += dbus/fi.w1.wpa_supplicant1.service
1682 %.service: %.service.in
1685 %@.service: %.service
[all...]
H A Dp2p_supplicant.c2037 const char *service)
2044 os_strcmp(service, usrv->service) == 0)
2094 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Matching Bonjour service",
2127 return 0; /* Failed to uncompress service */
2173 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Matching Bonjour service",
2185 wpa_printf(MSG_DEBUG, "P2P: Requested Bonjour service not "
2219 if (wpabuf_tailroom(resp) < 5 + 1 + os_strlen(usrv->service))
2232 usrv->service);
2233 wpabuf_put_str(resp, usrv->service);
2036 wpas_p2p_service_get_upnp(struct wpa_supplicant *wpa_s, u8 version, const char *service) argument
2761 wpas_p2p_service_add_upnp(struct wpa_supplicant *wpa_s, u8 version, const char *service) argument
2784 wpas_p2p_service_del_upnp(struct wpa_supplicant *wpa_s, u8 version, const char *service) argument
[all...]
H A Dp2p_supplicant.h84 const char *service);
86 const char *service);
H A Dwpa_supplicant_i.h240 char *service; member in struct:p2p_srv_upnp
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c2216 char *service = NULL; local
2241 } else if (!os_strcmp(entry.key, "service") &&
2243 service = os_strdup(entry.str_value);
2262 if (version <= 0 || service == NULL)
2265 if (wpas_p2p_service_add_upnp(wpa_s, version, service) != 0)
2268 os_free(service);
2269 service = NULL;
2285 os_free(service);
2302 char *service = NULL; local
2333 else if (!os_strcmp(entry.key, "service")
2401 char *service = NULL; local
[all...]
/external/valgrind/main/VEX/switchback/
H A Dswitchback.c758 extern void entry ( void*(*service)(int,int) );
H A Dtest_bzip2.c6056 void entry ( HWord(*service)(HWord,HWord) )
6062 serviceFn = service;
H A Dtest_hello.c3 static void bar ( void*(*service)(int,int) )
7 service(1, 'h');
8 service(1, 'e');
9 service(1, 'l');
10 service(1, 'l');
11 service(1, 'o');
12 service(1, '\n');
15 void entry ( void*(*service)(int,int) )
17 bar(service);
18 service(
[all...]
H A Dtest_ppc_jm1.c4607 void entry ( HWord(*service)(HWord,HWord) )
4610 serviceFn = service;
4612 (*service)(0,0);
H A Dtest_simple.c3 static void bar ( void*(*service)(int,int) )
8 void entry ( void*(*service)(int,int) )
10 bar(service);
11 service(0,0);
/external/smack/src/org/apache/harmony/javax/security/sasl/
H A DSasl.java34 // SaslClientFactory service name
37 // SaslServerFactory service name
93 private static Collection<?> findFactories(String service) { argument
105 if (s.startsWith(service)) {
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFaultTolerantNegotiator.java83 CompletionService<InputStream> service
89 futures.add(service.submit(new NegotiatorService(collector)));
90 futures.add(service.submit(new NegotiatorService(collector)));
97 future = service.poll(10, TimeUnit.SECONDS);
/external/smack/src/org/xbill/DNS/
H A DNAPTRRecord.java19 private byte [] flags, service, regexp; field in class:NAPTRRecord
36 * @param service The service or protocol available down the rewrite path.
44 String flags, String service, String regexp, Name replacement)
51 this.service = byteArrayFromString(service);
65 service = in.readCountedString();
76 service = byteArrayFromString(st.getString());
95 sb.append(byteArrayToString(service, true));
121 /** Returns service */
43 NAPTRRecord(Name name, int dclass, long ttl, int order, int preference, String flags, String service, String regexp, Name replacement) argument
[all...]
H A DWKSRecord.java469 private static Mnemonic services = new Mnemonic("TCP/UDP service",
558 * Converts a TCP/UDP service port number into its textual
567 * Converts a textual representation of a TCP/UDP service into its
569 * @param s The textual representation of the service.
604 checkU16("service", services[i]);
649 int service = Service.value(t.value);
650 if (service < 0) {
651 throw st.exception("Invalid TCP/UDP service: " +
654 list.add(new Integer(service));
/external/sepolicy/
H A Dproperty_contexts2 # property service keys
23 service. u:object_r:system_prop:s0
32 service.adb.root u:object_r:shell_prop:s0
33 service.adb.tcp.port u:object_r:shell_prop:s0
38 persist.service. u:object_r:system_prop:s0
39 persist.service.bdroid. u:object_r:bluetooth_prop:s0
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowApplication.java154 Object service = systemServices.get(name);
155 if (service == null) {
159 service = newInstanceOf(Class.forName(serviceClassName));
163 systemServices.put(name, service);
166 return service;
180 return new ComponentName("some.service.package", "SomeServiceName-FIXME");
191 public void setComponentNameAndServiceForBindService(ComponentName name, IBinder service) { argument
193 this.serviceForBindService = service;
292 * Consumes the {@code Intent} requested to stop a service by {@link #stopService(android.content.Intent)}
514 public void setSystemService(String key, Object service) { argument
[all...]
H A DShadowContextWrapper.java129 public ComponentName startService(Intent service) { argument
130 return getApplicationContext().startService(service);
177 * @return the next started {@code Intent} for a service
185 * service intents.
194 * @return the next started {@code Intent} for a service
202 * a service (irrespective of if the service was running)
204 * @return {@code Intent} for the next service requested to be stopped
/external/robolectric/src/test/java/com/xtremelabs/robolectric/matchers/
H A DStartedServiceMatcherTest.java6 import android.service.wallpaper.WallpaperService;
21 private WallpaperService service; field in class:StartedServiceMatcherTest
29 service = new WallpaperService() {
41 givesFailureMessage((Context) service, "to start " + createIntent(WallpaperService.class) + ", but didn't start anything"));
44 givesFailureMessage((Context) service, "to start " + createIntent(WallpaperService.class, "view") + ", but didn't start anything"));
47 givesFailureMessage((Context) service, "to start " + intentWithExtra + ", but didn't start anything"));
54 service.startService(actualIntent);
56 givesFailureMessage((Context) service, "to start " + createIntent(IntentService.class) + ", but started " + actualIntent));
58 service.startService(actualIntent);
60 givesFailureMessage((Context) service, "t
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DApplicationTest.java118 TestService service = new TestService();
119 assertTrue(Robolectric.application.bindService(new Intent(""), service, Context.BIND_AUTO_CREATE));
121 assertNull(service.name);
122 assertNull(service.service);
126 assertEquals(expectedComponentName, service.name);
127 assertEquals(expectedBinder, service.service);
132 TestService service = new TestService();
136 Robolectric.application.bindService(new Intent(""), service, Contex
[all...]
H A DPendingIntentTest.java29 PendingIntent service = PendingIntent.getService(null, 0, expectedIntent, 0);
31 IntentSender intentSender = service.getIntentSender();
H A DServiceTest.java27 MyService service = new MyService();
28 service.registerReceiver(new AppWidgetProvider(), new IntentFilter());
29 service.onDestroy();
34 MyService service = new MyService();
39 service.onDestroy(); // should not throw exception
44 MyService service = new MyService();
46 service.unbindService(conn);
51 MyService service = new MyService();
52 shadowOf(service).setUnbindServiceShouldThrowIllegalArgument(true);
55 service
[all...]
H A DTestService.java11 IBinder service; field in class:TestService
20 public void onServiceConnected(ComponentName name, IBinder service) { argument
22 this.service = service;
/external/qemu/android/
H A Dboot-properties.c115 /* init service if needed */
257 boot_property_save( QEMUFile* f, QemudService* service, void* opaque ) argument
273 boot_property_load( QEMUFile* f, QemudService* service, void* opaque ) argument
345 derror("could not register '%s' service", SERVICE_NAME);
348 D("registered '%s' qemud service", SERVICE_NAME);

Completed in 3950 milliseconds

1234567891011>>