Searched refs:region (Results 276 - 300 of 793) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DPersonalDataManager.java59 String streetAddress, String region, String locality, String dependentLocality,
64 region, locality, dependentLocality,
70 String region,
79 mRegion = region;
188 public void setRegion(String region) { argument
189 mRegion = region;
57 create(String guid, String origin, String fullName, String companyName, String streetAddress, String region, String locality, String dependentLocality, String postalCode, String sortingCode, String country, String phoneNumber, String emailAddress, String languageCode) argument
68 AutofillProfile(String guid, String origin, String fullName, String companyName, String streetAddress, String region, String locality, String dependentLocality, String postalCode, String sortingCode, String countryCode, String phoneNumber, String emailAddress, String languageCode) argument
/external/chromium_org/tools/stats_viewer/
H A Dstats_viewer.cs25 #region Protected Methods
40 #region Private Methods
312 #region Private Methods
321 #region Private Members
327 #region Private Members
340 #region Private Event Callbacks
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java185 // Null is also allowed for the region code in these cases.
401 String region = RegionCode.US;
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;
423 assertTrue(hasNoMatches(phoneUtil.findNumbers(text, region)));
606 findNumbersForLeniency(test.rawString, test.region, leniency);
627 findNumbersForLeniency(test.rawString, test.region, leniency);
645 boolean isPossible, String region, Strin
644 findMatchesInContexts(List<NumberContext> contexts, boolean isValid, boolean isPossible, String region, String number) argument
916 assertMatchProperties( PhoneNumberMatch match, String text, String number, String region) argument
1078 final String region; field in class:PhoneNumberMatcherTest.NumberTest
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugEventRepeater.cs123 #region Tree parsing stuff
135 #region AST Stuff
H A DTraceDebugEventListener.cs63 #region Tree parsing stuff
82 #region AST stuff
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeNodeStream.cs77 #region Properties
188 #region Tree rewrite interface
H A DCommonErrorNode.cs61 #region Properties
H A DParseTree.cs54 #region Properties
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DCommonTreeNodeStream.cs81 #region Properties
217 #region Tree rewrite interface
H A DCommonErrorNode.cs65 #region Properties
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugEventRepeater.cs149 #region Tree parsing stuff
163 #region AST Stuff
H A DTraceDebugEventListener.cs71 #region Tree parsing stuff
92 #region AST stuff
/external/chromium_org/chrome/common/
H A Dspellcheck_common.cc16 const char* language_region; // language & region, used by dictionaries.
71 bool IsValidRegion(const std::string& region) { argument
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/courgette/
H A Densemble_create.cc26 #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());
/external/chromium_org/skia/ext/
H A Dplatform_device.h133 static void LoadClippingRegionToDC(HDC context, const SkRegion& region,
145 const SkRegion& region,
/external/chromium_org/third_party/icu/source/i18n/
H A Dzonemeta.cpp423 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
713 getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString &region, UnicodeString &result) argument
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkBBoxHierarchyRecord.cpp104 void SkBBoxHierarchyRecord::onClipRegion(const SkRegion& region, argument
107 this->INHERITED::onClipRegion(region, op);
/external/icu/icu4c/source/i18n/
H A Dzonemeta.cpp421 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
711 getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString &region, UnicodeString &result) argument
[all...]
/external/skia/src/core/
H A DSkBBoxHierarchyRecord.cpp84 void SkBBoxHierarchyRecord::onClipRegion(const SkRegion& region, argument
87 this->INHERITED::onClipRegion(region, op);
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp427 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst) argument
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...]
/external/opencv/cvaux/src/
H A Dcvsegment.cpp88 CvConnectedComp * region,
182 region->area = area;
183 region->rect.x = XMin;
184 region->rect.y = YMin;
185 region->rect.width = XMax - XMin + 1;
186 region->rect.height = YMax - YMin + 1;
187 region->value = cvScalarAll(0);
532 CvConnectedComp region; local
539 &region, stack );
554 region
84 icvSegmFloodFill_Stage1( uchar* pImage, int step, uchar* pMask, int maskStep, CvSize , CvPoint seed, int* newVal, int d_lw, int d_up, CvConnectedComp * region, void *pStack ) argument
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-checker.cc353 IN_GLOBAL_DATA, // Is part of global data region of the executable
647 // Find memory region with this stack
648 MemoryRegionMap::Region region; local
649 if (MemoryRegionMap::FindAndMarkStackRegion(top, &region)) {
653 top_ptr, region.end_addr - top);
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
658 AsPtr(region.start_addr),
659 top - region.start_addr);
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr),
661 top - region
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-checker.cc353 IN_GLOBAL_DATA, // Is part of global data region of the executable
647 // Find memory region with this stack
648 MemoryRegionMap::Region region; local
649 if (MemoryRegionMap::FindAndMarkStackRegion(top, &region)) {
653 top_ptr, region.end_addr - top);
654 live_objects->push_back(AllocObject(top_ptr, region.end_addr - top,
658 AsPtr(region.start_addr),
659 top - region.start_addr);
660 live_objects->push_back(AllocObject(AsPtr(region.start_addr),
661 top - region
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DClassicToken.cs77 #region IToken Members
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DClassicToken.cs83 #region IToken Members

Completed in 604 milliseconds

<<11121314151617181920>>