Home
last modified time | relevance | path

Searched refs:region (Results 876 - 900 of 1877) sorted by relevance

1...<<31323334353637383940>>...76

/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
H A DIssuesTest.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/AddressBook/
H A DProgram.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
H A DTypeExtensions.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DExtension.cs0 #region Copyright notice and license
H A DInvalidProtocolBufferException.cs0 #region Copyright notice and license
H A DIExtendableMessage.cs0 #region Copyright notice and license
H A DWritingPrimitivesMessages.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorDeclaration.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
H A DStreamExtensionsTest.cs0 #region Copyright notice and license
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DEqualityTester.cs0 #region Copyright notice and license
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_pattern.cpp157 DimensionRect region; in AddMenuResponseRegion() local
158 region.SetSize({ Dimension(rect.GetSize().Width()), Dimension(rect.GetSize().Height()) }); in AddMenuResponseRegion()
159 region.SetOffset(DimensionOffset(Offset(rect.GetOffset().GetX(), rect.GetOffset().GetY()))); in AddMenuResponseRegion()
161 responseRegion.emplace_back(region); in AddMenuResponseRegion()
363 RectF& region, SelectHandleInfo& handleInfo, const OffsetF& offset, bool isFirst) in UpdateOffsetOnMove()
367 region += offset; in UpdateOffsetOnMove()
362 UpdateOffsetOnMove( RectF& region, SelectHandleInfo& handleInfo, const OffsetF& offset, bool isFirst) UpdateOffsetOnMove() argument
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp312 static bool ParseRegion(napi_env env, napi_value root, Rect* region) in ParseRegion() argument
316 if (region == nullptr) { in ParseRegion()
317 IMAGE_LOGE("region is nullptr"); in ParseRegion()
321 if (!GET_INT32_BY_NAME(root, "x", region->left)) { in ParseRegion()
325 if (!GET_INT32_BY_NAME(root, "y", region->top)) { in ParseRegion()
333 if (!GET_INT32_BY_NAME(tmpValue, "height", region->height)) { in ParseRegion()
337 if (!GET_INT32_BY_NAME(tmpValue, "width", region->width)) { in ParseRegion()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c375 static void vmw_fb_copyarea(struct fb_info *info, const struct fb_copyarea *region) in vmw_fb_copyarea() argument
377 cfb_copyarea(info, region); in vmw_fb_copyarea()
378 vmw_fb_dirty_mark(info->par, region->dx, region->dy, in vmw_fb_copyarea()
379 region->width, region->height); in vmw_fb_copyarea()
840 * dirty region was empty. in vmw_fb_on()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleDisplayNamesImpl.java439 // (only for language codes without script or region) in localeIdName()
518 private String regionDisplayName(String region, boolean skipAdjust) { in regionDisplayName() argument
520 String regionName = regionData.get("Countries%short", region); in regionDisplayName()
521 if (regionName != null && !regionName.equals(region)) { in regionDisplayName()
525 String regionName = regionData.get("Countries", region); in regionDisplayName()
530 public String regionDisplayName(String region) { in regionDisplayName() argument
531 return regionDisplayName(region, false); in regionDisplayName()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleDisplayNamesImpl.java493 private String regionDisplayName(String region, boolean skipAdjust) { in regionDisplayName() argument
495 String regionName = regionData.get("Countries%short", region); in regionDisplayName()
496 if (regionName != null && !regionName.equals(region)) { in regionDisplayName()
500 String regionName = regionData.get("Countries", region); in regionDisplayName()
505 public String regionDisplayName(String region) { in regionDisplayName() argument
506 return regionDisplayName(region, false); in regionDisplayName()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-code-manager.h19 #include "src/base/address-region.h"
129 // Sorted, disjoint and non-overlapping memory regions. A region is of the
135 explicit DisjointAllocationPool(base::AddressRegion region) in DisjointAllocationPool() argument
136 : regions_({region}) {} in DisjointAllocationPool()
138 // Merge the parameter region into this object. The assumption is that the
140 // obtained from a previous Allocate. Returns the merged region.
143 // Allocate a contiguous region of size {size}. Return an empty pool on
147 // Allocate a contiguous region of size {size} within {region}. Return an
544 // Allocate code space within a specific region
734 MakeWritable(base::AddressRegion region) MakeWritable() argument
860 base::AddressRegion region; global() member
[all...]
/third_party/skia/src/core/
H A DSkPicturePlayback.cpp136 SkRegion region; in handleOp() local
137 reader->readRegion(&region); in handleOp()
146 canvas->clipRegion(region, clipOp); in handleOp()
568 SkRegion region; in handleOp() local
569 reader->readRegion(&region); in handleOp()
572 canvas->drawRegion(region, paint); in handleOp()
/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.h79 static std::string ComputeScript(const std::string& language, const std::string& region);
82 std::string& region, bool needAddSubtags);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_astc.cpp182 const Rect &region, uint8_t *dst) in ReadPixels()
219 const uint32_t &stride, const Rect &region) in WritePixels()
181 ReadPixels(const uint64_t &bufferSize, const uint32_t &offset, const uint32_t &stride, const Rect &region, uint8_t *dst) ReadPixels() argument
218 WritePixels(const uint8_t *source, const uint64_t &bufferSize, const uint32_t &offset, const uint32_t &stride, const Rect &region) WritePixels() argument
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dmodule.c17 void module_free(struct module *module, void *region) in module_free() argument
19 vfree(region); in module_free()
/third_party/gn/misc/vim/syntax/
H A Dgn.vim58 syn region gnString start=+L\="+ skip=+\\\\\|\\"+ end=+"+ contains=@Spell,gnTargetName
66 syn region gnComment start="#" end="$" contains=@gnCommentGroup,@Spell
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java238 * Returns the reference zone ID for the given meta zone ID for the region.
240 * Note: Each meta zone must have a reference zone associated with a special region "001" (world).
241 * Some meta zones may have region specific reference zone IDs other than the special region
242 * "001". When a meta zone does not have any region specific reference zone IDs, this method
243 * return the reference zone ID for the special region "001" (world).
247 * @param region
248 * The region.
250 * region. If the meta zone is unknown or the implementation does not support meta zones, null is returned.
253 public abstract String getReferenceZoneID(String mzID, String region); in getReferenceZoneID() argument
566 getReferenceZoneID(String mzID, String region) getReferenceZoneID() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleData.java303 String region = ULocale.getRegionForSupplementalData(locale, true); in measurementTypeBundleForLocale()
312 measDataBundle = measurementData.get(region); in measurementTypeBundleForLocale()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocaleData.java297 String region = ULocale.getRegionForSupplementalData(locale, true); in measurementTypeBundleForLocale()
306 measDataBundle = measurementData.get(region); in measurementTypeBundleForLocale()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneNames.java214 * Returns the reference zone ID for the given meta zone ID for the region.
216 * Note: Each meta zone must have a reference zone associated with a special region "001" (world).
217 * Some meta zones may have region specific reference zone IDs other than the special region
218 * "001". When a meta zone does not have any region specific reference zone IDs, this method
219 * return the reference zone ID for the special region "001" (world).
223 * @param region
224 * The region.
226 * region. If the meta zone is unknown or the implementation does not support meta zones, null is returned.
228 public abstract String getReferenceZoneID(String mzID, String region); in getReferenceZoneID() argument
544 getReferenceZoneID(String mzID, String region) getReferenceZoneID() argument
[all...]

Completed in 21 milliseconds

1...<<31323334353637383940>>...76