Home
last modified time | relevance | path

Searched refs:specs (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DStructTimespecTest.java66 StructTimespec[] specs = new StructTimespec[]{new StructTimespec(Long.MIN_VALUE, 0), in testCompare() local
76 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()
/libcore/ojluni/src/test/java/security/KeyAgreement/
DKeyAgreementTest.java59 List<AlgorithmParameterSpec> specs = aSpec.getAlgorithmParameterSpecs(); in testKeyAgreement() local
60 for (AlgorithmParameterSpec spec : specs) { in testKeyAgreement()
82 private final List<AlgorithmParameterSpec> specs = new ArrayList<>(); field in KeyAgreementTest.AlgoSpec
89 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()
DKeySpecTest.java206 List<Class> specs = new ArrayList<>(); in getCompatibleKeySpecs() local
233 return specs; in getCompatibleKeySpecs()
/libcore/
DJavaLibrary.bp100 "!(\\{@docRoot\\}/\\.\\./)(specs/.+)\">" +