HomeSort by relevance Sort by last modified time
    Searched refs:region (Results 176 - 200 of 1206) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/icu/android/
patch_locale.sh 17 # Excludes region data. On Android Java API is used to get the data.
18 echo Overwriting region/reslocal.mk...
19 cat >region/reslocal.mk <<END
  /external/chromium_org/third_party/libaddressinput/chromium/
input_suggester.cc 42 // A region and its metadata useful for constructing a suggestion.
58 // The region that should be suggested. For example, if the region is ("CA",
67 // True if the key of the region matches user input (the name may or may not
68 // match). "CA" should be suggested for a ("CA", "California") region.
70 // False if only the name of the region matches user input (the key does not
71 // match). "California" should be suggested for a ("CA", "California") region.
185 // Swaps the suggestions for the smallest sub-region into |suggestions|.
260 // All sub-regions of a COUNTRY level region, organized into tries for lookup by
261 // region name or key
375 const RegionData* region = *it; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_blorp.cpp 128 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_regions.h 62 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
intel_buffers.c 38 * Return pointer to current color drawing region, or NULL.
46 return irbColor->mt->region;
52 * Return pointer to current color reading region, or NULL.
60 return irb->mt->region;
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
PrefixFileReader.java 66 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);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp.cpp 128 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/
intel_regions.h 62 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
intel_buffers.c 38 * Return pointer to current color drawing region, or NULL.
46 return irbColor->mt->region;
52 * Return pointer to current color reading region, or NULL.
60 return irb->mt->region;
  /external/openfst/src/include/fst/
mapped-file.h 32 // A memory region is a simple abstraction for allocated memory or data from
33 // mmap'ed files. If mmap equals NULL, then data represents an owned region of
35 // casted pointer to a region contained within [mmap, mmap + size).
76 explicit MappedFile(const MemoryRegion &region);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.cpp 27 #include "platform/geometry/Region.h"
31 // A region class based on the paper "Scanline Coherent Shape Algebra"
39 Region::Region()
43 Region::Region(const IntRect& rect)
49 Vector<IntRect> Region::rects() const
68 bool Region::contains(const Region& region) cons
    [all...]
  /external/pixman/pixman/
