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

1 23

  /external/valgrind/tsan/
ts_offline.cc 198 case WRITE:
219 if (type == READ || type == WRITE) {
297 Printf("INFO: ThreadSanitizer write %ld lines.\n", offline_line_n);
ts_pin.cc 251 #define REPORT_WRITE_RANGE(x, size) ReportAccesRange(tid, pc, WRITE, (uintptr_t)x, size)
402 } else if (t.ignore_accesses && (event == READ || event == WRITE)) {
470 DumpEventPlainText(mop->is_write() ? WRITE : READ, t.uniq_tid,
    [all...]
thread_sanitizer.cc 409 // array_pos_ - next element to write to the array_ (mod kArraySize)
410 // array_filled_ - set to true once we write the last element of the array
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 15 along with this library; see the file COPYING.LIB. If not, write to
59 Q_PROPERTY(int intProperty READ intProperty WRITE setIntProperty)
60 Q_PROPERTY(QVariant variantProperty READ variantProperty WRITE setVariantProperty)
61 Q_PROPERTY(QVariantList variantListProperty READ variantListProperty WRITE setVariantListProperty)
62 Q_PROPERTY(QVariantMap variantMapProperty READ variantMapProperty WRITE setVariantMapProperty)
63 Q_PROPERTY(QString stringProperty READ stringProperty WRITE setStringProperty)
64 Q_PROPERTY(QStringList stringListProperty READ stringListProperty WRITE setStringListProperty)
65 Q_PROPERTY(QByteArray byteArrayProperty READ byteArrayProperty WRITE setByteArrayProperty)
66 Q_PROPERTY(QBrush brushProperty READ brushProperty WRITE setBrushProperty)
67 Q_PROPERTY(double hiddenProperty READ hiddenProperty WRITE setHiddenProperty SCRIPTABLE false
    [all...]
  /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...]
  /frameworks/av/services/audioflinger/
FastMixer.cpp 67 long underrunNs = 0; // underrun likely when write cycle is greater than this value
68 long overrunNs = 0; // overrun likely when write cycle is less than this value
69 long forceNs = 0; // if overrun detected, force the write cycle to take this much time
70 long warmupNs = 0; // warmup complete when write cycle is greater than to this value
86 NBAIO_Sink* teeSink = NULL; // if non-NULL, then duplicate write() to this non-blocking sink
180 case FastMixerState::WRITE:
410 if ((command & FastMixerState::WRITE) && (outputSink != NULL) && (mixBuffer != NULL)) {
416 (void) teeSink->write(mixBuffer, frameCount);
418 // FIXME write() is non-blocking and lock-free for a properly implemented NBAIO sink,
422 Tracer::traceBegin(ATRACE_TAG, "write");
    [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 58 Q_PROPERTY(bool globalFlag READ globalFlag WRITE setGlobalFlag)
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 55 // write: Open a file write some random data and close.
68 // For read/write tests, size is the number of Kbytes to use.
74 // adb shell /system/bin/sdcard_perf_test --test=write --size=1000 --chunk-size=100 --procnb=1 --iterations=100 --dump > /tmp/data.txt
128 printf("sdcard_perf_test --test=write|read|read_write|open_create [options]\n\n"
137 " -s --sync: fsync|sync Use fsync or sync in write test. Default: no sync call.\n"
353 *((pid_t *)chunk) = testCase->pid(); // write our pid at the beginning of each chunk
358 // iteration to last longer and have concurrent read/write
379 ssize_t written = write(fd, chunk, chunk_size);
382 fprintf(stderr, "Write failed %d %s.", errno, strerror(errno))
    [all...]
  /external/e2fsprogs/e2fsck/
journal.c 129 } else if (rw == WRITE && bh->b_dirty) {
146 rw == READ ? "read" : "write",
165 ll_rw_block(WRITE, 1, &bh);
628 ll_rw_block(WRITE, 1, &journal->j_sb_buffer);
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);
  /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/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...]
  /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 
  /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...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 803 milliseconds

1 23