Searched refs:implementation (Results 1 - 5 of 5) 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 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
898 // Service implementation
899 private Class<?> implementation; field in class:Provider.Service
1050 * Creates and returns a new instance of the implementation described by
1055 * null} if the implementation does not declare a constructor
1057 * @return a new instance of the implementation described by this
1062 * if the implementation does not support the specified
1066 if (implementation == null || !className.equals(lastClassName)) {
1072 implementation
[all...]

Completed in 39 milliseconds