HomeSort by relevance Sort by last modified time
    Searched defs:Service (Results 1 - 25 of 272) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug084.go 9 type Service struct {
13 func (s *Service) Serve(a int64) {
20 var arith Service
24 a := new(Service)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug084.go 9 type Service struct {
13 func (s *Service) Serve(a int64) {
20 var arith Service
24 a := new(Service)
  /external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
Service.java 23 public interface Service {
  /libcore/support/src/test/java/tests/resources/ServiceLoader/
Service.java 23 public interface Service {
  /external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
Service.java 3 public interface Service {
  /external/perfetto/include/perfetto/tracing/core/
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...]
  /system/bt/service/common/bluetooth/
service.cc 17 #include <bluetooth/service.h>
20 Service::Service(const Service& other) {
28 Service& Service::operator=(const Service& other) {
39 bool Service::Equals(const Service& other) const {
45 bool Service::operator==(const Service& rhs) const { return Equals(rhs);
    [all...]
service.h 25 class Service {
27 Service() = default;
28 Service(const Service& other);
29 Service(uint16_t handle, bool primary, const Uuid& uuid,
31 const std::vector<Service>& included_services)
37 Service& operator=(const Service& other);
38 virtual ~Service() = default;
41 bool Equals(const Service& other) const
    [all...]
  /external/flatbuffers/tests/
monster_test.grpc.fb.cc 50 MonsterStorage::Service::Service() {
54 new ::grpc::RpcMethodHandler< MonsterStorage::Service, flatbuffers::grpc::Message<Monster>, flatbuffers::grpc::Message<Stat>>(
55 std::mem_fn(&MonsterStorage::Service::Store), this)));
59 new ::grpc::ServerStreamingHandler< MonsterStorage::Service, flatbuffers::grpc::Message<Stat>, flatbuffers::grpc::Message<Monster>>(
60 std::mem_fn(&MonsterStorage::Service::Retrieve), this)));
63 MonsterStorage::Service::~Service() {
66 ::grpc::Status MonsterStorage::Service::Store(::grpc::ServerContext* context, const flatbuffers::grpc::Message<Monster>* request, flatbuffers::grpc::Message<Stat>* response) {
73 ::grpc::Status MonsterStorage::Service::Retrieve(::grpc::ServerContext* context, const flatbuffers::grpc::Message<Stat>* request, ::grpc: (…)
    [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/tendo/n_faced_peerd/
service.py 6 import dbus.service
13 class Service(dbus_property_exposer.DBusPropertyExposer):
19 """Construct a org.chromium.peerd.Service DBus object.
23 @param service_id: string peerd service ID.
25 the metadata for the service.
30 super(Service, self).__init__(
45 # Claim the service interface.
56 @return dbus.String containing this service's peer_id.
65 @return dbus.String containing this service's service_id.
74 @return dbus.Dictionary containing this service's metadata
    [all...]
  /external/perfetto/include/perfetto/ipc/
service.h 29 // The base class for all the autogenerated host-side service interfaces.
30 class Service {
32 virtual ~Service();
60 // for that client until one of them calls Service::TakeReceivedFD.
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Service.java 37 * interface can be used to call the methods of the service without knowing
48 public interface Service {
50 * Get the {@code ServiceDescriptor} describing this service and its methods.
55 * <p>Call a method of the service specified by MethodDescriptor. This is
57 * definitions of the service's methods.
65 * being used by this Service. For stubs, the "correct type" depends
66 * on the RpcChannel which the stub is using. Server-side Service
100 * service.getDescriptorForType().findMethodByName("Foo");
104 * service.callMethod(method, request, callback);
112 * the {@code Service} implementation constructs the response message itself
    [all...]
  /external/protobuf/src/google/protobuf/
service.cc 35 #include <google/protobuf/service.h>
40 Service::~Service() {}
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/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...]
  /external/flatbuffers/grpc/src/compiler/
schema_interface.h 88 // An abstract interface representing a service.
89 struct Service : public CommentHolder {
90 virtual ~Service() {}
120 virtual std::unique_ptr<const Service> service(int i) const = 0;
  /external/guice/extensions/service/src/com/google/inject/service/
Service.java 17 package com.google.inject.service;
29 public interface Service {
31 * If the service has already been started, this method returns
32 * immediately without taking action. A stopped service may not be restarted.
36 * service has finished starting, and returns the resultant state. If
37 * the service fails to start, {@link Future#get} will throw an {@link
44 * If the service is {@link State#STARTED} initiates service shutdown and
45 * returns immediately. If the service has already been stopped, this
50 * service has finished shutting down, and either returns {@lin
    [all...]
  /external/nanopb-c/generator/google/protobuf/
service.py 31 """DEPRECATED: Declares the RPC service interfaces.
51 class Service(object):
57 interface can be used to call the methods of the service without knowing
62 """Retrieves this service's descriptor."""
67 """Calls a method of the service specified by method_descriptor.
76 * method_descriptor.service == GetDescriptor
81 used by this Service. For stubs, the "correct type" depends on the
101 method = service.GetDescriptor().FindMethodByName("Foo")
104 service.CallMethod(method, request, callback)
205 An RpcChannel represents a communication line to a service which can be use
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
MethodDescriptor.cs 36 /// Describes a single method in a service.
41 private readonly ServiceDescriptor service; field in class:Google.Protobuf.Reflection.MethodDescriptor
46 /// The service this method belongs to.
48 public ServiceDescriptor Service { get { return service; } }
75 service = parent;
  /external/protobuf/python/google/protobuf/
service.py 31 """DEPRECATED: Declares the RPC service interfaces.
51 class Service(object):
57 interface can be used to call the methods of the service without knowing
62 """Retrieves this service's descriptor."""
67 """Calls a method of the service specified by method_descriptor.
76 * method_descriptor.service == GetDescriptor
81 used by this Service. For stubs, the "correct type" depends on the
101 method = service.GetDescriptor().FindMethodByName("Foo")
104 service.CallMethod(method, request, callback)
205 An RpcChannel represents a communication line to a service which can be use
    [all...]

Completed in 980 milliseconds

1 2 3 4 5 6 7 8 91011