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

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/bench/
PictureRecordBench.cpp 71 // set the clip to the given region
72 SkRegion region; variable
73 region.setRect(rect);
74 canvas->clipRegion(region);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.h 57 // For each memory region, we keep track of (and provide to users)
58 // the stack trace that allocated that memory region.
133 // A memory region that we know about through malloc_hook-s.
136 struct Region {
137 uintptr_t start_addr; // region start address
138 uintptr_t end_addr; // region end address
142 bool is_stack; // does this region contain a thread's stack:
147 // of this region's allocation function,
157 // Return true iff this region overlaps region x
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memory_region_map.h 56 // For each memory region, we keep track of (and provide to users)
57 // the stack trace that allocated that memory region.
121 // A memory region that we know about through malloc_hook-s.
124 struct Region {
125 uintptr_t start_addr; // region start address
126 uintptr_t end_addr; // region end address
130 bool is_stack; // does this region contain a thread's stack:
135 // of this region's allocation function,
145 // Return true iff this region overlaps region x
    [all...]
  /external/skia/bench/
PictureRecordBench.cpp 71 // set the clip to the given region
72 SkRegion region; variable
73 region.setRect(rect);
74 canvas->clipRegion(region);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
FaceClustering.java 58 Rect region = face.getPosition(); local
59 if (mCoverRegion.width() < region.width() &&
60 mCoverRegion.height() < region.height()) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
PersonalDataManager.java 59 String streetAddress, String region, String locality, String dependentLocality,
64 region, locality, dependentLocality,
70 String region,
79 mRegion = region;
188 public void setRegion(String region) {
189 mRegion = region;
  /external/chromium_org/remoting/client/plugin/
pepper_view.cc 172 const webrtc::DesktopRegion& region,
189 FlushBuffer(clip_area, buffer, region);
258 const webrtc::DesktopRegion& region) {
268 merge_region_ = region;
275 for (webrtc::DesktopRegion::Iterator i(region); !i.IsAtEnd(); i.Advance()) {
278 // Re-clip |region| with the current clipping area |clip_area_| because
295 // Notify the producer that some parts of the region weren't painted because
298 webrtc::DesktopRegion not_painted = region;
  /external/chromium_org/tools/stats_viewer/
stats_table.cs 138 #region Public Properties
156 #region Internal Properties
220 #region Public Methods
292 #region Private Methods
304 #region Private Members
334 #region IEnumerable Members
340 #region ICollection Members
364 #region Private Methods
469 #region Private Members
492 #region ICollection Members
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 92 // Try again, but this time we have an international number with Region Code US. It should
185 // Null is also allowed for the region code in these cases.
401 String region = RegionCode.US; local
404 number1.setCountryCode(phoneUtil.getCountryCodeForRegion(region));
409 number2.setCountryCode(phoneUtil.getCountryCodeForRegion(region));
413 Iterator<PhoneNumberMatch> matches = phoneUtil.findNumbers(text, region).iterator();
421 String region = RegionCode.US; local
423 assertTrue(hasNoMatches(phoneUtil.findNumbers(text, region)));
606 findNumbersForLeniency(test.rawString, test.region, leniency);
627 findNumbersForLeniency(test.rawString, test.region, leniency)
672 String region = RegionCode.US; local
716 String region = RegionCode.NZ; local
1078 final String region; field in class:PhoneNumberMatcherTest.NumberTest
    [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 212 SkIRect region; local
213 region.fLeft = start_x;
214 region.fTop = start_y;
215 region.fRight = start_x + width;
216 region.fBottom = start_y + height;
229 if (!brd->decodeRegion(bitmap, region, prefColorType, sampleSize)) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
TraceDebugEventListener.cs 63 #region Tree parsing stuff
82 #region AST stuff
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
TraceDebugEventListener.cs 71 #region Tree parsing stuff
92 #region AST stuff
  /external/chromium_org/cc/test/
fake_picture_layer_impl.h 93 const Region& invalidation() const { return invalidation_; }
94 void set_invalidation(const Region& region) { invalidation_ = region; }
  /external/chromium_org/chrome/common/
spellcheck_common.cc 16 const char* language_region; // language & region, used by dictionaries.
71 bool IsValidRegion(const std::string& region) {
74 if (g_supported_spellchecker_languages[i].language_region == region)
80 // This function returns the language-region version of language name.
130 // First look for exact match in the language region of the list.
  /external/chromium_org/chrome/test/chromedriver/js/
get_element_region.js 10 // We try 2 methods to determine element region. Try the first client rect,
24 throw new Error('failed to detect the region of the area');
37 throw new Error('failed to detect the region of the area');
49 throw new Error('failed to detect the region of the area');
  /external/chromium_org/courgette/
ensemble_create.cc 26 #include "courgette/region.h"
75 new PatcherX86_32(old_element->region()),
84 new PatcherX86_32(old_element->region()),
93 new PatcherX86_32(old_element->region()),
102 new PatcherX86_32(old_element->region()),
127 size_t old_size = old_element->region().length();
128 size_t new_size = new_element->region().length();
162 difference_estimator.MakeBase(old_elements[i]->region()));
170 difference_estimator.MakeSubject(new_element->region());
249 Region old_region(base->Buffer(), base->Remaining())
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
zonemeta.cpp 423 const UChar *region = TimeZone::getRegion(tzid); local
424 if (region != NULL && u_strcmp(gWorld, region) != 0) {
425 country.setTo(region, -1);
446 singleZone = cached = gSingleZoneCountries->contains((void*)region);
448 cached = gMultiZonesCountries->contains((void*)region);
454 // We need to go through all zones associated with the region.
457 U_ASSERT(u_strlen(region) == 2);
459 u_UCharsToChars(region, regionBuf, 2);
464 // only the single zone is available for the region
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchyRecord.cpp 104 void SkBBoxHierarchyRecord::onClipRegion(const SkRegion& region,
107 this->INHERITED::onClipRegion(region, op);
  /external/icu/icu4c/source/i18n/
zonemeta.cpp 421 const UChar *region = TimeZone::getRegion(tzid); local
422 if (region != NULL && u_strcmp(gWorld, region) != 0) {
423 country.setTo(region, -1);
444 singleZone = cached = gSingleZoneCountries->contains((void*)region);
446 cached = gMultiZonesCountries->contains((void*)region);
452 // We need to go through all zones associated with the region.
455 U_ASSERT(u_strlen(region) == 2);
457 u_UCharsToChars(region, regionBuf, 2);
462 // only the single zone is available for the region
    [all...]
  /external/skia/src/core/
SkBBoxHierarchyRecord.cpp 84 void SkBBoxHierarchyRecord::onClipRegion(const SkRegion& region,
87 this->INHERITED::onClipRegion(region, op);
  /frameworks/base/libs/hwui/
Snapshot.h 25 #include <ui/Region.h>
85 * Indicates that the clip region was modified. When this
126 * Modifies the current clip with the specified region and operation.
127 * The specified region is considered already transformed.
129 bool clipRegionTransformed(const SkRegion& region, SkRegion::Op op);
242 * Current clip region. The clip is stored in canvas-space coordinates,
245 * This is a reference to a region owned by this snapshot or another
251 * The ancestor layer's dirty region.
253 * This is a reference to a region owned by a layer. This pointer must
256 Region* region member in class:android::uirenderer::Snapshot
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistant.java 114 IStructuredDocumentRegion region = doc.getRegionAtCharacterOffset(offset); local
115 ITextRegion subRegion = region.getRegionAtCharacterOffset(offset);
119 String value = region.getText(subRegion);
133 String name = region.getText(subRegion);
175 IndexedRegion region = (IndexedRegion) node; local
176 int startOffset = region.getStartOffset();
177 int length = region.getEndOffset() - region.getStartOffset();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
TypographyFix.java 66 IndexedRegion region = (IndexedRegion) child; local
72 document.replace(edit.offset + region.getStartOffset(),
  /libcore/luni/src/main/java/java/util/
Locale.java 31 * in the region they describe.
283 String region = System.getProperty("user.region", "US"); typedefs
285 defaultLocale = new Locale(language, region, variant);
306 private String region; field in class:Locale.Builder
315 language = region = variant = script = "";
398 * Sets the locale region. If {@code region} is {@code null} or empty, the
401 * As per BCP-47, the region must either be a 2 character ISO-3166-1 code
406 * @throws IllformedLocaleException if {@code} region is invalid
1344 String region = ""; local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 427 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst)
436 const int ix0 = deCeilFloatToInt32(ldru.x() * (float)region.w - 0.5f);
437 const int ix1 = deCeilFloatToInt32(ldru.z() * (float)region.w - 0.5f);
438 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f);
439 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f);
444 DE_ASSERT(deInBounds32(ix + region.x, 0, dst.getWidth()));
445 DE_ASSERT(deInBounds32(iy + region.y, 0, dst.getHeight()));
447 dst.setPixel(ix + region.x, iy + region.y, toRGBA(color));
687 const Rect region; member in struct:deqp::gles3::Functional::Render
1022 const Rect region; member in struct:deqp::gles3::Functional::Render
1363 const Rect region; member in struct:deqp::gles3::Functional::Render
1706 const Rect region; member in struct:deqp::gles3::Functional::Render
    [all...]

Completed in 728 milliseconds

<<11121314151617181920>>