/third_party/icu/icu4c/source/test/intltest/ |
H A D | units_test.cpp | 916 StringPiece region = trimField(fields[2]); in unitPreferencesTestDataLineFn() local 943 quantity.length(), quantity.data(), usage.length(), usage.data(), region.length(), in unitPreferencesTestDataLineFn() 944 region.data(), inputAmount, inputMeasureUnit.getIdentifier(), in unitPreferencesTestDataLineFn() 953 localeID.append(region, status); in unitPreferencesTestDataLineFn() 957 inputMeasureUnit.getIdentifier(), region.length(), region.data(), in unitPreferencesTestDataLineFn() 966 msg.append(region, status); in unitPreferencesTestDataLineFn() 985 inputUnitIdentifier.data(), region.length(), region.data(), in unitPreferencesTestDataLineFn() 994 msg2.append(region, statu in unitPreferencesTestDataLineFn() [all...] |
/third_party/opencl-headers/CL/ |
H A D | cl_function_types.h | 425 const size_t* region, 441 const size_t* region, 458 const size_t* region, 471 const size_t* region, 486 const size_t* region, 515 const size_t* region, 714 const size_t* region, 733 const size_t* region, 752 const size_t* region, 875 const size_t* region, [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_cl_autogen.h | 202 const size_t *region, 213 const size_t *region, 225 const size_t *region, 233 const size_t *region, 243 const size_t *region, 262 const size_t *region, 361 const size_t *region, 375 const size_t *region, 389 const size_t *region, 457 const size_t *region, [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | scan_line_filter.cpp | 57 void ScanlineFilter::SetSrcRegion(const Rect ®ion) in SetSrcRegion() argument 59 srcRegion_ = region; in SetSrcRegion()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/ |
H A D | js_region.h | 23 #include "utils/region.h" 29 explicit JsRegion(std::shared_ptr<Region> region) : m_region(region) {}; in JsRegion() argument
|
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
H A D | test_common.cpp | 70 ResConfig *CreateResConfig(const char *language, const char *script, const char *region) in CreateResConfig() argument 76 resConfig->SetLocaleInfo(language, script, region); in CreateResConfig()
|
/third_party/icu/icu4c/source/common/ |
H A D | loclikelysubtags.h | 55 * FR is the default region for fr-Latn. 82 LSR makeMaximizedLsr(const char *language, const char *script, const char *region, 88 LSR maximize(const char *language, const char *script, const char *region) const; 102 // The trie maps each lang+script+region (encoded in ASCII) to an index into lsrs.
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_clear.h | 125 zink_fb_clears_apply_or_discard(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect region, bool discard_only); 128 zink_fb_clears_apply_region(struct zink_context *ctx, struct pipe_resource *pres, struct u_rect region);
|
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/ |
H A D | phonenumber_offline_geocoder.h | 84 // the region of the user. If the phone number is from the same region as the 86 // Otherwise, the phone number's region will be returned, with optionally some 89 // For example, for a user from the region "US" (United States), we would show 91 // from the description. For a user from the United Kingdom (region "GB"), for 99 // user_region is the region code for a given user. This region will be 100 // omitted from the description if the phone number comes from this region. It 101 // should be a two-letter uppercase CLDR region code. 128 const string& region) cons [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | loclikelysubtags.h | 55 * FR is the default region for fr-Latn. 82 LSR makeMaximizedLsr(const char *language, const char *script, const char *region, 88 LSR maximize(const char *language, const char *script, const char *region) const; 102 // The trie maps each lang+script+region (encoded in ASCII) to an index into lsrs.
|
/third_party/skia/gm/verifiers/ |
H A D | gmverifier.h | 125 const SkIRect& region, const SkBitmap& gold, const SkBitmap& actual) = 0; 128 virtual VerifierResult verify(const SkIRect& region, const SkBitmap& actual) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | radio_modifier.cpp | 205 std::vector<DimensionRect> region;
in SetRadioResponseRegion() local 217 region.emplace_back(dimenRect);
in SetRadioResponseRegion() 219 RadioModelNG::SetResponseRegion(frameNode, region);
in SetRadioResponseRegion() 226 std::vector<DimensionRect> region;
in ResetRadioResponseRegion() local 233 region.emplace_back(dimenRect);
in ResetRadioResponseRegion() 234 RadioModelNG::SetResponseRegion(frameNode, region);
in ResetRadioResponseRegion()
|
H A D | node_toggle_modifier.cpp | 138 std::vector<DimensionRect> region; in SetToggleResponseRegion() local 147 region.emplace_back(dimenRect); in SetToggleResponseRegion() 149 ToggleModelNG::SetResponseRegion(frameNode, region); in SetToggleResponseRegion() 156 std::vector<DimensionRect> region; in ResetToggleResponseRegion() local 163 region.emplace_back(dimenRect); in ResetToggleResponseRegion() 164 ToggleModelNG::SetResponseRegion(frameNode, region); in ResetToggleResponseRegion()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_vsync_rate_reduce_manager.cpp | 291 inline Occlusion::Rect RSVsyncRateReduceManager::GetMaxVerticalRect(const Occlusion::Region ®ion) in GetMaxVerticalRect() argument 294 auto& regionRects = region.GetRegionRects(); in GetMaxVerticalRect() 303 Occlusion::Rect RSVsyncRateReduceManager::CalcMaxVisibleRect(const Occlusion::Region ®ion, in CalcMaxVisibleRect() argument 308 Occlusion::Region srcRegion = region; in CalcMaxVisibleRect() 309 Occlusion::Rect srcBound = region.GetBound(); in CalcMaxVisibleRect() 312 const std::vector<Occlusion::Rect>& rects = region.GetRegionRects(); in CalcMaxVisibleRect()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_pixel_map_napi_kits.cpp | 333 Rect region; in PixelMapNapiCrop() local 334 region.left = args->inNum0; in PixelMapNapiCrop() 335 region.top = args->inNum1; in PixelMapNapiCrop() 336 region.width = args->inNum2; in PixelMapNapiCrop() 337 region.height = args->inNum3; in PixelMapNapiCrop() 338 pixelmap->crop(region); in PixelMapNapiCrop()
|
/foundation/multimedia/player_framework/services/services/screen_capture/server/ |
H A D | audio_capturer_wrapper.cpp | 68 std::string region = Global::I18n::LocaleConfig::GetSystemRegion(); in Start() local 69 if (region == "CN") { in Start() 211 std::string region = Global::I18n::LocaleConfig::GetSystemRegion(); in SetInnerStreamUsage() local 213 .compare(bundleName_) == 0 && region == "CN") { in SetInnerStreamUsage() 238 std::string region = Global::I18n::LocaleConfig::GetSystemRegion(); in CreateAudioCapturer() local 240 .compare(bundleName_) == 0 && region == "CN") { in CreateAudioCapturer()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | nsdump.c | 315 acpi_ut_get_region_name(obj_desc->region. in acpi_ns_dump_one_object() 317 if (obj_desc->region.flags & AOPOBJ_DATA_VALID) { in acpi_ns_dump_one_object() 320 region. in acpi_ns_dump_one_object() 322 obj_desc->region.length); in acpi_ns_dump_one_object() 353 region_obj->region. in acpi_ns_dump_one_object() 362 region_obj->region. in acpi_ns_dump_one_object()
|
/kernel/linux/linux-5.10/drivers/pnp/ |
H A D | quirks.c | 34 dev_err(&dev->dev, "couldn't add ioport region to option set " in quirk_awe32_add_ports() 44 dev_info(&dev->dev, "added ioport region %#llx-%#llx to set %d\n", in quirk_awe32_add_ports() 268 * If the PNP region doesn't overlap the PCI in quirk_system_pci_resources() 269 * region at all, there's no problem. in quirk_system_pci_resources() 275 * If the PNP region completely encloses (or is in quirk_system_pci_resources() 276 * at least as large as) the PCI region, that's in quirk_system_pci_resources() 286 * Otherwise, the PNP region overlaps *part* of in quirk_system_pci_resources() 287 * the PCI region, and that might prevent a PCI in quirk_system_pci_resources() 366 struct pci_bus_region region; in quirk_intel_mch() local 389 region in quirk_intel_mch() [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | nsdump.c | 315 acpi_ut_get_region_name(obj_desc->region. in acpi_ns_dump_one_object() 317 if (obj_desc->region.flags & AOPOBJ_DATA_VALID) { in acpi_ns_dump_one_object() 320 region. in acpi_ns_dump_one_object() 322 obj_desc->region.length); in acpi_ns_dump_one_object() 353 region_obj->region. in acpi_ns_dump_one_object() 362 region_obj->region. in acpi_ns_dump_one_object()
|
/kernel/linux/linux-6.6/drivers/pnp/ |
H A D | quirks.c | 34 dev_err(&dev->dev, "couldn't add ioport region to option set " in quirk_awe32_add_ports() 44 dev_info(&dev->dev, "added ioport region %#llx-%#llx to set %d\n", in quirk_awe32_add_ports() 261 * If the PNP region doesn't overlap the PCI in quirk_system_pci_resources() 262 * region at all, there's no problem. in quirk_system_pci_resources() 268 * If the PNP region completely encloses (or is in quirk_system_pci_resources() 269 * at least as large as) the PCI region, that's in quirk_system_pci_resources() 278 * Otherwise, the PNP region overlaps *part* of in quirk_system_pci_resources() 279 * the PCI region, and that might prevent a PCI in quirk_system_pci_resources() 357 struct pci_bus_region region; in quirk_intel_mch() local 380 region in quirk_intel_mch() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 80 /* Setup of a region of guest memory for the vmxon region. */ in vcpu_alloc_vmx() 85 /* Setup of a region of guest memory for a vmcs. */ in vcpu_alloc_vmx() 90 /* Setup of a region of guest memory for the MSR bitmap. */ in vcpu_alloc_vmx() 96 /* Setup of a region of guest memory for the shadow VMCS. */ in vcpu_alloc_vmx() 101 /* Setup of a region of guest memory for the VMREAD and VMWRITE bitmaps. */ in vcpu_alloc_vmx() 503 struct userspace_mem_region *region = in nested_map_memslot() local 506 i = (region->region.guest_phys_addr >> vm->page_shift) - 1; in nested_map_memslot() 507 last = i + (region in nested_map_memslot() [all...] |
/third_party/mesa3d/src/hgl/ |
H A D | GLView.cpp | 420 BRegion region; in _CallDirectConnected() local 422 region.Include(localInfo->clip_list[c]); in _CallDirectConnected() 427 region.IntersectWith(&boundsRegion); in _CallDirectConnected() 429 info->clip_list_count = region.CountRects(); in _CallDirectConnected() 430 info->clip_bounds = region.FrameInt(); in _CallDirectConnected() 433 info->clip_list[c] = region.RectAtInt(c); in _CallDirectConnected()
|
/third_party/node/deps/v8/src/utils/ |
H A D | allocation.cc | 290 // inside the allocated region. in Release() 304 // inside the allocated region. in Free() 306 base::AddressRegion region = region_; in Free() local 310 FreePages(page_allocator, reinterpret_cast<void*>(region.begin()), in Free() 311 RoundUp(region.size(), page_allocator->AllocatePageSize())); in Free() 319 base::AddressRegion region = region_; in FreeReadOnly() local 323 FreePages(page_allocator, reinterpret_cast<void*>(region.begin()), in FreeReadOnly() 324 RoundUp(region.size(), page_allocator->AllocatePageSize())); in FreeReadOnly() 397 // Reserve a region of twice the size so that there is an aligned address in InitReservation() 404 // Find properly aligned sub-region insid in InitReservation() [all...] |
/third_party/backends/backend/ |
H A D | canon630u-common.c | 984 Theoretically, the region-finder should work for any number of distinct 993 int width, height, nlines = 0, region = -1, i, transition = 1, badcnt; in compute_ogn() local 1016 /* column averages per region */ in compute_ogn() 1044 /* End of region. Lines are different or end of data. */ in compute_ogn() 1048 region, nlines - reglines[region], nlines - 1); in compute_ogn() 1052 /* Lines are similar, so still in region. */ in compute_ogn() 1056 new region. */ in compute_ogn() 1057 region++; in compute_ogn() 1058 if (region > in compute_ogn() [all...] |
/third_party/node/deps/v8/tools/ |
H A D | grokdump.py | 2956 region = self.reader.FindRegion(address) 2958 self.output_words(f, region[0], region[0] + region[1], address, "Dump", 2961 self.output_words(f, region[0], region[0] + region[1], address, 2964 self.output_ascii(f, region[0], region[0] + region[ [all...] |