/external/chromium_org/ui/gfx/ |
D | scoped_sk_region.h | 15 ScopedSkRegion() : region_(NULL) {} in ScopedSkRegion() 16 explicit ScopedSkRegion(SkRegion* region) : region_(region) {} in ScopedSkRegion() 19 delete region_; in ~ScopedSkRegion() local 23 delete region_; in Set() local 24 region_ = region; in Set() 28 return region_; in Get() 32 SkRegion* region = region_; in release() 33 region_ = NULL; in release() 38 SkRegion* region_;
|
/external/chromium_org/cc/base/ |
D | invalidation_region.cc | 22 region_.Swap(region); in Swap() 26 region_.Clear(); in Clear() 30 region_.Union(rect); in Union() 35 if (region_.GetRegionComplexity() > kMaxInvalidationRectCount) in SimplifyIfNeeded() 36 region_ = region_.bounds(); in SimplifyIfNeeded()
|
D | invalidation_region.h | 25 bool IsEmpty() const { return region_.IsEmpty(); } in IsEmpty() 30 Region region_; variable
|
/external/openfst/src/lib/ |
D | mapped-file.cc | 30 MappedFile::MappedFile(const MemoryRegion ®ion) : region_(region) { } in MappedFile() 33 if (region_.size != 0) { in ~MappedFile() 34 if (region_.mmap != NULL) { in ~MappedFile() 35 VLOG(1) << "munmap'ed " << region_.size << " bytes at " << region_.mmap; in ~MappedFile() 36 if (munmap(region_.mmap, region_.size) != 0) { in ~MappedFile() 40 operator delete(region_.data); in ~MappedFile()
|
/external/chromium_org/courgette/ |
D | difference_estimator.cc | 40 explicit Base(const Region& region) : region_(region) { } in Base() 43 const uint8* start = region_.start(); in Init() 44 const uint8* end = region_.end() - (kTupleSize - 1); in Init() 51 const Region& region() const { return region_; } in region() 54 Region region_; member in courgette::DifferenceEstimator::Base 63 explicit Subject(const Region& region) : region_(region) {} in Subject() 65 const Region& region() const { return region_; } in region() 68 Region region_; member in courgette::DifferenceEstimator::Subject
|
D | ensemble.h | 45 const Region& region() const { return region_; } in region() 57 Region region_; variable 66 : region_(region), name_(name) {} in Ensemble() 69 const Region& region() const { return region_; } in region() 80 Region region_; // The memory, owned by caller, containing the
|
D | ensemble.cc | 19 : kind_(kind), ensemble_(ensemble), region_(region) { in Element() 35 size_t length = region_.length(); in FindEmbeddedElements() 36 const uint8* start = region_.start(); in FindEmbeddedElements()
|
/external/openfst/src/include/fst/ |
D | mapped-file.h | 49 return reinterpret_cast<void*>(region_.data); in mutable_data() 53 return reinterpret_cast<void*>(region_.data); in data() 78 MemoryRegion region_; variable
|
/external/chromium_org/cc/output/ |
D | filter_operation.cc | 28 return region_ == other.region_ && in operator ==() 108 region_(region) { in FilterOperation() 121 region_(other.region_) { in FilterOperation() 308 for (SkRegion::Iterator it(region_); !it.done(); it.next()) { in AsValueInto()
|
D | filter_operation.h | 92 return region_; in region() 213 region_ = region; in set_region() 256 SkRegion region_; variable
|
/external/chromium_org/components/autofill/core/browser/ |
D | phone_number_i18n.h | 80 const std::string& region() const { return region_; } in region() 96 std::string region_;
|
D | phone_number_i18n.cc | 249 ®ion_, i18n_number.get())) { in PhoneObject() 296 region_ = other.region_; in operator =()
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
D | desktop_region.cc | 504 : region_(region), in Iterator() 515 return row_ == region_.rows_.end(); in IsAtEnd() 526 if (row_ != region_.rows_.end()) { in Advance() 538 if (previous_row_ != region_.rows_.end() && in Advance() 560 } while (bottom_row != region_.rows_.end() && in UpdateCurrentRect()
|
D | desktop_region.h | 77 const DesktopRegion& region_;
|
/external/chromium_org/v8/test/cctest/ |
D | test-types.cc | 83 : region_(region), rng_(isolate->random_number_generator()) { in Types() 204 return Type::Of(value, region_); in Of() 208 return Type::NowOf(value, region_); in NowOf() 212 return Type::Class(map, region_); in Class() 216 return Type::Constant(value, region_); in Constant() 220 return Type::Range(min, max, region_); in Range() 224 return Type::Context(outer, region_); in Context() 228 return Type::Array(element, region_); in Array1() 232 return Type::Function(result, receiver, 0, region_); in Function0() 236 TypeHandle type = Type::Function(result, receiver, 1, region_); in Function1() [all …]
|
/external/stressapptest/src/ |
D | sat.h | 231 int32 region_[32]; // Pagecount per region. variable
|
D | sat.cc | 500 region_[region]++; in InitializePages() 530 logprintf(12, "Log: Region %d: %d.\n", i, region_[i]); in InitializePages() 691 region_[i] = 0; in Sat()
|
D | worker.h | 799 char *region_;
|
D | worker.cc | 3250 region_ = base_addr; in SetRegion() 3293 buffer_offset = error->vbyteaddr - region_; in ProcessError()
|