Home
last modified time | relevance | path

Searched defs:SYNC (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DStandardOpenOption.java116 SYNC, enumConstant
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProviderTest.java118 CREATE_NEW, TRUNCATE_EXISTING, SPARSE, SYNC, DSYNC)) { in test_newInputStream_openOption() argument
270 try (OutputStream os = provider.newOutputStream(filesSetup.getTestPath(), CREATE, SYNC); in test_newOutputStream_openOption_SYNC() argument
DFiles2Test.java1228 READ, SYNC/* Sync makes sure the that InputStream is able to read content written by in test_newByteChannel_openOption_WRITE_READ() argument
/libcore/ojluni/src/main/java/java/util/concurrent/
DLinkedTransferQueue.java586 private static final int SYNC = 2; // for transfer, take field in LinkedTransferQueue
DCompletableFuture.java424 static final int SYNC = 0; field in CompletableFuture