Searched refs:specs (Results 1 – 4 of 4) sorted by relevance
66 StructTimespec[] specs = new StructTimespec[]{new StructTimespec(Long.MIN_VALUE, 0), in testCompare() local76 for (int a = 0; a < specs.length; a++) { in testCompare()77 for (int b = 0; b < specs.length; b++) { in testCompare()79 assertTrue(a + "<" + b, specs[a].compareTo(specs[b]) < 0); in testCompare()81 assertTrue(a + "==" + b, specs[a].compareTo(specs[b]) == 0); in testCompare()83 assertTrue(a + ">" + b, specs[a].compareTo(specs[b]) > 0); in testCompare()
59 List<AlgorithmParameterSpec> specs = aSpec.getAlgorithmParameterSpecs(); in testKeyAgreement() local60 for (AlgorithmParameterSpec spec : specs) { in testKeyAgreement()82 private final List<AlgorithmParameterSpec> specs = new ArrayList<>(); field in KeyAgreementTest.AlgoSpec89 specs.add(new ECGenParameterSpec(crv)); in AlgoSpec()92 specs.add(new NamedParameterSpec(crv)); in AlgoSpec()95 specs.add(new DHGenParameterSpec(512, 64)); in AlgoSpec()105 return this.specs; in getAlgorithmParameterSpecs()
206 List<Class> specs = new ArrayList<>(); in getCompatibleKeySpecs() local233 return specs; in getCompatibleKeySpecs()
100 "!(\\{@docRoot\\}/\\.\\./)(specs/.+)\">" +