Searched refs:other_op (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_operation.cc269 const SimpleEntryOperation& other_op) const {
270 EntryOperationType other_type = other_op.type();
291 int64 other_op_end = other_op.sparse_offset() + other_op.length();
292 return sparse_offset_ < other_op_end && other_op.sparse_offset() < end;
295 if (index_ != other_op.index_)
298 int other_op_end = (other_op.type() == TYPE_WRITE && other_op.truncate())
300 : other_op.offset() + other_op
[all...]
H A Dsimple_entry_operation.h91 bool ConflictsWith(const SimpleEntryOperation& other_op) const;
/external/chromium_org/chrome/test/perf/
H A Dperf_test.cc76 size_t other_op = static_cast<size_t>(io_counters.OtherOperationCount); local
95 other_op_b = other_op;
104 other_op_r += other_op;

Completed in 92 milliseconds