Home
last modified time | relevance | path

Searched refs:Implementation (Results 1 – 6 of 6) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DKeyPairGeneratorBenchmark.java33 @Param private Implementation implementation;
35 public enum Implementation { OpenSSL, BouncyCastle }; enum in KeyPairGeneratorBenchmark
46 if (implementation == Implementation.BouncyCastle) { in setUp()
DSignatureBenchmark.java52 @Param private Implementation implementation;
54 public enum Implementation { OpenSSL, BouncyCastle }; enum in SignatureBenchmark
DCipherBenchmark.java78 @Param private Implementation implementation;
80 public enum Implementation { OpenSSL, BouncyCastle }; enum in CipherBenchmark
/libcore/dom/src/test/resources/META-INF/
DMANIFEST.MF10 Implementation-Title: W3C/NIST Test Suite for DOM Level 2 Core
14 Implementation-Version: 0.0.1
15 Implementation-Vendor: World Wide Web Consortium
/libcore/jsr166-tests/src/test/java/jsr166/
DLinkedTransferQueueCollectionTest.java15 super(new LinkedTransferQueueTest.Implementation(), ""); in LinkedTransferQueueCollectionTest()
DLinkedTransferQueueTest.java30 static class Implementation implements CollectionImplementation { class in LinkedTransferQueueTest