/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/ |
service.h | 45 // When you use the protocol compiler to compile a service definition, it 46 // generates two classes: An abstract interface for the service (with 47 // methods matching the service definition) and a "stub" implementation. 49 // local implementation of the service. 51 // For example, the service definition: 52 // service MyService { 110 class Service; 123 // interface can be used to call the methods of the Service without knowing 125 class LIBPROTOBUF_EXPORT Service { 127 inline Service() {} [all...] |
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/ |
service.h | 45 // When you use the protocol compiler to compile a service definition, it 46 // generates two classes: An abstract interface for the service (with 47 // methods matching the service definition) and a "stub" implementation. 49 // local implementation of the service. 51 // For example, the service definition: 52 // service MyService { 110 class Service; 123 // interface can be used to call the methods of the Service without knowing 125 class LIBPROTOBUF_EXPORT Service { 127 inline Service() {} [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
service.h | 45 // When you use the protocol compiler to compile a service definition, it 46 // generates two classes: An abstract interface for the service (with 47 // methods matching the service definition) and a "stub" implementation. 49 // local implementation of the service. 51 // For example, the service definition: 52 // service MyService { 110 class Service; 123 // interface can be used to call the methods of the Service without knowing 125 class LIBPROTOBUF_EXPORT Service { 127 inline Service() {} [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
service.h | 45 // When you use the protocol compiler to compile a service definition, it 46 // generates two classes: An abstract interface for the service (with 47 // methods matching the service definition) and a "stub" implementation. 49 // local implementation of the service. 51 // For example, the service definition: 52 // service MyService { 111 class Service; 124 // interface can be used to call the methods of the Service without knowing 126 class LIBPROTOBUF_EXPORT Service { 128 inline Service() {} [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
service.h | 45 // When you use the protocol compiler to compile a service definition, it 46 // generates two classes: An abstract interface for the service (with 47 // methods matching the service definition) and a "stub" implementation. 49 // local implementation of the service. 51 // For example, the service definition: 52 // service MyService { 110 class Service; 123 // interface can be used to call the methods of the Service without knowing 125 class LIBPROTOBUF_EXPORT Service { 127 inline Service() {} [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
HttpDns.c | 42 HTTP_SERVICE *Service;
50 Service = HttpInstance->Service;
51 ASSERT (Service != NULL);
60 Status = gBS->HandleProtocol (Service->ControllerHandle, &gEfiIp4Config2ProtocolGuid, (VOID **) &Ip4Config2);
90 Service->ControllerHandle,
91 Service->ImageHandle,
103 Service->ImageHandle,
104 Service->ControllerHandle,
199 Service->ImageHandle, [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/ |
Dhcp6Impl.c | 78 DHCP6_SERVICE *Service;
85 Service = Instance->Service;
119 Service->UdpIo,
121 Service,
137 Service->UdpIo->Protocol.Udp6->Poll (Service->UdpIo->Protocol.Udp6);
176 DHCP6_SERVICE *Service;
183 Service = Instance->Service;
[all...] |
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/ |
InstrumentationUiAutomatorBridge.java | 19 import android.app.Service; 41 mContext.getSystemService(Service.WINDOW_SERVICE); 53 mContext.getSystemService(Service.POWER_SERVICE);
|
/system/core/init/ |
service_test.cpp | 17 #include "service.h" 29 TEST(service, pod_initialized) { 30 constexpr auto memory_size = sizeof(Service); 31 alignas(alignof(Service)) char old_memory[memory_size]; 38 Service* service_in_old_memory = new (old_memory) Service("test_old_memory", dummy_args); 57 Service* service_in_old_memory2 = new (old_memory) 58 Service("test_old_memory", 0U, 0U, 0U, std::vector<gid_t>(), CapSet(), 0U, "", dummy_args);
|
/cts/tests/app/app/src/android/app/stubs/ |
StubRemoteService.java | 19 import android.app.Service; 24 public class StubRemoteService extends Service{
|
/cts/tests/tests/content/src/android/content/cts/ |
MockService.java | 19 import android.app.Service; 24 public class MockService extends Service { 35 * set the result as true when service bind 44 * set the result as true when service start
|
/cts/tests/tests/os/src/android/os/cts/ |
CtsRemoteService.java | 19 import android.app.Service; 24 public class CtsRemoteService extends Service{
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
SyncService.java | 19 import android.app.Service; 24 /** Service to handle sync requests. 26 * <p>This service is invoked in response to Intents with action android.content.SyncAdapter, and 35 public class SyncService extends Service { 47 Log.i(TAG, "Service created"); 61 Log.i(TAG, "Service destroyed");
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/ |
SyncService.java | 19 import android.app.Service; 24 /** Service to handle sync requests. 26 * <p>This service is invoked in response to Intents with action android.content.SyncAdapter, and 35 public class SyncService extends Service { 47 Log.i(TAG, "Service created"); 61 Log.i(TAG, "Service destroyed");
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
SyncService.java | 19 import android.app.Service; 24 /** Service to handle sync requests. 26 * <p>This service is invoked in response to Intents with action android.content.SyncAdapter, and 35 public class SyncService extends Service { 47 Log.i(TAG, "Service created"); 61 Log.i(TAG, "Service destroyed");
|
/external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/ |
Count.java | 25 final Service service; field in class:Count 29 public Count(Counter counter, Service service) { 31 this.service = service; 43 return service.getStatus();
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/ |
StartedServiceMatcher.java | 3 import android.app.Service; 25 public StartedServiceMatcher(String packageName, Class<? extends Service> expectedServiceClass) { 29 public StartedServiceMatcher(Class<? extends Service> expectedServiceClass) { 33 public StartedServiceMatcher(Class<? extends Service> expectedServiceClass, String expectedAction) { 65 // Test only that we are sending intent to the right service class 87 public static Intent createIntent(Class<? extends Service> serviceClass, String extraKey, String extraValue) { 93 public static Intent createIntent(Class<? extends Service> serviceClass, String action) { 99 public static Intent createIntent(Class<? extends Service> serviceClass) { 101 String packageName = "android.service"; 109 public static Intent createIntent(String packageName, Class<? extends Service> serviceClass) [all...] |
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
TestService.java | 3 import android.app.Service; 9 class TestService extends Service implements ServiceConnection { 11 IBinder service; field in class:TestService 20 public void onServiceConnected(ComponentName name, IBinder service) { 22 this.service = service;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
RecentsSystemUserService.java | 19 import android.app.Service; 27 * A strictly system-user service that is started by the secondary user's Recents (with a limited 31 public class RecentsSystemUserService extends Service {
|
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/ |
IsolatedService.java | 19 import android.app.Service; 25 public class IsolatedService extends Service { 31 Log.i("IsolatedService", "Service created in pid " + android.os.Process.myPid()); 42 Log.i("IsolatedService", "Service destroyed in pid " + android.os.Process.myPid());
|
ServiceUserTarget.java | 19 import android.app.Service; 26 public class ServiceUserTarget extends Service { 33 "Service created as user " + UserHandle.myUserId(),
|
SingleUserService.java | 19 import android.app.Service; 26 public class SingleUserService extends Service { 33 "Service created as user " + UserHandle.myUserId(),
|
/frameworks/base/tests/AmSlam/src/test/amslam/ |
PingReceiver.java | 19 import android.app.Service; 25 public class PingReceiver extends Service {
|
/frameworks/base/tests/utils/SleepUtils/AlarmService/src/com/android/testing/alarmservice/ |
AlarmService.java | 19 import android.app.Service; 24 public class AlarmService extends Service {
|
/frameworks/support/customtabs/src/android/support/customtabs/ |
PostMessageService.java | 19 import android.app.Service; 26 * A service to receive postMessage related communication from a Custom Tabs provider. 28 public class PostMessageService extends Service {
|