Home
last modified time | relevance | path

Searched defs:READ (Results 1 – 25 of 61) sorted by relevance

123

/external/rust/crates/nix/src/sys/ioctl/
Dlinux.rs22 pub const READ: u8 = 2; constant
42 pub const READ: u8 = 2; constant
/external/arm-trusted-firmware/docs/components/
Darm-sip-service.rst250 READ section in DebugFS interface
264 uint32_t ``READ`` argument
269 Return values
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Daccess_type.h23 READ, enumerator
/external/python/cpython2/Mac/Demo/resources/
Dcopyres.py5 READ = 1 variable
/external/libgsm/inc/
Dtoast.h51 # define READ "rb" macro
/external/libbrillo/brillo/streams/
Dstream.h89 enum class AccessMode { READ, WRITE, READ_WRITE }; enumerator
/external/python/cpython2/Modules/_multiprocessing/
Dsocket_connection.c17 # 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/
Dproc_maps_linux.h21 READ = 1 << 0, enumerator
/external/python/cpython2/Mac/scripts/
Dmkestrres.py8 READ = 1 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/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsUnixLikeFileSystemTest.java918 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/
Drbug_internal.h79 #define READ(size, type, name) \ macro
/external/google-breakpad/src/google_breakpad/processor/
Dproc_maps_linux.h19 READ = 1 << 0, enumerator
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DTestUtils.java39 Files.newByteChannel(new File(path).toPath(), EnumSet.of(StandardOpenOption.READ))) { in getTestFileAsBuffer()
/external/apache-commons-bcel/src/examples/Mini/
DMiniParserConstants.java45 int READ = 36; field
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/examples/
DParameterizedExpanderTest.java125 try (SeekableByteChannel c = FileChannel.open(archive.toPath(), StandardOpenOption.READ)) { in channelVersion()
DExpanderTest.java91 try (SeekableByteChannel c = FileChannel.open(archive.toPath(), StandardOpenOption.READ)) { in sevenZChannelVersion()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DExtraFieldUtils.java313 public static final UnparseableExtraField READ field in ExtraFieldUtils.UnparseableExtraField
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_metrics.proto59 READ = 1; enumerator
/external/arm-trusted-firmware/lib/debugfs/
Ddebugfs_smc.c23 #define READ 4 macro
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/
DExpander.java86 … try (SeekableByteChannel c = FileChannel.open(archive.toPath(), StandardOpenOption.READ)) { in expand()
/external/igt-gpu-tools/tools/
Ddpcd_reg.c57 READ, enumerator
/external/libusb/libusb/os/
Dsunos_usb.h27 #define READ 0 macro

123