Home
last modified time | relevance | path

Searched defs:WRITE (Results 1 – 25 of 2948) sorted by relevance

12345678910>>...118

/dports/www/firefox/firefox-99.0/third_party/rust/ioctl-sys/src/platform/
H A Dlinux.rs8 pub const WRITE: u8 = 4; const
21 pub const WRITE: u8 = 4; const
51 pub const WRITE: u8 = 1; const
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ioctl-sys/src/platform/
H A Dlinux.rs8 pub const WRITE: u8 = 4; const
21 pub const WRITE: u8 = 4; const
51 pub const WRITE: u8 = 1; const
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ioctl-sys/src/platform/
H A Dlinux.rs8 pub const WRITE: u8 = 4; const
21 pub const WRITE: u8 = 4; const
51 pub const WRITE: u8 = 1; const
/dports/devel/p5-MCE-Shared/MCE-Shared-1.874/lib/MCE/Shared/
H A DHandle.pm229 sub WRITE { subroutine
235 WRITE: { label
457 WRITE: { label
706 sub WRITE { subroutine
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/file/Files/
H A DNulDevice.java59 try (OutputStream os = Files.newOutputStream(path, WRITE)) { in main() argument
63 try (FileChannel ch = FileChannel.open(path, CREATE, TRUNCATE_EXISTING, WRITE)) { in main() argument
85 try (AsynchronousFileChannel ch = AsynchronousFileChannel.open(path, READ, WRITE)) { in main() argument
H A DSBC.java149 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, SPARSE)) { in createTests() argument
167 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, APPEND)) { in appendTests() argument
195 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE)) { in truncateExistingTests() argument
201 try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
212 … try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, CREATE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
254 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, READ, WRITE)) { in sizeTruncatePositionTests() argument
/dports/www/p5-LWPx-TimedHTTP/LWPx-TimedHTTP-1.8/lib/LWPx/
H A DTimedHTTP.pm240 WRITE: label
300 WRITE: label
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/ticket89/x_ieee_proposed/src/
H A Dstandard_textio_additions_c.vhdl42 alias SWRITE is WRITE [LINE, STRING, SIDE, WIDTH]; alias
43 alias STRING_WRITE is WRITE [LINE, STRING, SIDE, WIDTH]; alias
44 alias BWRITE is WRITE [LINE, BIT_VECTOR, SIDE, WIDTH]; alias
45 alias BINARY_WRITE is WRITE [LINE, BIT_VECTOR, SIDE, WIDTH]; alias
429 procedure WRITE (L: inout LINE; VALUE: in REAL; procedure
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/file/Files/
H A DSBC.java149 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, SPARSE)) { in createTests() argument
167 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, APPEND)) { in appendTests() argument
195 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE)) { in truncateExistingTests() argument
201 try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
212 … try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, CREATE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
254 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, READ, WRITE)) { in sizeTruncatePositionTests() argument
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/file/Files/
H A DSBC.java149 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, SPARSE)) { in createTests() argument
167 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, APPEND)) { in appendTests() argument
195 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE)) { in truncateExistingTests() argument
201 try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
212 … try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, CREATE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
254 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, READ, WRITE)) { in sizeTruncatePositionTests() argument
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/file/Files/
H A DSBC.java149 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, SPARSE)) { in createTests() argument
167 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, APPEND)) { in appendTests() argument
195 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE)) { in truncateExistingTests() argument
201 try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
212 … try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, CREATE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
254 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, READ, WRITE)) { in sizeTruncatePositionTests() argument
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/file/Files/
H A DSBC.java149 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, SPARSE)) { in createTests() argument
167 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, APPEND)) { in appendTests() argument
195 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE)) { in truncateExistingTests() argument
201 try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
212 … try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, CREATE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
254 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, READ, WRITE)) { in sizeTruncatePositionTests() argument
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/file/Files/
H A DSBC.java149 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, SPARSE)) { in createTests() argument
167 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, APPEND)) { in appendTests() argument
195 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE)) { in truncateExistingTests() argument
201 try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
212 … try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, CREATE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
254 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, READ, WRITE)) { in sizeTruncatePositionTests() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/file/Files/
H A DSBC.java149 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, SPARSE)) { in createTests() argument
167 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, APPEND)) { in appendTests() argument
195 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE)) { in truncateExistingTests() argument
201 try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
212 … try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, CREATE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
254 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, READ, WRITE)) { in sizeTruncatePositionTests() argument
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/Files/
H A DSBC.java148 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, SPARSE)) { in createTests() argument
166 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, APPEND)) { in appendTests() argument
194 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE)) { in truncateExistingTests() argument
200 try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
211 … try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, CREATE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
253 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, READ, WRITE)) { in sizeTruncatePositionTests() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/file/Files/
H A DSBC.java148 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, SPARSE)) { in createTests() argument
166 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE, APPEND)) { in appendTests() argument
194 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, WRITE)) { in truncateExistingTests() argument
200 try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
211 … try (SeekableByteChannel sbc = Files.newByteChannel(file, WRITE, CREATE, TRUNCATE_EXISTING)) { in truncateExistingTests() argument
253 try (SeekableByteChannel sbc = Files.newByteChannel(file, CREATE_NEW, READ, WRITE)) { in sizeTruncatePositionTests() argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/directio/
H A DWriteDirect.java76 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBuffer()
99 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBufferOffset()
120 StandardOpenOption.WRITE, ExtendedOpenOption.DIRECT)) { in testWithArrayOfBuffer()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/nio/channels/FileChannel/directio/
H A DWriteDirect.java76 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBuffer()
99 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBufferOffset()
120 StandardOpenOption.WRITE, ExtendedOpenOption.DIRECT)) { in testWithArrayOfBuffer()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/nio/channels/FileChannel/directio/
H A DWriteDirect.java76 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBuffer()
99 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBufferOffset()
120 StandardOpenOption.WRITE, ExtendedOpenOption.DIRECT)) { in testWithArrayOfBuffer()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/nio/channels/FileChannel/directio/
H A DWriteDirect.java72 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBuffer()
95 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBufferOffset()
116 StandardOpenOption.WRITE, ExtendedOpenOption.DIRECT)) { in testWithArrayOfBuffer()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/nio/channels/FileChannel/directio/
H A DWriteDirect.java76 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBuffer()
99 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBufferOffset()
120 StandardOpenOption.WRITE, ExtendedOpenOption.DIRECT)) { in testWithArrayOfBuffer()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/nio/channels/FileChannel/directio/
H A DWriteDirect.java72 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBuffer()
95 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBufferOffset()
116 StandardOpenOption.WRITE, ExtendedOpenOption.DIRECT)) { in testWithArrayOfBuffer()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/nio/channels/FileChannel/directio/
H A DWriteDirect.java76 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBuffer()
99 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBufferOffset()
120 StandardOpenOption.WRITE, ExtendedOpenOption.DIRECT)) { in testWithArrayOfBuffer()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/nio/channels/FileChannel/directio/
H A DWriteDirect.java76 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBuffer()
99 StandardOpenOption.WRITE, StandardOpenOption.DELETE_ON_CLOSE, in testWithNotAlignedBufferOffset()
120 StandardOpenOption.WRITE, ExtendedOpenOption.DIRECT)) { in testWithArrayOfBuffer()
/dports/net-p2p/linuxdcpp/linuxdcpp-1.1.0/dcpp/
H A DFile.h56 WRITE = GENERIC_WRITE, enumerator
66 WRITE = 0x02, enumerator

12345678910>>...118