Searched refs:region (Results 151 - 175 of 370) sorted by relevance

1234567891011>>

/external/libunwind/doc/
H A Dlibunwind-dynamic.tex43 region is, by default, assumed to be the frame state for the next
44 region. Each region is thought of as being divided into a
68 of the region. For this reason, there is usually no need to describe
71 Within a region, each instruction that affects the frame state in some
73 purpose, each instruction in the region is assigned a unique index.
152 linked list of region-descriptors. See section ``Region
215 A region descriptor is a variable length structure that describes how
216 each instruction in the region affects the frame state. Of course,
217 most instructions in a region usual
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texstate.c151 drm_intel_bo_reference(intelObj->mt->region->bo);
152 i830->state.tex_buffer[unit] = intelObj->mt->region->bo;
153 pitch = intelObj->mt->region->pitch * intelObj->mt->cpp;
169 if (intelObj->mt->region->tiling != I915_TILING_NONE) {
171 if (intelObj->mt->region->tiling == I915_TILING_Y)
317 * region might now change and that wouldn't be detected:
H A Di915_texstate.c166 drm_intel_bo_reference(intelObj->mt->region->bo);
167 i915->state.tex_buffer[unit] = intelObj->mt->region->bo;
172 pitch = intelObj->mt->region->pitch * intelObj->mt->cpp;
178 if (intelObj->mt->region->tiling != I915_TILING_NONE) {
180 if (intelObj->mt->region->tiling == I915_TILING_Y)
383 * region might now change and that wouldn't be detected:
H A Dintel_context.c961 * \brief Assign a DRI buffer's DRM region to a renderbuffer.
982 struct intel_region *region = NULL; local
995 rb->mt->region &&
996 rb->mt->region->name == buffer->name)
1001 rb->mt->singlesample_mt->region &&
1002 rb->mt->singlesample_mt->region->name == buffer->name)
1014 region = intel_region_alloc_for_handle(intel->intelScreen,
1021 if (!region)
1028 region);
1029 intel_region_release(&region);
[all...]
H A Dintel_pixel_copy.c197 draw_irb->mt->region, 0, dstx, dsty,
198 read_irb->mt->region, 0, srcx, srcy,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DTimeZone.java811 * @param region The ISO 3166 two-letter country code or UN M.49 three-digit area code.
812 * When null, no filtering done by region.
821 String region, Integer rawOffset) {
822 return ZoneMeta.getAvailableIDs(zoneType, region, rawOffset);
1098 * {@icu} Returns the region code associated with the given
1099 * system time zone ID. The region code is either ISO 3166
1105 * @return the region code associated with the given
1113 String region = null;
1117 region = ZoneMeta.getRegion(id);
1119 if (region
820 getAvailableIDs(SystemTimeZoneType zoneType, String region, Integer rawOffset) argument
1207 getIDForWindowsID(String winid, String region) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_context.c961 * \brief Assign a DRI buffer's DRM region to a renderbuffer.
982 struct intel_region *region = NULL; local
995 rb->mt->region &&
996 rb->mt->region->name == buffer->name)
1001 rb->mt->singlesample_mt->region &&
1002 rb->mt->singlesample_mt->region->name == buffer->name)
1014 region = intel_region_alloc_for_handle(intel->intelScreen,
1021 if (!region)
1028 region);
1029 intel_region_release(&region);
[all...]
H A Dintel_pixel_copy.c197 draw_irb->mt->region, 0, dstx, dsty,
198 read_irb->mt->region, 0, srcx, srcy,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_context.c961 * \brief Assign a DRI buffer's DRM region to a renderbuffer.
982 struct intel_region *region = NULL; local
995 rb->mt->region &&
996 rb->mt->region->name == buffer->name)
1001 rb->mt->singlesample_mt->region &&
1002 rb->mt->singlesample_mt->region->name == buffer->name)
1014 region = intel_region_alloc_for_handle(intel->intelScreen,
1021 if (!region)
1028 region);
1029 intel_region_release(&region);
[all...]
H A Dintel_pixel_copy.c197 draw_irb->mt->region, 0, dstx, dsty,
198 read_irb->mt->region, 0, srcx, srcy,
/external/elfutils/src/src/
H A Delfcmp.c102 struct region struct
106 struct region *next;
244 struct region *regions = NULL;
279 struct region *newp = (struct region *) alloca (sizeof (*newp));
546 struct region ehdr_region;
547 struct region phdr_region;
567 struct region *regionsarr = alloca (nregions * sizeof (struct region));
625 /* Compare the [LAST,FROM) region
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtztest.cpp535 char region[4]; local
663 TimeZone::getRegion(*id1, region, sizeof(region), ec);
667 if (uprv_strcmp(region, "001") == 0) {
679 TimeZone::getRegion(*id1, region, sizeof(region), ec);
683 if (uprv_strcmp(region, "US") != 0) {
2304 const char *region; member in struct:__anon5944
2325 char region[4]; local
2329 TimeZone::getRegion(data[i].id, region, sizeo
2427 const char *region; member in struct:__anon5946
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp95 SValBuilder::getRegionValueSymbolVal(const TypedValueRegion* region) { argument
96 QualType T = region->getValueType();
101 SymbolRef sym = SymMgr.getRegionValueSymbol(region);
169 const MemRegion *region,
175 SymMgr.getMetadataSymbol(region, expr, type, count, symbolTag);
185 const TypedValueRegion *region) {
186 QualType T = region->getValueType();
191 SymbolRef sym = SymMgr.getDerivedSymbol(parentSymbol, region);
214 /// Return a memory region for the 'this' object reference.
221 /// Return a memory region fo
168 getMetadataSymbolVal(const void *symbolTag, const MemRegion *region, const Expr *expr, QualType type, unsigned count) argument
184 getDerivedRegionValueSymbolVal(SymbolRef parentSymbol, const TypedValueRegion *region) argument
[all...]
/external/compiler-rt/lib/lsan/
H A Dlsan_common.cc253 LOG_POINTERS("Root region %p-%p intersects with mapped region %p-%p (%s)\n",
267 RootRegion region = (*root_regions)[i]; local
268 uptr begin_addr = reinterpret_cast<uptr>(region.begin);
269 ProcessRootRegion(frontier, begin_addr, begin_addr + region.size);
620 RootRegion region = {begin, size}; local
621 root_regions->push_back(region);
622 VReport(1, "Registered root region at %p of size %llu\n", begin, size);
633 RootRegion region = (*root_regions)[i]; local
634 if (region
[all...]
/external/libphonenumber/geocoder/src/com/google/i18n/phonenumbers/geocoding/
H A DPhoneNumberOfflineGeocoder.java88 * Returns the customary display name in the given language for the given region.
122 String region = phoneUtil.getRegionCodeForCountryCode(number.getCountryCode());
125 copiedNumber = phoneUtil.parse(nationalNumber, region);
142 * region of the user. If the phone number is from the same region as the user, only a lower-level
143 * description will be returned, if one exists. Otherwise, the phone number's region will be
146 * <p>For example, for a user from the region "US" (United States), we would show "Mountain View,
148 * the United Kingdom (region "GB"), for the same number we may show "Mountain View, CA, United
155 * @param userRegion the region code for a given user. This region wil
[all...]
/external/mesa3d/docs/
H A DMESA_agp_offset.spec36 region into byte offsets into the AGP aperture.
85 an AGP memory region.
/external/protobuf/editors/
H A Dproto.vim72 syn region pbComment start="\/\*" end="\*\/" contains=@pbCommentGrp
73 syn region pbComment start="//" skip="\\$" end="$" keepend contains=@pbCommentGrp
74 syn region pbString start=/"/ skip=/\\./ end=/"/
75 syn region pbString start=/'/ skip=/\\./ end=/'/
/external/skia/samplecode/
H A DSampleDitherBitmap.cpp42 SkRegion region; local
52 return region.setPath(path, clip); // <-- !! DOWN !!
/external/valgrind/memcheck/tests/
H A Dbadjump.stderr.exp9 Access not within mapped region at address 0x........
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventSocketProxy.cs83 #region Properties
250 #region AST Parsing Events
298 #region AST Events
356 #region Support
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBufferedTreeNodeStream.cs76 #region IEnumerator<object> Members
89 #region IDisposable Members
96 #region IEnumerator Members
170 #region Properties
H A DCommonTree.cs82 #region Properties
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBufferedTreeNodeStream.cs80 #region IEnumerator<object> Members
95 #region IDisposable Members
103 #region IEnumerator Members
182 #region Properties
H A DCommonTree.cs85 #region Properties
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventSocketProxy.cs85 #region Properties
287 #region AST Parsing Events
339 #region AST Events
404 #region Support

Completed in 895 milliseconds

1234567891011>>