HomeSort by relevance Sort by last modified time
    Searched refs:Service (Results 176 - 200 of 1033) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/extras/simpleperf/demo/SimpleperfExamplePureJava/app/src/main/java/com/example/simpleperf/simpleperfexamplepurejava/
MultiProcessService.java 3 import android.app.Service;
10 public class MultiProcessService extends Service {
  /external/flatbuffers/tests/
monster_test.grpc.fb.h 78 class Service : public ::grpc::Service {
80 Service();
81 virtual ~Service();
88 void BaseClassMustBeDerivedFromService(const Service *service) {}
91 ::grpc::Service::MarkMethodAsync(0);
102 ::grpc::Service::RequestAsyncUnary(0, context, request, response, new_call_cq, notification_cq, tag);
108 void BaseClassMustBeDerivedFromService(const Service *service) {}
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/
Pcd.inf 312 Service.c
313 Service.h
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
Pcd.inf 2 # PCD PEIM produces PCD database to manage all dynamic PCD in PEI phase and install Pcd Ppi service.
310 Service.c
311 Service.h
  /device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/
TlsDriver.h 2 Header file of the Driver Binding and Service Binding Protocol for TlsDxe driver.
36 /// TLS Service Data
73 TLS_SERVICE *Service;
113 @param[in] Service The pointer to the TLS service.
122 IN TLS_SERVICE *Service,
127 Release all the resources used by the TLS service binding instance.
129 @param[in] Service The TLS service data.
134 IN TLS_SERVICE *Service
    [all...]
  /external/perfetto/include/perfetto/tracing/core/
shared_memory_arbiter.h 28 #include "perfetto/tracing/core/service.h"
41 // from the SharedMemory it receives from the Service-side.
48 // the Service to reconstruct TracePackets written by the same TraceWriter.
53 // Notifies the service that all data for the given FlushRequestID has been
61 Service::ProducerEndpoint*,
service.h 47 // The public API of the tracing Service business logic.
52 // the actual service implementation.
56 // The service business logic in src/core/service_impl.cc.
57 class PERFETTO_EXPORT Service {
59 // The API for the Producer port of the Service.
64 // the service don't talk locally but via some IPC mechanism.
75 // buffer (shared between Service and Producer) have changed.
87 // underying shared memory buffer and signalling to the Service. This method
93 // writer should be stored by the tracing service. This value is passed
104 // The API for the Consumer port of the Service
    [all...]
  /external/perfetto/src/tracing/ipc/service/
service_ipc_host_impl.cc 17 #include "src/tracing/ipc/service/service_ipc_host_impl.h"
22 #include "perfetto/tracing/core/service.h"
24 #include "src/tracing/ipc/service/consumer_ipc_service.h"
25 #include "src/tracing/ipc/service/producer_ipc_service.h"
71 svc_ = Service::CreateInstance(std::move(shm_factory), task_runner_);
86 std::unique_ptr<ipc::Service>(new ProducerIPCService(svc_.get())));
90 std::unique_ptr<ipc::Service>(new ConsumerIPCService(svc_.get())));
96 Service* ServiceIPCHostImpl::service_for_testing() const {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
ServiceController.java 7 import android.app.Service;
14 public class ServiceController<T extends Service> extends ComponentController<ServiceController<T>, T> {
16 public static <T extends Service> ServiceController<T> of(T service, Intent intent) {
17 ServiceController<T> controller = new ServiceController<>(service, intent);
22 private ServiceController(T service, Intent intent) {
23 super(service, intent);
31 ReflectionHelpers.callInstanceMethod(Service.class, component, "attach",
  /external/tensorflow/tensorflow/compiler/xla/service/
local_service.h 22 #include "tensorflow/compiler/xla/service/backend.h"
23 #include "tensorflow/compiler/xla/service/compiler.h"
24 #include "tensorflow/compiler/xla/service/device_memory_allocator.h"
25 #include "tensorflow/compiler/xla/service/executable.h"
26 #include "tensorflow/compiler/xla/service/service.h"
27 #include "tensorflow/compiler/xla/service/shaped_buffer.h"
35 // Service implementation that extends the XLA Service to leverage running
37 class LocalService : public Service {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Provider2Test.java 131 // Regression Test for Provider.Service.getAlias(), which is an package
137 Provider.Service service = new Provider.Service(mockProvider, local
139 mockProvider.putService(service);
162 public void putService(Provider.Service service) {
163 super.putService(service);
166 public void removeService(Provider.Service service) {
    [all...]
ProviderTest.java 35 import java.security.Provider.Service;
302 Provider.Service s = (Provider.Service)it.next();
318 fail("Incorrect service");
335 Provider.Service s = p.getService("MessageDigest", "SHA-1");
376 public void putService(Provider.Service s) {
382 public void removeService(Provider.Service s) {
403 Provider.Service s = p2.getService("MessageDigest", "ASH-1");
418 Set<Provider.Service> services = myProvider.getServices();
421 Provider.Service s[] = new Provider.Service[3]
    [all...]
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
BgService.java 20 import android.app.Service;
31 * Make sure that when only a bg service is running, shortcut manager calls are throttled.
33 public class BgService extends Service {
57 return Service.START_NOT_STICKY;
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
AudioTestService.java 20 import android.app.Service;
29 * This is the Service being created during the first onStart() in the activity.
30 * Threads that are needed for the test will be created under this Service.
31 * At the end of the test, this Service will pass the test results back to LoopbackActivity.
34 public class AudioTestService extends Service {
43 log("Audio Test Service created!");
49 log("Service onStartCommand: " + startId);
51 return Service.START_NOT_STICKY;
56 * This method will run the Service as Foreground Service, so the Service won't be kille
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
Service.java 30 * <p>The normal lifecycle of a service is:
39 * <p>There are deviations from this if there are failures or if {@link Service#stopAsync} is called
40 * before the {@link Service} reaches the {@linkplain State#RUNNING RUNNING} state. The set of legal
43 * and {@link State#TERMINATED} states are terminal states, once a service enters either of these
52 * @since 9.0 (in 1.0 as {@code com.google.common.base.Service})
55 public interface Service {
57 * If the service state is {@link State#NEW}, this initiates service startup and returns
58 * immediately. A stopped service may not be restarted.
61 * @throws IllegalStateException if the service is not {@link State#NEW
    [all...]
  /external/perfetto/src/tracing/test/
mock_producer.h 26 #include "perfetto/tracing/core/service.h"
45 void Connect(Service* svc,
61 Service::ProducerEndpoint* endpoint() { return service_endpoint_.get(); }
76 std::unique_ptr<Service::ProducerEndpoint> service_endpoint_;
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 5 import android.app.Service;
16 @Implements(Service.class)
18 @RealObject Service realService;
76 ((ShadowApplication) shadowOf(getApplicationContext())).assertNoBroadcastListenersRegistered(realService, "Service");
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowService.java 5 import android.app.Service;
13 @Implements(Service.class)
15 @RealObject Service realService;
72 * @return Is this service stopped by self.
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
FacadeManagerFactory.java 19 import android.app.Service;
33 private final Service mService;
38 public FacadeManagerFactory(int sdkLevel, Service service, Intent intent,
41 mService = service;
  /external/libmojo/mojo/public/cpp/bindings/tests/
binding_unittest.cc 37 class ServiceImpl : public sample::Service {
47 // sample::Service implementation
88 Binding<sample::Service> binding(&impl, std::move(request));
108 Binding<sample::Service> binding(&impl, std::move(request));
109 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
123 ptr->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
137 Binding<sample::Service> binding(&impl, GetProxy(&ptr));
156 Binding<sample::Service> binding(&impl, GetProxy(&ptr));
174 InterfaceRequest<sample::Service> request)
190 Binding<sample::Service> binding_
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 51 ATTRIBUTE Service-Type 6 integer
60 ATTRIBUTE Login-Service 15 integer
135 VALUE Service-Type Login-User 1
136 VALUE Service-Type Framed-User 2
137 VALUE Service-Type Callback-Login-User 3
138 VALUE Service-Type Callback-Framed-User 4
139 VALUE Service-Type Outbound-User 5
140 VALUE Service-Type Administrative-User 6
141 VALUE Service-Type NAS-Prompt-User 7
162 VALUE Login-Service Telnet
    [all...]
  /frameworks/native/libs/vr/libpdx/
service.cpp 1 #include "pdx/service.h"
23 : service_{Service::GetFromMessageInfo(info)},
56 "ERROR: Service \"%s\" failed to reply to message: op=%d pid=%d "
389 Service* service, int flags, const std::shared_ptr<Channel>& channel,
392 return service->PushChannel(this, flags, channel, channel_id);
405 Status<int> Message::CheckChannel(const Service* service, ChannelReference ref,
408 return service->CheckChannel(this, ref, channel);
443 std::shared_ptr<Service> Message::GetService() const { return service_.lock();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stm.h 27 typedef WINBOOL (WINAPI *PIS_SERVICE)(USHORT Type,PUCHAR Name,PIPX_SERVICE Service);
38 typedef DWORD (WINAPI *PENUMERATE_GET_NEXT_SERVICE)(HANDLE EnumerationHandle,PIPX_SERVICE Service);
45 typedef DWORD (WINAPI *PGET_FIRST_ORDERED_SERVICE)(DWORD OrderingMethod,DWORD ExclusionFlags,PIPX_SERVICE Service);
46 typedef DWORD (WINAPI *PGET_NEXT_ORDERED_SERVICE)(DWORD OrderingMethod,DWORD ExclusionFlags,PIPX_SERVICE Service);
49 typedef WINBOOL (WINAPI *PGET_SERVICE_FROM_ID)(ULONG ServiceID,PIPX_SERVICE Service);
  /system/core/init/
service_test.cpp 17 #include "service.h"
31 TEST(service, pod_initialized) {
32 constexpr auto memory_size = sizeof(Service);
33 alignas(alignof(Service)) char old_memory[memory_size];
40 Service* service_in_old_memory =
41 new (old_memory) Service("test_old_memory", nullptr, dummy_args);
60 Service* service_in_old_memory2 = new (old_memory) Service(
77 TEST(service, make_temporary_oneshot_service_invalid_syntax) {
80 ASSERT_EQ(nullptr, Service::MakeTemporaryOneshotService(args))
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 57 ArrayMap<String, ArrayList<Service>> mServices = new ArrayMap<>(1);
111 ArrayList<Service> value = new ArrayList<Service>();
112 in.readTypedList(value, Service.CREATOR);
178 // way: the one that has the longest running service, accounts for at least
222 ArrayList<Service> subProcServices = null;
224 ArrayList<Service> subServices = mServices.valueAt(isp);
233 Service service = subProcServices.get(iss); local
234 if (service.mDuration > thisRunTime)
    [all...]

Completed in 1139 milliseconds

1 2 3 4 5 6 78 91011>>