HomeSort by relevance Sort by last modified time
    Searched defs:SERVICE (Results 1 - 19 of 19) sorted by null

  /libcore/luni/src/main/java/javax/net/ssl/
KeyManagerFactory.java 36 // Store KeyManagerFactory service name
37 private static final String SERVICE = "KeyManagerFactory";
40 private static Engine engine = new Engine(SERVICE);
TrustManagerFactory.java 36 // Store TrustManager service name
37 private static final String SERVICE = "TrustManagerFactory";
40 private static Engine engine = new Engine(SERVICE);
SSLContext.java 34 // StoreSSLContext service name
35 private static final String SERVICE = "SSLContext";
38 private static final Engine ENGINE = new Engine(SERVICE);
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
ReferencesHeader.java 28 public static final String SERVICE = "service";
  /libcore/luni/src/main/java/java/security/
KeyFactory.java 31 // The service name.
32 private static final String SERVICE = "KeyFactory";
39 static private Engine engine = new Engine(SERVICE);
52 * the concrete key factory service.
AlgorithmParameterGenerator.java 29 // Store spi service name
30 private static final String SERVICE = "AlgorithmParameterGenerator";
33 private static Engine engine = new Engine(SERVICE);
KeyPairGenerator.java 33 // Store KeyPairGenerator SERVICE name
34 private static final String SERVICE = "KeyPairGenerator";
37 private static Engine engine = new Engine(SERVICE);
SecureRandom.java 69 // The service name.
70 private static final transient String SERVICE = "SecureRandom";
73 private static transient Engine engine = new Engine(SERVICE);
98 Provider.Service service = Services.getSecureRandomService(); local
99 if (service == null) {
105 this.provider = service.getProvider();
106 this.secureRandomSpi = (SecureRandomSpi)service.newInstance(null);
107 this.algorithm = service.getAlgorithm();
Signature.java 38 // The service name.
39 private static final String SERVICE = "Signature";
42 private static Engine engine = new Engine(SERVICE);
KeyStore.java 50 // Store KeyStore SERVICE name
51 private static final String SERVICE = "KeyStore";
54 private static Engine engine = new Engine(SERVICE);
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
CertPathBuilder.java 34 // Store CertPathBuilder service name
35 private static final String SERVICE = "CertPathBuilder";
38 private static Engine engine = new Engine(SERVICE);
CertPathValidator.java 34 // Store CertPathValidator implementation service name
35 private static final String SERVICE = "CertPathValidator";
38 private static Engine engine = new Engine(SERVICE);
CertificateFactory.java 40 // Store CertificateFactory service name
41 private static final String SERVICE = "CertificateFactory";
44 private static Engine engine = new Engine(SERVICE);
CertStore.java 36 // Store spi implementation service name
37 private static final String SERVICE = "CertStore";
40 private static Engine engine = new Engine(SERVICE);
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 103 * The service name.
105 private static final String SERVICE = "Cipher";
110 private static final Engine engine = new Engine(SERVICE);
    [all...]
  /external/qemu/hw/
bt-sdp.c 2 * Service Discover Protocol server for QEMU L2CAP devices
436 * for matching Service Records. In practice this shouldn't happen
751 struct sdp_def_service_s **service)
754 while (service[sdp->services])
760 while (*service) {
762 *service, sdp->services);
763 service ++;
769 #define SERVICE(name, attrs) \
820 SERVICE(hid,
896 SERVICE(sdp
    [all...]
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 44 * This class implements a service to monitor the amount of disk
103 static final String SERVICE = "devicestoragemonitor";
298 * Constructor to run service. initializes the disk space threshold value
  /external/protobuf/src/google/protobuf/
descriptor.cc 222 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD, PACKAGE
242 || type == ENUM || type == SERVICE;
255 CONSTRUCTOR(ServiceDescriptor , SERVICE , service_descriptor )
267 case SERVICE : return service_descriptor ->file();
268 case METHOD : return method_descriptor ->service()->file();
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 422 milliseconds