Searched defs:SYNC (Results 1 – 5 of 5) sorted by relevance
116 SYNC, enumConstant
118 CREATE_NEW, TRUNCATE_EXISTING, SPARSE, SYNC, DSYNC)) { in test_newInputStream_openOption() argument270 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath(), CREATE, SYNC); in test_newOutputStream_openOption_SYNC() argument
1228 READ, SYNC/* Sync makes sure the that InputStream is able to read content written by in test_newByteChannel_openOption_WRITE_READ() argument
586 private static final int SYNC = 2; // for transfer, take field in LinkedTransferQueue
424 static final int SYNC = 0; field in CompletableFuture