Searched refs:region (Results 51 - 75 of 370) sorted by relevance

1234567891011>>

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs19 #region Dll Imports
40 #region Private data
46 #region Constructors
76 #region Access properties
112 #region Destructor & IDispose stuff
141 #region Basic reading and writing
237 #region Position & length stuff
/external/libunwind/src/mi/
H A DGdyn-remote.c32 free_regions (unw_dyn_region_info_t *region) argument
34 if (region->next)
35 free_regions (region->next);
36 free (region);
59 unw_dyn_region_info_t *region; local
66 return 0; /* NULL region-list */
73 region = calloc (1, _U_dyn_region_info_size (op_count));
74 if (!region)
80 region->insn_count = insn_count;
81 region
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dtransfer.cpp105 const point &region) {
108 dst_pitch(dst_orig), dst_pitch(region));
110 src_pitch(src_orig), src_pitch(region));
113 for (p[2] = 0; p[2] < region[2]; ++p[2]) {
114 for (p[1] = 0; p[1] < region[1]; ++p[1]) {
117 src_pitch[0] * region[0]); local
129 S src_obj, const point &src_orig, const point &region) {
131 dst_obj->resource(q).copy(*q, dst_orig, region,
190 const size_t *region,
209 region));
102 soft_copy_op(cl_command_queue q, T dst_obj, const point &dst_orig, const point &dst_pitch, S src_obj, const point &src_orig, const point &src_pitch, const point &region) argument
128 hard_copy_op(cl_command_queue q, T dst_obj, const point &dst_orig, S src_obj, const point &src_orig, const point &region) argument
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp69 const MemRegion *region) {
71 switch (region->getKind()) {
79 region = cast<SubRegion>(region)->getSuperRegion();
89 // some new logic here that reasons directly about memory region extents.
94 // memory access is within the extent of the base region. Since we
95 // have some flexibility in defining the base region, we can achieve
109 // before the first valid offset in the memory region.
253 /// Compute a raw byte offset from a base region. Used for array bounds
259 const MemRegion *region local
68 computeExtentBegin(SValBuilder &svalBuilder, const MemRegion *region) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTZDBTimeZoneNames.java88 public String getReferenceZoneID(String mzID, String region) { argument
89 return TimeZoneNamesImpl._getReferenceZoneID(mzID, region);
226 TZDBNameSearchHandler(EnumSet<NameType> nameTypes, String region) { argument
228 assert region != null;
229 _region = region;
265 // but if region is one of CN/MO/TW, "CST" is parsed
267 for (String region : ninfo.parseRegions) {
268 if (_region.equals(region)) {
385 String region = _locale.getCountry();
386 if (region
[all...]
H A DLocaleIDs.java102 public static String threeToTwoLetterRegion(String region) { argument
105 int offset = findIndex(_countries3, region);
110 offset = findIndex(_obsoleteCountries3, region);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c261 mt->region = intel_region_alloc(intel->intelScreen,
269 if (!mt->region) {
282 struct intel_region *region)
288 region->width, region->height, 1,
294 intel_region_reference(&mt->region, region);
339 * For a singlesample DRI2 buffer, this simply wraps the given region with a miptree.
341 * For a multisample DRI2 buffer, this wraps the given region with
350 struct intel_region *region)
279 intel_miptree_create_for_region(struct intel_context *intel, GLenum target, gl_format format, struct intel_region *region) argument
346 intel_miptree_create_for_dri2_buffer(struct intel_context *intel, unsigned dri_attachment, gl_format format, uint32_t num_samples, struct intel_region *region) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c261 mt->region = intel_region_alloc(intel->intelScreen,
269 if (!mt->region) {
282 struct intel_region *region)
288 region->width, region->height, 1,
294 intel_region_reference(&mt->region, region);
339 * For a singlesample DRI2 buffer, this simply wraps the given region with a miptree.
341 * For a multisample DRI2 buffer, this wraps the given region with
350 struct intel_region *region)
279 intel_miptree_create_for_region(struct intel_context *intel, GLenum target, gl_format format, struct intel_region *region) argument
346 intel_miptree_create_for_dri2_buffer(struct intel_context *intel, unsigned dri_attachment, gl_format format, uint32_t num_samples, struct intel_region *region) argument
[all...]
H A Dbrw_blorp.cpp128 struct intel_region *region = mt->region; local
131 intel_region_get_tile_masks(region, &mask_x, &mask_y,
137 return intel_region_get_aligned_offset(region, x_offset & ~mask_x,
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_mipmap_tree.c261 mt->region = intel_region_alloc(intel->intelScreen,
269 if (!mt->region) {
282 struct intel_region *region)
288 region->width, region->height, 1,
294 intel_region_reference(&mt->region, region);
339 * For a singlesample DRI2 buffer, this simply wraps the given region with a miptree.
341 * For a multisample DRI2 buffer, this wraps the given region with
350 struct intel_region *region)
279 intel_miptree_create_for_region(struct intel_context *intel, GLenum target, gl_format format, struct intel_region *region) argument
346 intel_miptree_create_for_dri2_buffer(struct intel_context *intel, unsigned dri_attachment, gl_format format, uint32_t num_samples, struct intel_region *region) argument
[all...]
H A Dintel_regions.h62 GLuint refcount; /**< Reference count for region */
67 GLubyte *map; /**< only non-NULL when region is actually mapped */
70 uint32_t tiling; /**< Which tiling mode the region is in */
77 /* Allocate a refcounted region. Pointers to regions should only be
93 intel_region_flink(struct intel_region *region, uint32_t *name);
137 intel_region_get_tile_masks(struct intel_region *region,
142 intel_region_get_aligned_offset(struct intel_region *region, uint32_t x,
163 struct intel_region *region; member in struct:__DRIimageRec
/external/v8/src/
H A Dtypes.cc148 // Little hack to avoid the need for a region for handlification here...
610 TypeHandle type1, TypeHandle type2, Region* region) {
616 return BitsetType::New(bits, region);
630 if (!AddIsSafe(size1, size2)) return Any(region);
632 if (!AddIsSafe(size, 2)) return Any(region);
634 UnionHandle result = UnionType::New(size, region);
638 result->Set(size++, BitsetType::New(bits, region));
641 TypeHandle range = None(region);
647 range = RangeType::New(lim, region);
652 size = IntersectAux(type1, type2, result, size, region);
609 Intersect( TypeHandle type1, TypeHandle type2, Region* region) argument
658 UpdateRange( RangeHandle range, UnionHandle result, int size, Region* region) argument
682 IntersectAux( TypeHandle lhs, TypeHandle rhs, UnionHandle result, int size, Region* region) argument
739 Union( TypeHandle type1, TypeHandle type2, Region* region) argument
792 AddToUnion( TypeHandle type, UnionHandle result, int size, Region* region) argument
936 Convert( typename OtherType::TypeHandle type, Region* region) argument
[all...]
/external/icu/icu4c/source/common/
H A Dloclikely.cpp119 * Create a tag string from the supplied parameters. The lang, script and region
123 * If any of the language, script or region parameters are empty, and the alternateTags
124 * parameter is not NULL, it will be parsed for potential language, script and region tags
142 * @param region The region tag to use.
143 * @param regionLength The length of the region tag.
158 const char* region,
181 * script and region code without worrying about overrunning
279 region,
288 * Parse the alternateTags string for the region
153 createTagStringWithAlternates( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, const char* alternateTags, char* tag, int32_t tagCapacity, UErrorCode* err) argument
406 createTagString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* trailing, int32_t trailingLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
463 parseTagString( const char* localeID, char* lang, int32_t* langLength, char* script, int32_t* scriptLength, char* region, int32_t* regionLength, UErrorCode* err) argument
579 createLikelySubtagsString( const char* lang, int32_t langLength, const char* script, int32_t scriptLength, const char* region, int32_t regionLength, const char* variants, int32_t variantsLength, char* tag, int32_t tagCapacity, UErrorCode* err) argument
860 char region[ULOC_COUNTRY_CAPACITY]; local
967 char region[ULOC_COUNTRY_CAPACITY]; local
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleMatcher.java156 String region = ulocale.getCountry();
157 String region2 = canonicalMap.get(region);
162 region2 == null ? region : region2
303 final String region = languageCode.getCountry();
309 + (region.length()==0 ? "ZZ" : region));
318 private String region; field in class:LocaleMatcher.LocalePatternMatcher
332 region = matcher.group(3);
333 level = region != null ? Level.region
413 region(0.04); enum constant in enum:LocaleMatcher.Level
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeIterator.cs71 #region IEnumerator<object> Members
80 #region IDisposable Members
87 #region IEnumerator Members
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeIterator.cs76 #region IEnumerator<object> Members
86 #region IDisposable Members
94 #region IEnumerator Members
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs37 #region Construction
223 #region Content
268 #region Navigation / Tree Parsing
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.hpp47 void copy(command_queue &q, const point &origin, const point &region,
51 const point &origin, const point &region);
109 const resource::point &region);
/external/skia/gm/
H A Dimagealphathreshold.cpp37 SkRegion region; variable
38 region.setRects(rects, 2);
49 SkAlphaThresholdFilter::Create(region, 0.2f, 0.7f))->unref();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs30 #region IList Members
113 #region ICollection Members
158 #region IEnumerable Members
191 #region IEnumerable Members
200 #region ICollection Members
253 #region IList Members
330 #region IEnumerable<T> Members
339 #region ICollection<T> Members
380 #region IList<T> Members
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimToken.cs53 #region IToken Members
/external/drm_hwcomposer/
H A Ddrmdisplaycomposition.cpp198 for (seperate_rects::RectSet<uint64_t, int> &region : seperate_regions) {
199 if (region.id_set.getBits() & exclude_mask)
202 region.rect,
203 SetBitsToVector(region.id_set.getBits() >> num_exclude_rects,
213 for (const DrmCompositionRegion &region : squash_regions_) {
214 for (size_t source_layer_index : region.source_layers) {
220 for (const DrmCompositionRegion &region : pre_comp_regions_) {
221 for (size_t source_layer_index : region.source_layers) {
287 // Only if SOME region is stable
300 const SquashState::Region &region local
443 DumpRegion(const DrmCompositionRegion &region, std::ostringstream *out) argument
[all...]
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A DPrefixFileReader.java66 int prefixMapKey, String language, String script, String region) {
67 String fileName = mappingFileProvider.getFileName(prefixMapKey, language, script, region);
110 * @param region two-letter uppercase ISO country codes as defined by ISO 3166-1
115 PhoneNumber number, String lang, String script, String region) {
122 getPhonePrefixDescriptions(phonePrefix, lang, script, region);
65 getPhonePrefixDescriptions( int prefixMapKey, String language, String script, String region) argument
114 getDescriptionForNumber( PhoneNumber number, String lang, String script, String region) argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DBlankDebugEventListener.cs100 #region Tree parsing stuff
110 #region AST Stuff
H A DIDebugEventListener.cs270 #region Tree Parsing
297 #region AST Events

Completed in 1103 milliseconds

1234567891011>>