Home
last modified time | relevance | path

Searched defs:specs (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/test/java/security/KeyAgreement/
DKeyAgreementTest.java59 List<AlgorithmParameterSpec> specs = aSpec.getAlgorithmParameterSpecs(); in testKeyAgreement() local
82 private final List<AlgorithmParameterSpec> specs = new ArrayList<>(); field in KeyAgreementTest.AlgoSpec
DKeySpecTest.java206 List<Class> specs = new ArrayList<>(); in getCompatibleKeySpecs() local
/libcore/luni/src/test/java/libcore/android/system/
DStructTimespecTest.java66 StructTimespec[] specs = new StructTimespec[]{new StructTimespec(Long.MIN_VALUE, 0), in testCompare() local