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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/brotli/src/woff2/
buffer.h 70 offset_(0) { }
80 if ((offset_ + n_bytes > length_) ||
81 (offset_ > length_ - n_bytes)) {
85 std::memcpy(buffer, buffer_ + offset_, n_bytes);
87 offset_ += n_bytes;
92 if (offset_ + 1 > length_) {
95 *value = buffer_[offset_];
96 ++offset_;
101 if (offset_ + 2 > length_) {
104 std::memcpy(value, buffer_ + offset_, sizeof(uint16_t))
166 size_t offset_; member in class:woff2::Buffer
    [all...]
  /external/chromium_org/media/cast/test/
fake_receiver_time_offset_estimator.cc 13 : offset_(offset) {}
30 *lower_bound = offset_;
31 *upper_bound = offset_;
fake_receiver_time_offset_estimator.h 34 const base::TimeDelta offset_; member in class:media::cast::test::FakeReceiverTimeOffsetEstimator
  /art/compiler/
vector_output_stream.h 35 if (static_cast<size_t>(offset_) == vector_.size()) {
38 offset_ += byte_count;
40 off_t new_offset = offset_ + byte_count;
42 memcpy(&vector_[offset_], buffer, byte_count);
43 offset_ = new_offset;
57 off_t offset_; member in class:art::VectorOutputStream
vector_output_stream.cc 24 : OutputStream(location), offset_(vector.size()), vector_(vector) {}
35 new_offset = offset_ + offset;
44 offset_ = new_offset;
45 return offset_;
  /external/chromium_org/media/base/
byte_queue.cc 17 offset_(0),
24 offset_ = 0;
51 offset_ = 0;
52 } else if ((offset_ + used_ + size) > size_) {
55 offset_ = 0;
72 offset_ += count;
76 if (offset_ == size_) {
78 offset_ = 0;
82 uint8* ByteQueue::front() const { return buffer_.get() + offset_; }
byte_queue.h 48 size_t offset_; member in class:media::ByteQueue
  /external/chromium_org/ui/gfx/
shadow_value.h 30 int x() const { return offset_.x(); }
31 int y() const { return offset_.y(); }
32 const gfx::Point& offset() const { return offset_; }
45 gfx::Point offset_; member in class:gfx::ShadowValue
shadow_value.cc 23 : offset_(offset),
33 gfx::ToFlooredPoint(gfx::ScalePoint(offset_, scale));
40 offset_.x(), offset_.y(),
  /external/chromium_org/android_webview/native/
aw_media_url_interceptor_unittest.cc 24 : fd_(UNSET_VALUE), offset_(UNSET_VALUE), size_(UNSET_VALUE),
29 int64 offset_; member in class:android_webview::__anon6439::AwMediaUrlInterceptorTest
43 valid_asset_url, &fd_, &offset_, &size_));
45 EXPECT_NE(UNSET_VALUE, offset_);
56 invalid_asset_url, &fd_, &offset_, &size_));
58 EXPECT_EQ(UNSET_VALUE, offset_);
67 non_asset_url, &fd_, &offset_, &size_));
69 EXPECT_EQ(UNSET_VALUE, offset_);
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_mac_dictionary_helper.h 30 void set_offset(const gfx::Vector2d& offset) { offset_ = offset; }
43 gfx::Vector2d offset_; member in class:content::RenderWidgetHostViewMacDictionaryHelper
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
header.cc 26 offset_(0),
36 offset_(0),
46 offset_(offset),
58 return lhs->offset_ > rhs->offset_;
  /external/sfntly/cpp/src/sfntly/table/
header.cc 26 offset_(0),
36 offset_(0),
46 offset_(offset),
58 return lhs->offset_ > rhs->offset_;
  /external/chromium_org/base/files/
dir_reader_linux.h 33 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
  /external/chromium_org/third_party/ots/src/
