HomeSort by relevance Sort by last modified time
    Searched refs:other_op (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc 269 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.length()
    [all...]
simple_entry_operation.h 91 bool ConflictsWith(const SimpleEntryOperation& other_op) const;
  /external/chromium_org/chrome/test/perf/
perf_test.cc 76 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 188 milliseconds