Searched refs:okValues (Results 1 – 2 of 2) sorted by relevance
355 final long[] okValues = new long[] { 1L+Integer.MAX_VALUE, -1L + Integer.MIN_VALUE, in testNumberOverflowLong() local357 for (long okValue : okValues) { in testNumberOverflowLong()
179 Set<String> okValues = new TreeSet<>(); in TestCommonChildren() local184 okValues.clear(); in TestCommonChildren()193 if (okValues.contains(xpath)) continue; in TestCommonChildren()205 okValues.add(xpath); in TestCommonChildren()