Searched defs:region (Results 1 - 25 of 178) sorted by relevance

12345678

/external/vboot_reference/firmware/stub/
H A Dvboot_api_stub_region.c5 * Stub implementations of region API function.
17 enum vb_firmware_region region, uint32_t offset,
16 VbExRegionRead(VbCommonParams *cparams, enum vb_firmware_region region, uint32_t offset, uint32_t size, void *buf) argument
/external/vboot_reference/firmware/lib/
H A Dregion-init.c12 #include "region.h"
21 enum vb_firmware_region region, uint32_t offset,
25 if (region == VB_REGION_GBB && cparams->gbb_data) {
34 ret = VbExRegionRead(cparams, region, offset, size, buf);
20 VbRegionReadData(VbCommonParams *cparams, enum vb_firmware_region region, uint32_t offset, uint32_t size, void *buf) argument
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYSeriesFormatter.java32 public void addRegion(RectRegion region, XYRegionFormatterType regionFormatter) { argument
33 regions.addToBottom(region, regionFormatter);
36 public void removeRegion(RectRegion region) { argument
37 regions.remove(region);
49 * @param region
52 public XYRegionFormatterType getRegionFormatter(RectRegion region) { argument
53 return regions.get(region);
H A DRectRegion.java73 public boolean intersects(RectRegion region) { argument
74 return intersects(region.getMinX(), region.getMaxX(), region.getMinY(), region.getMaxY());
79 * Tests whether this region intersects the region defined by params. Use
93 public boolean intersects(RectF region, Number visMinX, Number visMaxX, Number visMinY, Number visMaxY) { argument
95 RectF thisRegion = getRectF(region, visMinX.doubleValue(), visMaxX.doubleValue(),
97 return RectF.intersects(thisRegion, region);
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel.c127 * format of the pixels in the region. For now this code assumes that
128 * the region is a display surface and hence is either ARGB8888 or
130 * XXX FBO: If we'd pass in the intel_renderbuffer instead of region, we'd
137 intel_check_blit_format(struct intel_region * region, argument
140 if (region->cpp == 4 &&
146 if (region->cpp == 2 &&
152 __FUNCTION__, region->cpp,
H A Dintel_tex_copy.c56 struct intel_region *region; local
69 region = irb->mt->region;
70 assert(region);
108 if (intelImage->mt->region->tiling == I915_TILING_Y) {
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
125 region->bo,
127 region->tiling,
128 intelImage->mt->region
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel.c127 * format of the pixels in the region. For now this code assumes that
128 * the region is a display surface and hence is either ARGB8888 or
130 * XXX FBO: If we'd pass in the intel_renderbuffer instead of region, we'd
137 intel_check_blit_format(struct intel_region * region, argument
140 if (region->cpp == 4 &&
146 if (region->cpp == 2 &&
152 __FUNCTION__, region->cpp,
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,
H A Dgen7_misc_state.c71 intel_region_get_tile_masks(depth_mt->region,
76 intel_region_get_tile_masks(hiz_mt->region,
156 struct intel_region *region = depth_mt->region; local
182 offset = intel_region_get_aligned_offset(region,
187 assert(region->tiling == I915_TILING_Y);
192 OUT_BATCH(((region->pitch * region->cpp) - 1) |
198 OUT_RELOC(region->bo,
217 intel_region_get_aligned_offset(hiz_mt->region,
[all...]
H A Dintel_tex_copy.c56 struct intel_region *region; local
69 region = irb->mt->region;
70 assert(region);
108 if (intelImage->mt->region->tiling == I915_TILING_Y) {
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
125 region->bo,
127 region->tiling,
128 intelImage->mt->region
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel.c127 * format of the pixels in the region. For now this code assumes that
128 * the region is a display surface and hence is either ARGB8888 or
130 * XXX FBO: If we'd pass in the intel_renderbuffer instead of region, we'd
137 intel_check_blit_format(struct intel_region * region, argument
140 if (region->cpp == 4 &&
146 if (region->cpp == 2 &&
152 __FUNCTION__, region->cpp,
H A Dintel_tex_copy.c56 struct intel_region *region; local
69 region = irb->mt->region;
70 assert(region);
108 if (intelImage->mt->region->tiling == I915_TILING_Y) {
115 src_pitch = -region->pitch;
118 src_pitch = region->pitch;
125 region->bo,
127 region->tiling,
128 intelImage->mt->region
[all...]
/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/clang/tools/clang-format/
H A Dclang-format.el25 ;; You may also want to bind `clang-format-region' to a key:
27 ;; (global-set-key [C-M-tab] 'clang-format-region)
98 (delete-region start end)
103 (defun clang-format-region (char-start char-end &optional style)
105 If called interactively uses the region or the current statement if there
106 is no active region. If no style is given uses `clang-format-style'."
108 (if (use-region-p)
109 (list (region-beginning) (region-end))
123 (call-process-region
[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
H A DMappingFileProvider.java151 * @param region two-letter uppercase ISO country codes as defined by ISO 3166-1
154 String getFileName(int countryCallingCode, String language, String script, String region) { argument
164 String languageCode = findBestMatchingLanguageCode(setOfLangs, language, script, region);
175 Set<String> setOfLangs, String language, String script, String region) {
176 StringBuilder fullLocale = constructFullLocale(language, script, region);
188 if (onlyOneOfScriptOrRegionIsEmpty(script, region)) {
192 } else if (script.length() > 0 && region.length() > 0) {
199 StringBuilder langWithRegion = new StringBuilder(language).append('_').append(region);
212 private boolean onlyOneOfScriptOrRegionIsEmpty(String script, String region) { argument
213 return (script.length() == 0 && region
174 findBestMatchingLanguageCode( Set<String> setOfLangs, String language, String script, String region) argument
217 constructFullLocale(String language, String script, String region) argument
[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/openfst/src/lib/
H A Dmapped-file.cc30 MappedFile::MappedFile(const MemoryRegion &region) : region_(region) { } argument
37 LOG(ERROR) << "failed to unmap region: "<< strerror(errno);
46 MemoryRegion region; local
47 region.data = size == 0 ? NULL : operator new(size);
48 region.mmap = NULL;
49 region.size = size;
50 return new MappedFile(region);
54 MemoryRegion region; local
55 region
75 MemoryRegion region; local
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp31 const TypedValueRegion *region) {
33 ID.AddPointer(region);
128 const TypedValueRegion *region) {
130 LazyCompoundValData::Profile(ID, store, region);
138 new (D) LazyCompoundValData(store, region);
29 Profile(llvm::FoldingSetNodeID& ID, const StoreRef &store, const TypedValueRegion *region) argument
127 getLazyCompoundValData(const StoreRef &store, const TypedValueRegion *region) argument
/external/e2fsprogs/e2fsck/
H A Dregion.c2 * 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) argument
59 region_allocate(region_t region, region_addr_t start, int n) argument
156 region_print(region_t region, FILE *f) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleIDs.java102 public static String threeToTwoLetterRegion(String region) { argument
105 int offset = findIndex(_countries3, region);
110 offset = findIndex(_obsoleteCountries3, region);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DBaseLocale.java27 private BaseLocale(String language, String script, String region, String variant) { argument
34 if (region != null) {
35 _region = AsciiUtil.toUpperString(region).intern();
47 public static BaseLocale getInstance(String language, String script, String region, String variant) { argument
58 Key key = new Key(language, script, region, variant);
111 buf.append("region=");
127 // Generating a hash value from language, script, region and variant
153 public Key(String language, String script, String region, String variant) { argument
160 if (region != null) {
161 _regn = region;
[all...]
/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/libunwind/tests/
H A DGtest-dyn1.c170 unw_dyn_region_info_t *region; local
195 region = alloca (_U_dyn_region_info_size (2));
196 region->next = NULL;
197 region->insn_count = 3 * (MAX_FUNC_SIZE / 16);
198 region->op_count = 2;
199 _U_dyn_op_alias (&region->op[0], 0, -1, fdesc.code);
200 _U_dyn_op_stop (&region->op[1]);
204 di.end_ip = (long) mem + 16*region->insn_count/3;
208 di.u.pi.regions = region;
H A Dia64-test-dyn1.c40 void *end, unw_dyn_region_info_t *region)
79 di->u.pi.regions = region;
179 /* Create two functions which can share the region-list: */
39 create_func(unw_dyn_info_t *di, const char *name, long (*func) (), void *end, unw_dyn_region_info_t *region) argument

Completed in 918 milliseconds

12345678