/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_mipmap_tree.c | 261 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) [all...] |
/external/chromium_org/v8/src/ |
types.cc | 148 // 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); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
loclikely.cpp | 117 * Create a tag string from the supplied parameters. The lang, script and region 121 * If any of the language, script or region parameters are empty, and the alternateTags 122 * parameter is not NULL, it will be parsed for potential language, script and region tags 140 * @param region The region tag to use. 141 * @param regionLength The length of the region tag. 156 const char* region, 179 * script and region code without worrying about overrunning 277 region, 286 * Parse the alternateTags string for the region 858 char region[ULOC_COUNTRY_CAPACITY]; local 965 char region[ULOC_COUNTRY_CAPACITY]; local [all...] |
/external/icu/icu4c/source/common/ |
loclikely.cpp | 117 * Create a tag string from the supplied parameters. The lang, script and region 121 * If any of the language, script or region parameters are empty, and the alternateTags 122 * parameter is not NULL, it will be parsed for potential language, script and region tags 140 * @param region The region tag to use. 141 * @param regionLength The length of the region tag. 156 const char* region, 179 * script and region code without worrying about overrunning 277 region, 286 * Parse the alternateTags string for the region 858 char region[ULOC_COUNTRY_CAPACITY]; local 965 char region[ULOC_COUNTRY_CAPACITY]; local [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
PostalSplitterForJapaneseTest.java | 48 private static final String REGION = "\u6771\u4EAC\u90FD"; 83 assertJoinedPostal(POSTCODE + "\n" + REGION + " " + CITY + "\n" + STREET, 84 STREET, null, null, CITY, REGION, POSTCODE, null); 88 assertJoinedPostal(POSTCODE + "\n" + REGION + "\n" + STREET, 89 STREET, null, null, REGION, null, POSTCODE, null); 99 assertJoinedPostal(REGION + " " + CITY + "\n" + STREET, 100 STREET, null, null, CITY, REGION, null, null); 102 assertJoinedPostal(COUNTRY + "\n" + REGION + " " + CITY + "\n" + STREET, 103 STREET, null, null, CITY, REGION, null, COUNTRY); 115 String neighborhood, String city, String region, String postcode, String country) [all...] |
PostalSplitterTest.java | 99 String neighborhood, String city, String region, String postcode, String country) { 106 assertEquals(region, postal.region); 112 String neighborhood, String city, String region, String postcode, String country) { 118 postal.region = region;
|
/system/extras/ext4_utils/ |
allocate.c | 25 struct region { struct 29 struct region *next; 30 struct region *prev; 91 static void region_list_remove(struct region_list *list, struct region *reg) 109 static void region_list_append(struct region_list *list, struct region *reg) 126 static void dump_starting_from(struct region *reg) 146 struct region *reg; 160 struct region *reg; 161 reg = malloc(sizeof(struct region)); 260 struct region *last_reg = alloc->list.last [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeAdaptor.cs | 49 #region Construction 235 #region Content 280 #region Navigation / Tree Parsing
|
ITreeNodeStream.cs | 116 #region REWRITING TREES (used by tree parser)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeAdaptor`1.cs | 37 #region Construction 223 #region Content 268 #region Navigation / Tree Parsing
|
ITreeNodeStream`1.cs | 122 #region REWRITING TREES (used by tree parser)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
resource.hpp | 47 void copy(command_queue &q, const point &origin, const point ®ion, 51 const point &origin, const point ®ion); 109 const resource::point ®ion);
|
/external/chromium_org/third_party/skia/gm/ |
imagealphathreshold.cpp | 44 SkRegion region; variable 45 region.setRects(rects, 2); 56 SkAlphaThresholdFilter::Create(region, 0.2f, 0.7f))->unref();
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
resource.hpp | 47 void copy(command_queue &q, const point &origin, const point ®ion, 51 const point &origin, const point ®ion); 109 const resource::point ®ion);
|
/external/skia/gm/ |
imagealphathreshold.cpp | 44 SkRegion region; variable 45 region.setRects(rects, 2); 56 SkAlphaThresholdFilter::Create(region, 0.2f, 0.7f))->unref();
|
/hardware/qcom/display/msm8960/libcopybit/ |
copybit.h | 156 /* Region */ 158 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect); 204 * @param region the clip region 211 struct copybit_region_t const *region); 221 * @param region the clip region 230 struct copybit_region_t const *region);
|
/hardware/qcom/display/msm8974/libcopybit/ |
copybit.h | 157 /* Region */ 159 int (*next)(struct copybit_region_t const *region, struct copybit_rect_t *rect); 205 * @param region the clip region 212 struct copybit_region_t const *region); 234 * @param region the clip region 243 struct copybit_region_t const *region);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeNodeStream.cs | 123 #region REWRITING TREES (used by tree parser)
|
/external/chromium_org/content/renderer/android/ |
phone_number_detector.h | 20 explicit PhoneNumberDetector(const std::string& region);
|
/external/chromium_org/remoting/client/ |
frame_consumer.h | 31 // pixels falling within |region| and the current clipping area are painted. 35 // N.B. Both |clip_area| and |region| are in output coordinates relative to 40 const webrtc::DesktopRegion& region,
|
/external/chromium_org/remoting/codec/ |
video_decoder_verbatim.h | 29 const webrtc::DesktopRegion& region) OVERRIDE; 38 // The region updated that hasn't been copied to the screen yet.
|
/external/chromium_org/remoting/host/chromeos/ |
aura_desktop_capturer.h | 32 virtual void Capture(const webrtc::DesktopRegion& region) OVERRIDE;
|
/external/chromium_org/remoting/host/ |
ipc_video_frame_capturer.cc | 31 void IpcVideoFrameCapturer::Capture(const webrtc::DesktopRegion& region) {
|
shaped_desktop_capturer.h | 25 virtual void Capture(const webrtc::DesktopRegion& region) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
MouseEventHitRegion.h | 17 static String region(MouseEvent& event) function in class:blink::MouseEventHitRegion
|