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

  /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/base/core/java/android/database/sqlite/
SQLiteStatement.java 43 private static final boolean WRITE = false;
84 acquireAndLock(WRITE);
112 acquireAndLock(WRITE);
205 * <li>notifies {@link BlockGuard} of read/write</li>
225 if (rwFlag == WRITE) {
  /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 60 #define WRITE 1
65 #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))
  /prebuilt/linux-x86/toolchain/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) */
  /prebuilt/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))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /external/kernel-headers/original/linux/
fs.h 79 #define WRITE 1
84 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
184 #define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */
359 /* Write back some dirty pages from this mapping. */
586 * an UP compile the i_size_read/write must be atomic
1059 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *); member in struct:file_operations
    [all...]
  /prebuilt/common/osgi/
osgi.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 1322 milliseconds