Searched refs:bp (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | java_util_zip_ZipFile.c | 281 unsigned char *bp = (unsigned char *)&ze->extra[0]; in ZipFile_getEntryBytes() local 282 len = (bp[0] | (bp[1] << 8)); in ZipFile_getEntryBytes()
|
D | zip_util.c | 191 char *bp = (char *) buf; in readFully() local 198 jint n = ZFILE_read(zfd, bp, count); in readFully() 200 bp += n; in readFully()
|
/libcore/ojluni/src/main/java/java/net/ |
D | URI.java | 2124 String bp = normalize(base.path); in relativize() 2126 if (!bp.equals(cp)) { in relativize() 2133 if (bp.indexOf('/') != -1) { in relativize() 2134 bp = bp.substring(0, bp.lastIndexOf('/') + 1); in relativize() 2137 if (!cp.startsWith(bp)) in relativize() 2142 v.path = cp.substring(bp.length()); in relativize()
|
/libcore/ojluni/src/main/java/java/util/ |
D | Scanner.java | 451 Pattern bp = boolPattern; in boolPattern() local 452 if (bp == null) in boolPattern() 453 boolPattern = bp = Pattern.compile(BOOLEAN_PATTERN, in boolPattern() 455 return bp; in boolPattern()
|
/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
|