Searched refs:down (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/test/java/lang/Math/ |
D | Log10Tests.java | 149 double down = Double.NaN; in testLog10() local 154 down = Math.nextDown(1.0); in testLog10() 157 input[half - i] = down; in testLog10() 159 down = Math.nextDown(down); in testLog10()
|
/libcore/ojluni/src/test/java/util/BitSet/ |
D | PreviousBits.java | 127 List<Integer> down = new ArrayList<Integer>(); in test() local 129 down.add(i); in test() 134 equal(up, down); in test()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListMap.java | 376 final Index<K,V> down; field in ConcurrentSkipListMap.Index 378 Index(Node<K,V> node, Index<K,V> down, Index<K,V> right) { in Index() argument 380 this.down = down; in Index() 482 if ((d = q.down) != null) in findPredecessor() 560 if ((d = q.down) != null) in doGet() 621 if ((d = q.down) != null) { in doPut() 726 if ((d = q.down) != null && skips > 0) { in addIndices() 731 !addIndices(d, 0, x.down, cmp)) in addIndices() 817 (d = h.down) != null && d.right == null && in tryReduceLevel() 818 (e = d.down) != null && e.right == null && in tryReduceLevel() [all …]
|
/libcore/luni/src/main/java/java/security/ |
D | security.properties | 25 # Android's stripped down BouncyCastle provider
|
/libcore/ |
D | NativeCode.bp | 120 // TODO(narayan): Prune down this list of exclusions once the underlying
|
D | JavaLibrary.bp | 429 // difficult to pull down changes from upstream.
|
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | Basic-X.java.template | 480 // Round down limit
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 2325 * given unit size, and end at this buffer's limit rounded down to the index 2390 // Round down the limit to align with unit size
|