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

1 2 3

  /external/pixman/pixman/
pixman-accessor.h 5 #define WRITE(img, ptr,val) \
13 WRITE((img), _dst +_i, (val)); \
20 #define WRITE(img, ptr, val) (*(ptr) = (val))
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_internal.h 64 #define WRITE(size, type, name) \
73 WRITE(4, uint32_t, name##_len); \
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_internal.h 64 #define WRITE(size, type, name) \
73 WRITE(4, uint32_t, name##_len); \
  /external/chromium_org/base/debug/
proc_maps_linux.h 21 WRITE = 1 << 1,
33 // Bitmask of read/write/execute/private/shared permissions.
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.h 75 WRITE
80 // or write.
81 // Note that write intent implies destruction of the buffer content (we actually
82 // write)
  /external/chromium_org/tools/android/forwarder2/
socket.h 53 // Same as Read(), just a wrapper around write().
54 int Write(const void* buffer, size_t count);
62 // Calls Write() multiple times until num_bytes is written. No bounds checking
91 WRITE
  /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/chromium_org/sandbox/win/tools/finder/
finder.h 14 WRITE, // Number of objects with write access
52 // for read, write or r/w access. It outputs the results to a file or stdout.
  /external/e2fsprogs/lib/ext2fs/
jfs_compat.h 16 #define WRITE 1
  /frameworks/av/services/audioflinger/
FastMixerState.h 73 WRITE = 0x10, // write to output sink
74 MIX_WRITE = 0x18, // mix tracks and write to output sink
80 NBAIO_Sink* mTeeSink; // if non-NULL, then duplicate write()s to this non-blocking sink
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
buildtools.py 46 WRITE = 2
168 dest.write(data)
180 output = Res.FSOpenResourceFile(destname, RESOURCE_FORK_NAME, WRITE)
184 output = Res.FSOpenResourceFile(destname, RESOURCE_FORK_NAME, WRITE)
243 progress.label("Write PYC resource...")
250 # Create the resource and write it
429 fc.write('\0\0\0\0') # MAGIC placeholder, written later
430 fc.write('\0\0\0\0') # Timestap placeholder, not needed
434 fc.write(MAGIC)
  /system/extras/tests/sdcard/
testcase.h 44 enum Type {UNKNOWN_TEST, WRITE, READ, OPEN_CREATE, READ_WRITE, TRAVERSE};
50 // terminate roughly at the same time as the write tasks.
153 // 1: closed write to parent
155 // 3: write to child closed
161 StopWatch *mWriteTimer; // Used to time the write calls.
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_optimize.c 128 * For a MOV instruction, compute a write mask when src register also has
247 * write to such registers. Be careful with condition code setters.
321 /* find instructions that write to dead registers, flag for removal */
369 WRITE,
379 * Return READ, WRITE, FLOW or END to indicate the next usage or an indicator
423 return WRITE;
630 if (use == WRITE || use == END)
800 if (next_use == WRITE || next_use == END) {
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 128 * For a MOV instruction, compute a write mask when src register also has
247 * write to such registers. Be careful with condition code setters.
321 /* find instructions that write to dead registers, flag for removal */
369 WRITE,
379 * Return READ, WRITE, FLOW or END to indicate the next usage or an indicator
423 return WRITE;
630 if (use == WRITE || use == END)
800 if (next_use == WRITE || next_use == END) {
    [all...]
  /development/ndk/platforms/android-3/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /external/chromium_org/net/http/
http_cache_transaction.h 42 // o If the mode of the transaction is only WRITE, then it may only write to
57 WRITE = 1 << 2,
58 READ_WRITE = READ | WRITE,
59 UPDATE = READ_META | WRITE, // READ_WRITE & ~READ_DATA
327 // Called to write data to the cache entry. If the write fails, then the
333 // Called to write response_ to the cache entry. |truncated| indicates if the
  /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/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))

Completed in 1343 milliseconds

1 2 3