ots.h 68 offset_(0) { }
78 if ((offset_ + n_bytes > length_) ||
79 (offset_ > length_ - n_bytes)) {
83 std::memcpy(buffer, buffer_ + offset_, n_bytes);
85 offset_ += n_bytes;
90 if (offset_ + 1 > length_) {
93 *value = buffer_[offset_];
94 ++offset_;
99 if (offset_ + 2 > length_) {
102 std::memcpy(value, buffer_ + offset_, sizeof(uint16_t))
164 size_t offset_; member in class:ots::Buffer
    [all...]
  /external/chromium_org/webkit/common/
data_element.cc 12 offset_(0),
24 offset_ = offset;
34 offset_ = offset;
44 offset_ = offset;
  /external/chromium_org/sandbox/win/src/
crosscall_params.h 69 uint32 offset_; member in struct:sandbox::ParamInfo
203 param_info_[0].offset_ = parameters_ - reinterpret_cast<char*>(this);
210 param_info_[0].offset_ = parameters_ - reinterpret_cast<char*>(this);
216 uint32 previous_size = param_info_[NUMBER_PARAMS].offset_;
217 param_info_[NUMBER_PARAMS].offset_ = new_size;
239 (param_info_[index].offset_ > (sizeof(*this) - size))) {
244 char* dest = reinterpret_cast<char*>(this) + param_info_[index].offset_;
260 param_info_[index + 1].offset_ = Align(param_info_[index].offset_ +
269 return reinterpret_cast<char*>(this) + param_info_[index].offset_;
    [all...]
  /external/chromium_org/net/spdy/
spdy_buffer.cc 45 offset_(offset) {}
54 const size_t offset_; member in class:net::SpdyBuffer::SharedFrameIOBuffer
61 offset_(0) {
69 offset_(0) {
81 return shared_frame_->data->data() + offset_;
85 return shared_frame_->data->size() - offset_;
97 return new SharedFrameIOBuffer(shared_frame_, offset_);
104 offset_ += consume_size;
  /external/chromium_org/net/base/
upload_bytes_element_reader.cc 18 offset_(0) {
30 offset_ = 0;
39 return length_ - offset_;
58 memcpy(buf->data(), bytes_ + offset_, num_bytes_to_read);
60 offset_ += num_bytes_to_read;
io_buffer.cc 90 offset_(0) {
98 if (offset_ > capacity)
101 set_offset(offset_); // The pointer may have changed.
107 offset_ = offset;
112 return capacity_ - offset_;
  /external/chromium_org/chrome/installer/util/
language_selector.h 32 int offset() const { return offset_; }
38 std::wstring selected_translation() const { return GetLanguageName(offset_); }
52 int offset_; member in class:installer::LanguageSelector
  /external/chromium_org/third_party/leveldatabase/src/table/
format.h 27 uint64_t offset() const { return offset_; }
28 void set_offset(uint64_t offset) { offset_ = offset; }
41 uint64_t offset_; member in class:leveldb::BlockHandle
102 : offset_(~static_cast<uint64_t>(0)),
  /external/chromium_org/tools/gn/
c_include_iterator.h 44 size_t offset_; member in class:CIncludeIterator
c_include_iterator.cc 115 offset_(0),
151 if (offset_ == file_.size())
154 size_t begin = offset_;
155 while (offset_ < file_.size() && file_[offset_] != '\n')
156 offset_++;
159 *line = file_.substr(begin, offset_ - begin);
163 if (offset_ < file_.size())
164 offset_++;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
fp_traits.hpp 209 std::memcpy(&a, reinterpret_cast<const unsigned char*>(&x) + offset_, 4);
214 std::memcpy(reinterpret_cast<unsigned char*>(&x) + offset_, &a, 4);
220 BOOST_STATIC_CONSTANT(int, offset_ = 0);
222 BOOST_STATIC_CONSTANT(int, offset_ = 4);
269 std::memcpy(&a, reinterpret_cast<const unsigned char*>(&x) + offset_, 4);
274 std::memcpy(reinterpret_cast<unsigned char*>(&x) + offset_, &a, 4);
280 BOOST_STATIC_CONSTANT(int, offset_ = 0);
282 BOOST_STATIC_CONSTANT(int, offset_ = 4);
376 std::memcpy(&a, reinterpret_cast<const unsigned char*>(&x) + offset_, 4);
381 std::memcpy(reinterpret_cast<unsigned char*>(&x) + offset_, &a, 4)
    [all...]

Completed in 349 milliseconds

1 2 3 4 5 6 7