Searched defs:sbc (Results 1 – 7 of 7) sorted by relevance
| /libcore/luni/src/test/java/libcore/java/nio/file/ |
| D | DefaultSecureDirectoryStreamTest.java | 209 try (SeekableByteChannel sbc = ds_path_root.newByteChannel(filesSetup.getTestPath(), in test_newByteChannel() 218 try (SeekableByteChannel sbc = ds_path_root.newByteChannel( in test_newByteChannel() 227 try (SeekableByteChannel sbc = ds_path_root.newByteChannel( in test_newByteChannel() 239 try (SeekableByteChannel sbc = ds_path_root.newByteChannel( in test_newByteChannel() 251 try (SeekableByteChannel sbc = ds_path_root.newByteChannel(null, set)) { in test_newByteChannel_NPE() 256 try (SeekableByteChannel sbc = ds_path_root.newByteChannel(filesSetup.getDataFilePath(), in test_newByteChannel_NPE()
|
| D | DefaultFileSystemProviderTest.java | 294 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getTestPath(), set)) { in test_newByteChannel() 303 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getDataFilePath(), set)) { in test_newByteChannel() 310 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getDataFilePath(), set)) { in test_newByteChannel() 330 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getTestPath(), set)) { in test_newByteChannel_openOption_WRITE() 338 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getDataFilePath(), set)) { in test_newByteChannel_openOption_WRITE() 345 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getDataFilePath(), set)) { in test_newByteChannel_openOption_WRITE() 367 try (SeekableByteChannel sbc = provider.newByteChannel(filesSetup.getDataFilePath(), set)) { in test_newByteChannel_openOption_WRITE_READ() 389 try (SeekableByteChannel sbc = provider.newByteChannel(null, set)) { in test_newByteChannel_NPE() 393 try (SeekableByteChannel sbc = provider in test_newByteChannel_NPE()
|
| D | Files2Test.java | 1170 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getTestPath())) { in test_newByteChannel() 1178 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath())) { in test_newByteChannel() 1185 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath())) { in test_newByteChannel() 1198 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getTestPath(), WRITE)) { in test_newByteChannel_openOption_WRITE() 1205 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE)) { in test_newByteChannel_openOption_WRITE() 1212 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE)) { in test_newByteChannel_openOption_WRITE() 1227 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), WRITE, in test_newByteChannel_openOption_WRITE_READ() 1249 try (SeekableByteChannel sbc = Files.newByteChannel(null)) { in test_newByteChannel_NPE() 1253 try (SeekableByteChannel sbc = Files.newByteChannel(filesSetup.getDataFilePath(), in test_newByteChannel_NPE()
|
| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| D | ChannelInputStream.java | 114 SeekableByteChannel sbc = (SeekableByteChannel)ch; in available() local 124 SeekableByteChannel sbc = (SeekableByteChannel)ch; in skip() local
|
| /libcore/ojluni/src/test/java/lang/StringBuilder/ |
| D | Supplementary.java | 212 int sbc = sb.codePointAt(j); in test4() local
|
| /libcore/ojluni/src/test/java/lang/StringBuffer/ |
| D | Supplementary.java | 210 int sbc = sb.codePointAt(j); in test4() local
|
| /libcore/ojluni/src/main/java/java/util/stream/ |
| D | StreamSpliterators.java | 1111 T_CONS sbc = (T_CONS) sb; in forEachRemaining() local
|