Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 27) sorted by relevance

12

/libcore/ojluni/src/test/java/lang/Math/
DLog10Tests.java148 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/
DUnresolvedPermissionCollection.java81 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/
DPreviousBits.java130 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/
DUnixUriUtils.java100 static URI toUri(UnixPath up) {
101 byte[] path = up.toAbsolutePath().asByteArray();
118 if (UnixFileAttributes.get(up, true).isDirectory())
/libcore/metrictests/memory/
DREADME59 # To clean up:
90 # To clean up:
/libcore/ojluni/src/test/java/math/BigInteger/
DBigIntegerTest.java282 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/
Dknownfailures.txt316 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/
DREADME8 Each algorithm has up to three properties:
/libcore/tools/testmapping/
DREADME32 becomes too long, we'll have to find a way to simplify it, by rolling up to a
/libcore/tools/expected_upstream/
Dojluni_merge_package.sh31 be picked up from the libcore branch name (for example
/libcore/ojluni/src/test/resources/data/unicodedata/emoji/
Demoji-data.txt57 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/
DDirect-X-Buffer.java.template58 // NOTE: moved up to Buffer.java for speed in JNI GetDirectBufferAddress
132 // Round up to page boundary
DHeap-X-Buffer.java.template316 // 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.
DX-Buffer.java.template1815 * 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/
DCalendar.annotated.java116 public abstract void roll(int field, boolean up); in roll() argument
/libcore/ojluni/annotations/hiddenapi/java/util/
DCalendar.java272 public abstract void roll(int field, boolean up); in roll() argument
/libcore/
DJavaLibrary.bp20 // 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.
DLICENSE207 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/
Ddefault.cnf176 # Just a made-up OID
/libcore/ojluni/src/main/java/java/util/
DJapaneseImperialCalendar.java536 public void roll(int field, boolean up) { in roll() argument
537 roll(field, up ? +1 : -1); in roll()
DGregorianCalendar.java1120 public void roll(int field, boolean up) { in roll() argument
1121 roll(field, up ? +1 : -1); in roll()
DCalendar.java2902 public abstract void roll(int field, boolean up); in roll() argument
/libcore/ojluni/src/test/java/util/Scanner/
Dinput.txt262 # than setting them up individually then you'll need this
/libcore/ojluni/src/test/
DLICENSE222 system; it is up to the author/donor to decide if he or she is willing
/libcore/ojluni/src/tools/
DLICENSE222 system; it is up to the author/donor to decide if he or she is willing

12