Searched defs:offset_ (Results 1 - 24 of 24) sorted by relevance

/external/chromium/net/disk_cache/
H A Dnet_log_parameters.h40 const int offset_; member in class:disk_cache::ReadWriteDataParameters
69 const int64 offset_; member in class:disk_cache::SparseOperationParameters
H A Dsparse_control.h165 int64 offset_; // Current sparse offset. member in class:disk_cache::SparseControl
H A Dfile_posix.cc30 buf_(buf), buf_len_(buf_len), offset_(offset) {
57 size_t offset_; member in class:__anon2875::FileBackgroundIO
93 if (file_->Read(const_cast<void*>(buf_), buf_len_, offset_)) {
103 bool rv = file_->Write(buf_, buf_len_, offset_);
H A Din_flight_backend_io.h127 int offset_; member in class:disk_cache::BackendIO
H A Dentry_impl.cc94 : backend_(backend->GetWeakPtr()), offset_(0), grow_allowed_(true) {
125 int Start() { return offset_; }
126 int End() { return offset_ + Size(); }
133 int offset_; member in class:disk_cache::EntryImpl::UserBuffer
145 if (offset < offset_)
153 // buffer offset_ at 0.
157 int required = offset - offset_ + len;
163 DCHECK_GE(offset, offset_);
164 DVLOG(3) << "Buffer truncate at " << offset << " current " << offset_; local
166 offset -= offset_;
176 DVLOG(3) << "Buffer write at " << offset << " current " << offset_; local
[all...]
/external/chromium/net/url_request/
H A Durl_request_test_job.h132 int offset_; member in class:net::URLRequestTestJob
/external/chromium/base/
H A Ddir_reader_linux.h34 offset_(0),
52 linux_dirent* dirent = reinterpret_cast<linux_dirent*>(&buf_[offset_]);
53 offset_ += dirent->d_reclen;
56 if (offset_ != size_)
67 offset_ = 0;
76 reinterpret_cast<const linux_dirent*>(&buf_[offset_]);
91 size_t offset_, size_; member in class:base::DirReaderLinux
H A Dfile_util_proxy.cc531 offset_(offset),
540 bytes_read_ = base::ReadPlatformFile(file_, offset_, buffer_.get(),
555 int64 offset_; member in class:__anon1497::RelayRead
570 offset_(offset),
580 bytes_written_ = base::WritePlatformFile(file_, offset_, buffer_.get(),
595 int64 offset_; member in class:__anon1497::RelayWrite
/external/chromium/chrome/browser/notifications/
H A Dballoon.h60 return position_.Add(offset_);
64 const gfx::Point& offset() { return offset_;}
65 void set_offset(const gfx::Point& offset) { offset_ = offset; }
66 void add_offset(const gfx::Point& offset) { offset_ = offset_.Add(offset); }
130 gfx::Point offset_; member in class:Balloon
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.h110 int offset_; member in class:StatusBubbleViews
/external/chromium/net/base/
H A Dio_buffer.h110 int offset() { return offset_; }
120 int offset_; member in class:net::GrowableIOBuffer
/external/chromium/webkit/glue/media/
H A Dbuffered_resource_loader.h244 int64 offset_; member in class:webkit_glue::BufferedResourceLoader
/external/stressapptest/src/
H A Derror_diag.h112 int offset_; // offset. member in class:HDDMiscompareErrorInstance
/external/v8/preparser/
H A Dpreparser-process.cc65 offset_(0) { }
70 offset_--;
72 if (offset_ < 0 ||
73 (ch != ((offset_ >= end_offset_) ? -1 : buffer_[offset_]))) {
74 fprintf(stderr, "Invalid pushback: '%c' at offset %d.", ch, offset_);
81 if (offset_ >= end_offset_) {
82 offset_++; // Increment anyway to allow symmetric pushbacks.
85 uint8_t next_char = buffer_[offset_];
92 offset_
99 int offset_; member in class:AsciiInputStream
[all...]
/external/v8/src/
H A Dunicode.h83 inline CacheEntry() : code_point_(kNoChar), offset_(0) { }
86 offset_(offset) { }
88 signed offset_; member in struct:unibrow::Mapping::CacheEntry
234 unsigned offset_; member in class:unibrow::InputBuffer
H A Dgdb-jit.cc77 Slot(Writer* w, uintptr_t offset) : w_(w), offset_(offset) { }
80 return w_->RawSlotAt<T>(offset_);
84 *w_->RawSlotAt<T>(offset_) = value;
88 return Slot<T>(w_, offset_ + sizeof(T) * i);
93 uintptr_t offset_; member in class:v8::internal::BASE_EMBEDDED::Slot
418 offset_(offset),
426 header->offset = offset_;
433 uintptr_t offset_; member in class:v8::FullHeaderELFSection
442 : ELFSection(name, TYPE_STRTAB, 1), writer_(NULL), offset_(0), size_(0) {
455 offset_
483 uintptr_t offset_; member in class:v8::StringTable
[all...]
H A Dhydrogen-instructions.h3723 offset_(offset) {
3736 int offset() const { return offset_; }
3748 return is_in_object_ == b->is_in_object_ && offset_ == b->offset_;
3753 int offset_; member in class:v8::HLoadNamedField
3998 offset_(offset) {
4020 int offset() const { return offset_; }
4031 int offset_; member in class:v8::HStoreNamedField
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_master.cc71 offset_(offset) {
77 WriteToFile(file_, offset_,
105 int32 offset_; // Offset from the beginning of the file. member in class:__anon2651::AsyncWriter
/external/chromium/net/tools/dump_cache/
H A Dupgrade.cc262 int offset_; member in class:__anon3076::MasterSM
463 offset_ = 0;
479 offset_);
492 msg.arg3 = offset_;
513 int rv = writer_->WriteEntry(entry_, stream_, offset_, buf, read_size,
524 offset_ += read_size;
534 offset_ += ret;
/external/openfst/src/include/fst/
H A Daccumulator.h705 offset_ = 1;
708 offset_ = 0;
724 w, aiter, begin ? begin - offset_ : 0, end - offset_);
725 if (begin == 0 && end != 0 && offset_ > 0)
736 size_t offset_; member in class:fst::ReplaceAccumulator
H A Dreplace.h1057 : fst_(fst), state_(s), pos_(0), offset_(0), flags_(0), arcs_(0),
1101 offset_ = num_arcs_ - local_data_.narcs;
1125 offset_ = 0; // No offset
1139 offset_ = num_arcs_ - local_data_.narcs;
1158 if (pos_ - offset_ >= 0) { // The requested arc is not the 'final' arc.
1159 const A& arc = arcs_[pos_ - offset_];
1216 mutable ssize_t offset_; // Offset between position in iterator and in arcs_ member in class:fst::ArcIterator
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker.cc589 offset_.SetPoint(dest_x - src_x, dest_y - src_y);
597 copy->button.x -= offset_.x();
598 copy->button.y -= offset_.y();
606 copy->motion.x -= offset_.x();
607 copy->motion.y -= offset_.y();
620 gfx::Point offset_; member in class:chromeos::MouseEventRelay
/external/v8/src/mips/
H A Dassembler-mips.h392 int32_t offset() const { return offset_; }
395 return is_int16(offset_);
399 int32_t offset_; member in class:v8::internal::MemOperand
/external/v8/src/arm/
H A Dassembler-arm.h474 offset_ = offset;
479 return offset_;
487 return offset_ >= 0 ? is_uint12(offset_) : is_uint12(-offset_);
493 int32_t offset_; // valid if rm_ == no_reg member in class:v8::internal::BASE_EMBEDDED

Completed in 463 milliseconds