HomeSort by relevance Sort by last modified time
    Searched refs:WRITE (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
fs.h 60 #define WRITE 1
65 #define WRITE_SYNC (WRITE | (1 << BIO_RW_SYNC))
  /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
http_cache_transaction.cc 163 // We could still have a cache read or write in progress, so we just null the
185 DCHECK(mode_ & WRITE);
324 DCHECK(mode_ & WRITE);
341 case WRITE:
593 mode_ = WRITE;
600 if (mode_ & WRITE) {
627 DCHECK(mode_ & WRITE || mode_ == NONE);
706 mode_ = WRITE;
719 DCHECK(mode_ & WRITE || mode_ == NONE);
739 if (mode_ == WRITE) {
    [all...]
disk_cache_based_ssl_host_info.cc 131 case WRITE:
186 state_ = WRITE;
  /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.
finder_fs.cc 86 filesystem_stats_[WRITE]++;
finder_registry.cc 69 registry_stats_[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_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
  /external/pixman/pixman/
pixman-access.c 93 WRITE((img), __d, (READ((img), __d) & ~__m) | __v); \
106 WRITE((img), __d, (READ((img), __d) & ~__m) | __v); \
111 #define STORE_8(img,l,o,v) (WRITE (img, (uint8_t *)(l) + ((o) >> 3), (v)))
145 WRITE ((img), __tmp++, ((v) & 0x00ff0000) >> 16); \
146 WRITE ((img), __tmp++, ((v) & 0x0000ff00) >> 8); \
147 WRITE ((img), __tmp++, ((v) & 0x000000ff) >> 0); \
156 WRITE ((img), __tmp++, ((v) & 0x000000ff) >> 0); \
157 WRITE ((img), __tmp++, ((v) & 0x0000ff00) >> 8); \
158 WRITE ((img), __tmp++, ((v) & 0x00ff0000) >> 16); \
397 WRITE (image, (dest + offset), converted & 0xff)
    [all...]
  /external/eigen/blas/testing/
cblat3.f 132 WRITE( NOUT, FMT = 9997 )'N', NIDMAX
138 WRITE( NOUT, FMT = 9996 )NMAX
145 WRITE( NOUT, FMT = 9997 )'ALPHA', NALMAX
152 WRITE( NOUT, FMT = 9997 )'BETA', NBEMAX
159 WRITE( NOUT, FMT = 9995 )
160 WRITE( NOUT, FMT = 9994 )( IDIM( I ), I = 1, NIDIM )
161 WRITE( NOUT, FMT = 9993 )( ALF( I ), I = 1, NALF )
162 WRITE( NOUT, FMT = 9992 )( BET( I ), I = 1, NBET )
164 WRITE( NOUT, FMT = * )
165 WRITE( NOUT, FMT = 9984
    [all...]
zblat3.f 133 WRITE( NOUT, FMT = 9997 )'N', NIDMAX
139 WRITE( NOUT, FMT = 9996 )NMAX
146 WRITE( NOUT, FMT = 9997 )'ALPHA', NALMAX
153 WRITE( NOUT, FMT = 9997 )'BETA', NBEMAX
160 WRITE( NOUT, FMT = 9995 )
161 WRITE( NOUT, FMT = 9994 )( IDIM( I ), I = 1, NIDIM )
162 WRITE( NOUT, FMT = 9993 )( ALF( I ), I = 1, NALF )
163 WRITE( NOUT, FMT = 9992 )( BET( I ), I = 1, NBET )
165 WRITE( NOUT, FMT = * )
166 WRITE( NOUT, FMT = 9984
    [all...]
dblat1.f 21 WRITE (NOUT,99999)
47 IF (PASS) WRITE (NOUT,99998)
77 WRITE (NOUT,99999) ICASE, L(ICASE)
138 WRITE (NOUT,*) ' Shouldn''t be here in CHECK0'
231 WRITE (NOUT,*) ' Shouldn''t be here in CHECK1'
425 WRITE (NOUT,*) ' Shouldn''t be here in CHECK2'
538 WRITE (NOUT,*) ' Shouldn''t be here in CHECK3'
681 WRITE (NOUT,99999)
682 WRITE (NOUT,99998)
683 20 WRITE (NOUT,99997) ICASE, N, INCX, INCY, MODE, I, SCOMP(I)
    [all...]
sblat1.f 21 WRITE (NOUT,99999)
47 IF (PASS) WRITE (NOUT,99998)
77 WRITE (NOUT,99999) ICASE, L(ICASE)
138 WRITE (NOUT,*) ' Shouldn''t be here in CHECK0'
231 WRITE (NOUT,*) ' Shouldn''t be here in CHECK1'
425 WRITE (NOUT,*) ' Shouldn''t be here in CHECK2'
538 WRITE (NOUT,*) ' Shouldn''t be here in CHECK3'
681 WRITE (NOUT,99999)
682 WRITE (NOUT,99998)
683 20 WRITE (NOUT,99997) ICASE, N, INCX, INCY, MODE, I, SCOMP(I)
    [all...]
cblat1.f 21 WRITE (NOUT,99999)
41 IF (PASS) WRITE (NOUT,99998)
71 WRITE (NOUT,99999) ICASE, L(ICASE)
230 WRITE (NOUT,*) ' Shouldn''t be here in CHECK1'
513 WRITE (NOUT,*) ' Shouldn''t be here in CHECK2'
563 WRITE (NOUT,99999)
564 WRITE (NOUT,99998)
565 20 WRITE (NOUT,99997) ICASE, N, INCX, INCY, MODE, I, SCOMP(I),
669 WRITE (NOUT,99999)
670 WRITE (NOUT,99998
    [all...]
zblat1.f 21 WRITE (NOUT,99999)
41 IF (PASS) WRITE (NOUT,99998)
71 WRITE (NOUT,99999) ICASE, L(ICASE)
230 WRITE (NOUT,*) ' Shouldn''t be here in CHECK1'
513 WRITE (NOUT,*) ' Shouldn''t be here in CHECK2'
563 WRITE (NOUT,99999)
564 WRITE (NOUT,99998)
565 20 WRITE (NOUT,99997) ICASE, N, INCX, INCY, MODE, I, SCOMP(I),
669 WRITE (NOUT,99999)
670 WRITE (NOUT,99998
    [all...]
  /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)
  /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.
testcase.cpp 110 write(mIpc[TestCase::WRITE_TO_PARENT], buffer, str - buffer);
161 mWriteTimer = new StopWatch("write", iter() * dataSize() / chunkSize());
174 if (strcmp(mName, "write") == 0) mType = WRITE;
  /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) */
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc 189 WRITE,
246 case Event::WRITE: {
384 Event event(is_write ? Event::WRITE : Event::READ, addr, size);

Completed in 2101 milliseconds

1 2 34 5 6