Searched refs:Region (Results 1 - 25 of 140) sorted by relevance

123456

/external/chromium_org/cc/base/
H A Dregion.h23 class CC_EXPORT Region { class in namespace:cc
25 Region();
26 Region(const Region& region);
27 Region(gfx::Rect rect); // NOLINT(runtime/explicit)
28 ~Region();
30 const Region& operator=(gfx::Rect rect);
31 const Region& operator=(const Region& region);
33 void Swap(Region* regio
[all...]
H A Dregion.cc10 Region::Region() { function in class:cc::Region
13 Region::Region(const Region& region) function in class:cc::Region
17 Region::Region(gfx::Rect rect) function in class:cc::Region
21 Region::~Region() {
24 const Region
[all...]
H A Dinvalidation_region.h14 // This class behaves similarly to Region, but it may have false positives. That
22 void Swap(Region* region);
30 Region region_;
H A Dinvalidation_region.cc21 void InvalidationRegion::Swap(Region* region) {
/external/chromium_org/courgette/
H A Dregion.h14 // A Region is a descriptor for a region of memory. It has a start address and
15 // a length measured in bytes. The Region object does not own the memory.
17 class Region { class in namespace:courgette
20 Region() : start_(NULL), length_(0) {} function in class:courgette::Region
23 Region(const void* start, size_t length) function in class:courgette::Region
28 // String constructor. Region is owned by the string, so the string should
30 explicit Region(const std::string& string) function in class:courgette::Region
36 Region(const Region& other) : start_(other.start_), length_(other.length_) {} function in class:courgette::Region
39 Region
[all...]
H A Ddifference_estimator_unittest.cc13 using courgette::Region;
21 difference_estimator.MakeBase(Region(kString1, sizeof(kString1)));
23 difference_estimator.MakeSubject(Region(kString2, sizeof(kString2)));
32 difference_estimator.MakeBase(Region(kString1, sizeof(kString1)));
34 difference_estimator.MakeSubject(Region(kString2, sizeof(kString2)));
43 difference_estimator.MakeBase(Region(kString1, sizeof(kString1)-1));
45 difference_estimator.MakeSubject(Region(kString2, sizeof(kString2)-1));
54 difference_estimator.MakeBase(Region(kString1, sizeof(kString1)-1));
56 difference_estimator.MakeSubject(Region(kString2, sizeof(kString2)-1));
H A Ddifference_estimator.h42 Base* MakeBase(const Region& region);
43 Subject* MakeSubject(const Region& region);
H A Ddifference_estimator.cc30 bool RegionsEqual(const Region& a, const Region& b) {
40 explicit Base(const Region& region) : region_(region) { }
51 const Region& region() const { return region_; }
54 Region region_;
63 explicit Subject(const Region& region) : region_(region) {}
65 const Region& region() const { return region_; }
68 Region region_;
82 DifferenceEstimator::Base* DifferenceEstimator::MakeBase(const Region& region) {
90 const Region
[all...]
H A Densemble.h40 const Region& region);
45 const Region& region() const { return region_; }
57 Region region_;
65 Ensemble(const Region& region, const char* name)
69 const Region& region() const { return region_; }
80 Region region_; // The memory, owned by caller, containing the
/external/chromium-trace/trace-viewer/src/cc/
H A Dregion.js14 var r = new Region();
25 function Region() {
29 Region.prototype = {
30 __proto__: Region.prototype,
42 Region: Region,
/external/icu4c/i18n/unicode/
H A Dregion.h13 * \brief C++ API: Region classes (territory containment)
91 * <code>Region</code> is the class representing a Unicode Region Code, also known as a
92 * Unicode Region Subtag, which is defined based upon the BCP 47 standard. We often think of
93 * "regions" as "countries" when defining the characteristics of a locale. Region codes There are different
105 * TERRITORY - A Region that is not a Macroregion. These are typically codes for countries, but also
111 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown,
114 * DEPRECATED - Region codes that have been defined in the past but are no longer in modern usage,
120 * their own region code. Region "EU" (European Union) is one such region code that is a grouping.
124 * The Region clas
130 class U_I18N_API Region : public UObject { class in inherits:UObject
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegion.h35 class PLATFORM_EXPORT Region { class in namespace:WebCore
37 Region();
38 Region(const IntRect&);
46 void unite(const Region&);
47 void intersect(const Region&);
48 void subtract(const Region&);
53 bool contains(const Region&) const;
58 bool intersects(const Region&) const;
135 friend bool operator==(const Region&, const Region
[all...]
H A DRegion.cpp27 #include "platform/geometry/Region.h"
39 Region::Region() function in class:WebCore::Region
43 Region::Region(const IntRect& rect) function in class:WebCore::Region
49 Vector<IntRect> Region::rects() const
68 bool Region::contains(const Region& region) const
76 bool Region::contains(const IntPoint& point) const
104 bool Region
[all...]
H A DRegionTest.cpp27 #include "platform/geometry/Region.h"
64 Region r;
117 Region r;
129 Region ar = a; \
130 Region br = b; \
137 Region ar = a; \
138 Region br = b; \
145 Region r;
210 Region r;
225 // This query rect goes past the bottom of the Region, causin
[all...]
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h38 class Region;
44 /// @brief Marker class to iterate over the elements of a Region in flat mode.
55 /// Region.
68 /// The node can hold either a Region or a BasicBlock.
73 /// @brief The parent Region of this RegionNode.
75 Region* parent;
86 inline RegionNode(Region* Parent, BasicBlock* Entry, bool isSubRegion = 0)
89 /// @brief Get the parent Region of this RegionNode.
91 /// The parent Region is the Region thi
202 class Region : public RegionNode { class in namespace:llvm
[all...]
H A DRegionPass.h31 /// @brief A pass that runs on each Region in a function.
42 /// @brief Run the pass on a specific Region
49 /// @return True if the pass modifies this Region.
50 virtual bool runOnRegion(Region *R, RGPassManager &RGM) = 0;
54 /// @param O The output stream to print the Region.
63 virtual bool doInitialization(Region *R, RGPassManager &RGM) { return false; }
84 std::deque<Region*> RQ;
88 Region *CurrentRegion;
104 return "Region Pass Manager";
/external/llvm/include/llvm/Support/
H A DFileOutputBuffer.h49 return (uint8_t*)Region->data();
54 return (uint8_t*)Region->data() + Region->size();
59 return Region->size();
86 OwningPtr<llvm::sys::fs::mapped_file_region> Region; member in class:llvm::FileOutputBuffer
/external/icu4c/i18n/
H A Dregion.cpp18 * \brief C++ API: Region classes (territory containment)
41 delete (icu::Region *)obj;
49 icu::Region::cleanupRegionData();
80 void Region::loadRegionData() {
144 Region *r = new Region();
171 Region *aliasToRegion = (Region *) uhash_get(regionIDMap,&aliasTo);
172 Region *aliasFromRegion = (Region *)uhash_ge
362 Region::Region () function in class:Region
[all...]
/external/chromium_org/cc/test/
H A Docclusion_tracker_test_common.h25 Region occlusion_from_inside_target() const {
29 Region occlusion_from_outside_target() const {
34 void set_occlusion_from_outside_target(const Region& region) {
38 void set_occlusion_from_inside_target(const Region& region) {
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp43 static cl::opt<enum Region::PrintStyle> printStyle("print-region-style",
47 clEnumValN(Region::PrintNone, "none", "print no details"),
48 clEnumValN(Region::PrintBB, "bb",
50 clEnumValN(Region::PrintRN, "rn",
54 /// Region Implementation
55 Region::Region(BasicBlock *Entry, BasicBlock *Exit, RegionInfo* RInfo, function in class:Region
56 DominatorTree *dt, Region *Parent)
59 Region::~Region() {
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.h136 struct Region { struct in class:MemoryRegionMap
158 bool Overlaps(const Region& x) const {
165 // The ways we create Region-s:
179 // The ways we modify Region-s:
197 // Post-default construction helper to make a Region suitable
205 // Note: call_stack[kMaxStackDepth] as a member lets us make Region
211 // substantially complicates memory management for the Region-s:
220 static bool FindRegion(uintptr_t addr, Region* result);
227 static bool FindAndMarkStackRegion(uintptr_t stack_top, Region* result);
243 // Region comparato
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.h124 struct Region { struct in class:MemoryRegionMap
146 bool Overlaps(const Region& x) const {
153 // The ways we create Region-s:
167 // The ways we modify Region-s:
185 // Post-default construction helper to make a Region suitable
193 // Note: call_stack[kMaxStackDepth] as a member lets us make Region
199 // substantially complicates memory management for the Region-s:
208 static bool FindRegion(uintptr_t addr, Region* result);
215 static bool FindAndMarkStackRegion(uintptr_t stack_top, Region* result);
219 // Region comparato
[all...]
/external/chromium_org/cc/resources/
H A Dpicture_pile.h13 class Region;
27 const Region& invalidation,
H A Dpicture_layer_tiling_set.h31 const Region& layer_invalidation,
113 Region current_region_;
114 Region missing_region_;
115 Region::Iterator region_iter_;
/external/icu4c/test/intltest/
H A Dregiontst.cpp370 const Region *r = Region::getInstance(rd.code,status);
384 const Region *ncRegion = Region::getInstance(nc,status);
416 const Region *r = Region::getInstance((const char *)NULL,status);
418 errln("Calling Region::getInstance(NULL) should have triggered an U_ILLEGAL_ARGUMENT_ERROR, but didn't.");
422 r = Region::getInstance("BOGUS",status);
424 errln("Calling Region::getInstance(\"BOGUS\") should have triggered an U_ILLEGAL_ARGUMENT_ERROR, but didn't.");
431 r = Region
[all...]

Completed in 679 milliseconds

123456