HomeSort by relevance Sort by last modified time
    Searched full:read_write (Results 76 - 100 of 165) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /external/chromium_org/net/http/
http_cache_transaction.h 44 // o If the mode of the transaction is READ_WRITE, then the transaction may
57 READ_WRITE = READ | WRITE,
58 UPDATE = READ_META | WRITE, // READ_WRITE & ~READ_DATA
  /external/dnsmasq/src/
helper.c 118 if (!read_write(pipefd[0], (unsigned char *)&data, sizeof(data), 1))
142 if (!read_write(pipefd[0], buf, data.clid_len, 1))
158 if (!read_write(pipefd[0], buf,
util.c 57 !read_write(fd, (unsigned char *)&seed, sizeof(seed), 1) ||
58 !read_write(fd, (unsigned char *)&in, sizeof(in), 1))
490 int read_write(int fd, unsigned char *packet, int size, int rw) function
  /packages/apps/Email/src/com/android/email/service/
ImapService.java 453 remoteFolder.open(OpenMode.READ_WRITE);
    [all...]
  /frameworks/av/services/audioflinger/
FastCapture.cpp 80 case FastCaptureState::READ_WRITE:
  /libcore/luni/src/main/java/java/nio/
MappedByteBuffer.java 107 if (mapMode == MapMode.READ_WRITE) {
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 75 public static final String READ_WRITE = "READ-WRITE";
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DictDecoder.java 205 buffer = raFile.getChannel().map(FileChannel.MapMode.READ_WRITE, 0, file.length());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
mount.h 80 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 58 // read_write: Combine readers and writers.
130 printf("sdcard_perf_test --test=write|read|read_write|open_create|traverse [options]\n\n"
366 if (testCase->type() == TestCase::READ_WRITE)
710 case TestCase::READ_WRITE:
testcase.h 44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE, TRAVERSE};
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileChannelTest.java     [all...]

Completed in 425 milliseconds

1 2 34 5 6 7