/external/rust/crates/nix/src/sys/ioctl/ |
D | linux.rs | 22 pub const READ: u8 = 2; constant 42 pub const READ: u8 = 2; constant
|
/external/arm-trusted-firmware/docs/components/ |
D | arm-sip-service.rst | 250 READ section in DebugFS interface 264 uint32_t ``READ`` argument 269 Return values
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | access_type.h | 23 READ, enumerator
|
/external/python/cpython2/Mac/Demo/resources/ |
D | copyres.py | 5 READ = 1 variable
|
/external/libgsm/inc/ |
D | toast.h | 51 # define READ "rb" macro
|
/external/libbrillo/brillo/streams/ |
D | stream.h | 89 enum class AccessMode { READ, WRITE, READ_WRITE }; enumerator
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | socket_connection.c | 17 # define READ(h, buffer, length) recv((SOCKET)h, buffer, length, 0) macro 21 # define READ(h, buffer, length) read(h, buffer, length) macro
|
/external/libchrome/base/debug/ |
D | proc_maps_linux.h | 21 READ = 1 << 0, enumerator
|
/external/python/cpython2/Mac/scripts/ |
D | mkestrres.py | 8 READ = 1 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/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | JimfsUnixLikeFileSystemTest.java | 918 try (FileChannel channel = FileChannel.open(path("/test"), READ, TRUNCATE_EXISTING)) { in testOpenFile_withReadAndTruncateExisting_doesNotTruncateFile() argument 1464 try (SeekableByteChannel channel = Files.newByteChannel(path("/test.txt"), READ)) { 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 2277 try (FileChannel channel = FileChannel.open(foo, READ)) { in testRegularFileAccessAndModifiedTimeUpdates() argument
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_internal.h | 79 #define READ(size, type, name) \ macro
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | proc_maps_linux.h | 19 READ = 1 << 0, enumerator
|
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/ |
D | TestUtils.java | 39 Files.newByteChannel(new File(path).toPath(), EnumSet.of(StandardOpenOption.READ))) { in getTestFileAsBuffer()
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | MiniParserConstants.java | 45 int READ = 36; field
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/examples/ |
D | ParameterizedExpanderTest.java | 125 try (SeekableByteChannel c = FileChannel.open(archive.toPath(), StandardOpenOption.READ)) { in channelVersion()
|
D | ExpanderTest.java | 91 try (SeekableByteChannel c = FileChannel.open(archive.toPath(), StandardOpenOption.READ)) { in sevenZChannelVersion()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | ExtraFieldUtils.java | 313 public static final UnparseableExtraField READ field in ExtraFieldUtils.UnparseableExtraField
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | op_metrics.proto | 59 READ = 1; enumerator
|
/external/arm-trusted-firmware/lib/debugfs/ |
D | debugfs_smc.c | 23 #define READ 4 macro
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/ |
D | Expander.java | 86 … try (SeekableByteChannel c = FileChannel.open(archive.toPath(), StandardOpenOption.READ)) { in expand()
|
/external/igt-gpu-tools/tools/ |
D | dpcd_reg.c | 57 READ, enumerator
|
/external/libusb/libusb/os/ |
D | sunos_usb.h | 27 #define READ 0 macro
|