OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:other_op
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/disk_cache/simple/
simple_entry_operation.cc
136
const SimpleEntryOperation&
other_op
) const {
139
if (
other_op
.type() != TYPE_READ &&
other_op
.type() != TYPE_WRITE)
141
if (type() == TYPE_READ &&
other_op
.type() == TYPE_READ)
143
if (index_ !=
other_op
.index_)
146
int other_op_end = (
other_op
.type() == TYPE_WRITE &&
other_op
.truncate())
148
:
other_op
.offset() +
other_op
.length();
149
return (offset_ < other_op_end &&
other_op
.offset() < end)
[
all
...]
simple_entry_operation.h
66
bool ConflictsWith(const SimpleEntryOperation&
other_op
) const;
/external/chromium_org/chrome/test/perf/
perf_test.cc
218
size_t
other_op
= static_cast<size_t>(io_counters.OtherOperationCount);
local
237
other_op_b =
other_op
;
246
other_op_r +=
other_op
;
Completed in 463 milliseconds