Searched refs:implementation (Results 1 - 6 of 6) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
H A DDigestBenchmark.java37 @Param private Implementation implementation; field in class:DigestBenchmark
45 switch (implementation) {
53 throw new RuntimeException(implementation.toString());
H A DSignatureBenchmark.java53 @Param private Implementation implementation; field in class:SignatureBenchmark
94 switch (implementation) {
102 throw new RuntimeException(implementation.toString());
113 switch (implementation) {
121 throw new RuntimeException(implementation.toString());
H A DSSLSocketBenchmark.java72 @Param private Implementation implementation; field in class:SSLSocketBenchmark
80 switch (implementation) {
88 throw new RuntimeException(implementation.toString());
H A DKeyPairGeneratorBenchmark.java37 @Param private Implementation implementation; field in class:KeyPairGeneratorBenchmark
49 if (implementation == Implementation.BouncyCastle) {
H A DCipherBenchmark.java82 @Param private Implementation implementation; field in class:CipherBenchmark
115 switch (implementation) {
123 throw new RuntimeException(implementation.toString());
/libcore/luni/src/main/java/java/security/
H A DProvider.java393 * specified {@code algorithm}, or {@code null} if no such implementation
404 * @return the requested service, or {@code null} if no such implementation
825 // Service implementation
826 private Class<?> implementation; field in class:Provider.Service
968 * Creates and returns a new instance of the implementation described by
973 * null} if the implementation does not declare a constructor
975 * @return a new instance of the implementation described by this
980 * if the implementation does not support the specified
984 if (implementation == null || !className.equals(lastClassName)) {
990 implementation
[all...]

Completed in 133 milliseconds