Searched refs:region (Results 251 - 275 of 370) sorted by relevance

<<1112131415

/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs65 #region Package Members
/external/icu/icu4c/source/i18n/
H A Ducal.cpp50 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region, argument
53 zoneType, region, rawOffset, *ec), ec);
671 // Resolve region
794 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region, UChar* id, int32_t idCapacity, UErrorCode* status) { argument
802 TimeZone::getIDForWindowsID(UnicodeString(winid, len), region, resultID, *status); local
/external/icu/icu4c/source/test/intltest/
H A Dregiontst.cpp17 #include "unicode/region.h"
373 errln("Numeric code mismatch for region %s. Expected:%d Got:%d",r->getRegionCode(),e,n);
377 errln("Expected region %s to be of type %d. Got: %d",r->getRegionCode(),rd.type,r->getType());
383 if ( *ncRegion != *r && nc != 891 ) { // 891 is special case - CS and YU both deprecated codes for region 891
384 errln("Creating region %s by its numeric code returned a different region. Got: %s instead.",r->getRegionCode(),ncRegion->getRegionCode());
388 dataerrln("Known region %s was not recognized.",rd.code);
402 { "DE", "DE", URGN_TERRITORY }, // Normal region
404 { "DD", "DE", URGN_TERRITORY }, // Alias to a deprecated region (East Germany) with single preferred value
407 { "SU", "SU", URGN_DEPRECATED }, // Alias to a deprecated region wit
715 const Region *region = Region::getInstance("BM",status); local
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLanguageTag.java32 private String _region = ""; // region subtag
123 * ["-" region]
139 * region = 2ALPHA ; ISO 3166-1 code
406 String region = baseLocale.getRegion();
431 if (region.length() > 0 && isRegion(region)) {
432 tag._region = canonicalizeRegion(region);
591 // region = 2ALPHA ; ISO 3166-1 code
/external/kernel-headers/original/uapi/drm/
H A Di915_drm.h61 /* Each region is a minimum of 16k, and there are at most 255 of them.
366 int region; member in struct:drm_i915_mem_alloc
373 int region; member in struct:drm_i915_mem_free
378 int region; member in struct:drm_i915_mem_init_heap
387 int region; member in struct:drm_i915_mem_destroy_heap
H A Dradeon_drm.h313 /* There are 2 heaps (local/GART). Each region within a heap is a
731 int region; member in struct:drm_radeon_mem_alloc
738 int region; member in struct:drm_radeon_mem_free
743 int region; member in struct:drm_radeon_mem_init_heap
/external/libdrm/include/drm/
H A Di915_drm.h61 /* Each region is a minimum of 16k, and there are at most 255 of them.
366 int region; member in struct:drm_i915_mem_alloc
373 int region; member in struct:drm_i915_mem_free
378 int region; member in struct:drm_i915_mem_init_heap
387 int region; member in struct:drm_i915_mem_destroy_heap
H A Dradeon_drm.h313 /* There are 2 heaps (local/GART). Each region within a heap is a
729 int region; member in struct:drm_radeon_mem_alloc
736 int region; member in struct:drm_radeon_mem_free
741 int region; member in struct:drm_radeon_mem_init_heap
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h162 xcb_xfixes_region_t region; member in struct:dri2_egl_surface
/external/valgrind/include/vki/
H A Dvki-linux-drm.h676 int region; member in struct:vki_drm_i915_mem_alloc
682 int region; member in struct:vki_drm_i915_mem_free
686 int region; member in struct:vki_drm_i915_mem_init_heap
691 int region; member in struct:vki_drm_i915_mem_destroy_heap
/external/icu/icu4c/source/config/
H A Ddist.mk18 DISTY_RMV=brkitr coll curr lang locales mappings rbnf region translit xml zone
/external/icu/icu4c/source/i18n/unicode/
H A Ducal.h555 * @param region The ISO 3166 two-letter country code or UN M.49
557 * done by region.
568 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region,
1368 * calendar system associated with this UCalendar (the locale's region is
1528 * for a region. For example, system time zone ID "America/Los_Angeles" is returned
1529 * for input Windows ID "Pacific Standard Time" and region "US" (or <code>null</code>),
1531 * region "CA".
1545 * @param region A null-terminated region code, or <code>NULL</code> if no regional preference.
1555 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region,
[all...]
H A Dregex.h773 * Attempts to match the entire input region against the pattern.
784 * The input region is reset to include the entire input string.
795 * Attempts to match the input string, starting from the beginning of the region,
797 * always starts at the beginning of the input region;
798 * unlike that function, it does not require that the entire region be matched.
1070 * The matcher's region is reset to its default, which is the entire
1073 * An alternative to this function is to set a match region
1192 /** Sets the limits of this matcher's region.
1193 * The region is the part of the input string that will be searched to find a match.
1194 * Invoking this method resets the matcher, and then sets the region t
[all...]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DShortNumberInfo.java78 // A mapping from a country calling code to the region codes which denote the region represented
93 * Returns a list with the region codes that match the specific country calling code. For
94 * non-geographical country calling codes, the region code 001 is returned. Also, in the case
95 * of no region code being found, an empty list is returned.
104 * Check whether a short number is a possible number when dialled from a region, given the number
105 * in the form of a string, and the region where the number is dialed from. This provides a more
109 * @param regionDialingFrom the region from which the number is dialed
128 * Check whether a short number is a possible number when dialed from the given region. This
132 * @param regionDialingFrom the region fro
[all...]
/external/skia/src/core/
H A DSkPictureRecord.h138 void addRegion(const SkRegion& region);
217 size_t recordClipRegion(const SkRegion& region, SkRegion::Op op);
H A DSkReadBuffer.cpp147 void SkReadBuffer::readRegion(SkRegion* region) { argument
148 fReader.readRegion(region);
H A DSkWriteBuffer.cpp124 void SkWriteBuffer::writeRegion(const SkRegion& region) { argument
125 fWriter.writeRegion(region);
H A DSkPicturePlayback.cpp115 SkRegion region; local
116 reader->readRegion(&region);
121 canvas->clipRegion(region, regionOp);
/external/clang/tools/libclang/
H A DIndexing.cpp68 /// \brief A "region" in source code identified by the file/offset of the
70 /// Multiple, non-consecutive ranges can be parts of the same region.
188 PPRegion region = getRegion(Loc, FID, FE);
189 if (region.isInvalid())
192 // Check common case, consecutive functions in the same region.
193 if (LastRegion == region)
196 LastRegion = region;
197 LastIsParsed = ParsedRegions.count(region);
199 NewParsedRegions.push_back(region);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_vtbl.c668 * region's location in the miptree. If it doesn't match with
766 colorRegions[i] = (irb && irb->mt) ? irb->mt->region : NULL;
784 colorRegions[0] = (irb && irb->mt->region) ? irb->mt->region : NULL;
798 depthRegion = irbDepth->mt->region;
824 depthRegion = irbStencil->mt->region;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h75 /// treated as SymbolData - the iterator will NOT visit the parent region.
103 /// (region).
198 /// A symbol representing the value of a MemRegion whose parent region has
232 /// SymbolExtent - Represents the extent (size in bytes) of a bounded region.
233 /// Clients should not ask the SymbolManager for a region's extent. Always use
263 /// SymbolMetadata - Represents path-dependent metadata about a specific region.
515 /// \brief Creates a metadata symbol associated with a specific region.
595 bool isLiveRegion(const MemRegion *region);
609 /// this will keep the symbol alive as long as its associated region is also
641 void markLive(const MemRegion *region);
659 VisitMemRegion(const MemRegion *region) argument
[all...]
/external/skia/tests/
H A DClipStackTest.cpp864 SkRegion* region) {
878 region->op(elemRegion, element.getOp());
993 SkRegion region; local
996 region.setRect(inflatedIBounds);
1000 add_elem_to_region(*element, inflatedIBounds, &region);
1010 REPORTER_ASSERT_MESSAGE(reporter, region == reducedRegion, testCase.c_str());
862 add_elem_to_region(const SkClipStack::Element& element, const SkIRect& bounds, SkRegion* region) argument
/external/ceres-solver/scripts/
H A Dceres-solver.spec42 - Trust region solvers with non-monotonic steps (Levenberg-Marquardt and Dogleg (Powell & Subspace))
/external/e2fsprogs/e2fsck/
H A De2fsck.h378 /* Used by the region allocation code */
491 /* region.c */
493 extern void region_free(region_t region);
494 extern int region_allocate(region_t region, region_addr_t start, int n);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java813 String region = TimeZone.getRegion(id);
814 if (region.equals("001")) {
821 String region = TimeZone.getRegion(id);
822 if (!region.equals("US")) {
1854 String region = TimeZone.getRegion(test[0]);
1855 if (!region.equals(test[1])) {
1858 + region + " [expected: IllegalArgumentException]");
1861 + region + " [expected: " + test[1] + "]");

Completed in 3252 milliseconds

<<1112131415