Home
last modified time | relevance | path

Searched refs:TYPE_WRITE (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_entry_operation.cc18 type == SimpleEntryOperation::TYPE_WRITE || in IsReadWriteType()
160 TYPE_WRITE, in WriteOperation()
297 int end = (type_ == TYPE_WRITE && truncate_) ? INT_MAX : offset_ + length_; in ConflictsWith()
298 int other_op_end = (other_op.type() == TYPE_WRITE && other_op.truncate()) in ConflictsWith()
Dsimple_entry_operation.h33 TYPE_WRITE = 4, enumerator
Dsimple_entry_impl.cc615 case SimpleEntryOperation::TYPE_WRITE: in RunNextOperationIfNeeded()
1399 } else if (executing_operation_->type() == SimpleEntryOperation::TYPE_WRITE) { in RecordReadIsParallelizable()
1431 executing_operation_->type() == SimpleEntryOperation::TYPE_WRITE) { in RecordWriteDependencyType()
/external/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp707 TYPE_WRITE = 0, enumerator
797 DE_ASSERT(m_type == TYPE_WRITE); in genShaderSource()
975 TYPE_WRITE = 0, enumerator
1008 m_cmds.back().type = Command::TYPE_WRITE; in operator <<()
1156 case InterCallOperations::Command::TYPE_WRITE: in init()
1344 …case InterCallOperations::Command::TYPE_WRITE: runCommand(m_cmds[step].u_cmd.write, step, pro… in iterate()
3194 InvocationAliasWriteCase::TYPE_WRITE, in init()