/external/libchrome/base/memory/ |
D | platform_shared_memory_region_unittest.cc | 26 // Tests that a default constructed region is invalid and produces invalid 29 PlatformSharedMemoryRegion region; in TEST_F() local 30 EXPECT_FALSE(region.IsValid()); in TEST_F() 31 WritableSharedMemoryMapping mapping = MapForTesting(®ion); in TEST_F() 33 PlatformSharedMemoryRegion duplicate = region.Duplicate(); in TEST_F() 35 EXPECT_FALSE(region.ConvertToReadOnly()); in TEST_F() 38 // Tests that creating a region of 0 size returns an invalid region. 40 PlatformSharedMemoryRegion region = in TEST_F() local 42 EXPECT_FALSE(region.IsValid()); in TEST_F() 49 // Tests that creating a region of size bigger than the integer max value [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Region.java | 25 * <code>Region</code> is the class representing a Unicode Region Code, also known as a 26 * Unicode Region Subtag, which is defined based upon the BCP 47 standard. We often think of 27 …* "regions" as "countries" when defining the characteristics of a locale. Region codes There are … 28 * types of region codes that are important to distinguish. 30 …* Macroregion - A code for a "macro geographical (continental) region, geographical sub-region, o… 35 * Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ), 39 …* TERRITORY - A Region that is not a Macroregion. These are typically codes for countries, but al… 45 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown, 46 * or that the value supplied as a region was invalid. 48 * DEPRECATED - Region codes that have been defined in the past but are no longer in modern usage, [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | Region.java | 26 * <code>Region</code> is the class representing a Unicode Region Code, also known as a 27 * Unicode Region Subtag, which is defined based upon the BCP 47 standard. We often think of 28 …* "regions" as "countries" when defining the characteristics of a locale. Region codes There are … 29 * types of region codes that are important to distinguish. 31 …* Macroregion - A code for a "macro geographical (continental) region, geographical sub-region, o… 36 * Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ), 40 …* TERRITORY - A Region that is not a Macroregion. These are typically codes for countries, but al… 46 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown, 47 * or that the value supplied as a region was invalid. 49 * DEPRECATED - Region codes that have been defined in the past but are no longer in modern usage, [all …]
|
/external/llvm-project/clang/test/OpenMP/ |
D | nesting_of_regions.cpp | 34 …rror {{'omp section' directive must be closely nested to a sections region, not a parallel region}} in foo() 87 …region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp scan'… in foo() 102 … {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp or… in foo() 138 …ed-error {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose… in foo() 149 …-error {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose '… in foo() 159 … {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp di… in foo() 165 …region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp distr… in foo() 171 …rror {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'om… in foo() 183 …ror {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp… in foo() 189 … {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp te… in foo() [all …]
|
D | remarks_parallel_in_multiple_target_state_machines.c | 9 …// all-remark@#0 {{Found a parallel region that is called in a target region but not part of a com… in bar1() 10 …// safe-remark@#0 {{Parallel region is not known to be called from a unique single target region, … in bar1() 11 …region is not known to be called from a unique single target region, maybe the surrounding functio… in bar1() 12 …region that is only reached from a single target region to avoid spurious call edges and excessive… in bar1() 18 …// all-remark@#1 {{Found a parallel region that is called in a target region but not part of a com… in bar2() 19 …// safe-remark@#1 {{Parallel region is not known to be called from a unique single target region, … in bar2() 20 …region is not known to be called from a unique single target region, maybe the surrounding functio… in bar2() 21 …region that is only reached from a single target region to avoid spurious call edges and excessive… in bar2() 28 …// all-remark@#2 {{Target region containing the parallel region that is specialized. (parallel reg… in foo1() 29 …// all-remark@#2 {{Target region containing the parallel region that is specialized. (parallel reg… in foo1() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | region.h | 15 * \brief C++ API: Region classes (territory containment) 33 * <code>Region</code> is the class representing a Unicode Region Code, also known as a 34 * Unicode Region Subtag, which is defined based upon the BCP 47 standard. We often think of 35 …* "regions" as "countries" when defining the characteristics of a locale. Region codes There are … 36 * types of region codes that are important to distinguish. 38 …* Macroregion - A code for a "macro geographical (continental) region, geographical sub-region, o… 43 * Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ), 47 …* TERRITORY - A Region that is not a Macroregion. These are typically codes for countries, but al… 53 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown, 54 * or that the value supplied as a region was invalid. [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | region.h | 15 * \brief C++ API: Region classes (territory containment) 33 * <code>Region</code> is the class representing a Unicode Region Code, also known as a 34 * Unicode Region Subtag, which is defined based upon the BCP 47 standard. We often think of 35 …* "regions" as "countries" when defining the characteristics of a locale. Region codes There are … 36 * types of region codes that are important to distinguish. 38 …* Macroregion - A code for a "macro geographical (continental) region, geographical sub-region, o… 43 * Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ), 47 …* TERRITORY - A Region that is not a Macroregion. These are typically codes for countries, but al… 53 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown, 54 * or that the value supplied as a region was invalid. [all …]
|
/external/clang/test/OpenMP/ |
D | nesting_of_regions.cpp | 27 …rror {{'omp section' directive must be closely nested to a sections region, not a parallel region}} in foo() 85 … {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp or… in foo() 121 …ed-error {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose… in foo() 132 …-error {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose '… in foo() 142 … {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp di… in foo() 148 …region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'omp distr… in foo() 154 …rror {{region cannot be closely nested inside 'parallel' region; perhaps you forget to enclose 'om… in foo() 162 #pragma omp for // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo() 174 #pragma omp for simd // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo() 180 #pragma omp parallel // expected-error {{OpenMP constructs may not be nested inside a simd region}} in foo() [all …]
|
/external/llvm-project/mlir/lib/IR/ |
D | Region.cpp | 1 //===- Region.cpp - MLIR Region Class -------------------------------------===// 9 #include "mlir/IR/Region.h" 14 Region::Region(Operation *container) : container(container) {} in Region() function in Region 16 Region::~Region() { in ~Region() 22 /// Return the context this region is inserted in. The region must have a valid 24 MLIRContext *Region::getContext() { in getContext() 25 assert(container && "region is not attached to a container"); in getContext() 29 /// Return a location for this region. This is the location attached to the 30 /// parent container. The region must have a valid parent container. 31 Location Region::getLoc() { in getLoc() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | RegionInfo.h | 1 //===- RegionInfo.h - SESE region analysis ----------------------*- C++ -*-===// 70 class Region; variable 82 typedef Region RegionT; 98 /// @brief Marker class to iterate over the elements of a Region in flat mode. 109 /// Region. 122 /// This is the entry basic block that starts this region node. If this is a 129 /// The node can hold either a Region or a BasicBlock. 134 /// @brief The parent Region of this RegionNode. 152 /// @brief Get the parent Region of this RegionNode. 154 /// The parent Region is the Region this RegionNode belongs to. If for [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | RegionInfo.h | 1 //===- RegionInfo.h - SESE region analysis ----------------------*- C++ -*-===// 66 class Region; variable 89 using RegionT = Region; 105 /// Marker class to iterate over the elements of a Region in flat mode. 116 /// Region. 126 /// This is the entry basic block that starts this region node. If this is a 133 /// The node can hold either a Region or a BasicBlock. 138 /// The parent Region of this RegionNode. 159 /// Get the parent Region of this RegionNode. 161 /// The parent Region is the Region this RegionNode belongs to. If for [all …]
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | RegionInfo.h | 1 //===- RegionInfo.h - SESE region analysis ----------------------*- C++ -*-===// 65 class Region; variable 88 using RegionT = Region; 104 /// Marker class to iterate over the elements of a Region in flat mode. 115 /// Region. 125 /// This is the entry basic block that starts this region node. If this is a 132 /// The node can hold either a Region or a BasicBlock. 137 /// The parent Region of this RegionNode. 158 /// Get the parent Region of this RegionNode. 160 /// The parent Region is the Region this RegionNode belongs to. If for [all …]
|
/external/skqp/docs/ |
D | SkRegion_Reference.bmh | 1 #Topic Region 5 Region is a compressed one bit mask. Region describes an aliased clipping area 6 on integer boundaries. Region can also describe an array of integer rectangles. 8 Canvas uses Region to reduce the current clip. Region may be drawn to Canvas; 9 Paint determines if Region is filled or stroked, its Color, and so on. 11 Region may be constructed from IRect array or Path. Diagonal lines and curves 42 Iterator(const SkRegion& region); 44 void reset(const SkRegion& region); 53 up Region. 58 #Line # constructs Region iterator ## [all …]
|
/external/icu/icu4c/source/i18n/ |
D | region.cpp | 10 * File REGION.CPP 20 * \brief C++ API: Region classes (territory containment) 23 #include "unicode/region.h" 44 delete (icu::Region *)obj; in deleteRegion() 52 icu::Region::cleanupRegionData(); in region_cleanup() 77 * Initializes the region data from the ICU resource bundles. The region data in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 81 * If the region data has already loaded, then this method simply returns without doing in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 84 void U_CALLCONV Region::loadRegionData(UErrorCode &status) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 103 …LocalUResourceBundlePointer regionList(ures_getByKey(idValidity.getAlias(),"region",NULL,&status)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 183 LocalPointer<Region> r(new Region(), status); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() [all …]
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_blit.c | 44 VkImageResolve region = {}; in blit_resolve() local 46 region.srcSubresource.aspectMask = src->aspect; in blit_resolve() 47 region.srcSubresource.mipLevel = info->src.level; in blit_resolve() 48 region.srcOffset.x = info->src.box.x; in blit_resolve() 49 region.srcOffset.y = info->src.box.y; in blit_resolve() 52 region.srcOffset.z = 0; in blit_resolve() 53 region.srcSubresource.baseArrayLayer = info->src.box.z; in blit_resolve() 54 region.srcSubresource.layerCount = info->src.box.depth; in blit_resolve() 57 region.srcOffset.z = info->src.box.z; in blit_resolve() 58 region.srcSubresource.baseArrayLayer = 0; in blit_resolve() [all …]
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Regions.def | 13 // REGION(Id, Parent) - for specific MemRegion sub-classes, reserving 16 // ABSTRACT_REGION(Id, Parent) - for abstract region classes, 19 // allowing to determine abstract class of a region 24 #ifndef REGION 25 #define REGION(Id, Parent) 37 REGION(CodeSpaceRegion, MemSpaceRegion) 40 REGION(GlobalImmutableSpaceRegion, NonStaticGlobalSpaceRegion) 41 REGION(GlobalInternalSpaceRegion, NonStaticGlobalSpaceRegion) 42 REGION(GlobalSystemSpaceRegion, NonStaticGlobalSpaceRegion) 45 REGION(StaticGlobalSpaceRegion, MemSpaceRegion) [all …]
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | primary64.h | 29 // Region actually starts at a random offset from its base. 36 // The 1st Region (for size class 0) holds the TransferBatches. This is a 78 RegionInfo *Region = getRegionInfo(I); in initLinkerInitialized() local 79 // The actual start of a region is offseted by a random number of pages. in initLinkerInitialized() 80 Region->RegionBeg = in initLinkerInitialized() 82 Region->RandState = getRandomU32(&Seed); in initLinkerInitialized() 90 Region->CanRelease = (I != SizeClassMap::BatchClassId) && in initLinkerInitialized() 92 if (Region->CanRelease) in initLinkerInitialized() 93 Region->ReleaseInfo.LastReleaseAtNs = Time; in initLinkerInitialized() 111 RegionInfo *Region = getRegionInfo(ClassId); in popBatch() local [all …]
|
/external/scudo/standalone/ |
D | primary64.h | 29 // Region actually starts at a random offset from its base. 36 // The 1st Region (for size class 0) holds the TransferBatches. This is a 71 RegionInfo *Region = getRegionInfo(I); in initLinkerInitialized() local 72 // The actual start of a region is offseted by a random number of pages. in initLinkerInitialized() 73 Region->RegionBeg = in initLinkerInitialized() 75 Region->RandState = getRandomU32(&Seed); in initLinkerInitialized() 76 Region->ReleaseInfo.LastReleaseAtNs = Time; in initLinkerInitialized() 91 RegionInfo *Region = getRegionInfo(ClassId); in popBatch() local 92 ScopedLock L(Region->Mutex); in popBatch() 93 TransferBatch *B = Region->FreeList.front(); in popBatch() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Regions.def | 14 // REGION(Id, Parent) - for specific MemRegion sub-classes, reserving 17 // ABSTRACT_REGION(Id, Parent) - for abstract region classes, 20 // allowing to determine abstract class of a region 25 #ifndef REGION 26 #define REGION(Id, Parent) 38 REGION(CodeSpaceRegion, MemSpaceRegion) 41 REGION(GlobalImmutableSpaceRegion, NonStaticGlobalSpaceRegion) 42 REGION(GlobalInternalSpaceRegion, NonStaticGlobalSpaceRegion) 43 REGION(GlobalSystemSpaceRegion, NonStaticGlobalSpaceRegion) 46 REGION(StaticGlobalSpaceRegion, MemSpaceRegion) [all …]
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/ |
D | kvm_util.c | 130 * When phy_pages is non-zero, a memory region of phy_pages physical pages 257 struct userspace_mem_region *region; in kvm_vm_restart() local 263 for (region = vmp->userspace_mem_region_head; region; in kvm_vm_restart() 264 region = region->next) { in kvm_vm_restart() 265 int ret = ioctl(vmp->fd, KVM_SET_USER_MEMORY_REGION, ®ion->region); in kvm_vm_restart() 270 ret, errno, region->region.slot, in kvm_vm_restart() 271 region->region.flags, in kvm_vm_restart() 272 region->region.guest_phys_addr, in kvm_vm_restart() 273 region->region.memory_size); in kvm_vm_restart() 301 * Userspace Memory Region Find [all …]
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | idList.txt | 592 # region codes: ISO 3166 and UN codes 595 region; AA; PRIVATE USE; 2004-08-01; ; 596 region; AD; Andorra; 2004-07-06; ; 597 region; AE; United Arab Emirates; 2004-07-06; ; 598 region; AF; Afghanistan; 2004-07-06; ; 599 region; AG; Antigua and Barbuda; 2004-07-06; ; 600 region; AI; Anguilla; 2004-07-06; ; 601 region; AL; Albania; 2004-07-06; ; 602 region; AM; Armenia; 2004-07-06; ; 603 region; AN; Netherlands Antilles; 2004-07-06; ; [all …]
|
/external/e2fsprogs/e2fsck/ |
D | region.c | 2 * region.c --- code which manages allocations within a region. 38 region_t region; in region_create() local 40 region = malloc(sizeof(struct region_struct)); in region_create() 41 if (!region) in region_create() 43 memset(region, 0, sizeof(struct region_struct)); in region_create() 44 region->min = min; in region_create() 45 region->max = max; in region_create() 46 region->last = NULL; in region_create() 47 return region; in region_create() 50 void region_free(region_t region) in region_free() argument [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_regions.c | 113 struct intel_region *region; in intel_region_alloc_internal() local 115 region = calloc(sizeof(*region), 1); in intel_region_alloc_internal() 116 if (region == NULL) in intel_region_alloc_internal() 117 return region; in intel_region_alloc_internal() 119 region->cpp = cpp; in intel_region_alloc_internal() 120 region->width = width; in intel_region_alloc_internal() 121 region->height = height; in intel_region_alloc_internal() 122 region->pitch = pitch; in intel_region_alloc_internal() 123 region->refcount = 1; in intel_region_alloc_internal() 124 region->bo = buffer; in intel_region_alloc_internal() [all …]
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Region.h | 1 //===- Region.h - MLIR Region Class -----------------------------*- C++ -*-===// 9 // This file defines the Region class. 26 class Region { 28 Region() = default; 29 explicit Region(Operation *container); 30 ~Region(); 32 /// Return the context this region is inserted in. The region must have a 36 /// Return a location for this region. This is the location attached to the 37 /// parent container. The region must have a valid parent container. 47 // Iteration over the blocks in the region. [all …]
|
/external/webrtc/modules/desktop_capture/ |
D | screen_capturer_helper_unittest.cc | 23 DesktopRegion region(DesktopRect::MakeXYWH(1, 2, 3, 4)); in TEST_F() local 24 capturer_helper_.InvalidateRegion(region); in TEST_F() 26 capturer_helper_.TakeInvalidRegion(®ion); in TEST_F() 27 EXPECT_TRUE(region.is_empty()); in TEST_F() 31 DesktopRegion region; in TEST_F() local 32 capturer_helper_.TakeInvalidRegion(®ion); in TEST_F() 33 EXPECT_TRUE(region.is_empty()); in TEST_F() 35 region.SetRect(DesktopRect::MakeXYWH(1, 2, 3, 4)); in TEST_F() 36 capturer_helper_.InvalidateRegion(region); in TEST_F() 37 capturer_helper_.TakeInvalidRegion(®ion); in TEST_F() [all …]
|