Home
last modified time | relevance | path

Searched refs:down (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/test/java/lang/Math/
DLog10Tests.java149 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/
DPreviousBits.java127 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/
DConcurrentSkipListMap.java376 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/
Dsecurity.properties25 # Android's stripped down BouncyCastle provider
/libcore/
DNativeCode.bp120 // TODO(narayan): Prune down this list of exclusions once the underlying
DJavaLibrary.bp429 // difficult to pull down changes from upstream.
/libcore/ojluni/src/test/java/nio/Buffer/
DBasic-X.java.template480 // Round down limit
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template2325 * 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