Searched defs:Service (Results 1 - 9 of 9) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/resources/ServiceLoader/
H A DService.java23 public interface Service { interface
/external/protobuf/src/google/protobuf/
H A Dservice.cc40 Service::~Service() {}
H A Dservice.h110 class Service;
123 // interface can be used to call the methods of the Service without knowing
125 class LIBPROTOBUF_EXPORT Service { class in namespace:google::protobuf
127 inline Service() {} function in class:google::protobuf::Service
128 virtual ~Service();
153 // used by this Service. For stubs, the "correct type" depends on the
154 // RpcChannel which the stub is using. Server-side Service
191 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Service);
261 // communication line to a Service which can be used to call that Service'
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DService.java48 public interface Service { interface
65 * being used by this Service. For stubs, the "correct type" depends
66 * on the RpcChannel which the stub is using. Server-side Service
112 * the {@code Service} implementation constructs the response message itself,
/external/protobuf/python/google/protobuf/
H A Dservice.py51 class Service(object): class in inherits:object
81 used by this Service. For stubs, the "correct type" depends on the
208 construct a stub {@link Service} wrapping it. Example:
222 procedure looks the same as Service.CallMethod(), but the requirements
/external/guava/guava/src/com/google/common/util/concurrent/
H A DService.java46 * {@code com.google.common.base.Service})
49 public interface Service { interface
122 * {@code com.google.common.base.Service.State})
124 @Beta // should come out of Beta when Service does
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java125 * Service question.
127 private static class Service extends DNSQuestion { class in class:DNSQuestion
128 Service(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { method in class:DNSQuestion.Service
140 // Service type request
201 // Service type request
251 return new Service(name, type, recordClass, unique);
H A DDNSRecord.java637 * Service record.
639 public static class Service extends DNSRecord { class in class:DNSRecord
640 private static Logger logger1 = Logger.getLogger(Service.class.getName());
646 public Service(String name, DNSRecordClass recordClass, boolean unique, int ttl, int priority, int weight, int port, String server) { method in class:DNSRecord.Service
711 if (! (other instanceof Service) ) {
714 Service s = (Service) other;
728 DNSRecord.Service localService = new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL, info.getPriority(), info.getWeight(), info.getPort(), dns.getLocalHost().getName());
798 return dns.addAnswer(in, addr, port, out, new DNSRecord.Service(inf
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 238 milliseconds