Searched defs:Service (Results 1 - 25 of 33) sorted by last modified time

12

/external/smack/src/org/xbill/DNS/
H A DWKSRecord.java223 public static class Service { class in class:WKSRecord
230 private Service() {} method in class:WKSRecord.Service
322 /** TACACS-Database Service */
334 /** Remote Job Service */
337 /** Remote Job Service */
340 /** Remote Job Service */
343 /** Remote Job Service */
388 /** Remote Telnet Service */
397 /** Authentication Service */
403 /** UUCP Path Service */
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/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/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/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/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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/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/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/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/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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DProcessCategory.cs19 Service, enumerator in enum:ChromeDebug.ProcessCategory
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 287 milliseconds

12