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

1 2 34

  /external/kernel-headers/original/linux/
fs.h 113 * The below are the various read and write types that we support. Some of
141 * WRITE A normal async write. Device will be plugged.
142 * WRITE_SYNC Synchronous write. Identical to WRITE, but passes down
144 * shortly. The write equivalent of READ_SYNC.
145 * WRITE_ODIRECT Special case write for O_DIRECT only.
158 #define WRITE RW_MASK
163 #define WRITE_SYNC (WRITE | REQ_SYNC | REQ_NOIDLE)
164 #define WRITE_ODIRECT (WRITE | REQ_SYNC
1551 ssize_t (*write) (struct file *, const char __user *, size_t, loff_t *); member in struct:file_operations
    [all...]
  /external/e2fsprogs/e2fsck/
revoke.c 19 * + Commit: during commit we write the entire list of the current
36 * The revoke must take precedence over the write of the block, so we
37 * need either to cancel the journal entry or to write the revoke
45 * The data write is allowed to succeed, but the revoke is _not_
431 * Write revoke records to the journal for all entries in the current
471 * Write out one revoke record. We need to create a new descriptor
550 BUFFER_TRACE(bh, "write");
551 ll_rw_block (WRITE, 1, &bh);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 56 // write: Open a file write some random data and close.
69 // For read/write tests, size is the number of Kbytes to use.
75 // adb shell /system/bin/sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 --dump > /tmp/data.txt
130 printf("sdcard_perf_test --test=write|read|read_write|open_create|traverse [options]\n\n"
140 " -s --sync: fsync|sync Use fsync or sync in write test. Default: no sync call.\n"
359 *((pid_t *)chunk) = testCase->pid(); // write our pid at the beginning of each chunk
364 // iteration to last longer and have concurrent read/write
385 ssize_t written = write(fd, chunk, chunk_size);
388 fprintf(stderr, "Write failed %d %s.", errno, strerror(errno))
    [all...]
  /external/chromium/net/http/
http_cache.cc 217 // This class encapsulates a transaction whose only purpose is to write metadata
228 void Write(const GURL& url, base::Time expected_response_time, IOBuffer* buf,
246 void HttpCache::MetadataWriter::Write(const GURL& url,
451 writer->Write(url, expected_response_time, buf, buf_len);
798 // NOTE: If the transaction can only write, then the entry should not be in
806 if (trans->mode() & Transaction::WRITE) {
1009 if ((next->mode() & Transaction::WRITE) && !entry->readers.empty())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2.asm 597 ; RESHUFFLE AND WRITE OUT
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/elfutils/src/
elflint.c 16 with Red Hat elfutils; if not, write to the Free Software Foundation,
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1862 milliseconds

1 2 34