Searched refs:points (Results 1 – 4 of 4) sorted by relevance
789 long[] points = new long[9]; in testPoints() local790 points[0] = 0; in testPoints()791 points[1] = 1; in testPoints()792 points[2] = 2; in testPoints()793 points[3] = max / 7; in testPoints()794 points[4] = (max / 7) * 2; in testPoints()795 points[5] = (max / 2); in testPoints()796 points[6] = (max / 7) * 6;; in testPoints()797 points[7] = max - 2; in testPoints()798 points[8] = max - 1; in testPoints()[all …]
817 List<DistributionPoint> points = null;826 points = Collections.singletonList(point);828 points = ext.get(CRLDistributionPointsExtension.POINTS);831 for (DistributionPoint point : points) {
115 List<DistributionPoint> points = in getCRLs() local118 for (Iterator<DistributionPoint> t = points.iterator(); in getCRLs()
1363 description: "java.util.logging: Android's user.home system property points to root (/) dir",