pixman.h 431 void pixman_region_init (pixman_region16_t *region);
432 void pixman_region_init_rect (pixman_region16_t *region,
437 pixman_bool_t pixman_region_init_rects (pixman_region16_t *region,
440 void pixman_region_init_with_extents (pixman_region16_t *region,
442 void pixman_region_init_from_image (pixman_region16_t *region,
444 void pixman_region_fini (pixman_region16_t *region);
448 void pixman_region_translate (pixman_region16_t *region,
477 pixman_bool_t pixman_region_contains_point (pixman_region16_t *region,
481 pixman_region_overlap_t pixman_region_contains_rectangle (pixman_region16_t *region,
483 pixman_bool_t pixman_region_not_empty (pixman_region16_t *region);
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 55 """Represents a Unit for a memory region on virtual memory."""
56 def __init__(self, unit_id, committed, reserved, mmap, region,
61 self._region = region
78 def region(self): member in class:VMUnit
91 """Represents a Unit for a mmap'ed region."""
92 def __init__(self, unit_id, committed, reserved, region, bucket_set,
95 region, pageframe, group_pfn_counts)
99 return str(self.region)
107 """Represents a Unit for a non-mmap'ed memory region on virtual memory."""
108 def __init__(self, unit_id, committed, reserved, region,
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs 270 #region Tree Parsing
297 #region AST Events
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 272 #region Tree Parsing
299 #region AST Events
  /external/chromium_org/base/files/
memory_mapped_file.cc 13 const MemoryMappedFile::Region MemoryMappedFile::Region::kWholeFile(
16 MemoryMappedFile::Region::Region(base::LinkerInitialized) : offset(0), size(0) {
19 MemoryMappedFile::Region::Region(int64 offset, int64 size)
25 bool MemoryMappedFile::Region::operator==(
26 const MemoryMappedFile::Region& other) const {
45 if (!MapFileRegionToMemory(Region::kWholeFile)) {
54 return Initialize(file.Pass(), Region::kWholeFile)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/apps/
shaped_app_window_targeter_unittest.cc 74 scoped_ptr<SkRegion> region(new SkRegion);
75 region->op(SkIRect::MakeXYWH(40, 0, 20, 100), SkRegion::kUnion_Op);
76 region->op(SkIRect::MakeXYWH(0, 40, 100, 20), SkRegion::kUnion_Op);
77 app_window()->UpdateShape(region.Pass());
132 scoped_ptr<SkRegion> region(new SkRegion);
133 region->op(SkIRect::MakeXYWH(40, 0, 20, 100), SkRegion::kUnion_Op);
134 region->op(SkIRect::MakeXYWH(0, 40, 100, 20), SkRegion::kUnion_Op);
135 app_window()->UpdateShape(region.Pass());
  /external/chromium_org/chrome/renderer/resources/extensions/
inject_app_titlebar.js 13 "-webkit-widget-region: region(control rectangle); }\n" +
18 "button { -webkit-widget-region: region(control rectangle); }\n" +
  /external/chromium_org/courgette/
patcher_x86_32.h 20 explicit PatcherX86_32(const Region& region)
21 : ensemble_region_(region),
94 Region ensemble_region_;
  /external/chromium_org/skia/ext/
bitmap_platform_device_win.h 60 // Loads the given transform and clipping region into the HDC. This is
62 virtual void setMatrixClip(const SkMatrix& transform, const SkRegion& region,
100 // The current clipping region.
111 void SetMatrixClip(const SkMatrix& transform, const SkRegion& region);
  /external/chromium_org/ui/gfx/
path_x11.cc 17 Region CreateRegionFromSkRegion(const SkRegion& region) {
18 Region result = XCreateRegion();
20 for (SkRegion::Iterator i(region); !i.done(); i.next()) {
32 Region CreateRegionFromSkPath(const SkPath& path) {
  /external/chromium_org/v8/tools/oom_dump/
oom_dump.cc 58 u_int32_t ReadPointedValue(MinidumpMemoryRegion* region,
62 CHECK(region->GetMemoryAtAddress(base + 4 * offset, &ptr));
64 CHECK(region->GetMemoryAtAddress(ptr, &value));
69 void ReadArray(MinidumpMemoryRegion* region,
75 CHECK(region->GetMemoryAtAddress(array_ptr + 4 * i, &value));
81 u_int32_t ReadArrayFrom(MinidumpMemoryRegion* region,
87 CHECK(region->GetMemoryAtAddress(base + 4 * offset, &ptr));
88 ReadArray(region, ptr, size, output);
  /frameworks/compile/mclinker/lib/Script/
ScriptReader.cpp 45 llvm::StringRef region = input.memArea()->request(input.fileOffset(), size); local
46 std::stringbuf buf(region.data());
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java 37 public String region; field in class:PostalSplitter.Postal
46 region = values.getAsString(StructuredPostal.REGION);
56 values.put(StructuredPostal.REGION, region);
87 postal.region, postal.postcode, postal.country
104 final boolean hasRegion = !TextUtils.isEmpty(postal.region);
109 // Second block: [region][ ][city][ ][neighborhood]
133 builder.append(postal.region);
170 final boolean hasRegion = !TextUtils.isEmpty(postal.region);
    [all...]
  /external/qemu/android/skin/
composer.c 20 /* recompute region if needed */
29 skin_region_reset(p->any.region);
37 skin_region_union( p->any.region, r );
44 /* return region in 'region' */
46 skin_plate_get_region( SkinPlate* p, SkinRegion* region )
51 skin_region_init_copy( region, p->any.region );
55 /* recompute opaque region is needed */
78 /* return opaque pixels region */
    [all...]

Completed in 914 milliseconds

1 2 3 4 5 6 78 91011>>