/libcore/ojluni/src/test/java/lang/Math/ |
D | Log10Tests.java | 148 double up = Double.NaN; in testLog10() local 153 up = Math.nextUp(1.0); in testLog10() 156 input[half + i] = up; in testLog10() 158 up = Math.nextUp(up); in testLog10()
|
/libcore/ojluni/src/main/java/java/security/ |
D | UnresolvedPermissionCollection.java | 81 UnresolvedPermission up = (UnresolvedPermission) permission; in add() local 85 perms.compute(up.getName(), in add() 93 v.add(up); in add() 96 oldValue.add(up); in add()
|
/libcore/ojluni/src/test/java/util/BitSet/ |
D | PreviousBits.java | 130 List<Integer> up = new ArrayList<Integer>(); in test() local 132 up.add(i); in test() 133 Collections.reverse(up); in test() 134 equal(up, down); in test()
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | UnixUriUtils.java | 100 static URI toUri(UnixPath up) { 101 byte[] path = up.toAbsolutePath().asByteArray(); 118 if (UnixFileAttributes.get(up, true).isDirectory())
|
/libcore/metrictests/memory/ |
D | README | 59 # To clean up: 90 # To clean up:
|
/libcore/ojluni/src/test/java/math/BigInteger/ |
D | BigIntegerTest.java | 282 BigInteger up = n.add(BigInteger.ONE).pow(2).subtract(BigInteger.ONE); in squareRoot() 283 checkResult(n, up.sqrt(), "sqrt() (n + 1)^2 - 1 -> n"); in squareRoot() 337 BigInteger up = n.add(BigInteger.ONE).pow(2).subtract(BigInteger.ONE); in squareRootAndRemainder() 338 actual = up.sqrtAndRemainder(); in squareRootAndRemainder() 340 BigInteger r = up.subtract(n2); in squareRootAndRemainder()
|
/libcore/expectations/ |
D | knownfailures.txt | 316 description: "Scrolling on a forward only RS not allowed. conn.close() does not wrap up", 329 description: "conn.close() does not wrap up", 342 description: "conn.close() does not wrap up", 355 description: "conn.close() does not wrap up", 441 description: "statement.close() does not wrap up", 451 description: "statement.close() does not wrap up", 485 description: "If there is no current row 0 must be returned. res.close() does not wrap up", 516 description: "res.close() does not wrap up", 579 description: "statement.close() does not wrap up", 587 description: "Resultset.close() does not wrap up", [all …]
|
/libcore/tools/docs/crypto/ |
D | README | 8 Each algorithm has up to three properties:
|
/libcore/tools/testmapping/ |
D | README | 32 becomes too long, we'll have to find a way to simplify it, by rolling up to a
|
/libcore/tools/expected_upstream/ |
D | ojluni_merge_package.sh | 31 be picked up from the libcore branch name (for example
|
/libcore/ojluni/src/test/resources/data/unicodedata/emoji/ |
D | emoji-data.txt | 57 261D ; Emoji # E0.6 [1] (☝️) index pointing up 129 2934..2935 ; Emoji # E0.6 [2] (⤴️..⤵️) right arrow curving up..right arrow c… 262 1F5DC..1F5DE ; Emoji # E0.7 [3] (️..️) clamp..rolled-up newspaper 365 1F931..1F932 ; Emoji # E5.0 [2] (..) breast-feeding..palms up together 654 1F931..1F932 ; Emoji_Presentation # E5.0 [2] (..) breast-feeding..palms up together 732 261D ; Emoji_Modifier_Base # E0.6 [1] (☝️) index pointing up 742 1F446..1F450 ; Emoji_Modifier_Base # E0.6 [11] (..) backhand index pointing up..open hands 770 1F931..1F932 ; Emoji_Modifier_Base # E5.0 [2] (..) breast-feeding..palms up together 843 261D ; Extended_Pictographic# E0.6 [1] (☝️) index pointing up 953 2934..2935 ; Extended_Pictographic# E0.6 [2] (⤴️..⤵️) right arrow curving up..right arrow c… [all …]
|
/libcore/ojluni/src/main/java/java/nio/ |
D | Direct-X-Buffer.java.template | 58 // NOTE: moved up to Buffer.java for speed in JNI GetDirectBufferAddress 132 // Round up to page boundary
|
D | Heap-X-Buffer.java.template | 316 // Android-note: The super class speed-up this operation with Memory.memmove, and arraycopy. 319 // Android-changed: Speed-up this operation if the src is a heap or direct buffer.
|
D | X-Buffer.java.template | 1815 * elements; that is, upon the elements from {@code position()} up to, and 1940 * 0 (inclusive) up to the smaller of the {@link #remaining() remaining} 2251 * (inclusive) up to {@code unitSize} (exclusive), with zero indicating 2324 * position rounded up to the index of the nearest aligned byte for the 2385 // Round up the position to align with unit size
|
/libcore/ojluni/annotations/sdk/nullability/java/util/ |
D | Calendar.annotated.java | 116 public abstract void roll(int field, boolean up); in roll() argument
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Calendar.java | 272 public abstract void roll(int field, boolean up); in roll() argument
|
/libcore/ |
D | JavaLibrary.bp | 20 // Android software stack. It is made up of various parts, some of which can be 136 // that are not but which have been marked up with @hide plus one or more of 263 // contains the core-all jar, which contains the classes that end up in core-oj, 1235 // dist and which end up in one of the sub-directories of prebuilts/sdk.
|
D | LICENSE | 207 system; it is up to the author/donor to decide if he or she is willing to
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 176 # Just a made-up OID
|
/libcore/ojluni/src/main/java/java/util/ |
D | JapaneseImperialCalendar.java | 536 public void roll(int field, boolean up) { in roll() argument 537 roll(field, up ? +1 : -1); in roll()
|
D | GregorianCalendar.java | 1120 public void roll(int field, boolean up) { in roll() argument 1121 roll(field, up ? +1 : -1); in roll()
|
D | Calendar.java | 2902 public abstract void roll(int field, boolean up); in roll() argument
|
/libcore/ojluni/src/test/java/util/Scanner/ |
D | input.txt | 262 # than setting them up individually then you'll need this
|
/libcore/ojluni/src/test/ |
D | LICENSE | 222 system; it is up to the author/donor to decide if he or she is willing
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 222 system; it is up to the author/donor to decide if he or she is willing
|