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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Lexer/
pragma-region.c 1 /* Test pragma region directive from
6 // #pragma region optional name
11 #pragma region
15 #pragma region long name
22 __pragma(region) // no sense, but ignored
23 _Pragma("region")// ditto
27 #pragma region one
28 #pragma region inner
33 // {{unclosed pragma region}} - region mismatches is not detected ye
    [all...]
  /external/chromium_org/ui/gfx/
scoped_sk_region.h 16 explicit ScopedSkRegion(SkRegion* region) : region_(region) {}
22 void Set(SkRegion* region) {
24 region_ = region;
32 SkRegion* region = region_; local
34 return region;
  /external/chromium_org/third_party/libxslt/libxslt/
xsltlocale.c 84 const char *region = NULL; local
134 region = (char *)xsltDefaultRegion((xmlChar *)localeName);
135 if (region == NULL)
139 *q++ = region[0];
140 *q++ = region[1];
154 const xmlChar *region = NULL; local
178 region = xsltDefaultRegion(localeName);
179 if (region == NULL) goto end;
181 strcpy(localeName + llen + 1, region);
196 /* region should be xmlChar, but gcc warns on all string assignments *
197 const char *region = NULL; local
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/test/
region_data_test.cc 27 RegionData region(kEmpty);
28 EXPECT_FALSE(region.has_parent());
33 RegionData region(kEmpty);
34 EXPECT_TRUE(region.sub_regions().empty());
39 RegionData region(kEmpty);
40 region.AddSubRegion(kEmpty, kEmpty);
41 ASSERT_EQ(1U, region.sub_regions().size());
42 ASSERT_TRUE(region.sub_regions()[0] != NULL);
43 EXPECT_EQ(&region, &region.sub_regions()[0]->parent())
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_regions.c 112 intel_region_map(struct intel_context *intel, struct intel_region *region,
115 /* We have the region->map_refcount controlling mapping of the BO because
127 if (drm_intel_bo_busy(region->bo)) {
132 _DBG("%s %p\n", __FUNCTION__, region);
133 if (!region->map_refcount) {
136 if (region->tiling != I915_TILING_NONE)
137 drm_intel_gem_bo_map_gtt(region->bo);
139 drm_intel_bo_map(region->bo, true);
141 region->map = region->bo->virtual
173 struct intel_region *region; local
201 struct intel_region *region; local
244 struct intel_region *region, *dummy; local
306 struct intel_region *region = *region_handle; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.c 112 intel_region_map(struct intel_context *intel, struct intel_region *region,
115 /* We have the region->map_refcount controlling mapping of the BO because
127 if (drm_intel_bo_busy(region->bo)) {
132 _DBG("%s %p\n", __FUNCTION__, region);
133 if (!region->map_refcount) {
136 if (region->tiling != I915_TILING_NONE)
137 drm_intel_gem_bo_map_gtt(region->bo);
139 drm_intel_bo_map(region->bo, true);
141 region->map = region->bo->virtual
173 struct intel_region *region; local
201 struct intel_region *region; local
244 struct intel_region *region, *dummy; local
306 struct intel_region *region = *region_handle; local
    [all...]
  /packages/apps/Mms/src/org/w3c/dom/smil/
SMILRegionInterface.java 16 * Declares rendering surface for an element. See the region attribute
23 public void setRegion(SMILRegionElement region);
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_ashmem_unittest.cpp 14 AshmemRegion region; local
15 EXPECT_EQ(-1, region.fd());
19 AshmemRegion region; local
21 EXPECT_TRUE(region.Allocate(kSize, __FUNCTION__));
26 region.fd(),
31 TEST_TEXT << "Checking region[" << n << "]";
  /ndk/sources/android/crazy_linker/src/
crazy_linker_ashmem_unittest.cpp 14 AshmemRegion region; local
15 EXPECT_EQ(-1, region.fd());
19 AshmemRegion region; local
21 EXPECT_TRUE(region.Allocate(kSize, __FUNCTION__));
26 region.fd(),
31 TEST_TEXT << "Checking region[" << n << "]";
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionMediaElementImpl.java 36 NodeList regions = doc.getLayout().getElementsByTagName("region");
37 SMILRegionElement region = null; local
39 region = (SMILRegionElement)regions.item(i);
40 if (region.getId().equals(this.getAttribute("region"))) {
41 mRegion = region;
48 public void setRegion(SMILRegionElement region) {
49 this.setAttribute("region", region.getId());
50 mRegion = region;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.cc 188 // Make sure we don't overflow the memory in region stacks:
297 const MemoryRegionMap::Region*
301 Region sample;
303 RegionSet::iterator region = regions_->lower_bound(sample); local
304 if (region != regions_->end()) {
305 RAW_CHECK(addr <= region->end_addr, "");
306 if (region->start_addr <= addr && addr < region->end_addr) {
307 return &(*region);
314 bool MemoryRegionMap::FindRegion(uintptr_t addr, Region* result)
316 const Region* region = DoFindRegionLocked(addr); local
325 const Region* region = DoFindRegionLocked(stack_top); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
FlagManager.java 64 /** Map from region to flag icon */
86 * Returns the flag for the given language and region.
88 * @param language the language, or null (if null, region must not be null),
90 * @param region the region, or null (if null, language must not be null),
91 * the 2 letter region code (ISO 3166-1 alpha-2), in upper case
95 public Image getFlag(@Nullable String language, @Nullable String region) {
96 assert region != null || language != null;
97 if (region == null || region.isEmpty())
163 RegionQualifier region = null; local
    [all...]
Locale.java 29 /** A language,region pair */
31 /** A special marker region qualifier representing any region */
37 /** A locale which matches any language and region */
44 /** The language qualifier, or {@link #ANY_REGION} if this locale matches any region */
46 public final RegionQualifier region; field in class:Locale
52 * @param region the region
54 private Locale(@NonNull LanguageQualifier language, @NonNull RegionQualifier region) {
58 if (region.getValue().equals(FAKE_REGION_VALUE))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_helper_unittest.cc 24 DesktopRegion region(DesktopRect::MakeXYWH(1, 2, 3, 4));
25 capturer_helper_.InvalidateRegion(region);
27 capturer_helper_.TakeInvalidRegion(&region);
28 EXPECT_TRUE(region.is_empty());
32 DesktopRegion region; local
33 capturer_helper_.TakeInvalidRegion(&region);
34 EXPECT_TRUE(region.is_empty());
36 region.SetRect(DesktopRect::MakeXYWH(1, 2, 3, 4));
37 capturer_helper_.InvalidateRegion(region);
38 capturer_helper_.TakeInvalidRegion(&region);
50 DesktopRegion region; local
66 DesktopRegion region; local
158 DesktopRegion region; local
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkAlphaThresholdFilter.h 17 * Creates an image filter that samples a region. If the sample is inside the
18 * region the alpha of the image is boosted up to a threshold value. If it is
19 * outside the region then the alpha is decreased to the threshold value.
20 * The 0,0 point of the region corresponds to the upper left corner of the
23 static SkImageFilter* Create(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold);
  /external/skia/include/effects/
SkAlphaThresholdFilter.h 17 * Creates an image filter that samples a region. If the sample is inside the
18 * region the alpha of the image is boosted up to a threshold value. If it is
19 * outside the region then the alpha is decreased to the threshold value.
20 * The 0,0 point of the region corresponds to the upper left corner of the
23 static SkImageFilter* Create(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc 196 // Make sure we don't overflow the memory in region stacks:
334 const MemoryRegionMap::Region*
338 Region sample;
340 RegionSet::iterator region = regions_->lower_bound(sample); local
341 if (region != regions_->end()) {
342 RAW_CHECK(addr <= region->end_addr, "");
343 if (region->start_addr <= addr && addr < region->end_addr) {
344 return &(*region);
351 bool MemoryRegionMap::FindRegion(uintptr_t addr, Region* result)
353 const Region* region = DoFindRegionLocked(addr); local
362 const Region* region = DoFindRegionLocked(stack_top); local
    [all...]
  /external/clang/tools/clang-format/
clang-format-sublime.py 36 for region in self.view.sel():
37 regions.append(region)
38 region_offset = min(region.a, region.b)
39 region_length = abs(region.b - region.a)
44 buf = self.view.substr(sublime.Region(0, self.view.size()))
51 edit, sublime.Region(0, self.view.size()),
54 for region in regions:
55 self.view.sel().add(region)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
RegionIterator.java 22 * Construct an iterator for all of the rectangles in a region. This
23 * effectively makes a private copy of the region, so any subsequent edits
24 * to region will not affect the iterator.
26 * @param region the region that will be iterated
28 public RegionIterator(Region region) {
29 mNativeIter = nativeConstructor(region.ni());
33 * Return the next rectangle in the region. If there are no more rectangles
  /packages/apps/Mms/src/com/android/mms/model/
RegionMediaModel.java 30 RegionModel region) throws MmsException {
31 this(context, tag, null, null, uri, region);
35 String src, Uri uri, RegionModel region) throws MmsException {
37 mRegion = region;
41 String src, byte[] data, RegionModel region) {
43 mRegion = region;
50 public void setRegion(RegionModel region) {
51 mRegion = region;
  /external/chromium_org/courgette/
difference_estimator.cc 30 bool RegionsEqual(const Region& a, const Region& b) {
40 explicit Base(const Region& region) : region_(region) { }
51 const Region& region() const { return region_; } function in class:courgette::DifferenceEstimator::Base
54 Region region_;
63 explicit Subject(const Region& region) : region_(region) {
65 const Region& region() const { return region_; } function in class:courgette::DifferenceEstimator::Subject
    [all...]
  /external/e2fsprogs/e2fsck/
region.c 2 * region.c --- code which manages allocations within a region.
36 region_t region; local
38 region = malloc(sizeof(struct region_struct));
39 if (!region)
41 memset(region, 0, sizeof(struct region_struct));
42 region->min = min;
43 region->max = max;
44 return region;
47 void region_free(region_t region)
    [all...]
  /external/chromium_org/cc/base/
region.cc 5 #include "cc/base/region.h"
10 Region::Region() {
13 Region::Region(const Region& region)
14 : skregion_(region.skregion_) {
17 Region::Region(const gfx::Rect& rect
    [all...]
  /external/pixman/test/
region-contains-test.c 6 make_random_region (pixman_region32_t *region)
10 pixman_region32_init (region);
23 pixman_region32_union_rect (region, region, x, y, w, h);
34 random_coord (pixman_region32_t *region, pixman_bool_t x)
42 bb = pixman_region32_rectangles (region, &n_boxes);
50 b = pixman_region32_extents (region);
111 pixman_region32_t region; local
116 make_random_region (&region);
118 box.x1 = random_coord (&region, TRUE)
    [all...]
  /pdk/apps/CameraITS/tests/inprog/
test_crop_region.py 39 print "Capturing img0 with the full sensor region"
42 for i,region in enumerate(regions):
45 "left": int(region[0] * w),
46 "top": int(region[1] * h),
47 "right": int((region[0]+region[2])*w),
48 "bottom": int((region[1]+region[3])*h)}

Completed in 794 milliseconds

1 2 3 4 5 6 7 8 91011>>