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

<<11121314151617181920>>

  /external/chromium_org/ash/display/
cursor_window_controller.cc 32 virtual gfx::Size GetMinimumSize() const OVERRIDE { return size_; }
33 virtual gfx::Size GetMaximumSize() const OVERRIDE { return size_; }
74 size_ = image_rep.pixel_size();
77 size_ = image.size();
83 const gfx::Size size() const { return size_; }
88 gfx::Size size_; member in class:ash::CursorWindowDelegate
  /external/chromium_org/native_client_sdk/src/examples/api/media_stream_audio/
media_stream_audio.cc 60 if (position.size() == size_)
63 size_ = position.size();
64 device_context_ = pp::Graphics2D(this, size_, false);
114 if (size_.IsEmpty())
117 pp::ImageData image = PaintImage(size_);
207 pp::Size size_; member in class:__anon12912::MediaStreamAudioInstance
  /external/chromium_org/ppapi/examples/media_stream_audio/
media_stream_audio.cc 58 if (position.size() == size_)
61 size_ = position.size();
62 device_context_ = pp::Graphics2D(this, size_, false);
111 if (size_.IsEmpty())
114 pp::ImageData image = PaintImage(size_);
202 pp::Size size_; member in class:__anon14055::MediaStreamAudioInstance
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 83 size_t Size() const { return size_; }
311 size_t size_; // Combined size of data member in class:tcmalloc::ThreadCache
312 size_t max_size_; // size_ > max_size_ --> Scavenge()
370 size_ -= size;
376 size_ += Static::sizemap()->ByteSizeForClass(cl);
377 ssize_t size_headroom = max_size_ - size_ - 1;
395 if (size_ >= max_size_) Scavenge();
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 89 size_t Size() const { return size_; }
296 size_t size_; // Combined size of data member in class:tcmalloc::ThreadCache
297 size_t max_size_; // size_ > max_size_ --> Scavenge()
343 size_ -= size;
349 size_ += Static::sizemap()->ByteSizeForClass(cl);
350 ssize_t size_headroom = max_size_ - size_ - 1;
368 if (size_ >= max_size_) Scavenge();
  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 285 : size_(size),
290 if (size_.GetArea() == 0)
291 size_.SetSize(1, 1);
310 size_.width(), size_.height(),
351 return size_;
  /external/chromium_org/base/memory/
discardable_memory_ashmem_allocator.cc 131 const bool result = CloseAshmemRegion(fd_, size_, base_);
166 if (size_ - offset_ < actual_size) {
179 DCHECK_LE(offset_, size_);
223 size_(size),
395 const size_t size_; member in class:base::internal::AshmemRegion
423 UnlockAshmemRegion(fd_, offset_, size_);
424 ashmem_region_->OnChunkDeletion(address_, size_);
430 return LockAshmemRegion(fd_, offset_, size_);
436 UnlockAshmemRegion(fd_, offset_, size_);
453 size_(size)
    [all...]
  /external/chromium_org/v8/src/
hydrogen-check-elimination.cc 81 size_(0) {
178 for (int i = 0; i < size_; i++) {
196 copy->size_ = size_;
312 if (that->size_ == 0) {
314 size_ = 0;
319 for (int i = 0; i < size_; i++) {
660 size_ = 0;
667 for (int i = 0; i < size_; ++i) {
685 for (int i = 0; i < size_; i++)
795 int16_t size_; \/\/ Must be <= kMaxTrackedObjects member in class:v8::internal::HCheckTable
    [all...]
platform.h 348 size_t size() { return size_; }
364 size_t size = size_;
376 size_ = from->size_;
397 size_t size_; // Size of the virtual memory. member in class:v8::internal::VirtualMemory
  /external/chromium_org/content/renderer/
render_widget_fullscreen_pepper.cc 149 return size_;
156 size_ = size;
157 WebRect plugin_rect(0, 0, size_.width, size_.height);
257 WebSize size_; member in class:content::__anon12093::PepperWidget
294 InvalidateRect(gfx::Rect(size_.width(), size_.height()));
  /external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv.cc 24 FileState() : refs_(0), size_(0) {}
50 uint64_t Size() const { return size_; }
53 if (offset > size_) {
56 const uint64_t available = size_ - offset;
100 size_t offset = size_ % kBlockSize;
117 size_ += avail;
143 uint64_t size_; member in class:leveldb::__anon16104::FileState
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 637 size_.width(), size_.height()));
648 size_.SetSize(w, h);
655 if (size_.IsEmpty())
679 if (size_.IsEmpty())
782 relative_location.x() < size_.width() + kMousePadding) {
790 if (relative_location.x() > size_.width()) {
793 (relative_location.x() - size_.width())) /
800 if (offset >= size_.height() - kShadowThickness * 2) {
801 offset = size_.height() - kShadowThickness * 2
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 42 size_ = size;
47 size_t GetSize() const { return size_; }
52 size_t size_; member in class:art::FINAL
  /art/compiler/utils/
arena_allocator.h 116 return memory_ + size_;
120 return size_;
130 size_t size_; member in class:art::Arena
  /art/runtime/gc/space/
large_object_space_test.cc 101 id_(id), iterations_(iterations), size_(size), los_(los) {}
106 mirror::Object* ptr = los_->Alloc(self, size_, &alloc_size, nullptr);
121 size_t size_; member in class:art::gc::space::AllocRaceTask
  /external/chromium_org/cc/resources/
prioritized_resource.cc 19 : size_(size),
50 if (format_ != format || size_ != size) {
53 size_ = size;
prioritized_resource.h 45 gfx::Size size() const { return size_; }
168 gfx::Size size_; member in class:cc::PrioritizedResource
  /external/chromium_org/third_party/leveldatabase/src/table/
format.cc 18 assert(size_ != ~static_cast<uint64_t>(0));
20 PutVarint64(dst, size_);
25 GetVarint64(input, &size_)) {
  /external/compiler-rt/lib/asan/
asan_allocator.h 87 uptr size() { return size_; }
90 size_ = 0;
93 uptr size_; member in class:__asan::AsanChunkFifoList
  /external/chromium_org/gpu/command_buffer/service/
common_decoder.cc 10 CommonDecoder::Bucket::Bucket() : size_(0) {}
22 if (size != size_) {
24 size_ = size;
52 if (size_ == 0) {
55 str->assign(GetDataAs<const char*>(0, size_ - 1), size_ - 1);
  /external/chromium_org/ppapi/examples/audio_input/
audio_input.cc 83 if (position.size() == size_)
86 size_ = position.size();
87 device_context_ = pp::Graphics2D(this, size_, false);
161 if (size_.IsEmpty())
164 pp::ImageData image = PaintImage(size_);
318 pp::Size size_; local
  /external/stressapptest/src/
pattern.cc 328 size_= 0;
373 size_ = patterncount;
377 logprintf(12, "Log: initialized %d data patterns\n", size_);
388 size_ = 0;
396 if (static_cast<unsigned int>(i) < size_) {
415 if (i < size_) {
  /art/runtime/
dex_file_verifier.h 38 : dex_file_(dex_file), begin_(begin), size_(size), location_(location),
116 const size_t size_; member in class:art::DexFileVerifier
mem_map.h 107 return size_;
157 size_t size_; // Length of data. member in class:art::MemMap
  /external/chromium_org/ash/system/tray/
tray_background_view.h 41 void set_size(const gfx::Size& size) { size_ = size; }
57 gfx::Size size_; member in class:ash::TrayBackgroundView::TrayContainer

Completed in 567 milliseconds

<<11121314151617181920>>