HomeSort by relevance Sort by last modified time
    Searched refs:offset_ (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium/base/
dir_reader_linux.h 34 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
  /dalvik/vm/alloc/
HeapBitmap.h 29 #define HB_OFFSET_TO_INDEX(offset_) \
30 ((uintptr_t)(offset_) / HB_OBJECT_ALIGNMENT / HB_BITS_PER_WORD)
34 #define HB_OFFSET_TO_BYTE_INDEX(offset_) \
35 (HB_OFFSET_TO_INDEX(offset_) * sizeof(*((HeapBitmap *)0)->bits))
40 #define HB_OFFSET_TO_MASK(offset_) \
42 (31-(((uintptr_t)(offset_) / HB_OBJECT_ALIGNMENT) % HB_BITS_PER_WORD)))
  /external/chromium/chrome/browser/notifications/
balloon.h 60 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
  /dalvik/vm/hprof/
HprofOutput.cpp 27 int offset_ = (int)(offset); \
29 buf_[offset_ + 0] = (unsigned char)(value_ >> 8); \
30 buf_[offset_ + 1] = (unsigned char)(value_ ); \
36 int offset_ = (int)(offset); \
38 buf_[offset_ + 0] = (unsigned char)(value_ >> 24); \
39 buf_[offset_ + 1] = (unsigned char)(value_ >> 16); \
40 buf_[offset_ + 2] = (unsigned char)(value_ >> 8); \
41 buf_[offset_ + 3] = (unsigned char)(value_ ); \
47 int offset_ = (int)(offset); \
49 buf_[offset_ + 0] = (unsigned char)(value_ >> 56);
    [all...]
  /external/chromium/net/base/
io_buffer.cc 83 offset_(0) {
91 if (offset_ > capacity)
94 set_offset(offset_); // The pointer may have changed.
99 offset_ = offset;
104 return capacity_ - offset_;
io_buffer.h 110 int offset() { return offset_; }
120 int offset_; member in class:net::GrowableIOBuffer
  /external/chromium/net/disk_cache/
net_log_parameters.cc 28 : index_(index), offset_(offset), buf_len_(buf_len), truncate_(truncate) {
34 dict->SetInteger("offset", offset_);
60 : offset_(offset), buff_len_(buff_len) {
67 dict->SetString("offset", base::Int64ToString(offset_));
net_log_parameters.h 40 const int offset_; member in class:disk_cache::ReadWriteDataParameters
69 const int64 offset_; member in class:disk_cache::SparseOperationParameters
file_posix.cc 30 buf_(buf), buf_len_(buf_len), offset_(offset) {
57 size_t offset_; member in class:__anon4980::FileBackgroundIO
93 if (file_->Read(const_cast<void*>(buf_), buf_len_, offset_)) {
103 bool rv = file_->Write(buf_, buf_len_, offset_);
entry_impl.cc 94 : 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...]
sparse_control.h 165 int64 offset_; // Current sparse offset. member in class:disk_cache::SparseControl
sparse_control.cc 257 offset_ = offset;
270 make_scoped_refptr(new SparseOperationParameters(offset_, buf_len_)));
296 *start = offset_;
490 offset_ >> 20);
525 int child_bit = static_cast<int>(offset_ >> 20);
533 int child_bit = static_cast<int>(offset_ >> 20);
557 child_offset_ = static_cast<int>(offset_) & (kMaxEntrySize - 1);
668 new GetAvailableRangeResultParameters(offset_, result_)));
782 // Only update offset_ when this query found zeros at the start.
784 offset_ += empty_start
    [all...]
  /external/v8/preparser/
preparser-process.cc 65 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/chromium/net/url_request/
url_request_test_job.cc 84 offset_(0),
94 offset_(0),
108 offset_(0),
169 if (offset_ >= static_cast<int>(response_data_.length())) {
174 if (to_read + offset_ > static_cast<int>(response_data_.length()))
175 to_read = static_cast<int>(response_data_.length()) - offset_;
177 memcpy(buf->data(), &response_data_.c_str()[offset_], to_read);
178 offset_ += to_read;
url_request_test_job.h 132 int offset_; member in class:net::URLRequestTestJob
  /external/v8/src/
unicode-inl.h 52 if (entry.offset_ == 0) {
55 result[0] = c + entry.offset_;
213 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
226 offset_ = position;
227 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
237 offset_ = position;
238 buffer_ = R::ReadBlock(input_, util_buffer_, s, &remaining_, &offset_);
unicode.h 83 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
safepoint-table.cc 155 return offset_;
171 offset_ = assembler->pc_offset();
  /external/chromium/webkit/glue/media/
buffered_resource_loader.cc 62 offset_(0),
93 // TODO(hclam): server may not support range request so |offset_| may not
95 offset_ = first_byte_position_;
171 // Make sure |offset_| and |read_position_| does not differ by a large
173 if (read_position_ > offset_ + kint32max ||
174 read_position_ < offset_ + kint32min) {
180 first_offset_ = static_cast<int>(read_position_ - offset_);
206 return offset_ + static_cast<int>(buffer_->forward_bytes()) - 1;
361 offset_ += first_offset_ + excess;
389 instance_size_ = offset_ + buffer_->forward_bytes()
    [all...]
buffered_resource_loader.h 244 int64 offset_; member in class:webkit_glue::BufferedResourceLoader
  /external/webp/src/demux/
demux.c 37 size_t offset_; member in struct:__anon18207
226 frame->img_components_[1].offset_ = chunk_start_offset;
251 frame->img_components_[0].offset_ = chunk_start_offset;
379 chunk->data_.offset_ = start_offset;
435 frame->img_components_[1].offset_ = 0;
612 if (alpha->size_ > 0 && alpha->offset_ > image->offset_) {
620 alpha->offset_ > image->offset_) {
757 size_t start_offset = image->offset_;
    [all...]
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.h 110 int offset_; member in class:StatusBubbleViews
status_bubble_views.cc 543 : offset_(0),
767 // Y offset_ to zero.
769 offset_ = 0;
777 offset_ = offset;
779 top_left.y() + position_.y() + offset_,
782 } else if (offset_ != 0 ||
784 offset_ = 0;
  /external/stressapptest/src/
error_diag.h 112 int offset_; // offset. member in class:HDDMiscompareErrorInstance
  /external/v8/src/mips/
assembler-mips.cc 230 offset_ = offset;
    [all...]

Completed in 709 milliseconds

1 2