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

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_operation.cc18 type == SimpleEntryOperation::TYPE_WRITE ||
160 TYPE_WRITE,
297 int end = (type_ == TYPE_WRITE && truncate_) ? INT_MAX : offset_ + length_;
298 int other_op_end = (other_op.type() == TYPE_WRITE && other_op.truncate())
H A Dsimple_entry_operation.h33 TYPE_WRITE = 4, enumerator in enum:disk_cache::SimpleEntryOperation::EntryOperationType
H A Dsimple_entry_impl.cc617 case SimpleEntryOperation::TYPE_WRITE:
1404 } else if (executing_operation_->type() == SimpleEntryOperation::TYPE_WRITE) {
1436 executing_operation_->type() == SimpleEntryOperation::TYPE_WRITE) {
/external/deqp/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp707 TYPE_WRITE = 0,
797 DE_ASSERT(m_type == TYPE_WRITE);
975 TYPE_WRITE = 0,
1008 m_cmds.back().type = Command::TYPE_WRITE;
1156 case InterCallOperations::Command::TYPE_WRITE:
1344 case InterCallOperations::Command::TYPE_WRITE: runCommand(m_cmds[step].u_cmd.write, step, programFriendlyName); break;
3194 InvocationAliasWriteCase::TYPE_WRITE,

Completed in 422 milliseconds