/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | IssuesTest.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/AddressBook/ |
H A D | Program.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
H A D | TypeExtensions.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | Extension.cs | 0 #region Copyright notice and license
|
H A D | InvalidProtocolBufferException.cs | 0 #region Copyright notice and license
|
H A D | IExtendableMessage.cs | 0 #region Copyright notice and license
|
H A D | WritingPrimitivesMessages.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | DescriptorDeclaration.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
H A D | StreamExtensionsTest.cs | 0 #region Copyright notice and license
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | EqualityTester.cs | 0 #region Copyright notice and license
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_pattern.cpp | 157 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 D | sendable_image_source_napi.cpp | 312 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 D | vmwgfx_fb.c | 375 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 D | LocaleDisplayNamesImpl.java | 439 // (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 D | LocaleDisplayNamesImpl.java | 493 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 D | wasm-code-manager.h | 19 #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 D | SkPicturePlayback.cpp | 136 SkRegion region; in handleOp() local 137 reader->readRegion(®ion); in handleOp() 146 canvas->clipRegion(region, clipOp); in handleOp() 568 SkRegion region; in handleOp() local 569 reader->readRegion(®ion); in handleOp() 572 canvas->drawRegion(region, paint); in handleOp()
|
/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | localization.h | 79 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 D | pixel_astc.cpp | 182 const Rect ®ion, uint8_t *dst)
in ReadPixels() 219 const uint32_t &stride, const Rect ®ion)
in WritePixels() 181 ReadPixels(const uint64_t &bufferSize, const uint32_t &offset, const uint32_t &stride, const Rect ®ion, 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 ®ion) WritePixels() argument
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | module.c | 17 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 D | gn.vim | 58 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 D | TimeZoneNames.java | 238 * 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 D | LocaleData.java | 303 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 D | LocaleData.java | 297 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 D | TimeZoneNames.java | 214 * 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...] |