Home
last modified time | relevance | path

Searched defs:Service (Results 1 – 13 of 13) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/
Ddbus-wpa_supplicant.service2 Name=fi.epitest.hostap.WPASupplicant
3 Exec=/sbin/wpa_supplicant -u
4 User=root
/external/dbus/test/data/valid-service-files/
Ddebug-shell-echo-fail.service.in2 Name=org.freedesktop.DBus.TestSuiteShellEchoServiceFail
3 Exec=@TEST_SHELL_SERVICE_BINARY@ "this should 'fail' because of an unterminated quote
Ddebug-segfault.service.in2 Name=org.freedesktop.DBus.TestSuiteSegfaultService
3 Exec=@TEST_SEGFAULT_BINARY@
Ddebug-echo.service2 Name=org.freedesktop.DBus.TestSuiteEchoService
3 Exec=/home/quinticent/devel/dbus-branch/dbus_1_0/test/test-service
Ddebug-shell-echo-fail.service2 Name=org.freedesktop.DBus.TestSuiteShellEchoServiceFail
3 …/dbus-branch/dbus_1_0/test/test-shell-service "this should 'fail' because of an unterminated quote
Ddebug-shell-echo-success.service.in2 Name=org.freedesktop.DBus.TestSuiteShellEchoServiceSuccess
3 Exec=@TEST_SHELL_SERVICE_BINARY@ -test "that" 'we get' back --what "we put in"
Ddebug-segfault.service2 Name=org.freedesktop.DBus.TestSuiteSegfaultService
3 Exec=/home/quinticent/devel/dbus-branch/dbus_1_0/test/test-segfault
Ddebug-echo.service.in2 Name=org.freedesktop.DBus.TestSuiteEchoService
3 Exec=@TEST_SERVICE_BINARY@
Ddebug-shell-echo-success.service2 Name=org.freedesktop.DBus.TestSuiteShellEchoServiceSuccess
3 …nt/devel/dbus-branch/dbus_1_0/test/test-shell-service -test "that" 'we get' back --what "we put in"
/external/protobuf/src/google/protobuf/
Dservice.h110 class Service; variable
127 inline Service() {} in Service() function
/external/protobuf/java/src/main/java/com/google/protobuf/
DService.java48 public interface Service { interface
/external/guava/src/com/google/common/base/
DService.java47 public interface Service { interface
/external/protobuf/python/google/protobuf/
Dservice.py51 class Service(object): class