HomeSort by relevance Sort by last modified time
    Searched refs:size_ (Results 101 - 125 of 503) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/net/base/
io_buffer.h 100 int size() const { return size_; }
109 int size_; member in class:net::IOBufferWithSize
161 int size() const { return size_; }
167 int size_; member in class:net::DrainableIOBuffer
  /external/chromium_org/printing/
image.h 43 return size_;
64 DCHECK(x >= 0 && x < size_.width());
65 DCHECK(y >= 0 && y < size_.height());
83 gfx::Size size_; member in class:printing::Image
  /external/chromium_org/third_party/leveldatabase/src/table/
format.h 31 uint64_t size() const { return size_; }
32 void set_size(uint64_t size) { size_ = size; }
42 uint64_t size_; member in class:leveldb::BlockHandle
103 size_(~static_cast<uint64_t>(0)) {
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
shared_memory.cc 23 size_(size),
  /external/chromium_org/ui/ozone/platform/dri/
dri_surface.cc 26 size_(size) {
37 SkImageInfo info = SkImageInfo::Make(size_.width(),
38 size_.height(),
70 return size_;
  /external/chromium_org/ui/views/test/
test_views.h 21 gfx::Size size_; member in class:views::StaticSizedView
  /external/chromium_org/v8/src/
utils-inl.h 20 size_ = 0;
  /external/compiler-rt/lib/tsan/rtl/
tsan_ignoreset.h 32 uptr size_; member in class:__tsan::IgnoreSet
  /frameworks/base/media/mca/filterfw/native/core/
vertex_frame.h 71 int size_; member in class:android::filterfw::VertexFrame
  /art/runtime/
memory_region.h 33 MemoryRegion() : pointer_(NULL), size_(0) {}
34 MemoryRegion(void* pointer, uword size) : pointer_(pointer), size_(size) {}
37 size_t size() const { return size_; }
38 size_t size_in_bits() const { return size_ * kBitsPerByte; }
45 byte* end() const { return start() + size_; }
89 size_ = (region.size() + extra);
109 size_t size_; member in class:art::MemoryRegion
  /external/chromium_org/chrome/renderer/net/
predictor_queue.cc 16 size_(0) {
26 size_ = 0;
44 if (0 < size_ && readable_ + length < buffer_sentinel_ &&
96 size_++;
136 size_--;
137 if (readable_ == writeable_ || 0 == size_) {
151 ((0 == size_) == (readable_ == writeable_));
  /external/chromium_org/ui/gfx/geometry/
rect_base.h 35 Type width() const { return size_.width(); }
36 void set_width(Type width) { size_.set_width(width); }
38 Type height() const { return size_.height(); }
39 void set_height(Type height) { size_.set_height(height); }
44 const SizeClass& size() const { return size_; }
45 void set_size(const SizeClass& size) { size_ = size; }
87 bool IsEmpty() const { return size_.IsEmpty(); }
158 : origin_(origin), size_(size) {}
160 : size_(size) {}
169 SizeClass size_; member in class:gfx::RectBase
    [all...]
  /art/compiler/utils/
managed_register.h 89 : ManagedRegister(other), size_(size), spill_offset_(spill_offset) { }
92 : ManagedRegister(other), size_(-1), spill_offset_(-1) { }
95 : ManagedRegister(other), size_(size), spill_offset_(-1) { }
102 return size_;
106 int32_t size_; member in class:art::ManagedRegisterSpill
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.h 80 Match() : size_(0), source_offset_(-1), target_offset_(-1) { }
85 if (candidate_size > size_) {
86 size_ = candidate_size;
92 size_t size() const { return size_; }
98 size_t size_; member in class:open_vcdiff::BlockHash::Match
  /external/chromium_org/ui/surface/
transport_dib_posix.cc 16 : size_(0) {
21 size_(0) {
35 dib->size_ = size;
80 size_ = shared_memory_.mapped_size();
91 size_ = st.st_size;
transport_dib_win.cc 17 : size_(0) {
25 size_(0) {
37 dib->size_ = size;
80 size_ = skia::PlatformCanvasStrideForWidth(w) * h;
98 size_ = shared_memory_.mapped_size();
  /external/chromium_org/ui/gl/
gl_image_shm.cc 71 : size_(size),
123 gfx::Size GLImageShm::GetSize() { return size_; }
130 size_t size = size_.GetArea() * BytesPerPixel(internalformat_);
155 size_.width(),
156 size_.height(),
181 size_.width(),
182 size_.height(),
200 size_.width(),
201 size_.height(),
  /external/webrtc/src/system_wrappers/source/
list_no_stl.cc 51 size_(0)
76 return size_;
180 size_++;
217 size_++;
227 size_--;
264 size_++;
271 size_++;
280 size_++;
287 size_++;
  /ndk/sources/android/support/tests/minitest/
minitest.cc 29 size_ = len;
33 size_t old_size = size_;
34 Resize(old_size + other.size_);
35 ::memcpy(str_ + old_size, other.str_, other.size_);
41 size_t old_size = size_;
48 Resize(size_ + 1);
49 str_[size_ - 1] = ch;
101 size_ = 0;
114 size_ = new_size;
  /external/chromium_org/ppapi/examples/flash_topmost/
flash_topmost.cc 34 if (position.size() != size_) {
35 size_ = position.size();
36 device_context_ = pp::Graphics2D(this, size_, false);
71 if (size_.IsEmpty())
74 pp::ImageData image = PaintImage(size_);
113 pp::Size size_; member in class:MyInstance
  /external/chromium_org/ppapi/proxy/
serialized_handle.h 74 return size_;
89 size_ = size;
98 size_ = 0;
107 size_ = 0;
123 return Header(type_, size_, open_flags_, file_io_);
145 uint32 size_; member in class:ppapi::proxy::SerializedHandle
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
unicodetext.cc 118 memcpy(new_data, data_, size_);
123 // size_ is unchanged.
132 if (size_ < new_size) memset(data_ + size_, 0, new_size - size_);
133 size_ = new_size;
139 // That's not strictly necessary; we could just set size_ to 0.
143 size_ = capacity_ = 0;
156 size_ = size;
164 size_ = size
    [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h 255 Vector() : elements_(NULL), capacity_(0), size_(0) {}
263 for (int i = 0; i < size_; i++) {
269 capacity_ = size_ = 0;
274 int size() const { return size_; }
280 void PushBack(const E& element) { Insert(element, size_); }
290 if (size_ == 0)
305 MoveElements(index, size_ - index, index + 1);
307 size_++;
313 GTEST_CHECK_(0 <= index && index < size_)
315 << (size_ - 1) << "]."
420 << size_ << "]."; local
423 << begin << ", " << size_ << "]."; local
481 int size_; \/\/ The number of elements; in the range [0, capacity_]. member in class:testing::internal::Vector
    [all...]
  /external/ceres-solver/internal/ceres/
block_structure.h 52 Block(int size_, int position_) : size(size_), position(position_) {}
  /external/chromium_org/cc/output/
copy_output_result.cc 16 : size_(bitmap->width(), bitmap->height()),
25 : size_(size),

Completed in 822 milliseconds

1 2 3 45 6 7 8 91011>>