Home
last modified time | relevance | path

Searched defs:region (Results 226 - 250 of 380) sorted by relevance

12345678910>>...16

/third_party/node/deps/icu-small/source/common/
H A Dlocalematcher.cpp102 const char *region = bestDesired->getCountry(); in makeResolvedLocale() local
H A Dlocdspnm.cpp810 LocaleDisplayNamesImpl::regionDisplayName(const char* region, in regionDisplayName() argument
828 regionDisplayName(const char* region, UnicodeString& result) const regionDisplayName() argument
1063 uldn_regionDisplayName(const ULocaleDisplayNames *ldn, const char *region, char16_t *result, int32_t maxResultSize, UErrorCode *pErrorCode) uldn_regionDisplayName() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtzfmt.cpp327 const char* region = fLocale.getCountry(); in TimeZoneFormat() local
H A Dzonemeta.cpp450 const char16_t *region = TimeZone::getRegion(tzid); in getCanonicalCountry() local
731 getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString &region, UnicodeString &result) getZoneIdByMetazone() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonenumbermatcher.cc150 string region; in AllNumberGroupsRemainGrouped() local
/third_party/node/deps/v8/src/objects/
H A Dbacking-store.cc241 auto region = in ~BackingStore() local
256 auto region = in ~BackingStore() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp384 const VkBufferImageCopy region = in copyLayeredImageToBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp473 VkBufferImageCopy region; in iterateAspect() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImage2DViewOf3DTests.cpp127 const VkBufferImageCopy region = in copyImageLayerToBuffer() local
H A DvktPipelineImageUtil.cpp488 VkBufferImageCopy region = stencilCopyRegions[regionIdx]; in uploadTestTextureInternal() local
595 VkBufferImageCopy region = stencilCopyRegions[regionIdx]; in uploadTestTextureInternalSparse() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryLayeredRenderingTests.cpp384 const VkBufferImageCopy region = in copyLayeredImageToBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageSubresourceLayoutTests.cpp468 VkBufferImageCopy region; in iterateAspect() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLCommandQueue.cpp180 enqueueReadBufferRect(cl_mem buffer, cl_bool blockingRead, const size_t *bufferOrigin, const size_t *hostOrigin, const size_t *region, size_t bufferRowPitch, size_t bufferSlicePitch, size_t hostRowPitch, size_t hostSlicePitch, void *ptr, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event) enqueueReadBufferRect() argument
209 enqueueWriteBufferRect(cl_mem buffer, cl_bool blockingWrite, const size_t *bufferOrigin, const size_t *hostOrigin, const size_t *region, size_t bufferRowPitch, size_t bufferSlicePitch, size_t hostRowPitch, size_t hostSlicePitch, const void *ptr, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event) enqueueWriteBufferRect() argument
261 enqueueCopyBufferRect(cl_mem srcBuffer, cl_mem dstBuffer, const size_t *srcOrigin, const size_t *dstOrigin, const size_t *region, size_t srcRowPitch, size_t srcSlicePitch, size_t dstRowPitch, size_t dstSlicePitch, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event) enqueueCopyBufferRect() argument
335 enqueueReadImage(cl_mem image, cl_bool blockingRead, const size_t *origin, const size_t *region, size_t rowPitch, size_t slicePitch, void *ptr, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event) enqueueReadImage() argument
360 enqueueWriteImage(cl_mem image, cl_bool blockingWrite, const size_t *origin, const size_t *region, size_t inputRowPitch, size_t inputSlicePitch, const void *ptr, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event) enqueueWriteImage() argument
386 enqueueCopyImage(cl_mem srcImage, cl_mem dstImage, const size_t *srcOrigin, const size_t *dstOrigin, const size_t *region, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event) enqueueCopyImage() argument
409 enqueueFillImage(cl_mem image, const void *fillColor, const size_t *origin, const size_t *region, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event) enqueueFillImage() argument
430 enqueueCopyImageToBuffer(cl_mem srcImage, cl_mem dstBuffer, const size_t *srcOrigin, const size_t *region, size_t dstOffset, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event) enqueueCopyImageToBuffer() argument
453 enqueueCopyBufferToImage(cl_mem srcBuffer, cl_mem dstImage, size_t srcOffset, const size_t *dstOrigin, const size_t *region, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event) enqueueCopyBufferToImage() argument
476 enqueueMapImage(cl_mem image, cl_bool blockingMap, MapFlags mapFlags, const size_t *origin, const size_t *region, size_t *imageRowPitch, size_t *imageSlicePitch, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *event, cl_int &errorCode) enqueueMapImage() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.cpp120 enqueueReadBufferRect(const cl::Buffer &buffer, bool blocking, const size_t bufferOrigin[3], const size_t hostOrigin[3], const size_t region[3], size_t bufferRowPitch, size_t bufferSlicePitch, size_t hostRowPitch, size_t hostSlicePitch, void *ptr, const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc) enqueueReadBufferRect() argument
150 enqueueWriteBufferRect(const cl::Buffer &buffer, bool blocking, const size_t bufferOrigin[3], const size_t hostOrigin[3], const size_t region[3], size_t bufferRowPitch, size_t bufferSlicePitch, size_t hostRowPitch, size_t hostSlicePitch, const void *ptr, const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc) enqueueWriteBufferRect() argument
204 enqueueCopyBufferRect(const cl::Buffer &srcBuffer, const cl::Buffer &dstBuffer, const size_t srcOrigin[3], const size_t dstOrigin[3], const size_t region[3], size_t srcRowPitch, size_t srcSlicePitch, size_t dstRowPitch, size_t dstSlicePitch, const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc) enqueueCopyBufferRect() argument
280 enqueueReadImage(const cl::Image &image, bool blocking, const size_t origin[3], const size_t region[3], size_t rowPitch, size_t slicePitch, void *ptr, const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc) enqueueReadImage() argument
306 enqueueWriteImage(const cl::Image &image, bool blocking, const size_t origin[3], const size_t region[3], size_t inputRowPitch, size_t inputSlicePitch, const void *ptr, const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc) enqueueWriteImage() argument
332 enqueueCopyImage(const cl::Image &srcImage, const cl::Image &dstImage, const size_t srcOrigin[3], const size_t dstOrigin[3], const size_t region[3], const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc) enqueueCopyImage() argument
356 enqueueFillImage(const cl::Image &image, const void *fillColor, const size_t origin[3], const size_t region[3], const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc) enqueueFillImage() argument
378 enqueueCopyImageToBuffer(const cl::Image &srcImage, const cl::Buffer &dstBuffer, const size_t srcOrigin[3], const size_t region[3], size_t dstOffset, const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc) enqueueCopyImageToBuffer() argument
402 enqueueCopyBufferToImage(const cl::Buffer &srcBuffer, const cl::Image &dstImage, size_t srcOffset, const size_t dstOrigin[3], const size_t region[3], const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc) enqueueCopyBufferToImage() argument
426 enqueueMapImage(const cl::Image &image, bool blocking, cl::MapFlags mapFlags, const size_t origin[3], const size_t region[3], size_t *imageRowPitch, size_t *imageSlicePitch, const cl::EventPtrs &waitEvents, CLEventImpl::CreateFunc *eventCreateFunc, cl_int &errorCode) enqueueMapImage() argument
[all...]
/third_party/skia/src/core/
H A DSkPictureRecord.cpp393 void SkPictureRecord::onClipRegion(const SkRegion& region, SkClipOp op) { in onClipRegion() argument
398 size_t SkPictureRecord::recordClipRegion(const SkRegion& region, SkClipOp op) { in recordClipRegion() argument
490 void SkPictureRecord::onDrawRegion(const SkRegion& region, const SkPaint& paint) { in onDrawRegion() argument
914 addRegion(const SkRegion& region) addRegion() argument
[all...]
H A DSkRecorder.cpp174 void SkRecorder::onDrawRegion(const SkRegion& region, const SkPaint& paint) { in onDrawRegion() argument
H A DSkDevice.cpp120 void SkBaseDevice::drawRegion(const SkRegion& region, const SkPaint& paint) { in drawRegion() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtptngen.cpp692 const Region* region = Region::getInstance(country, localStatus); in getAllowedHourFormats() local
H A Dtzfmt.cpp327 const char* region = fLocale.getCountry(); in TimeZoneFormat() local
H A Ducal.cpp53 ucal_openTimeZoneIDEnumeration(USystemTimeZoneType zoneType, const char* region, in ucal_openTimeZoneIDEnumeration() argument
814 ucal_getTimeZoneIDForWindowsID(const UChar* winid, int32_t len, const char* region, UChar* id, int32_t idCapacity, UErrorCode* status) { in ucal_getTimeZoneIDForWindowsID() argument
822 TimeZone::getIDForWindowsID(UnicodeString(winid, len), region, resultID, *status); in ucal_getTimeZoneIDForWindowsID() local
H A Dzonemeta.cpp428 const UChar *region = TimeZone::getRegion(tzid); in getCanonicalCountry() local
718 getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString &region, UnicodeString &result) getZoneIdByMetazone() argument
[all...]
/third_party/skia/tests/
H A DSerializationTest.cpp566 SkRegion region; in DEF_TEST() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp74 VkImageCopy region; in ComputeImageCopyRegion() local
540 VkBufferCopy region; RecordCommands() local
563 VkBufferImageCopy region = RecordCommands() local
607 VkBufferImageCopy region = RecordCommands() local
694 VkImageCopy region = RecordCommands() local
[all...]
H A DDeviceVk.cpp688 VkBufferImageCopy region = ComputeBufferImageCopyRegion(src, *dst, copySizePixels); in CopyFromStagingToTexture() local
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffload.c1192 CFF_VarRegion* region = &vstore->varRegionList[i]; in cff_vstore_load() local

Completed in 42 milliseconds

12345678910>>...16