Home
last modified time | relevance | path

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

123

/external/rust/crates/nix/src/sys/ioctl/
Dlinux.rs30 pub const WRITE: u8 = 4; constant
53 pub const WRITE: u8 = 1; constant
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/examples/
DSevenZArchiverTest.java72 try (SeekableByteChannel c = FileChannel.open(target.toPath(), StandardOpenOption.WRITE, in channelVersion()
82 try (SeekableByteChannel c = FileChannel.open(target.toPath(), StandardOpenOption.WRITE, in unknownFormat()
DParameterizedArchiverTest.java101 try (SeekableByteChannel c = FileChannel.open(target.toPath(), StandardOpenOption.WRITE, in channelVersion()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Daccess_type.h24 WRITE, enumerator
/external/python/cpython2/Mac/Demo/resources/
Dcopyres.py6 WRITE = 2 variable
/external/libgsm/inc/
Dtoast.h52 # define WRITE "wb" macro
/external/libbrillo/brillo/streams/
Dstream.h89 enum class AccessMode { READ, WRITE, READ_WRITE }; enumerator
/external/bcc/libbpf-tools/
Dfsdist.h7 WRITE, enumerator
Dfsslower.h10 WRITE, enumerator
Dfiletop.h10 WRITE, enumerator
/external/python/cpython2/Modules/_multiprocessing/
Dsocket_connection.c16 # define WRITE(h, buffer, length) send((SOCKET)h, buffer, length, 0) macro
20 # define WRITE(h, buffer, length) write(h, buffer, length) macro
/external/cronet/base/debug/
Dproc_maps_linux.h22 WRITE = 1 << 1, enumerator
/external/libchrome/base/debug/
Dproc_maps_linux.h22 WRITE = 1 << 1, enumerator
/external/python/cpython2/Mac/scripts/
Dmkestrres.py9 WRITE = 2 variable
/external/igt-gpu-tools/benchmarks/
Dgem_prw.c59 enum dir { READ, WRITE } dir = READ; in main() enumerator
Dvgem_mmap.c49 enum dir {READ, WRITE, CLEAR, FAULT} dir = READ; in main() enumerator
Dgem_mmap.c60 enum dir {READ, WRITE, CLEAR, FAULT} dir = READ; in main() enumerator
/external/pigweed/pw_file/
Dfile.proto65 WRITE = 2; enumerator
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_internal.h64 #define WRITE(size, type, name) \ macro
/external/compiler-rt/test/sanitizer_common/TestCases/
Dmalloc_hook.cc13 #define WRITE(s) write(1, s, sizeof(s)) macro
/external/google-breakpad/src/google_breakpad/processor/
Dproc_maps_linux.h20 WRITE = 1 << 1, enumerator
/external/pigweed/pw_protobuf/pw_protobuf_test_protos/
Dsize_report.proto22 WRITE = 2; enumerator
/external/igt-gpu-tools/tests/i915/
Dgem_wait.c70 #define WRITE 8 macro
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsUnixLikeFileSystemTest.java1448 try (FileChannel channel = FileChannel.open(path("/test.txt"), CREATE_NEW, WRITE)) { in testChannels() argument
1478 try (SeekableByteChannel channel = Files.newByteChannel(path("/test"), READ, WRITE)) { in testChannels() argument
1497 try (FileChannel channel = FileChannel.open(path("/test"), READ, WRITE)) { in testChannels() argument
2313 try (FileChannel channel = FileChannel.open(foo, WRITE)) { in testRegularFileAccessAndModifiedTimeUpdates() argument
/external/apache-commons-bcel/src/examples/Mini/
DMiniParserConstants.java46 int WRITE = 37; field

123