HomeSort by relevance Sort by last modified time
    Searched defs:WRITE (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium/net/http/
disk_cache_based_ssl_host_info.h 50 WRITE,
99 // SetDone is the terminal state of the write operation.
http_cache_transaction.h 40 // o If the mode of the transaction is only WRITE, then it may only write to
55 WRITE = 1 << 2,
56 READ_WRITE = READ | WRITE,
57 UPDATE = READ_META | WRITE, // READ_WRITE & ~READ_DATA
291 // Called to write data to the cache entry. If the write fails, then the
297 // Called to write response_ to the cache entry. |truncated| indicates if the
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 16 #define WRITE 1
  /frameworks/av/services/audioflinger/
FastMixerState.h 72 WRITE = 0x10, // write to output sink
73 MIX_WRITE = 0x18, // mix tracks and write to output sink
79 NBAIO_Sink* mTeeSink; // if non-NULL, then duplicate write()s to this non-blocking sink
  /external/valgrind/tsan/
ts_events.h 44 WRITE, // {tid, pc, addr, size}
  /system/extras/tests/sdcard/
testcase.h 44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE};
50 // terminate roughly at the same time as the write tasks.
148 // 1: closed write to parent
150 // 3: write to child closed
156 StopWatch *mWriteTimer; // Used to time the write calls.
  /device/moto/stingray/whisper/
SHA_CommMarshalling.h 51 #define WRITE 0x12
175 // Write command
  /external/bluetooth/hcidump/src/
hcidump.c 20 * along with this program; if not, write to the Free Software
60 WRITE,
137 if ((w = write(fd, buf, len)) < 0) {
210 len = write(fd, buf, BTSNOOP_HDR_SIZE);
302 case WRITE:
325 perror("Write error");
459 if (mode == WRITE || mode == PPPDUMP || mode == AUDIO)
517 len = write(fd, buf, BTSNOOP_HDR_SIZE);
931 mode = WRITE;
1048 case WRITE
    [all...]
  /bionic/libc/kernel/common/linux/
fs.h 64 #define WRITE 1
70 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /development/ndk/platforms/android-3/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h 80 #define WRITE 1
85 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
190 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 80 #define WRITE 1
85 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
190 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 80 #define WRITE 1
85 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
190 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))