HomeSort by relevance Sort by last modified time
    Searched full:read_write (Results 126 - 150 of 177) sorted by null

1 2 3 4 56 7 8

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 286 #define BLKROGET _IO(0x12,94) /* get read-only status (0 = read_write) */
  /external/dnsmasq/src/
dnsmasq.c 316 if (read_write(err_pipe[0], (unsigned char *)&ev, sizeof(ev), 1))
809 if (read_write(pipe, (unsigned char *)&ev, sizeof(ev), 1))
    [all...]
dnsmasq.h 755 int read_write(int fd, unsigned char *packet, int size, int rw);
tftp.c 563 !read_write(transfer->file->fd, mess->data, size, 1))
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 55 MappedByteBuffer result = ch.map(FileChannel.MapMode.READ_WRITE, 0, size);
93 .map(FileChannel.MapMode.READ_WRITE, 65536, 131072);
    [all...]
  /bionic/libc/
SYSCALLS.TXT 101 # See linux/fs/read_write.c and https://lwn.net/Articles/311630/.
  /external/clang/include/clang/Basic/
TokenKinds.def 514 ALIAS("read_write", __read_write , KEYOPENCL)
Attr.td 662 Keyword<"__read_write">, Keyword<"read_write">];
667 Keyword<"read_write">]>,
    [all...]
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 57 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /external/kernel-headers/original/uapi/asm-generic/
unistd.h 197 /* fs/read_write.c */
  /external/opencv3/modules/features2d/test/
test_matchers_algorithmic.cpp 547 TEST( Features2d_DMatch, read_write )
  /packages/apps/Email/provider_src/com/android/email/service/
EmailServiceStub.java 191 remoteFolder.open(OpenMode.READ_WRITE);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java 272 mIndexBuffer = mIndexChannel.map(FileChannel.MapMode.READ_WRITE,
  /packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapFolder.java 730 } else if (responseCode.is(ImapConstants.READ_WRITE)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
unistd.h 199 /* fs/read_write.c */
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 614 'read_write' : 'RdWr', # the file is open with read/write permission
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 614 'read_write' : 'RdWr', # the file is open with read/write permission
  /external/mesa3d/src/mesa/main/
bufferobj.c 148 * BUFFER_ACCESS enum READ_WRITE READ_ONLY, WRITE_ONLY
149 * READ_WRITE
    [all...]
  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
storage_api.py 91 read_write_scope = 'https://www.googleapis.com/auth/devstorage.read_write'
  /external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
storage_v1_client.py 32 _SCOPES = [u'https://www.googleapis.com/auth/devstorage.full_control', u'https://www.googleapis.com/auth/devstorage.read_only', u'https://www.googleapis.com/auth/devstorage.read_write']
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
storage_v1_client.py 13 _SCOPES = [u'https://www.googleapis.com/auth/cloud-platform', u'https://www.googleapis.com/auth/devstorage.full_control', u'https://www.googleapis.com/auth/devstorage.read_only', u'https://www.googleapis.com/auth/devstorage.read_write']
    [all...]
  /external/guava/guava/src/com/google/common/io/
Files.java 653 * <p>If the mode is {@link MapMode#READ_WRITE} and the file does not exist,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 1018 * \param usage one of LP_TEX_USAGE_READ/WRITE_ALL/READ_WRITE
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 854 else if (mode == MapMode.READ_WRITE)
    [all...]
  /external/autotest/client/common_lib/
base_job.py     [all...]

Completed in 1045 milliseconds

1 2 3 4 56 7 8