HomeSort by relevance Sort by last modified time
    Searched refs:region (Results 101 - 125 of 705) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/base/win/
i18n.cc 87 bool GetUserDefaultUILanguage(std::wstring* language, std::wstring* region) {
101 region->clear();
106 DPCHECK(0 != result_length) << "Failed getting region id";
108 region->assign(&result_buffer[0], result_length - 1);
124 std::wstring region; local
134 } else if (GetUserDefaultUILanguage(&language, &region)) {
137 if (!region.empty())
140 .append(region));
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 53 #region Helper classes
70 #region Constructors
92 #region IDictionaryEnumerator Members
132 #region IEnumerator Members
188 #region Constructors
245 #region ICollection Members
269 #region IEnumerable Members
283 #region Constructors
316 #region ICollection Members
340 #region IEnumerable Member
    [all...]
  /external/libunwind/src/mi/
Gdyn-remote.c 32 free_regions (unw_dyn_region_info_t *region)
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->op_count = op_count
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubmd.h 367 #define MD_MEMORY_CONFIG_DIR_TYPE_GET(region) ( (REMOTE_HUB_L(region, MD_MEMORY_CONFIG) & MMC_DIR_PREMIUM_MASK) >> MMC_DIR_PREMIUM_SHFT)
369 #define MD_MIG_DIFF_THRESH_GET(region) ( REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH) & MD_MIG_DIFF_THRES_VALUE_MASK)
370 #define MD_MIG_DIFF_THRESH_SET(region, value) ( REMOTE_HUB_S((region), MD_MIG_DIFF_THRESH, MD_MIG_DIFF_THRES_VALID_MASK | (value)))
371 #define MD_MIG_DIFF_THRESH_DISABLE(region) ( REMOTE_HUB_S((region), MD_MIG_DIFF_THRESH, REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH) & ~MD_MIG_DIFF_THRES_VALID_MASK))
372 #define MD_MIG_DIFF_THRESH_ENABLE(region) ( REMOTE_HUB_S((region), MD_MIG_DIFF_THRESH, REMOTE_HUB_L((region), MD_MIG_DIFF_THRESH) | M (…)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
transfer.cpp 105 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));
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region.cc 58 bool DesktopRegion::Equals(const DesktopRegion& region) const {
61 Rows::const_iterator it2 = region.rows_.begin();
63 if (it2 == region.rows_.end() ||
73 return it2 == region.rows_.end();
168 void DesktopRegion::AddRegion(const DesktopRegion& region) {
171 for (Iterator it(region); !it.IsAtEnd(); it.Advance()) {
263 void DesktopRegion::IntersectWith(const DesktopRegion& region) {
266 Intersect(old_region, region);
270 DesktopRegion region; local
271 region.AddRect(rect)
365 DesktopRegion region; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
transfer.cpp 105 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));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundCheckerV2.cpp 69 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.
264 /// Compute a raw byte offset from a base region. Used for array bounds
270 const MemRegion *region = location.getAsRegion() local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
NinePatchTest.java 31 import android.graphics.Region;
166 Region region = mNinePatch.getTransparentRegion(location); local
167 assertNull(region);
176 region = mNinePatch.getTransparentRegion(location);
177 assertNotNull(region);
178 Rect regionBounds = region.getBounds();
182 region = mNinePatch.getTransparentRegion(location);
183 assertNotNull(region);
184 regionBounds = region.getBounds()
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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...]
  /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 &region,
51 const point &origin, const point &region);
109 const resource::point &region);
  /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 &region,
51 const point &origin, const point &region);
109 const resource::point &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.

Completed in 831 milliseconds

1 2 3 45 6 7 8 91011>>