/external/rust/crates/nix/src/sys/ioctl/ |
D | linux.rs | 30 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/ |
D | SevenZArchiverTest.java | 72 try (SeekableByteChannel c = FileChannel.open(target.toPath(), StandardOpenOption.WRITE, in channelVersion() 82 try (SeekableByteChannel c = FileChannel.open(target.toPath(), StandardOpenOption.WRITE, in unknownFormat()
|
D | ParameterizedArchiverTest.java | 101 try (SeekableByteChannel c = FileChannel.open(target.toPath(), StandardOpenOption.WRITE, in channelVersion()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | access_type.h | 24 WRITE, enumerator
|
/external/python/cpython2/Mac/Demo/resources/ |
D | copyres.py | 6 WRITE = 2 variable
|
/external/libgsm/inc/ |
D | toast.h | 52 # define WRITE "wb" macro
|
/external/libbrillo/brillo/streams/ |
D | stream.h | 89 enum class AccessMode { READ, WRITE, READ_WRITE }; enumerator
|
/external/bcc/libbpf-tools/ |
D | fsdist.h | 7 WRITE, enumerator
|
D | fsslower.h | 10 WRITE, enumerator
|
D | filetop.h | 10 WRITE, enumerator
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | socket_connection.c | 16 # 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/ |
D | proc_maps_linux.h | 22 WRITE = 1 << 1, enumerator
|
/external/libchrome/base/debug/ |
D | proc_maps_linux.h | 22 WRITE = 1 << 1, enumerator
|
/external/python/cpython2/Mac/scripts/ |
D | mkestrres.py | 9 WRITE = 2 variable
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_prw.c | 59 enum dir { READ, WRITE } dir = READ; in main() enumerator
|
D | vgem_mmap.c | 49 enum dir {READ, WRITE, CLEAR, FAULT} dir = READ; in main() enumerator
|
D | gem_mmap.c | 60 enum dir {READ, WRITE, CLEAR, FAULT} dir = READ; in main() enumerator
|
/external/pigweed/pw_file/ |
D | file.proto | 65 WRITE = 2; enumerator
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_internal.h | 64 #define WRITE(size, type, name) \ macro
|
/external/compiler-rt/test/sanitizer_common/TestCases/ |
D | malloc_hook.cc | 13 #define WRITE(s) write(1, s, sizeof(s)) macro
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | proc_maps_linux.h | 20 WRITE = 1 << 1, enumerator
|
/external/pigweed/pw_protobuf/pw_protobuf_test_protos/ |
D | size_report.proto | 22 WRITE = 2; enumerator
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_wait.c | 70 #define WRITE 8 macro
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | JimfsUnixLikeFileSystemTest.java | 1448 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/ |
D | MiniParserConstants.java | 46 int WRITE = 37; field
|