/libcore/ojluni/src/test/java/nio/Buffer/ |
D | BulkPutBuffer.java | 349 public static void testExceptions(BufferProxy bp) throws Throwable { in testExceptions() argument 351 Buffer buf = bp.create(cap); in testExceptions() 354 () -> bp.put(buf, -1, buf, 0, 1)); in testExceptions() 356 () -> bp.put(buf, 0, buf, -1, 1)); in testExceptions() 358 () -> bp.put(buf, 1, buf, 0, cap)); in testExceptions() 360 () -> bp.put(buf, 0, buf, 1, cap)); in testExceptions() 362 () -> bp.put(buf, 0, buf, 0, cap + 1)); in testExceptions() 364 () -> bp.put(buf, 0, buf, 0, Integer.MAX_VALUE)); in testExceptions() 366 Buffer rob = buf.isReadOnly() ? buf : bp.asReadOnlyBuffer(buf); in testExceptions() 368 () -> bp.put(buf, 0, rob, 0, cap)); in testExceptions() [all …]
|
D | BulkPutBufferPairTest.java | 39 private final BulkPutBuffer.BufferProxy bp; field in BulkPutBufferPairTest 42 public BulkPutBufferPairTest(BulkPutBuffer.BufferProxy bp, BulkPutBuffer.BufferProxy sbp) { in BulkPutBufferPairTest() argument 43 this.bp = bp; in BulkPutBufferPairTest() 49 BulkPutBuffer.testPairs(bp, sbp); in testPair()
|
/libcore/ |
D | Android.bp | 61 "JavaLibrary.bp", 62 "NativeCode.bp", 63 "Extras.bp",
|
D | JavaLibrary.bp | 43 "openjdk_java_files.bp", 44 "non_openjdk_java_files.bp", 142 // in openjdk_java_files.bp for more details. 1059 // in openjdk_java_files.bp for more details.
|
/libcore/luni/src/test/dex_src/ |
D | README.txt | 1 See "core-tests-prebuilt-dex-from-java" in libcore/JavaLibrary.bp for details.
|
/libcore/ojluni/src/main/native/ |
D | ZipFile.c | 278 unsigned char *bp = (unsigned char *)&ze->extra[0]; in ZipFile_getEntryBytes() local 279 len = (bp[0] | (bp[1] << 8)); in ZipFile_getEntryBytes()
|
D | zip_util.c | 230 char *bp = (char *) buf; in readFullyAt() local 237 jint n = ZFILE_read(zfd, bp, count, offset); in readFullyAt() 239 bp += n; in readFullyAt()
|
/libcore/ojluni/annotations/ |
D | README | 36 and intra-core APIs. See the documentation in libcore/openjdk_java_files.bp. 38 1. In libcore/openjdk_java_files.bp, move the files from the
|
/libcore/ojluni/src/main/ |
D | Android.bp | 20 // separate license in ojluni/src/test/Android.bp.
|
/libcore/ojluni/src/test/java/lang/StrictMath/ |
D | Log10Tests.java | 150 {0x1.3fffffffff86bp-250, -0x1.2ca4716ad9b9cp6}, in testLog10() 333 {0x1.3ffffffffffbp-164, -0x1.8a2d13330112cp5}, in testLog10() 398 {0x1.3ffffffffff6bp-133, -0x1.3f85485a971ap5}, in testLog10() 444 {0x1.3ffffffffff7bp-112, -0x1.0cf295a6f479cp5}, in testLog10()
|
D | CubeRootTests.java | 462 {0x0.0fffffffffffbp-1022, 0x1.fffffffffffcbp-343} in testCubeRoot()
|
/libcore/ojluni/src/main/java/java/net/ |
D | URI.java | 2152 String bp = normalize(base.path); in relativize() 2154 if (!bp.equals(cp)) { in relativize() 2162 if (bp.indexOf('/') != -1) { in relativize() 2163 bp = bp.substring(0, bp.lastIndexOf('/') + 1); in relativize() 2166 if (!cp.startsWith(bp)) in relativize() 2171 v.path = cp.substring(bp.length()); in relativize()
|
/libcore/ojluni/src/main/java/java/util/ |
D | Scanner.java | 409 Pattern bp = boolPattern; in boolPattern() local 410 if (bp == null) in boolPattern() 411 boolPattern = bp = Pattern.compile(BOOLEAN_PATTERN, in boolPattern() 413 return bp; in boolPattern()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListMap.java | 1161 Node<K,V> bp = new Node<K,V>(null, null, null); in buildFromSorted() local 1162 Index<K,V> h = preds[0] = new Index<K,V>(bp, null, null); in buildFromSorted() 1172 bp = bp.next = z; in buildFromSorted() 1242 Node<K,V> bp = new Node<K,V>(null, null, null); in readObject() local 1243 Index<K,V> h = preds[0] = new Index<K,V>(bp, null, null); in readObject() 1259 bp = bp.next = z; in readObject()
|
/libcore/tools/expected_upstream/ |
D | README.md | 141 * Files, e.g. Android.bp, don't come from the upstream. You can make the 194 * Includes other changes to non-OpenJDK files, e.g. `Android.bp`,
|
/libcore/ojluni/src/test/java/lang/Math/ |
D | SinCosCornerCasesTests.java | 666 {0x1.6666666666666p-10, 0x1.66665f1529bp-10, 0x1.66665f1529affp-10}, in testCornerCasesSin() 667 {-0x1.6666666666666p-10, -0x1.66665f1529bp-10, -0x1.66665f1529affp-10}, in testCornerCasesSin() 724 {0x1.8c662a9d02419p-1, 0x1.65f7d571279b1p-1, 0x1.65f7d571279bp-1}, in testCornerCasesSin() 725 {-0x1.8c662a9d02419p-1, -0x1.65f7d571279b1p-1, -0x1.65f7d571279bp-1}, in testCornerCasesSin() 1292 {0x1.f6a7a2955385fp3, -0x1.4f8282013467cp-50, -0x1.4f8282013467bp-50}, in testCornerCasesSin() 1293 {-0x1.f6a7a2955385fp3, 0x1.4f8282013467cp-50, 0x1.4f8282013467bp-50}, in testCornerCasesSin() 2654 {0x1.f6a7a2955385fp2, -0x1.4f8282013467cp-51, -0x1.4f8282013467bp-51}, in testCornerCasesCos() 2655 {-0x1.f6a7a2955385fp2, -0x1.4f8282013467cp-51, -0x1.4f8282013467bp-51}, in testCornerCasesCos()
|
/libcore/luni/src/test/resources/ |
D | math_tests.csv | 1388 log,-0x1.e7a2dd016daa8p1,0x1.6bp-6 4715 exp,0x1.72a9dadea7498p0,0x1.7bp-2 4733 exp,0x1.3c1e2876834aap0,0x1.bp-3
|
D | math_java_only.csv | 1119 nextAfter,0x1.861318513750bp-2,0x1.861318513750cp-2,0x1.10c6e3b329af8p-3
|