Searched defs:Service (Results 1 - 18 of 18) 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/nanopb-c/generator/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/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.java39 * <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
52 * @since 9.0 (in 1.0 as {@code com.google.common.base.Service})
55 public interface Service { interface
61 * @deprecated Use {@link #startAsync()} instead of this method to start the {@link Service} or
99 Service startAsync();
157 Service stopAsync();
160 * Waits for the {@link Service} to reach the {@linkplain State#RUNNING running state}.
172 * Waits for the {@link Service} to reach the {@linkplain State#RUNNING running state} for no
188 * Waits for the {@link Service} t
[all...]
/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/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/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/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 439 milliseconds